>>Suppose one user (with VoIP number via CallWeaver) calls another (from 
>>PSTN). After establishing connection first user  push some button on 
>>phone (softphone or phone via sip gateway) and after this TxFax sends 
>>fax from some file to second user which must start fax receiving on 
>>hardware fax.
>>
>>How can I implement this?
>>
>>  
> 
> At "features.conf" you can map some sequence, say, *8 to RxFax and *9 to 
> TxFax, for example.

How can I send params to RxFax and TxFax and execute more than one 
command? For example *100 must execute something like:

exten => s,1,Set(LOCALSTATIONID=Local Station ID)
exten => s,n,Set(LOCALHEADERINFO=Local Header Info)
exten => s,n,Set(FAXFILE=/tmp/100.tif)
exten => s,n,Set(FAXFILENOEXT=/tmp/100)
exten => s,n,TxFAX(${FAXFILE}|caller|debug)
exten => h,1,NoOp(RX: REMOTESTATIONID is ${REMOTESTATIONID})
exten => h,n,NoOp(RX: PHASEESTATUS is ${PHASEESTATUS})
exten => h,n,NoOp(RX: PHASEESTRING is ${PHASEESTRING})

--
Thanks,
Eugene Prokopiev
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to