Eugene Prokopiev escreveu:
> 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})
>   

1) you can make an extension including these commands and then a blind 
transfer to that extension. For example, if your blind transfer is *1 
and your txfax extension is 234, then you should be able to receive the 
fax hitting *1234.

2) you can call an OGI application.

3) tell us more about what your application problem is (not how you to 
solve it) and may be someone will point you an elegant way to do what 
you need. Some experienced gentleman may tell you what works and what 
not for your particular business case, and spare you a lot of painful 
trial and error.

Regards,
--
Paulo

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

Reply via email to