add settings to disable timer and 100rel support by profile (MODENDP-102)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8114 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-04-14 19:20:12 +00:00
parent 545f578097
commit d9fd161b03
3 changed files with 29 additions and 3 deletions
+3 -1
View File
@@ -138,7 +138,9 @@ typedef enum {
PFLAG_SECURE = (1 << 15),
PFLAG_BLIND_AUTH = (1 << 16),
PFLAG_WORKER_RUNNING = (1 << 17),
PFLAG_UNREG_OPTIONS_FAIL = (1 << 18)
PFLAG_UNREG_OPTIONS_FAIL = (1 << 18),
PFLAG_DISABLE_TIMER = (1 << 19),
PFLAG_DISABLE_100REL = (1 << 20)
} PFLAGS;
typedef enum {