[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:42:36 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:                     ready for testing
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:              
====================================================================== 
Date Submitted:             2008-11-12 03:25 CST
Last Modified:              2009-01-12 15:42 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0097533) svnbot (reporter) - 2009-01-12 15:42
 http://bugs.digium.com/view.php?id=13881#c97533 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 168516

U   branches/1.4/res/res_agi.c

------------------------------------------------------------------------
r168516 | jpeeler | 2009-01-12 15:42:35 -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=168516 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-12 15:42 svnbot         Checkin                                      
2009-01-12 15:42 svnbot         Note Added: 0097533                          
======================================================================




More information about the asterisk-bugs mailing list