[asterisk-bugs] [Asterisk 0014863]: [patch] Park does not say digits back to caller

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Apr 27 18:25:06 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14863 
====================================================================== 
Reported By:                noahisaac
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   14863
Category:                   Features/Parking
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.6.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0 
SVN Revision (number only!): 187047 
Request Review:              
====================================================================== 
Date Submitted:             2009-04-08 14:19 CDT
Last Modified:              2009-04-27 18:25 CDT
====================================================================== 
Summary:                    [patch] Park does not say digits back to caller
Description: 
Hi - 

When parking with the latest SVN of the 1.6.0 branch (and the version from
at least the past few days), the number of the parking space is not played
back to the parker.

I note that on line 593, before say-digits is called that there's a check
to see if the digits should be played back.  One of the conditions is
supposed to check to see if the original channel name is not zero length. 
Currently, it looks like this:

if (peer && (ast_strlen_zero(orig_chan_name) || ...

I'm fairly certain it should be this instead:

if (peer && (!ast_strlen_zero(orig_chan_name) || ...


I'll post a patch to do this in a minute.


Thanks!
Noah

====================================================================== 

---------------------------------------------------------------------- 
 (0103864) svnbot (reporter) - 2009-04-27 18:25
 http://bugs.digium.com/view.php?id=14863#c103864 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 190829

U   branches/1.6.0/main/features.c

------------------------------------------------------------------------
r190829 | jpeeler | 2009-04-27 18:25:06 -0500 (Mon, 27 Apr 2009) | 8 lines

Fix announcement of parking space after transfer to park.

Don't set the orig_chan_name in masq_park_call when the announcement is to
be
played. This change was copied from all the other working 1.6 branches.

(closes issue http://bugs.digium.com/view.php?id=14863)
Reported by: noahisaac

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-27 18:25 svnbot         Checkin                                      
2009-04-27 18:25 svnbot         Note Added: 0103864                          
======================================================================




More information about the asterisk-bugs mailing list