add stun to dingaling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1050 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
35b309e91b
commit
b71c36b138
|
@ -77,7 +77,6 @@ codec_rates=8
|
|||
[settings]
|
||||
port => 5060
|
||||
dialplan => pcre
|
||||
supress_telephony_events => yes
|
||||
dtmf_duration => 100
|
||||
|
||||
;---- WOOMERA PROTOCOL
|
||||
|
@ -213,4 +212,7 @@ codec_prefs => PCMU
|
|||
message => Jingle all the way
|
||||
generate_silence => yes
|
||||
ip => 0.0.0.0
|
||||
; or ;
|
||||
;ip => my_lan_ip
|
||||
;extip => stun:stun.server.com
|
||||
exten => 1000
|
||||
|
|
Loading…
Reference in New Issue