[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 11:13:27 CDT 2008
A NOTE has been added to this issue.
======================================================================
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 11:13 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})
======================================================================
----------------------------------------------------------------------
(0092141) svnbot (reporter) - 2008-09-06 11:13
http://bugs.digium.com/view.php?id=13434#c92141
----------------------------------------------------------------------
Repository: asterisk
Revision: 141503
U branches/1.4/res/res_agi.c
------------------------------------------------------------------------
r141503 | tilghman | 2008-09-06 11:13:27 -0500 (Sat, 06 Sep 2008) | 4
lines
Reverting behavior change (AGI should not exit non-zero on SUCCESS)
(closes issue http://bugs.digium.com/view.php?id=13434)
Reported by: francesco_r
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=141503
Issue History
Date Modified Username Field Change
======================================================================
2008-09-06 11:13 svnbot Checkin
2008-09-06 11:13 svnbot Note Added: 0092141
======================================================================
More information about the asterisk-bugs
mailing list