Answer the question
In order to leave comments, you need to log in
Asterisk return to menu after conversation
The call gets to the IVR and then goes to the Queue. How can the Client be returned after a conversation with the operator, another extension block has worked out and the person has returned to IVR?
[external-sip]
exten => s,1,Answer()
exten => s,2,AGI(crm_queues.php)
exten => s,3,Queue(9999)
exten => s,n,AGI(say.php,"Спасибо за звонок") ---------------------Не срабатывает после очереди
exten => h,n,Set(CDR(accountcode)=${CDR(dstchannel):4:4})
exten => s,n,Hangup()
Answer the question
In order to leave comments, you need to log in
Queue options:
....
c - continue in the dialplan if the callee hangs up (Asterisk 1.6.0 and above).
.....
Source - voip-info
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question