[Home]

Summary:ASTERISK-16827: [patch] Add ConnectedLineNum/Name headers to output of manager action Status
Reporter:Gareth Palmer (gareth)Labels:
Date Opened:2010-10-18 20:05:46Date Closed:2011-05-23 13:00:04
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) svn-292308.diff
Description:This patch adds ConnectedLineNum and ConnectedLineName headers to the output of the Status manager action.

This makes it easier to find out who the channel is connected to without having to lookup BridgedChannel or when they are connected to an application (eg: VoiceMail) which has no bridged channel.

****** ADDITIONAL INFORMATION ******

Bridged channels with no CallerID had "" instead of "<unknown>" output, that might be a bug as "<unknown>" was what older versions use.

I changed it back to "<unknown>".
Comments:By: Richard Mudgett (rmudgett) 2011-05-23 12:53:12

Treating this issue as a regression caused by the introduction of connected line similar to ASTERISK-16910 to put this patch in v1.8.

By: Digium Subversion (svnbot) 2011-05-23 12:53:46

Repository: asterisk
Revision: 320650

U   branches/1.8/CHANGES
U   branches/1.8/main/manager.c

------------------------------------------------------------------------
r320650 | rmudgett | 2011-05-23 12:53:46 -0500 (Mon, 23 May 2011) | 16 lines

Add ConnectedLineNum/Name headers to output of AMI action Status.

* Add ConnectedLineNum and ConnectedLineName headers to the output of the
AMI action Status.  This makes it easier to find out who the channel is
connected to without having to lookup BridgedChannel or when they are
connected to an application (e.g.: VoiceMail) which has no bridged
channel.

* Bridged channels with no CallerID had "" instead of "<unknown>" output,
that might be a bug as "<unknown>" was what older versions used.

(closes issue ASTERISK-16827)
Reported by: gareth
Patches:
     svn-292308.diff uploaded by gareth (license 208)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=320650

By: Digium Subversion (svnbot) 2011-05-23 13:00:03

Repository: asterisk
Revision: 320651

_U  trunk/
U   trunk/CHANGES
U   trunk/main/manager.c

------------------------------------------------------------------------
r320651 | rmudgett | 2011-05-23 13:00:03 -0500 (Mon, 23 May 2011) | 23 lines

Merged revisions 320650 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r320650 | rmudgett | 2011-05-23 12:53:44 -0500 (Mon, 23 May 2011) | 16 lines
 
 Add ConnectedLineNum/Name headers to output of AMI action Status.
 
 * Add ConnectedLineNum and ConnectedLineName headers to the output of the
 AMI action Status.  This makes it easier to find out who the channel is
 connected to without having to lookup BridgedChannel or when they are
 connected to an application (e.g.: VoiceMail) which has no bridged
 channel.
 
 * Bridged channels with no CallerID had "" instead of "<unknown>" output,
 that might be a bug as "<unknown>" was what older versions used.
 
 (closes issue ASTERISK-16827)
 Reported by: gareth
 Patches:
       svn-292308.diff uploaded by gareth (license 208)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=320651