git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9725 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c2249dcb86
commit
000288e24f
|
@ -1,9 +1,16 @@
|
|||
<configuration name="sofia.conf" description="sofia Endpoint">
|
||||
|
||||
<global_settings>
|
||||
<param name="log-level" value="0"/>
|
||||
</global_settings>
|
||||
|
||||
<!--
|
||||
The rabbit hole goes deep. This includes all the
|
||||
profiles in the sip_profiles directory that is up
|
||||
one level from this directory.
|
||||
-->
|
||||
<profiles>
|
||||
<X-PRE-PROCESS cmd="include" data="../sip_profiles/*.xml"/>
|
||||
</profiles>
|
||||
|
||||
</configuration>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<!--
|
||||
This is an example of a sofia profile setup to listen on IPv6.
|
||||
-->
|
||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||
<profile name="internal-ipv6">
|
||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
<!--
|
||||
This is a sofia sip profile/user agent. This will service exactly one ip and port.
|
||||
In FreeSWITCH you can run multiple sip user agents on their own ip and port.
|
||||
|
||||
When you hear someone say "sofia profile" this is what they are talking about.
|
||||
-->
|
||||
|
||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||
<profile name="internal">
|
||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
||||
|
@ -18,11 +25,13 @@
|
|||
</domains>
|
||||
|
||||
<settings>
|
||||
<!-- When calls are in no media this will bring them back to media
|
||||
when you press the hold button.
|
||||
<!--
|
||||
When calls are in no media this will bring them back to media
|
||||
when you press the hold button.
|
||||
-->
|
||||
<!--<param name="media-option" value="resume-media-on-hold"/> -->
|
||||
<!-- This will allow a call after an attended transfer go back to
|
||||
<!--
|
||||
This will allow a call after an attended transfer go back to
|
||||
bypass media after an attended transfer.
|
||||
-->
|
||||
<!--<param name="media-option" value="bypass-media-after-att-xfer"/>-->
|
||||
|
|
Loading…
Reference in New Issue