mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user