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

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Aug 7 06:50:34 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
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:                     assigned
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:              
====================================================================== 
Date Submitted:             2009-08-06 08:25 CDT
Last Modified:              2009-08-07 06:50 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.

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-07 06:50 lmadsen        Status                   new => assigned     
2009-08-07 06:50 lmadsen        Assigned To               => lmadsen         
======================================================================




More information about the asterisk-bugs mailing list