mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix some oversights from earlier sip patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5047 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -110,7 +110,8 @@ typedef enum {
|
||||
PFLAG_PASS_RFC2833 = (1 << 5),
|
||||
PFLAG_DISABLE_TRANSCODING = (1 << 6),
|
||||
PFLAG_REWRITE_TIMESTAMPS = (1 << 7),
|
||||
PFLAG_RUNNING = (1 << 8)
|
||||
PFLAG_RUNNING = (1 << 8),
|
||||
PFLAG_RESPAWN = (1 << 9)
|
||||
} PFLAGS;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user