[asterisk-users] asterisk1.2 to 1.4 g711a fax

marek cervenka cervajs at fpf.slu.cz
Wed Aug 8 04:06:30 CDT 2007


>>> i have problem with pass-through faxing
>>>
>>> with this scenario
>>> hylafax(iaxmodem) - iax - asterisk1 1.2.22 - sip - asterisk2 1.2.X(xen
>>> virtual) - linksys ATA
>>> i can fax to fax2mail on hylafax
>>>
>>> but after upgrade asterisk2 to 1.4 faxing is not working
>>> hylafax(iaxmodem) - iax - asterisk1 1.2.22 - sip - asterisk2 1.4.X(xen
>>> virtual) - linksys ATA
>>>
>>> configuration is same
>>>
>>> do you hava any idea what is changed in 1.4 in g711 pass-through faxing?
>>> thanks
>>>
>>
>> Jitterbuffer behavior, maybe?
>
> jbenable=yes or no has no effect
>
> BUT i'm discover that with clear DIAL command fax works but if i use AGI
> (like a2billing etc) then fax FAIL
>
> any ideas?

can you someone confirm that faxing with this simple AGI script is 
working? (phpagi is from phpagi.sf.net)

#!/usr/bin/php -q
<?php
   set_time_limit(30);
   require('phpagi.php');
   error_reporting(E_ALL);

   $agi = new AGI();
   $agi->answer();

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

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


   $agi->hangup();
?>

thanks!

Marek Cervenka




More information about the asterisk-users mailing list