add proxy-follow-redirect flag (experimental)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13402 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-05-20 20:51:35 +00:00
parent bf98847191
commit 2d97208b49
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -191,6 +191,7 @@ typedef enum {
PFLAG_AUTOFIX_TIMING,
PFLAG_MESSAGE_QUERY_ON_REGISTER,
PFLAG_RTP_AUTOFLUSH_DURING_BRIDGE,
PFLAG_PROXY_FOLLOW_REDIRECT,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;
@@ -559,6 +560,7 @@ struct private_object {
char *record_route;
char *extrtpip;
char *stun_ip;
char *route_uri;
switch_port_t stun_port;
uint32_t stun_flags;
unsigned long rm_rate;