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:
Anthony Minessale
2007-05-01 00:26:41 +00:00
parent 5d09c438ac
commit d79d33c72d
3 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -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 {