I am a newbie so bare with me as I try to explain my problem.
I just install Digium FFA so i could receive faxes, I’m not interested in sending faxes. But when ever a fax comes in the system plays the main greeting IVR I setup. It doesn’t seem to detect it is a fix.
Here is what i get from asterisk when a call from a fax comes in.
-- Starting simple switch on 'DAHDI/3-1'
-- Executing [[email protected]:1] Set("DAHDI/3-1", "__FROM_DID=s") in new stack
-- Executing [[email protected]:2] ExecIf("DAHDI/3-1", "0 |Set|CALLERID(name)=9413772091") in new stack
-- Executing [[email protected]:3] Ringing("DAHDI/3-1", "") in new stack
-- Executing [[email protected]:4] Wait("DAHDI/3-1", "5") in new stack
-- Executing [[email protected]:5] Set("DAHDI/3-1", "__CALLINGPRES_SV=allowed_not_screened") in new stack
-- Executing [[email protected]:6] SetCallerPres("DAHDI/3-1", "allowed_not_screened") in new stack
-- Executing [[email protected]:7] Set("DAHDI/3-1", "FAX_DEST=from-did-direct^61^1") in new stack
-- Executing [[email protected]:8] Answer("DAHDI/3-1", "") in new stack
-- Executing [[email protected]:9] Wait("DAHDI/3-1", "4") in new stack
-- Executing [[email protected]:10] Goto("DAHDI/3-1", "timeconditions|1|1") in new stack
-- Goto (timeconditions,1,1)
-- Executing [[email protected]:1] GotoIfTime("DAHDI/3-1", "07:30-17:30|mon-fri|*|jan-dec?app-daynight|0|1") in new stack
-- Goto (app-daynight,0,1)
-- Executing [[email protected]:1] GotoIf("DAHDI/3-1", "0?ivr-9|s|1:ivr-3|s|1") in new stack
-- Goto (ivr-3,s,1)
-- Executing [[email protected]:1] Set("DAHDI/3-1", "MSG=custom/Main_Greating") in new stack
-- Executing [[email protected]:2] Set("DAHDI/3-1", "LOOPCOUNT=0") in new stack
-- Executing [[email protected]:3] Set("DAHDI/3-1", "__DIR-CONTEXT=default") in new stack
-- Executing [[email protected]:4] Set("DAHDI/3-1", "_IVR_CONTEXT_ivr-3=") in new stack
-- Executing [[email protected]:5] Set("DAHDI/3-1", "_IVR_CONTEXT=ivr-3") in new stack
-- Executing [[email protected]:6] GotoIf("DAHDI/3-1", "1?begin") in new stack
-- Goto (ivr-3,s,9)
-- Executing [[email protected]:9] Set("DAHDI/3-1", "TIMEOUT(digit)=3") in new stack
-- Digit timeout set to 3
-- Executing [[email protected]:10] Set("DAHDI/3-1", "TIMEOUT(response)=5") in new stack
-- Response timeout set to 5
-- Executing [[email protected]:11] Set("DAHDI/3-1", "__IVR_RETVM=") in new stack
-- Executing [[email protected]:12] ExecIf("DAHDI/3-1", "1|Background|custom/Main_Greating") in new stack
-- <DAHDI/3-1> Playing 'custom/Main_Greating' (language 'en')
-- Executing [[email protected]:1] Hangup("DAHDI/3-1", "") in new stack
== Spawn extension (ivr-3, h, 1) exited non-zero on ‘DAHDI/3-1’
any help would be great!!
Thanks
Rich