[asterisk-bugs] [Asterisk 0018336]: [branch] No response is received if we try to subscribe for call completion after we have received a 180 Ringing
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 15 10:13:59 CST 2011
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=18336
======================================================================
Reported By: GeorgeKonopacki
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 18336
Category: Channels/chan_sip/Subscriptions
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk Version: 1.8.0
JIRA: SWP-2633
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-11-19 08:20 CST
Last Modified: 2011-02-15 10:13 CST
======================================================================
Summary: [branch] No response is received if we try to
subscribe for call completion after we have received a 180 Ringing
Description:
The server does NOT send a response if we try to subscribe for call
completion after we have received a 180 Ringing.
You can only subscribe for call completion when the call has been cleared.
This appears to be a bug is the Asterisk call completion state machine.
When we receive the 180 Ringing, for this call, its call-completion state
is ‘CC_AVAILABLE’. If we then send a subscribe message to the server,
it trys to change the call-completion state to ‘CC_CALLER_REQUESRED’.
Because this is an invalid state change, it just ignores the message. The
only state the Asterisk server will accept our subscribe message is in the
state ‘CC_CALLER_AVAILABLE’.
The Asterisk server will go into the ‘CC_CALLER_OFFERED’ when the SIP
client clears the call by sending a CANCEL.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0018337 (Call Completion / SIP) Asterisk Server...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-02-15 10:13 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list