Hello,
I have a simple IVR. It-S below
when I tried to test call one after another. Dialplan executing but I can’t hear menu voice and my voice come to me. How can I catch the problem and fix it. Thank u.
[menu1]
exten => start,1,Background(menu1&silence/3)
same => n,Goto(menu2,start,1)
exten => 1,1,Goto(from-internal,0XXXXX,1)
exten => 1,n,HangUp()
;1 disinda tuslama oldu basa don
exten => i,1,Goto(menu1,start,1)
exten => h,1,HangUp()