Skip to content

Instantly share code, notes, and snippets.

@ggoldens
Last active February 7, 2017 21:33
Show Gist options
  • Save ggoldens/07d070a34f71d8534ea34ed82886899a to your computer and use it in GitHub Desktop.
Save ggoldens/07d070a34f71d8534ea34ed82886899a to your computer and use it in GitHub Desktop.
sip.conf
;;;;;;;;;;;;;;;;;;;;;;
;;KURENTO EXTENSIONS;;
;;;;;;;;;;;;;;;;;;;;;;
[2000] ;kurento-appserver
host=dynamic
secret=asterikpwd
context=from-internal
transport=ws,wss,udp
type=friend
encryption=no
avpf=yes
icesupport=yes
directmedia=no
disallow=all
allow=ullaw,opus
allow=vp8
videosupport=yes
;;;;;;;;;;;;;;;;;;;;;;;;
;;SOFTPHONE EXTENSIONS;;
;;;;;;;;;;;;;;;;;;;;;;;;
[3000]
host=dynamic
secret=asterikpwd
context=from-internal
disallow=all
allow=ullaw,opus
allow=vp8
icesupport=yes
directmedia=no
videosupport=yes
[6001] ;sipml5
host=dynamic
secret=asterikpwd
context=from-internal
avpf=yes
force_avp=yes
icesupport=yes
directmedia=no
disallow=all
allow=ullaw,alaw,gsm,opus
allow=vp8
dtlsenable=yes
dtlsverify=no
dtlscertfile=/home/ubuntu/nssl/asterisk.pem
dtlscafile=/home/ubuntu/nssl/asterisk.pem
dtlssetup=actpass
videosupport=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment