[asterisk-bugs] [Asterisk 0010299]: 7920 Phone Screen Not cleared after Call
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Aug 2 11:20:00 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10299
======================================================================
Reported By: sbisker
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10299
Category: Channels/chan_skinny
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 76708
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 07-25-2007 08:05 CDT
Last Modified: 08-02-2007 11:20 CDT
======================================================================
Summary: 7920 Phone Screen Not cleared after Call
Description:
Similar to closed issue 0009958. On the 7920 phone, the phone still
displays "Connected" when the call is completed.
======================================================================
----------------------------------------------------------------------
qwell - 08-02-07 11:20
----------------------------------------------------------------------
The trace I have (let's just assume it's a "normal" call, where the device
is offhook) shows the following order:
CloseReceiveChannel
StopMediaTransmission
SetSpeakerModeMessage (SpeakerOff)
ClearPromptStatusMessage <--- Yep, you're right.
CallStateMessage
SelectSoftKeysMessage (OnHook)
DisplayPromptStatusMessage (\200\023 - I'm not sure what this translates
to)
ActivateCallPlaneMessage
transmit_callstate() with SKINNY_ONHOOK does:
SetSpeakerModeMessage (SpeakerOff)
ActivateCallPlaneMessage
CloseReceiveChannel
StopMediaTransmission
CallStateMessage
That's pretty badly out of order, and we're missing 3 things...I think we
need to fix all of that.
Give me a little bit, and I'll come up with a patch.
Issue History
Date Modified Username Field Change
======================================================================
08-02-07 11:20 qwell Note Added: 0068318
======================================================================
More information about the asterisk-bugs
mailing list