mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
next chapter in the never-ending nat saga
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8502 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -145,7 +145,8 @@ typedef enum {
|
||||
PFLAG_WORKER_RUNNING = (1 << 17),
|
||||
PFLAG_UNREG_OPTIONS_FAIL = (1 << 18),
|
||||
PFLAG_DISABLE_TIMER = (1 << 19),
|
||||
PFLAG_DISABLE_100REL = (1 << 20)
|
||||
PFLAG_DISABLE_100REL = (1 << 20),
|
||||
PFLAG_AGGRESSIVE_NAT_DETECTION = (1 << 21)
|
||||
} PFLAGS;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user