<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Geraldo!</FONT></DIV>
<DIV><FONT face=Arial size=2>voce pode definir a variavel 
QUEUE_PRIO</FONT></DIV>
<DIV><FONT face=Arial size=2>antes de chamar o comando Queue no 
dialplan..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>minha sugestão :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>no AstDB vc cadastra os numeros que vc precisa dar 
prioridade</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>"database put Importantes/6912345678 
ok"</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2>"database put Importantes/6987654321 
ok"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV><FONT face=Arial size=2>Dessa forma vc analisa o CALLERIDNUM que 
entrou</FONT></DIV>
<DIV><FONT face=Arial size=2>da um select no AstDB e verifica se é um numero que 
esta cadastrado..</FONT></DIV>
<DIV><FONT face=Arial size=2>daí vc "seta" a variavel QUEUE_PRIO para 
10</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>exten = 
s,n,SetVar(CLIENTE=${'DB(Importantes/${CALLERIDNUM})'})</FONT></DIV>
<DIV><FONT face=Arial size=2>exten = s,n,GotoIf($["${CLIENTE}" = 
"ok"]?111:112)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>;&nbsp;Important&nbsp;clients <BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;exten&nbsp;=&gt;&nbsp;111,1,Playback(welcome) 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;exten&nbsp;=&gt;&nbsp;111,2,SetVar(QUEUE_PRIO=10) 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;exten&nbsp;=&gt;&nbsp;111,3,Queue(support) 
</SPAN><BR><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;;&nbsp;Less&nbsp;important&nbsp;clients 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;exten&nbsp;=&gt;&nbsp;112,1,Playback(welcome) 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;exten&nbsp;=&gt;&nbsp;112,2,SetVar(QUEUE_PRIO=5) 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace">&nbsp;exten&nbsp;=&gt;&nbsp;112,3,Queue(support) 
</SPAN><BR></FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.voip-info.org/wiki/view/Asterisk+call+queues">http://www.voip-info.org/wiki/view/Asterisk+call+queues</A>&nbsp;dá 
uma olhada aqui...também.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[]'s</FONT></DIV>
<DIV><FONT face=Arial size=2>j u n i o u</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT>
<DIV><FONT face=Arial size=2>----- Original Message ----- </FONT>
<DIV><FONT face=Arial size=2>From: "WILIAM - HOTMAIL" &lt;</FONT><A 
href="mailto:wiliamcgalvao@hotmail.com"><FONT face=Arial 
size=2>wiliamcgalvao@hotmail.com</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>To: &lt;</FONT><A 
href="mailto:asteriskbrasil@listas.asteriskbrasil.org"><FONT face=Arial 
size=2>asteriskbrasil@listas.asteriskbrasil.org</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Friday, September 21, 2007 10:37 
PM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: Re: [AsteriskBrasil] Prioridade de 
Chamadas em uma FILA DE ATENDIMENTO</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial 
size=2>Boa noite;<BR><BR>Tente as configurações roadin robin , sequential 
....<BR><BR>Att.<BR><BR>Wiliam C. Galvão<BR><BR>----- Original Message ----- 
<BR>From: "Geraldo Fco. do Espírito Santo Jr." &lt;</FONT><A 
href="mailto:geraldo.santo@gmail.com"><FONT face=Arial 
size=2>geraldo.santo@gmail.com</FONT></A><FONT face=Arial size=2>&gt;<BR>To: 
&lt;</FONT><A href="mailto:asteriskbrasil@listas.asteriskbrasil.org"><FONT 
face=Arial size=2>asteriskbrasil@listas.asteriskbrasil.org</FONT></A><FONT 
face=Arial size=2>&gt;<BR>Sent: Friday, September 21, 2007 3:33 PM<BR>Subject: 
[AsteriskBrasil] Prioridade de Chamadas em uma FILA DE ATENDIMENTO<BR><BR><BR>Oi 
Pessoal, estou com uma dificuldade e gostaria da ajuda de vcs.<BR><BR>Pessoal 
estou com um grupo de pessoas atendendo chamadas que são<BR>roteadas através do 
QUEUE no asterisk.<BR><BR>Em alguns casos especiais gostaria de colocar estas 
chamadas na frente<BR>das outras, furando fila "literalmente".<BR><BR>Alguem 
sabe com fazer isto?<BR><BR>Valeu!<BR><BR>[ 
]s<BR><BR>Geraldo<BR>_______________________________________________<BR>Compre 
uma camiseta da 
AsteriskBrasil.org!<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT><A href="http://www.voipmania.com.br"><FONT face=Arial 
size=2>http://www.voipmania.com.br</FONT></A><BR><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
== VoIPMania.com.br 
==<BR><BR>_______________________________________________<BR>LIsta de discussões 
AsteriskBrasil.org<BR></FONT><A 
href="mailto:AsteriskBrasil@listas.asteriskbrasil.org"><FONT face=Arial 
size=2>AsteriskBrasil@listas.asteriskbrasil.org</FONT></A><BR><A 
href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil"><FONT 
face=Arial 
size=2>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</FONT></A><BR><BR><FONT 
face=Arial size=2>_______________________________________________<BR>Compre uma 
camiseta da 
AsteriskBrasil.org!<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT><A href="http://www.voipmania.com.br"><FONT face=Arial 
size=2>http://www.voipmania.com.br</FONT></A><BR><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
== VoIPMania.com.br 
==<BR><BR>_______________________________________________<BR>LIsta de discussões 
AsteriskBrasil.org<BR></FONT><A 
href="mailto:AsteriskBrasil@listas.asteriskbrasil.org"><FONT face=Arial 
size=2>AsteriskBrasil@listas.asteriskbrasil.org</FONT></A><BR><A 
href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil"><FONT 
face=Arial 
size=2>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</FONT></A><BR></BODY></HTML>