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,

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to