How come whenever I invoke the outgoing fax part of callweaver, it dials
without invoking Dial(), or anything else, in the extensions.conf?
If there's no answer on the other end, it doesn't do anything that's in
the extensions.conf.
The file passed into the 'outgoing' folder is as follows:
"Channel: SIP/VoIPout/15755237824
MaxRetries: 0
WaitTime: 30
Set: LOCALSTATIONID=8005555555
Set: LOCALHEADERINFO=8005555555
Set: FAXFILE=/tmp/uploadTest.tif
Set: NUMBER=15755237824
CallerID: <8005555555>
Context: faxTest
Extension: s
priority: 1"
The faxTest part of extensions.conf is as follows:
"[faxTest]
exten => s,1,Answer()
exten => s,2,NoOp(NUMBER:${NUMBER})
exten => s,3,Dial(SIP/[EMAIL PROTECTED])
exten => s,4,NoOp(Fax Testing*****)
exten => s,5,TxFAX(${FAXFILE},caller,ecm)
exten => s,6,NoOp(NUMBER:${NUMBER})
exten => h,1,NoOp(TX: REMOTESTATIONID is ${REMOTESTATIONID})
exten => h,n,NoOp(TX: PHASEESTATUS is ${PHASEESTATUS})"
If I comment out everything but 'TxFAX', it still dials and tries to
send a fax.
Anyone know how to make the outgoing fax use the stuff in
extensions.conf?
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users