mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
experimental multiple registrations
in sofia conf <param name="multiple-registrations" value="true"/> in dialplan <action application="bridge" data="$sofia_contact(mysofia_profile_name/user@regtodomain.com)"/> or <action application="bridge" data="$sofia_contact(mysofia_profile_name_same_as_regto_domain.com/user)"/> or <action application="bridge" data="$sofia_contact(user@mysofia_profile_name_same_as_regto_domain.com)"/> git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5956 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<param name="sip-ip" value="$${local_ip_v4}"/>
|
||||
<!--enable to use presense and mwi -->
|
||||
<param name="manage-presence" value="true"/>
|
||||
<!--<param name="multiple-registrations" value="true"/>-->
|
||||
<!--set to 'greedy' if you want your codec list to take precedence -->
|
||||
<param name="inbound-codec-negotiation" value="generous"/>
|
||||
<!-- if you want to send any special bind params of your own -->
|
||||
|
||||
Reference in New Issue
Block a user