FS-9214: fix 3pcc behavior

Fix callflow issues with  3pcc=true and 3pcc=proxy and interactions with sip_wait_for_aleg_ack
removes passthrough of 183 on 3pcc=proxy (that was previously not functioning)
This commit is contained in:
Anthony Minessale
2016-05-31 19:53:07 -05:00
committed by Michael Jerris
parent 306a044ecd
commit b9d31dc9b7
3 changed files with 139 additions and 133 deletions
+1
View File
@@ -344,6 +344,7 @@ typedef enum {
TFLAG_REINVITED,
TFLAG_PASS_ACK,
TFLAG_KEEPALIVE,
TFLAG_SKIP_EARLY,
/* No new flags below this line */
TFLAG_MAX
} TFLAGS;