mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
fix sip auto_simplify
This commit is contained in:
@@ -288,7 +288,7 @@ typedef enum {
|
||||
TFLAG_NOHUP,
|
||||
TFLAG_NOSDP_REINVITE,
|
||||
TFLAG_NAT,
|
||||
TFLAG_USEME,
|
||||
TFLAG_SIMPLIFY,
|
||||
TFLAG_SIP_HOLD,
|
||||
TFLAG_INB_NOMEDIA,
|
||||
TFLAG_LATE_NEGOTIATION,
|
||||
@@ -313,6 +313,7 @@ typedef enum {
|
||||
TFLAG_3PCC_INVITE,
|
||||
TFLAG_NOREPLY,
|
||||
TFLAG_LIBERAL_DTMF,
|
||||
TFLAG_GOT_ACK,
|
||||
/* No new flags below this line */
|
||||
TFLAG_MAX
|
||||
} TFLAGS;
|
||||
|
||||
Reference in New Issue
Block a user