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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Apr 8 14:19:12 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14863 
====================================================================== 
Reported By:                noahisaac
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14863
Category:                   Features/Parking
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
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-08 14:19 CDT
====================================================================== 
Summary:                    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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-08 14:19 noahisaac      New Issue                                    
2009-04-08 14:19 noahisaac      Asterisk Version          => 1.6.0           
2009-04-08 14:19 noahisaac      Regression                => No              
2009-04-08 14:19 noahisaac      SVN Branch (only for SVN checkouts, not tarball
releases) => 1.6.0           
2009-04-08 14:19 noahisaac      SVN Revision (number only!) => 187047          
======================================================================




More information about the asterisk-bugs mailing list