[Asterisk-Users] Re: Call queues

2004-07-23 Thread Hans-Henrik Andresen
Hi Jeremy, What about this in extentions.conf exten = 5000,1,Dial(SIP/phone1SIP/phone2SIP/phone3,50,r) -- mvh. Hans-Henrik Andresen Jeremy Kenney [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello I am new to asterisk I want to setup the call queues where it will ring

RE: [Asterisk-Users] Re: Call queues

2004-07-23 Thread Jeremy Kenney
] Re: Call queues Hi Jeremy, What about this in extentions.conf exten = 5000,1,Dial(SIP/phone1SIP/phone2SIP/phone3,50,r) -- mvh. Hans-Henrik Andresen Jeremy Kenney [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello I am new to asterisk I want to setup the call queues where

RE: [Asterisk-Users] Re: Call queues

2004-07-23 Thread avizion
You need to define the queues in etc/queues.conf at least. Normally you would put the static agents inthere for use with AgentLogin() but in your situation you can just define the queues there. This makes you capable of using AddQueueMember and RemoveQueueMember. That way you get all/most of the