Displaying 1 result from an estimated 1 matches for "fee50".
Did you mean:
fe50
2015 Oct 28
2
Receiving Messages and Extensions Config for WebRTC
...r. The SIP debug shows
the messages being received.
However I'm stumped for directions on how to route the messages between the
clients.
Asterisk 11.11.0
Here is my client sip config:
[1060]
type=friend
username=1060 ; The Auth user for SIP.js
host=dynamic ; Allows any host to register
secret=fee50 ; The SIP Password for SIP.js
;encryption=yes ; Tell Asterisk to use encryption for this peer
avpf=yes ; Tell Asterisk to use AVPF for this peer
icesupport=yes ; Tell Asterisk to use ICE for this peer
context=default ; Tell Asterisk which context to use when this peer is
dialing
directmedia=no ; As...