Hi,

Am Dienstag, den 07.05.2013, 21:48 +0200 schrieb Sebastian Niehaus:
> Am 07.05.2013 18:23, schrieb Sebastian Niehaus:
> 
> > For some reason, t38modem tells hylafax the line is BUSY so there is no
> > fax send.
> 
> Well, I may add the log of t38modem (sorry for the ugly formatting)
> Parts I consider as most important are:
> 
> 
>  ModemConnection::SetUpConnection dstNum=189659 srcNum=30 srcName=root
> 
> ... denied (all modems busy)

[ snip ]

it seems to me, that the call is routed "from the modem to the
modem" (and not to asterisk). t38modem has some config options for call
routing. Something like:
        route=modem:.*=sip:<dn>@ip:port
        route=sip:.*=modem:<dn>

The first rule routes calls from the modem to a sip destination. I think
in Your setup it should be route=modem:.*=sip:<dn>@127.0.0.1:5060. (I
never used localhost in a setup like this, it should work with the IP of
Your ethernet too).

HTH,

Karsten



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to