[asterisk-bugs] [Asterisk 0013881]: [patch] AGI command "answer" not really set in answer mode when forkcdr
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 12 15:52:33 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13881
======================================================================
Reported By: hoowa
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 13881
Category: Resources/res_agi
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.22
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-11-12 03:25 CST
Last Modified: 2009-01-12 15:52 CST
======================================================================
Summary: [patch] AGI command "answer" not really set in
answer mode when forkcdr
Description:
write perl script:
$AGI->exec('forkcdr');
$AGI->answer();
in database: will restored new cdr record without answer
other format:
$AGI->exec('forkcdr');
$AGI->exec('answer');
works fine.
why different?
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0013797 [patch] forkcdr() doesn't fork when cal...
======================================================================
----------------------------------------------------------------------
(0097535) svnbot (reporter) - 2009-01-12 15:52
http://bugs.digium.com/view.php?id=13881#c97535
----------------------------------------------------------------------
Repository: asterisk
Revision: 168518
_U branches/1.6.0/
U branches/1.6.0/res/res_agi.c
------------------------------------------------------------------------
r168518 | jpeeler | 2009-01-12 15:52:33 -0600 (Mon, 12 Jan 2009) | 19
lines
Merged revisions 168517 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r168517 | jpeeler | 2009-01-12 15:51:46 -0600 (Mon, 12 Jan 2009) | 12
lines
Merged revisions 168516 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r168516 | jpeeler | 2009-01-12 15:42:34 -0600 (Mon, 12 Jan 2009) | 5
lines
(closes issue http://bugs.digium.com/view.php?id=13881)
Reported by: hoowa
Update the app CDR field for AGI commands that are not executing an
application via "exec".
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=168518
Issue History
Date Modified Username Field Change
======================================================================
2009-01-12 15:52 svnbot Checkin
2009-01-12 15:52 svnbot Note Added: 0097535
======================================================================
More information about the asterisk-bugs
mailing list