提交 8d716e6a authored 作者: Anthony Minessale's avatar Anthony Minessale

break everything in sofia as you know it but add in/out reg + auth, look in the…

break everything in sofia as you know it but add in/out reg + auth, look in the default config for the new syntax

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2875 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 82d79185
...@@ -111,7 +111,21 @@ ...@@ -111,7 +111,21 @@
</mappings> </mappings>
</configuration> </configuration>
<configuration name="sofia.conf" description="sofia Endpoint"> <configuration name="sofia.conf" description="sofia Endpoint">
<profiles>
<profile name="test"> <profile name="test">
<registrations>
<registration name="asterlink">
<param name="register-scheme" value="Digest"/>
<param name="register-realm" value=""/>
<param name="register-username" value="1001"/>
<param name="register-password" value="nhy65tgb"/>
<param name="register-from" value="sip:1001@208.64.200.40"/>
<param name="register-to" value="sip:1001@66.250.68.194"/>
<param name="register-proxy" value="sip:66.250.68.194:5060"/>
<param name="register-frequency" value="20"/>
</registration>
</registrations>
<settings>
<param name="debug" value="1"/> <param name="debug" value="1"/>
<param name="rfc2833-pt" value="101"/> <param name="rfc2833-pt" value="101"/>
<param name="sip-port" value="5060"/> <param name="sip-port" value="5060"/>
...@@ -129,7 +143,7 @@ ...@@ -129,7 +143,7 @@
<param name="accept-blind-reg" value="true"/> <param name="accept-blind-reg" value="true"/>
<!--<param name="auth-calls" value="true"/>--> <!--<param name="auth-calls" value="true"/>-->
<!-- on authed calls, authenticate *all* the packets not just invite ---> <!-- on authed calls, authenticate *all* the packets not just invite -->
<!--<param name="auth-all-packets" value="true"/>--> <!--<param name="auth-all-packets" value="true"/>-->
<!-- optional ; --> <!-- optional ; -->
...@@ -140,7 +154,9 @@ ...@@ -140,7 +154,9 @@
<!-- <param name="vad" value="out"/> --> <!-- <param name="vad" value="out"/> -->
<!-- <param name="vad" value="both"/> --> <!-- <param name="vad" value="both"/> -->
<!--<param name="alias" value="sip:10.0.1.251:5555"/>--> <!--<param name="alias" value="sip:10.0.1.251:5555"/>-->
</settings>
</profile> </profile>
</profiles>
</configuration> </configuration>
<configuration name="syslog.conf" description="Syslog Logger"> <configuration name="syslog.conf" description="Syslog Logger">
<!-- SYSLOG --> <!-- SYSLOG -->
...@@ -447,9 +463,9 @@ ...@@ -447,9 +463,9 @@
so any call info acquired after the various actions cannot so any call info acquired after the various actions cannot
be taken into consideration. be taken into consideration.
The first match will play a beep and the second one plays The first match will play a beep and the second one plays
the desired file. This is for demo purposes both actions the desired file. This is for demo purposes both actions
could have been under the same <extension> tag as well. could have been under the same <extension> tag as well.
--> -->
<extension name="playsound1" continue="true"> <extension name="playsound1" continue="true">
<condition field="source" expression="mod_exosip"/> <condition field="source" expression="mod_exosip"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论