[asterisk-bugs] [Asterisk 0018336]: (Call Completion / SIP) 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
Fri Nov 19 10:45:21 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18336
======================================================================
Reported By: GeorgeKonopacki
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18336
Category: Channels/chan_sip/Subscriptions
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.8.0
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-19 08:20 CST
Last Modified: 2010-11-19 10:45 CST
======================================================================
Summary: (Call Completion / SIP) 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.
======================================================================
----------------------------------------------------------------------
(0128988) mmichelson (administrator) - 2010-11-19 10:45
https://issues.asterisk.org/view.php?id=18336#c128988
----------------------------------------------------------------------
Asterisk should definitely be sending at least some response to the
SUBSCRIBE. Asterisk isn't designed, at least at the moment, to be able to
handle a call completion request until a result can be determined for the
call at hand.
Issue History
Date Modified Username Field Change
======================================================================
2010-11-19 10:45 mmichelson Note Added: 0128988
======================================================================
More information about the asterisk-bugs
mailing list