search for: connect2fax

Displaying 1 result from an estimated 1 matches for "connect2fax".

2008 Dec 02
0
How to get both channel ids from diaplan ?
...I want from dialplan, to transfer a callee to a context-extension-priority that would play a given fax file to callee (callee is supposed to be a fax number). I can get caller's channel id (with built-in CHANNEL variable). I found BRIDGEPEER but its value remains unset (see bellow) even inside connect2fax routine (in which I would like to re-direct both channels : incoming channel to let caller hear "you successfully sent a fax" and outgoing channel to get fax content) : context mylocal { _2X. => { NoOp(Calling ${EXTEN:1} from ${CALLERID(num)} using ${CHANNEL});...