[asterisk-dev] Fax with Asterisk and T38Modem

Wolfgang Pichler wpichler at yosd.at
Tue Jul 5 04:00:41 CDT 2011


2011/7/5 Johann Steinwendtner <steinwendtner at gmx.net>:
> On 2011-07-05 07:42, Wolfgang Pichler wrote:
>>
>> Hi Thorolf,
>>
>> an how do you start your t38modem instances so that the are passing
>> the callerid name and number onto to asterisk ?
>>
>> I do start t38modem with
>>
>> t38modem --no-h323 -u T38modem${COUNTER} --sip-listen
>> udp\$${BIND_IP}:${CURRENT_PORT} --sip-redundancy 3 --sip-old-asn
>> --ptty +/dev/ttyT38-${COUNTER} --route
>> modem:.*=sip:<dn>@${ASTERISK_IP} --route sip:.*=modem:<dn>"
>>
>> And the call i get into asterisk does show me callerid number =
>> T38modem1 and callerid name is root...
>>
>> But i want to have the information given with sendfax in asterisk
>> dialplan...
>>
>> best regards,
>> Wolfgang
>>
> Hello Wolfgang,
>
> can you pass the callerid with sendfax ? We use Hylafax+ inorder to pass the
> callerid
> info with -u option. But we don't use t38modem.
>
> Regards
>
> Hans

i have had called sendfax with
sendfax -n -h ttyT38-1 at 127.0.0.1 -S "+43123123" -X "Mein Unternehmen"
-d 0723626326399 /tmp/pbx1-1309780121.732.tiff

here it will send the fax - but i do not get the sender callerid into asterisk

and now with
sendfax -n -h ttyT38-1 at 127.0.0.1 -S "+43123123" -X "Mein Unternehmen"
-U 0043123123 -d 0723626326399 /tmp/pbx1-1309780121.732.tiff

here it tells me that it got blocked - why that ?

I am using hylafax 6.0.6



More information about the asterisk-dev mailing list