<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=666035522-16022007>In <A 
href="http://www.voip-info.org/wiki-Asterisk+agents">http://www.voip-info.org/wiki-Asterisk+agents</A> as 
followings, what type of channel of 28 and 29 is?</SPAN></FONT></DIV><FONT 
face=Arial size=2><SPAN class=666035522-16022007>
<H2>agents.conf </H2>
<DIV><SPAN style="FONT-FAMILY: monospace"> [agents] </SPAN><BR><SPAN 
style="FONT-FAMILY: monospace"> agent => 1001,4321,Wayne Kerr 
</SPAN><BR><BR></DIV>
<H2>queues.conf </H2>
<DIV><SPAN style="FONT-FAMILY: monospace"> [queue1] </SPAN><BR><SPAN 
style="FONT-FAMILY: monospace"> member => Agent/1001 
</SPAN><BR><BR></DIV>
<H2>extensions.conf </H2>
<DIV><SPAN 
style="FONT-FAMILY: monospace"> exten => 28,1,AgentLogin(1001) 
</SPAN><BR><SPAN 
style="FONT-FAMILY: monospace"> exten => 29,1,Queue(queue1) 
</SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: monospace"></SPAN> </DIV>
<DIV><SPAN style="FONT-FAMILY: monospace"><SPAN class=666035522-16022007>I use 
the following in extension.conf with Vonage softphone account, it works 
well to call SIP extension 1001. </SPAN></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: monospace"><SPAN class=666035522-16022007><FONT 
size=1>
<P><FONT size=2>exten => 180<SPAN 
class=666035522-16022007>xxxxxx</SPAN>,1,Dial(SIP/10<SPAN 
class=666035522-16022007>01</SPAN>,20)</FONT></P>
<P><SPAN class=666035522-16022007><FONT face=Arial size=2>If using agent to 
login a queue, how to transfer the call to the queue first? I try two 
approaches, no one work.</FONT></SPAN></P>
<P><SPAN class=666035522-16022007><FONT face=Arial size=2>1. <FONT 
face="Courier New">exten => 180<SPAN 
class=666035522-16022007>xxxxxx</SPAN>,1,Dial(SIP/28,20): no SIP 28 extension 
registered in Asterisk.</FONT></FONT></SPAN></P>
<P><SPAN class=666035522-16022007><FONT size=2>2. exten => 180<SPAN 
class=666035522-16022007>xxxxxx</SPAN>,1,AgentLogin(1001)</FONT></P>
<P><FONT size=2><SPAN class=666035522-16022007>  </SPAN>exten => 
180<SPAN class=666035522-16022007>xxxxxx</SPAN>,2,Queue(queue1)<SPAN 
class=666035522-16022007>: when calling that number, agent login. after hangup, 
agent logoff. How to keep this agent login in the 
queue.</SPAN></FONT></P></SPAN>
<P> </P>
<P><FONT face=Arial size=2></FONT> </P></FONT></SPAN></SPAN></DIV>
<DIV><SPAN 
style="FONT-FAMILY: monospace"></SPAN></SPAN></FONT> </DIV></BODY></HTML>