[Asterisk-Users] queue and service period

nik600 nik600 at gmail.com
Fri Mar 10 10:06:48 MST 2006


i've got 3 queues:

QUEUE A
- >(mon,tue,wed,thu,fri) 8-12/14-18 -> Queue the call
> else play a mex reporting the service period

QUEUE B
- >(mon,tue,wed,thu,fri) 8-12-> Queue the call
> else play a mex reporting the service period

QUEUE C
- >(mon,tue,wed,thu,fri,sat,sun) 8--20 -> Queue the call
> else play a mex reporting the service period

how can i set it?

thanks
now i'm using this configuration:

; La coda 2700
exten => 2700,1,Answer
exten => 2700,2,SetCIDName(queue 2700-${CALLERIDNAME})
exten => 2700,3,Queue(2700|t)

; La coda 2701
exten => 2701,1,Answer
exten => 2701,2,SetCIDName(queue 2701-${CALLERIDNAME})
exten => 2701,3,Queue(2701|t)

; La coda 2702
exten => 2702,1,Answer
exten => 2702,2,SetCIDName(queue 2702-${CALLERIDNAME})
exten => 2702,3,Queue(2702|t)



More information about the asterisk-users mailing list