[asterisk-users] Question on queue terms

David fire ddfire at gmail.com
Sun Dec 7 18:29:38 CST 2008


Hi
Members are every one who can answer a call.

you have users and agents

what you want is a user.

in extensions.conf

put something like


exten => *555,1,addqueuememeber(SIP/${CALLERID})
exten => *556,1,removequeuememeber(SIP/${CALLERID})

thats all if the name are nor correct chech the aplications names...
David


2008/12/7 Mike <list at virtutel.ca>

> Thanks, that`s pretty close to what I want.  I got confused between members
> and agents.
>
> I have enough to go on with this!
>
>
> Regards,
>
> Mike
>
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Doug Lytle
> Sent: Sunday, December 07, 2008 12:54
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Question on queue terms
>
> Mike wrote:
> >
> > Thanks.  I know agentcallbacklogin is deprecated, but I am not even
> > sure if I need anything special, I can`t find a clear answer.  All the
> > queues example I find are ones where the agent have to login.  I
> > simply need to have a queue that rings 5 SIP phones according to the
> > ring strategy defined in queue.conf.
> >
> >
> >
> > Where exactly do I configure those SIP phones to be part of the
> > queue?  Is something as simple as agent => 1001,SIP/reg_1001 what I
> > need? (or
> >
>
> I have 4 phones in an operator queue, it's setup so, if the operator is
> busy enough that she can't grab the call (On inbound), it drops the
> caller into the queue and start ringing the backup operators.
>
> It puts an * in front of the number, to let the backup(s) know it's an
> operator call and they can answer accordingly.
>
> If nobody answers, then the callee is shown to the directory:
>
> cat queues.conf
>
> member => SIP/4100
> member => SIP/4138
> member => SIP/4140
> member => SIP/4159
>
> Then I have an extension that does the following:
>
> ;*********************************
> ;* 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()
>
> Doug
>
> --
> Ben Franklin quote:
>
> "Those who would give up Essential Liberty to purchase a little Temporary
> Safety, deserve neither Liberty nor Safety."
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081207/aa894c4a/attachment.htm 


More information about the asterisk-users mailing list