mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +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:
@@ -112,7 +112,8 @@ typedef enum {
|
||||
PFLAG_REWRITE_TIMESTAMPS = (1 << 7),
|
||||
PFLAG_RUNNING = (1 << 8),
|
||||
PFLAG_RESPAWN = (1 << 9),
|
||||
PFLAG_GREEDY = (1 << 10)
|
||||
PFLAG_GREEDY = (1 << 10),
|
||||
PFLAG_MULTIREG = (1 << 11)
|
||||
} PFLAGS;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user