Sample Header Ad - 728x90

Programming Asterisk IVR inside freepbx problem continuing the program when clerk hangup

1 vote
1 answer
189 views
I am trying to solve a problem with my IVR, i am trying to figure out how to continue the call when the clerk hangup, to a evaluation. Well... I discovered that the queue command can do that with some specific option, the thing is that the queue command breaks asterisk using 100% of CPU... (so the queue command is not working at all) If i replace this working code: exten => 1235,n,Goto(ext-queues,2026,1) By this: exten => 1235,n,queue(2026,c) The queue looks fine, the music start playing, but there is no phone ringing..... and the CPU goes to 100% braking asterisk. In FreePBX forum i get some feedback saying that the thing i am trying to do is not possible in FreePBX context in the new FreePBX versions, so how to escape this context or do some kind of downgrade, or edit some embedded script to solve this issue? There is some alternative for me to use queue command, or to made the program to continue before the clerk answer hangup, and the asterisk program continues executing?
Asked by Luciano Andress Martini (6926 rep)
Aug 30, 2016, 05:13 PM
Last activity: Nov 1, 2016, 03:52 PM