Hello,
I have a context contains application queue in my diaplan.
My purpose is during the music on hold, I want added a message to tell to the caller for each 2 min for example.
I mean each 2min, there is a message in additionnal of the music on hold
How does I configure my dialplan ?
Here is my context contains the queue:
[commerciale]
exten => 80002,1,Answer()
same => n,Queue(commerciale,t)
same => n,Hangup()
And here the property of the queue commerciale
[general]
persistentmembers = yes
autofill = yes
monitor-type = MixMonitor
shared_lastcall=no
queue_template
musiconhold=default
strategy=rrmemory
timeout = 20
retry = 5
maxlen = 0
wrapuptime=15
joinempty = no
leavewhenempty = yes
ringinuse=no
announce-position = yes ;annonce position client in the FA
;announce-position-limit = 1
;announce-position-only-up = yes
timeoutrestart = yes
eventmemberstatus=yes
Thank you so much