<div style="font-family:Arial;font-size:14px"><p><span style="font-family: monospace;">I tried,<br /><br />[agents]<br />exten =&gt; 1,hint,SIP/0317998975&amp;SIP/0317998985<br />exten =&gt; 1,1,Dial(SIP/0317998975&amp;SIP/0317998985)<br />and<br />queue add member Local/1@agents to 0317998989<br /><br />sip*CLI&gt; queue show 0317998989<br />0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime, 109s talktime), W:0, C:1, A:0, SL:0.0% within 0s<br />&nbsp;&nbsp; Members:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Local/1@agents (dynamic) (Not in use) has taken no calls yet<br />&nbsp;&nbsp; No Callers<br /><br />did call out from 0317998975<br />sip*CLI&gt; core show hints<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0317998975@inputinterior.se&nbsp;&nbsp;&nbsp; : SIP/0317998975&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; State:InUse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Watchers&nbsp; 0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0317998985@inputinterior.se&nbsp;&nbsp;&nbsp; : SIP/0317998985&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; State:Idle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Watchers&nbsp; 0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1@agents&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : SIP/0317998975&amp;SIP/0&nbsp; State:InUse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Watchers&nbsp; 0<br /><br />Looks correct to me... but:<br />sip*CLI&gt; queue show 0317998989<br />0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime, 109s talktime), W:0, C:1, A:0, SL:0.0% within 0s<br />&nbsp;&nbsp; Members:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Local/1@agents (dynamic) (Not in use) has taken no calls yet<br />&nbsp;&nbsp; No Callers<br /><br />Do understand that I have missed something here, shouldn't it be InUse?, Calling the queue (both phone are ringing) and answer gives:<br />sip*CLI&gt; queue show 0317998989<br />0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (1s holdtime, 109s talktime), W:0, C:1, A:0, SL:0.0% within 0s<br />&nbsp;&nbsp; Members:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Local/1@agents (dynamic) (Not in use) has taken no calls yet<br />&nbsp;&nbsp; No Callers<br /><br />I am completly lost. :(</span></p>
<p>On Sun, 14 Mar 2010 01:08:53 +1100, Rob Hillis &lt;rob@hillis.dyndns.org&gt; wrote:</p>
<blockquote style="border-left: 2px solid #1010ff; padding-left: 5px; margin-left: 5px; width: 100%;">
<p>Your best option is likely to be to create a separate context that calls<br />both numbers, like so...<br /><br />[agents]<br />exten =&gt; 1,Dial(SIP/0317998975&amp;SIP/0317998985)<br /><br />...then add Local/1@agents to the queue.<br /><br />On 03/14/10 00:03, Magnus Benng&aring;rd wrote:<br />&gt;<br />&gt; Hi!<br />&gt;<br />&gt; We have alot of users who are having 2 phones, 1 fixed and 1 DECT.<br />&gt;<br />&gt; I am looking for a way to log them into a queue and let both phone<br />&gt; rings. Let me try to explain:<br />&gt;<br />&gt; 0317998975 is a fixed phone, 0317998985 is a DECT. 0317998989 is a queue.<br />&gt;<br />&gt; queue add member SIP/0317998975 to 0317998989 works ofc.<br />&gt;<br />&gt; sip*CLI&gt; queue show 0317998989<br />&gt; 0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s<br />&gt; holdtime, 0s talktime), W:0, C:0, A:1, SL:0.0% within 0s<br />&gt;    Members:<br />&gt;       SIP/0317998975 (dynamic) (Not in use) has taken no calls yet<br />&gt;<br />&gt; But what i would like to do is something like:<br />&gt;<br />&gt; queue add member SIP/0317998975&amp;SIP/0317998985 to 0317998989<br />&gt;<br />&gt; But that doesnt work. :(<br />&gt;<br />&gt; sip*CLI&gt; queue show 0317998989<br />&gt; 0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s<br />&gt; holdtime, 0s talktime), W:0, C:0, A:1, SL:0.0% within 0s<br />&gt;    Members:<br />&gt;       SIP/0317998975&amp;SIP/0317998985 (dynamic) (Unknown) has taken no<br />&gt; calls yet<br />&gt;<br />&gt; Did try to add a hint: "exten =&gt;<br />&gt; kalle,hint,SIP/0317998975&amp;SIP/0317998985" just for testing purposes,<br />&gt; that did work:<br />&gt;<br />&gt; kalle@inputinterior.se    : SIP/0317998975&amp;SIP/0 <br />&gt; State:Idle            Watchers  0<br />&gt;<br />&gt; But I cant figure out howto "connect" the queue with "kalle", or maybe<br />&gt; it is not possible?<br />&gt;<br />&gt; /Magnus<br />&gt;<br /><br />-- <br />_____________________________________________________________________<br />-- Bandwidth and Colocation Provided by http://www.api-digital.com --<br />New to Asterisk? Join us for a live introductory webinar every Thurs:<br /> http://www.asterisk.org/hello<br /><br />asterisk-users mailing list<br />To UNSUBSCRIBE or update options visit:<br /> http://lists.digium.com/mailman/listinfo/asterisk-users</p>
<p>&nbsp;</p>
</blockquote>
<p>&nbsp;</p></div>