add inbound-codec-negotiation and channel variable to enable greedy codec negotiation

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5304 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-06-10 02:52:23 +00:00
parent 1b5daa6b59
commit be642c111d
4 changed files with 52 additions and 7 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ typedef enum {
PFLAG_DISABLE_TRANSCODING = (1 << 6),
PFLAG_REWRITE_TIMESTAMPS = (1 << 7),
PFLAG_RUNNING = (1 << 8),
PFLAG_RESPAWN = (1 << 9)
PFLAG_RESPAWN = (1 << 9),
PFLAG_GREEDY = (1 << 10)
} PFLAGS;