add pass-callee-id (defaults to true) disable by setting it to false if you encounter something too stupid to ignore X headers

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15230 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-10-26 18:16:38 +00:00
parent 348f807bbb
commit 3c5e83e351
4 changed files with 37 additions and 7 deletions
+1
View File
@@ -199,6 +199,7 @@ typedef enum {
PFLAG_AUTO_NAT,
PFLAG_SIPCOMPACT,
PFLAG_SQL_IN_TRANS,
PFLAG_PASS_CALLEE_ID,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;