[asterisk-users] Setting Periodic-Announce filename in the dialplan
Danny Nicholas
danny at debsinc.com
Fri Jan 2 08:49:13 CST 2009
Try it this way:
exten => s,1,Set(PERIODIC_ANNOUNCE=/home/Sounds/queue2)
exten => s,n,Playback(${PERIODIC_ANNOUNCE})
exten => s,n,Queue(CSR)
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Robert Broyles
Sent: Friday, January 02, 2009 8:37 AM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Setting Periodic-Announce filename in the dialplan
Hmm,
exten => s,1,Playback(/home/Sounds/greeting)
exten => s,n,Set(PERIODIC_ANNOUNCE=/home/Sounds/queue2)
exten => s,n,Queue(CSR)
It's not working. It just plays the default announcement.
Same goes for:
exten => s,n,Set(GLOBAL(PERIODIC_ANNOUNCE)=/home/Sounds/queue2)
Btw, I'm using v1.4.22
_______________________________________________
-- 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
More information about the asterisk-users
mailing list