Displaying 1 result from an estimated 1 matches for "9002xxxx".
Did you mean:
_9002xxxx
2006 Oct 19
0
question about asterisk txFAX
...nf like this:
[sip_local]
host=192.168.2.111
type=friend
dtmfmode=rfc2833
canreinvite=no
insecure=very
I set extensions.conf like this:
[test]
exten=>_9001XXXX,1,Set(CALLERID=${EXTEN})
exten=>_9001XXXX,n,dial(SIP/${EXTEN}@sip_local)
exten=>_9001XXXX,n,hangup
[fax]
exten=>_9002XXXX,n,SetVar(FAXFILE=/var/spool/asterisk/fax/test.tif)
exten=>_9002XXXX,n,SetVar(FAXFILENOEXT=/var/spool/asterisk/fax/${CALLEEID})
exten=>_9002XXXX,n,txfax(${FAXFILE})
hen I dial 9001XXXX,it's OK,but when I dial 9002XXXX,it faild fax,I
thought that maybe I had not set the sip_local in the...