- Joined
- Aug 11, 2015
- Messages
- 66
- Reaction score
- 0
Hi,
I was wondering if someone could clear some doubt that i have with the IVR on elastix.
I have an IVR on my GSM trunk with extensions But lets say when the IVR starts talking and immediately put the number 0 or 1 it repeats and then it gets stuck and gives me the error message.
Then I try to wait until it finishes the IVR and i keep dialing 0 or 1 and nothing I was trying to look for the error though verbose and found that it keeps getting stuck not sure why? and sometimes works sometimes it does not
Thank you
I was wondering if someone could clear some doubt that i have with the IVR on elastix.
I have an IVR on my GSM trunk with extensions But lets say when the IVR starts talking and immediately put the number 0 or 1 it repeats and then it gets stuck and gives me the error message.
Then I try to wait until it finishes the IVR and i keep dialing 0 or 1 and nothing I was trying to look for the error though verbose and found that it keeps getting stuck not sure why? and sometimes works sometimes it does not
Thank you
Code:
3.200:8000
-- Executing [s@ivr-3:6] Wait("SIP/gsm-00000033", "1") in new stack
-- Executing [s@ivr-3:7] Set("SIP/gsm-00000033", "IVR_MSG=custom/TELSAT") in new stack
-- Executing [s@ivr-3:8] Set("SIP/gsm-00000033", "TIMEOUT(digit)=3") in new stack
-- Digit timeout set to 3.000
-- Executing [s@ivr-3:9] ExecIf("SIP/gsm-00000033", "1?Background(custom/TELSAT)") in new stack
[2015-10-28 20:51:36] WARNING[3892][C-00000020]: mp3/interface.c:217 decodeMP3: Junk at the beginning of frame 00000000
-- <SIP/gsm-00000033> Playing 'custom/TELSAT.slin' (language 'en')
-- Executing [s@ivr-3:10] WaitExten("SIP/gsm-00000033", "5,") in new stack
-- Timeout on SIP/gsm-00000033, going to 't'
-- Executing [t@ivr-3:1] Playback("SIP/gsm-00000033", "sorry-youre-having-problems") in new stack
-- <SIP/gsm-00000033> Playing 'sorry-youre-having-problems.gsm' (language 'en')
-- Executing [t@ivr-3:2] Goto("SIP/gsm-00000033", "hang,1") in new stack
-- Goto (ivr-3,hang,1)
-- Executing [hang@ivr-3:1] Playback("SIP/gsm-00000033", "vm-goodbye") in new stack
-- <SIP/gsm-00000033> Playing 'vm-goodbye.gsm' (language 'en')
-- Executing [hang@ivr-3:2] Hangup("SIP/gsm-00000033", "") in new stack
== Spawn extension (ivr-3, hang, 2) exited non-zero on 'SIP/gsm-00000033'
-- Executing [h@ivr-3:1] Hangup("SIP/gsm-00000033", "") in new stack
== Spawn extension (ivr-3, h, 1) exited non-zero on 'SIP/gsm-00000033'