M
M
Maxim2013-12-10 15:15:40
Asterisk
Maxim, 2013-12-10 15:15:40

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()

here is what is

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Chromium58, 2013-12-10
@Chromium58

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 question

Ask a Question

731 491 924 answers to any question