Hi<br>Members are every one who can answer a call.<br><br>you have users and agents<br><br>what you want is a user.<br><br>in extensions.conf <br><br>put something like<br><br><br>exten => *555,1,addqueuememeber(SIP/${CALLERID})<br>
exten => *556,1,removequeuememeber(SIP/${CALLERID})<br><br>thats all if the name are nor correct chech the aplications names...<br>David<br><br><br><div class="gmail_quote">2008/12/7 Mike <span dir="ltr"><<a href="mailto:list@virtutel.ca">list@virtutel.ca</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks, that`s pretty close to what I want. I got confused between members<br>
and agents.<br>
<br>
I have enough to go on with this!<br>
<br>
<br>
Regards,<br>
<font color="#888888"><br>
Mike<br>
</font><div class="Ih2E3d"><br>
-----Original Message-----<br>
From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
</div><div class="Ih2E3d">[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Doug Lytle<br>
Sent: Sunday, December 07, 2008 12:54<br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
Subject: Re: [asterisk-users] Question on queue terms<br>
<br>
</div><div><div></div><div class="Wj3C7c">Mike wrote:<br>
><br>
> Thanks. I know agentcallbacklogin is deprecated, but I am not even<br>
> sure if I need anything special, I can`t find a clear answer. All the<br>
> queues example I find are ones where the agent have to login. I<br>
> simply need to have a queue that rings 5 SIP phones according to the<br>
> ring strategy defined in queue.conf.<br>
><br>
><br>
><br>
> Where exactly do I configure those SIP phones to be part of the<br>
> queue? Is something as simple as agent => 1001,SIP/reg_1001 what I<br>
> need? (or<br>
><br>
<br>
I have 4 phones in an operator queue, it's setup so, if the operator is<br>
busy enough that she can't grab the call (On inbound), it drops the<br>
caller into the queue and start ringing the backup operators.<br>
<br>
It puts an * in front of the number, to let the backup(s) know it's an<br>
operator call and they can answer accordingly.<br>
<br>
If nobody answers, then the callee is shown to the directory:<br>
<br>
cat queues.conf<br>
<br>
member => SIP/4100<br>
member => SIP/4138<br>
member => SIP/4140<br>
member => SIP/4159<br>
<br>
Then I have an extension that does the following:<br>
<br>
;*********************************<br>
;* Place caller into the front-desk<br>
;* queue and play hold music<br>
;* for 120 seconds. If nobody picks<br>
;* up call within that time, send<br>
;* caller to the Directory<br>
;*********************************<br>
<br>
exten => s,7,Set(CALLERID(num)=*${CALLERID(num)})<br>
exten => s,8,Queue(front-desk|t|||120)<br>
exten => s,9,Playback(local/transfer-dial)<br>
exten => s,10,Goto(directory,s,1)<br>
exten => s,11,Hangup()<br>
<br>
Doug<br>
<br>
--<br>
Ben Franklin quote:<br>
<br>
"Those who would give up Essential Liberty to purchase a little Temporary<br>
Safety, deserve neither Liberty nor Safety."<br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br> (\__/) <br>(='.'=)This is Bunny. Copy and paste bunny into your <br>(")_(")signature to help him gain world domination. <br><br>