[asterisk-bugs] [Asterisk 0010403]: AGI timing affect pass-through faxing

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Aug 8 13:59:47 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10403 
====================================================================== 
Reported By:                cervajs
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10403
Category:                   Resources/res_agi
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.9  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             08-08-2007 03:12 CDT
Last Modified:              08-08-2007 13:59 CDT
====================================================================== 
Summary:                    AGI timing affect pass-through faxing
Description: 
with this scenario
patton SN4960 - asterisk1 1.2.22 - sip - asterisk2 1.4.10(xen virtual) -
linksys ATA (standard asterisk dial command)

i can make pass-through faxing (G711 Alaw)

with AGI script i CANNOT send faxes (comm error)

if i downgrade asterisk2 to asterisk1.2.22, faxing from AGI works
sip accounts are the same
====================================================================== 

---------------------------------------------------------------------- 
 gasparz - 08-08-07 13:59  
---------------------------------------------------------------------- 
Try not adding the answer and hangup from agi. 
#!/usr/bin/php -q
<?php
  set_time_limit(30);
  require('phpagi.php');
  error_reporting(E_ALL);

  $agi = new AGI();
  $dialstr = "SIP/asterisk1/111111111|300|HgL(610000:61000)";

  $myres = $agi->exec("DIAL $dialstr");

?>

this way the channel will be answered and hanged up when the called
channel answers and hangs up. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-08-07 13:59  gasparz        Note Added: 0068631                          
======================================================================




More information about the asterisk-bugs mailing list