[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:51:47 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:51 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0097534) svnbot (reporter) - 2009-01-12 15:51
 http://bugs.digium.com/view.php?id=13881#c97534 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 168517

_U  trunk/
U   trunk/res/res_agi.c

------------------------------------------------------------------------
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=168517 

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




More information about the asterisk-bugs mailing list