[Asterisk-Users] queue scheduling...

2005-10-31 Thread Scott
Is it possible to schedule dymanic queues?

Currently I have a queue that has dynamic members of which I would
like to set a schedule for.   From say 8am to 5pm the queue would ring
the phones of queue members but after 5pm the caller get's VM.

Is this possible?

Thanks.

Scott.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] queue scheduling...

2005-10-31 Thread Chris Wade

Scott wrote:

Is it possible to schedule dymanic queues?

Currently I have a queue that has dynamic members of which I would
like to set a schedule for.   From say 8am to 5pm the queue would ring
the phones of queue members but after 5pm the caller get's VM.

Is this possible?


Yes, this is simply something to do from the dial-plan, not from the 
queue.  Make your dial-plan route the call to the queue during opening 
hours, and to voice-mail after closing.  Check www.voip-info.org for 
GotoIfTime etc.


--
Christopher L. Wade, CCNA, CCDA, CQS-CIPTES, CQS-CWLSS

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] queue scheduling...

2005-10-31 Thread Peer Oliver Schmidt

Scott schrieb:

Is it possible to schedule dymanic queues?

Currently I have a queue that has dynamic members of which I would
like to set a schedule for.   From say 8am to 5pm the queue would ring
the phones of queue members but after 5pm the caller get's VM.


Do it in the dialplan by branching based on time, before entering the queue.

--
Best regards

Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] queue scheduling...

2005-10-31 Thread Saul Diaz

Scott wrote:


Is it possible to schedule dymanic queues?

Currently I have a queue that has dynamic members of which I would
like to set a schedule for.   From say 8am to 5pm the queue would ring
the phones of queue members but after 5pm the caller get's VM.

Is this possible?

Thanks.

Scott.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


A simple ivr in the dialplan.. i think will solve this easilly
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] queue scheduling...

2005-10-31 Thread Saul Diaz

Scott wrote:


Is it possible to schedule dymanic queues?

Currently I have a queue that has dynamic members of which I would
like to set a schedule for.   From say 8am to 5pm the queue would ring
the phones of queue members but after 5pm the caller get's VM.

Is this possible?

Thanks.

Scott.
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


A simple ivr in the dialplan.. i think will solve this easilly

check gotoiftime

regards
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] queue scheduling...

2005-10-31 Thread Kevin P. Fleming

Scott wrote:


Currently I have a queue that has dynamic members of which I would
like to set a schedule for.   From say 8am to 5pm the queue would ring
the phones of queue members but after 5pm the caller get's VM.


Of course it is... don't send the call into the queue if the call 
arrives outside the desired hours.

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] queue scheduling...

2005-10-31 Thread Scott
Excellent guys.  This has to be the quickest responce I have ever had
on this list!

Scott.

On 10/31/05, Peer Oliver Schmidt [EMAIL PROTECTED] wrote:
 Scott schrieb:
  Is it possible to schedule dymanic queues?
 
  Currently I have a queue that has dynamic members of which I would
  like to set a schedule for.   From say 8am to 5pm the queue would ring
  the phones of queue members but after 5pm the caller get's VM.

 Do it in the dialplan by branching based on time, before entering the queue.

 --
 Best regards

 Peer Oliver Schmidt
 PGP Key ID: 0x83E1C2EA

 ___
 --Bandwidth and Colocation sponsored by Easynews.com --

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

___
--Bandwidth and Colocation sponsored by Easynews.com --

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