[asterisk-users] gap between Playback and Queue
Louis-David Mitterrand
vindex+lists-asterisk-users at apartia.org
Wed Jun 17 13:03:51 CDT 2009
Hi,
I have a 2/3 second gap between the end of a welcome message played with
Playback and the start of the Queue music. Here is the dialplan:
exten => ${EXTEN},1,NoOp($EXTEN)
exten => ${EXTEN},n,SIPAddHeader(Alert-Info: Ring_CCC)
exten => ${EXTEN},n,Set(CALLERID(name)=${MYCID})
exten => ${EXTEN},n,Answer()
exten => ${EXTEN},n,Wait,1
exten => ${EXTEN},n,Playback(/usr/local/share/asterisk/sounds/welcome)
;; ---- slight gap (silence) here -----
exten => ${EXTEN},n,Queue(ccc|t|||${QUEUEWAITTIME})
The welcome sound does end correctly after the last word.
Any idea?
Thanks,
More information about the asterisk-users
mailing list