[asterisk-users] Queue with different music for each caller
Martin Schrott - thinking:systems
martin.schrott at tsy.at
Tue Jun 24 08:22:53 CDT 2008
Hello Thomas
you can use different music for each caller if you like.
in extensions.conf you can set the music class.
exten => s,n,Set(CHANNEL(musicclass)=yourmusicforthiscaller)
and if you like different music for each caller you can set a variable with
the musicname and then set the musicclass:
exten => s,n,Set(mymusicclass=${CALLERID(num)}musicclass)
exten => s,n,Set(CHANNEL(musicclass)=${mymusicclass})
so you set the music for each calling number
when the caller has the number 1234 the music will be 1234musicclass
when the caller has the cid 456 the music will be 456musicclass
you see, everything is possible.
hope to help,
Martin
----- Original Message -----
From: "Thomas Winter" <thowinter at googlemail.com>
To: <asterisk-users at lists.digium.com>
Sent: Tuesday, June 24, 2008 11:22 AM
Subject: [asterisk-users] Queue with different music for each caller
Hi,
is there an possibilty to have for each caller different music when queued.
I see there only the global musiconhold = default in queues.conf, what menas
same musci for all waiting callers.
Any other idea to realize this?
best regards
Thomas
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net
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