@digiteltlc wrote:
My inbound route points to call flow control 0 (there is a second one configured)
This morning , suddenly, no incoming call are possible, with voice playing ss-noservice message.
To test, I have configured a third call flow control (2) identical to the first one and made inbound route to point to
This way, all is working correctlyThese are the difference in call trace :
Failing one:
-- Executing [437123123@from-trunk:18] Goto("SIP/Mediatrix1-00000006", "app-daynight,1") in new stack -- Goto (from-trunk,app-daynight,1) -- Executing [app-daynight@from-trunk:1] Set("SIP/Mediatrix1-00000006", "__FROM_DID=app-daynight") in new stack -- Executing [app-daynight@from-trunk:2] NoOp("SIP/Mediatrix1-00000006", "Received an unknown call with DID set to app-daynight") in new stack -- Executing [app-daynight@from-trunk:3] Goto("SIP/Mediatrix1-00000006", "s,a2") in new stack -- Goto (from-trunk,s,2) -- Executing [s@from-trunk:2] Answer("SIP/Mediatrix1-00000006", "") in new stack > 0x7f0fd80320e0 -- Probation passed - setting RTP source address to 192.168.0.39:5004 -- Executing [s@from-trunk:3] Log("SIP/Mediatrix1-00000006", "WARNING,Friendly Scanner from 192.168.0.39") in new stack
[2016-06-21 11:14:53] WARNING[3040][C-00000002]: Ext. s:3 @ from-trunk: Friendly Scanner from 192.168.0.39
-- Executing [s@from-trunk:4] Wait("SIP/Mediatrix1-00000006", "2") in new stack
-- Executing [s@from-trunk:5] Playback("SIP/Mediatrix1-00000006", "ss-noservice") in new stack
-- Playing 'ss-noservice.slin' (language 'it')
-- Executing [s@from-trunk:6] SayAlpha("SIP/Mediatrix1-00000006", "app-daynight") in new stack
-- Playing 'letters/a.slin' (language 'it')
-- Playing 'letters/p.slin' (language 'it')
-- Playing 'letters/p.slin' (language 'it')
-- Playing 'letters/dash.slin' (language 'it')
-- Playing 'letters/d.slin' (language 'it')
-- Playing 'letters/a.slin' (language 'it')
-- Playing 'letters/y.slin' (language 'it')
-- Playing 'letters/n.slin' (language 'it')
-- Playing 'letters/i.slin' (language 'it')
-- Playing 'letters/g.slin' (language 'it')
-- Playing 'letters/h.slin' (language 'it')
-- Playing 'letters/t.slin' (language 'it')Then hang
Working one :
-- Executing [437123123@from-trunk:18] Goto("SIP/Mediatrix1-00000022", "app-daynight,2,1") in new stack
-- Goto (app-daynight,2,1)
-- Executing [2@app-daynight:1] GotoIf("SIP/Mediatrix1-00000022", "0?app-announcement-4,s,1:app-daynight,1,1") in new stack
-- Goto (app-daynight,1,1)
-- Executing [1@app-daynight:1] GotoIf("SIP/Mediatrix1-00000022", "0?app-announcement-5,s,1:timeconditions,1,1") in new stack
-- Goto (timeconditions,1,1)after timeconditions there is an IVR as destination
*** Note the first three rows in each situation :
-- Executing [437123123@from-trunk:18] Goto("SIP/Mediatrix1-00000006", "app-daynight,1") in new stack
-- Goto (from-trunk,app-daynight,1)
-- Executing [app-daynight@from-trunk:1] Set("SIP/Mediatrix1-00000006", "_FROMDID=app-daynight") in new stack
-- Executing [437123123@from-trunk:18] Goto("SIP/Mediatrix1-00000022", "app-daynight,2,1") in new stack
-- Goto (app-daynight,2,1)
-- Executing [2@app-daynight:1] GotoIf("SIP/Mediatrix1-00000022", "0?app-announcement-4,s,1:app-daynight,1,1") in new stackShouldn't the first "app-daynight,1" be "app-daynight,0,1" ???
Why these differences and why without touch anything ??
Posts: 12
Participants: 6