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:
Anthony Minessale
2008-03-07 14:36:08 +00:00
parent c103084658
commit 939290fa8b
4 changed files with 39 additions and 13 deletions
+6
View File
@@ -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;