Skip to content

Instantly share code, notes, and snippets.

View hmo-odoo's full-sized avatar

Harshad Modi hmo-odoo

View GitHub Profile
@hmo-odoo
hmo-odoo / asterisk_webrtc.md
Created September 19, 2019 09:45 — forked from paneru-rajan/asterisk_webrtc.md
[Configure Asterisk with webrtc support] Setting up asterisk for webrtc #asterisk #webrtc #sipml5 #configuration

Setting up Asterisk for webrtc

To set up with sipml5 I had been through the asterisk offiial site and I do recommand you to visit it.

We need to update several config file which are located on /etc/asterisk. Those filename are listed below

  1. modules.conf
  2. extensions.conf
  3. http.conf
  4. pjsip.conf
  5. rtp.conf

Keybase proof

I hereby claim:

  • I am hmo-odoo on github.
  • I am harshadmodi (https://keybase.io/harshadmodi) on keybase.
  • I have a public key ASCrfKpvvNcDyv2b7FY4yNBN2mVdqO-9lxK9W2I3RwuweAo

To claim this, I am signing this object:

@hmo-odoo
hmo-odoo / System Design.md
Created May 10, 2018 12:42 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?