add extended info parsing feature to send api commands or queue messages to sessions over info packets

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16688 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2010-02-18 15:52:30 +00:00
parent 28f88fc758
commit 0f2fef4f7e
2 changed files with 140 additions and 54 deletions
+1
View File
@@ -207,6 +207,7 @@ typedef enum {
PFLAG_LOG_AUTH_FAIL,
PFLAG_TRACK_CALLS,
PFLAG_DESTROY,
PFLAG_EXTENDED_INFO_PARSING,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;