[asterisk-bugs] [Asterisk 0013434]: Revision 141028 (to resolve issue #11979) breaks compatibility with some agi scripts

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Sep 6 10:20:55 CDT 2008


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=13434 
====================================================================== 
Reported By:                francesco_r
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   13434
Category:                   Resources/res_agi
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 141028 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-09-06 07:26 CDT
Last Modified:              2008-09-06 10:20 CDT
====================================================================== 
Summary:                    Revision 141028 (to resolve issue
http://bugs.digium.com/view.php?id=11979) breaks compatibility with some agi
scripts
Description: 
For example the recordingcheck agi script of FreePBX (present to see if a
call need to be recorded) block the dialing of every extension. The call is
hangup after the execution of this agi.

This is the relative part of extensions.conf:
[macro-exten-vm]
exten => s,1,Macro(user-callerid)
exten => s,n,Set(FROMCONTEXT=exten-vm)
exten => s,n,Set(VMBOX=${ARG1})
exten => s,n,Set(EXTTOCALL=${ARG2})
exten => s,n,Set(CFUEXT=${DB(CFU/${EXTTOCALL})})
exten => s,n,Set(CFBEXT=${DB(CFB/${EXTTOCALL})})
exten => s,n,Set(RT=${IF($[$["${VMBOX}"!="novm"]
|["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")})
exten => s,n,Macro(record-enable,${EXTTOCALL},IN)
exten => s,n,Macro(dial,${RT},${DIAL_OPTIONS},${EXTTOCALL})
====================================================================== 

---------------------------------------------------------------------- 
 (0092138) Corydon76 (administrator) - 2008-09-06 10:20
 http://bugs.digium.com/view.php?id=13434#c92138 
---------------------------------------------------------------------- 
Fix committed in revision 141503. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-09-06 10:20 Corydon76      Note Added: 0092138                          
2008-09-06 10:20 Corydon76      Assigned To               => Corydon76       
2008-09-06 10:20 Corydon76      Status                   new => closed       
2008-09-06 10:20 Corydon76      Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list