Это вы в каком мануале прочли ?Kucherow писал(а):т.к. звуковой файл выбирается переменной исходя из номера на который поступил звонок
queues.conf-dist писал(а):; An announcement may be specified which is played for the member as
; soon as they answer a call, typically to indicate to them which queue
; this call should be answered as, so that agents or members who are
; listening to more than one queue can differentiated how they should
; engage the customer
;
;announce = queue-markq
С dial я могу сделать так:zzuz писал(а):про опцию announce - это то , что Вам подходит. Если Вы считаете , что это не так, то добавьте больше информации по вашему вопросу .
Код: Выделить всё
[global]
hrm_queue = "SIP/2000&SIP/2001&SIP2002"
...
same => n, Dial(${hrm_queue},60,tmA(/srv/asterisk/ivr/incoming/${CONTEXT}))
Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule[,position]]]]]]]]])
'announceoverride' allows you to override the announcement specified in queues.conf using 'announce = ...' or add one to it in the first place.
Код: Выделить всё
...
same => n,queue(hrm,,,/srv/asterisk/ivr/hrm/${CONTEXT})
...