[asterisk-bugs] [JIRA] (ASTERISK-24065) ooh323 irregularities in the sequence of TCS/MSD/OLC after TCS=0
Alexander Vysokovskih (JIRA)
noreply at issues.asterisk.org
Sun Jul 20 23:39:56 CDT 2014
Alexander Vysokovskih created ASTERISK-24065:
------------------------------------------------
Summary: ooh323 irregularities in the sequence of TCS/MSD/OLC after TCS=0
Key: ASTERISK-24065
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24065
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Addons/chan_ooh323
Affects Versions: 11.11.0
Environment: Putting call on hold or transfer the call to asterisk from CUCM (SlowStart,Tunneling OFF).
Reporter: Alexander Vysokovskih
We have a irregularities in the sequence of TCS/MSD/OLC from asterisk after receiving EmptyCapabilitySet request (TCS=0). In this case CUCM (SlowStart, Tunneling OFF) does not work correctly after putting call on hold of transfer the call to asterisk.
Here the patch:
*** ooh245.c.orig 2014-02-19 17:45:31.000000000 +0600
--- ooh245.c 2014-07-21 10:29:05.000000000 +0600
*************** int ooOnReceivedTerminalCapabilitySet(OO
*** 3262,3267 ****
--- 3262,3270 ----
call->remoteTermCapSeqNo = tcs->sequenceNumber;
ooH245AcknowledgeTerminalCapabilitySet(call);
+ /* TCS/MSD/OLC sequence order */
+ call->masterSlaveState = OO_MasterSlave_Idle;
+
/* close all transmit chans */
temp = call->logicalChans;
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list