Have you tried something like:<br><br>exten =&gt; 2,1,SetCIDName(QUEUENAME: ${CALLERIDNAME})<br>exten =&gt; 2,n,Queue(QUEUENAME)<br><br><br><br><br><br><div><span class="gmail_quote">On 4/12/06, <b class="gmail_sendername">
Steve Feinstein</b> &lt;<a href="mailto:steve@gatherworks.com">steve@gatherworks.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks!, I will definitely take a look at that.&nbsp;&nbsp;We were hoping not to<br>have to do AGI in the client, but if we have to, we have to.&nbsp;&nbsp;It'll<br>probably be useful for other things down the road.<br><br>-Steve Feinstein<br>
GatherWorks Inc.<br><br>BJ Weschke wrote:<br>&gt; On 4/12/06, Steve Feinstein &lt;<a href="mailto:steve@gatherworks.com">steve@gatherworks.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt; I'd like for our custom soft phone to be able to know what queue, and/or
<br>&gt;&gt; what DID is calling an Agent's phone before the agent picks up.&nbsp;&nbsp;The<br>&gt;&gt; agent is using the AGENTCALLBACKLOGIN.&nbsp;&nbsp;One agent can be in multiple<br>&gt;&gt; queues so it would be nice if they could get a pop up window telling
<br>&gt;&gt; them who's on the line before they pick up and hear the announcement<br>&gt;&gt; telling them that.&nbsp;&nbsp;I'd like to lose the announcment all together.<br>&gt;&gt;<br>&gt;&gt; It seems like that the phone can easily know what extension was dialed
<br>&gt;&gt; to make it ring, but at best that's the phone client's extension (The<br>&gt;&gt; server dialed it via the Local/ interface), and at worst it's 's'.&nbsp;&nbsp;Is<br>&gt;&gt; there anyway I can know the DID of the person who called into the Queue?
<br>&gt;&gt;<br>&gt;&gt; I've done ethereal traces and it seems like the DID, that actually<br>&gt;&gt; called the agent/phone is no where to be found.<br>&gt;&gt; I've tried also to use the URL string in the Queue() application, but
<br>&gt;&gt; the server doesn't seem to send it.&nbsp;&nbsp;(I've also tried having the client<br>&gt;&gt; send a URL, and it seems to get sent, yet the server doesn't seem to<br>&gt;&gt; forward it.&nbsp;&nbsp;It seems to just get lost).<br>
&gt;&gt;<br>&gt;&gt; Has anyone gotten the URL in the Queue application to work?&nbsp;&nbsp;And if it<br>&gt;&gt; does, it it delivered to the phone before, or after the phone answers?<br>&gt;&gt;<br>&gt;&gt; Any hacks,tips,tricks,pointers, would be most appreciated.
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt; <a href="http://bugs.digium.com/view.php?id=6843">http://bugs.digium.com/view.php?id=6843</a><br>&gt;<br>&gt;&nbsp;&nbsp;Here's code to fire off an AGI to do pretty much anything you need to
<br>&gt; do on the calling channel after a Queue Member has been assigned to<br>&gt; it.<br>&gt;<br>&gt; --<br>&gt; Bird's The Word Technologies, Inc.<br>&gt; <a href="http://www.btwtech.com/">http://www.btwtech.com/</a><br>
&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br><br><br></blockquote></div><br>