[asterisk-bugs] [Asterisk 0015666]: Parked Call Back fails due to use of old parameter format

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Aug 11 03:13:01 CDT 2009


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15666 
====================================================================== 
Reported By:                tomfarnham
Assigned To:                lmadsen
====================================================================== 
Project:                    Asterisk
Issue ID:                   15666
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.6.1.2 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-08-06 08:25 CDT
Last Modified:              2009-08-11 03:13 CDT
====================================================================== 
Summary:                    Parked Call Back fails due to use of old parameter
format
Description: 
I was trying to setup Call Parking on asterisk. I basically enabled the
default call parking. I park a person and when they timeout it basically
hangs up on them.

Specifically this is the line:
-- Executing [SIP0830 at park-dial:1] Dial("SIP/1140-095522c8",
"SIP/830|30|tk") in new stack

It appears to be trying to dial back the person who parked the call by
using the old format, instead of commas.

Then in the next line it fails to dial the extension because of the format
it is not parsing out SIP/830 correctly.

To fix this I edited main/features.c at and around line 2973 to use the
comma format instead of the |'s.

I don't know if this is a failure in my dialplan, but the above solved the
problem.

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

---------------------------------------------------------------------- 
 (0108892) mvanbaak (manager) - 2009-08-11 03:13
 https://issues.asterisk.org/view.php?id=15666#c108892 
---------------------------------------------------------------------- 
This has been fixed by Russell in revision 189985.
(which was a merge of revision 189951 from trunk)
It has been committed on 22-04. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-11 03:13 mvanbaak       Note Added: 0108892                          
2009-08-11 03:13 mvanbaak       Status                   assigned => resolved
2009-08-11 03:13 mvanbaak       Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list