VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
bilmar_gh at yahoo.com Guest
|
Posted: Tue May 13, 2008 7:44 am Post subject: [asterisk-users] Queuing if no one available to answer |
|
|
Hi list;
Any one can advise how to put the caller in the queue
in case no one available to take his call? All are
busy (having calls)?
Regards
Bilal |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Tue May 13, 2008 9:23 am Post subject: [asterisk-users] Queuing if no one available to answer |
|
|
bilal ghayyad wrote:
Quote: | Hi list;
Any one can advise how to put the caller in the queue
|
;***************************************************
;* Dial Operator's phone for 30 seconds, if no answer
;* play welcome message
;***************************************************
exten => s,5,Dial(SIP/4100,30,tkKwW)
;***********************************************
;* Play your call is important to us, please wait
;* for the next available representative.
;***********************************************
exten => s,6,Playback(local/available-rep)
;*********************************
;* Place caller into the front-desk
;* queue and play hold music
;* for 120 seconds. If nobody picks
;* up call within that time, send
;* caller to the Directory
;*********************************
exten => s,7,Set(CALLERID(num)=*${CALLERID(num)})
exten => s,8,Queue(front-desk|t|||120)
exten => s,9,Playback(local/transfer-dial)
exten => s,10,Goto(directory,s,1)
exten => s,11,Hangup()
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." |
|
Back to top |
|
|
lenz-ml at loway.it Guest
|
Posted: Wed May 14, 2008 8:09 am Post subject: [asterisk-users] Queuing if no one available to answer |
|
|
It should already work, unles you configured your queue differently?
l.
On Tue, 13 May 2008 14:44:44 +0200, bilal ghayyad <bilmar_gh at yahoo.com>
wrote:
Quote: | Hi list;
Any one can advise how to put the caller in the queue
in case no one available to take his call? All are
busy (having calls)?
Regards
Bilal
|
--
Loway Research - Home of QueueMetrics
http://queuemetrics.com |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|