mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 04:36:42 +00:00
cd
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">
|
<configuration name="sofia.conf" description="sofia Endpoint">
|
||||||
|
|
||||||
<global_settings>
|
<global_settings>
|
||||||
<param name="log-level" value="0"/>
|
<param name="log-level" value="0"/>
|
||||||
</global_settings>
|
</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>
|
<profiles>
|
||||||
<X-PRE-PROCESS cmd="include" data="../sip_profiles/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="../sip_profiles/*.xml"/>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</configuration>
|
</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 -->
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||||
<profile name="internal-ipv6">
|
<profile name="internal-ipv6">
|
||||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
<!--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 -->
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||||
<profile name="internal">
|
<profile name="internal">
|
||||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
<!--aliases are other names that will work as a valid profile name for this profile-->
|
||||||
@ -18,11 +25,13 @@
|
|||||||
</domains>
|
</domains>
|
||||||
|
|
||||||
<settings>
|
<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"/> -->
|
<!--<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.
|
bypass media after an attended transfer.
|
||||||
-->
|
-->
|
||||||
<!--<param name="media-option" value="bypass-media-after-att-xfer"/>-->
|
<!--<param name="media-option" value="bypass-media-after-att-xfer"/>-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user