[asterisk-bugs] [Asterisk 0012239]: Update phones 'Placed Call' log when using a local analog channel
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Mar 17 12:05:56 CDT 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=12239
======================================================================
Reported By: DEA
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 12239
Category: Channels/chan_skinny
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 108346
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-17-2008 12:05 CDT
Last Modified: 03-17-2008 12:05 CDT
======================================================================
Summary: Update phones 'Placed Call' log when using a local
analog channel
Description:
Skinny phones can track and display a call log of Placed, Missed and
received
calls.
Normally the call log is updated within skinny_indicate, which works just
fine if the peer channel reports progress. It works less well if the
peer
channels is a local analog ZAP port.
The following patch is a one-liner that adds an update to the Placed call
log in skinny_answer. When placing a call to a channel that does report
progress, we will get a call log update in skinny_indicate whether the
peer
channel answer or not (which is the desired outcome), and in
skinny_answer
if the peer channels does answer. The phones handle the redudnant update
without generating duplicate entries.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-17-08 12:05 DEA Asterisk Version => SVN
03-17-08 12:05 DEA SVN Branch (only for SVN checkou => trunk
03-17-08 12:05 DEA SVN Revision (number only!) => 108346
======================================================================
More information about the asterisk-bugs
mailing list