FreeSWITCH及VOIP,Openser,电话机器人等产品中文技术资讯、交流、沟通、培训、咨询、服务一体化网络。QQ群:293697898
文库地址: https://wiki.freeswitch.org/wiki/Sofia-SIP
To have the SIP details put into the log file automatically on startup, add this to sofia.conf.xml:
<global_settings>
...
<param name="tracelevel" value="DEBUG"/>
...
</global_settings>
and the following to the sip profile xml file:
<profiles>
...
<profile name="...">
...
<param name="sip-trace" value="yes"/>
...
</profile>
...
</profiles>