mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
add disable-transfer and disable-register params to sofia profiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7807 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -112,6 +112,11 @@ struct sip_alias_node {
|
||||
|
||||
typedef struct sip_alias_node sip_alias_node_t;
|
||||
|
||||
typedef enum {
|
||||
MFLAG_REFER = (1 << 0),
|
||||
MFLAG_REGISTER = (1 << 1)
|
||||
} MFLAGS;
|
||||
|
||||
typedef enum {
|
||||
PFLAG_AUTH_CALLS = (1 << 0),
|
||||
PFLAG_BLIND_REG = (1 << 1),
|
||||
@@ -269,6 +274,7 @@ struct sofia_profile {
|
||||
int dtmf_duration;
|
||||
unsigned int flags;
|
||||
unsigned int pflags;
|
||||
unsigned int mflags;
|
||||
unsigned int ndlb;
|
||||
uint32_t max_calls;
|
||||
uint32_t nonce_ttl;
|
||||
|
||||
Reference in New Issue
Block a user