[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 07:26:16 CDT 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=13434
======================================================================
Reported By: francesco_r
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13434
Category: Resources/res_agi
Reproducibility: always
Severity: block
Priority: normal
Status: new
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:
======================================================================
Date Submitted: 2008-09-06 07:26 CDT
Last Modified: 2008-09-06 07:26 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})
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-09-06 07:26 francesco_r Asterisk Version => SVN
2008-09-06 07:26 francesco_r SVN Branch (only for SVN checkouts, not tarball
releases) => 1.4
2008-09-06 07:26 francesco_r SVN Revision (number only!) => 141028
======================================================================
More information about the asterisk-bugs
mailing list