SIPPhone has now fixed their TCP SRV record so it will work great.. just don't send it an SRTP key it'll barf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7468 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d262ce56ed
commit
79cf768e79
|
@ -1,7 +1,8 @@
|
|||
<include>
|
||||
<extension name="sipphone.com">
|
||||
<condition field="destination_number" expression="^((1222.*)$|^(1747.*))$">
|
||||
<action application="bridge" data="sofia/gateway/proxy01.sipphone.com/$1;transport=udp"/>
|
||||
<action application="unset" data="sip_secure_media"/>
|
||||
<action application="bridge" data="sofia/gateway/proxy01.sipphone.com/$1"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</include>
|
||||
|
|
Loading…
Reference in New Issue