<div style="font-family:Arial;font-size:14px"><p><span style="font-family: monospace;">I tried,<br /><br />[agents]<br />exten => 1,hint,SIP/0317998975&SIP/0317998985<br />exten => 1,1,Dial(SIP/0317998975&SIP/0317998985)<br />and<br />queue add member Local/1@agents to 0317998989<br /><br />sip*CLI> 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 /> Members:<br /> Local/1@agents (dynamic) (Not in use) has taken no calls yet<br /> No Callers<br /><br />did call out from 0317998975<br />sip*CLI> core show hints<br /> 0317998975@inputinterior.se : SIP/0317998975 State:InUse Watchers 0<br /> 0317998985@inputinterior.se : SIP/0317998985 State:Idle Watchers 0<br /> 1@agents : SIP/0317998975&SIP/0 State:InUse Watchers 0<br /><br />Looks correct to me... but:<br />sip*CLI> 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 /> Members:<br /> Local/1@agents (dynamic) (Not in use) has taken no calls yet<br /> 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> 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 /> Members:<br /> Local/1@agents (dynamic) (Not in use) has taken no calls yet<br /> No Callers<br /><br />I am completly lost. :(</span></p>
<p>On Sun, 14 Mar 2010 01:08:53 +1100, Rob Hillis <rob@hillis.dyndns.org> 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 => 1,Dial(SIP/0317998975&SIP/0317998985)<br /><br />...then add Local/1@agents to the queue.<br /><br />On 03/14/10 00:03, Magnus Benngård wrote:<br />><br />> Hi!<br />><br />> We have alot of users who are having 2 phones, 1 fixed and 1 DECT.<br />><br />> I am looking for a way to log them into a queue and let both phone<br />> rings. Let me try to explain:<br />><br />> 0317998975 is a fixed phone, 0317998985 is a DECT. 0317998989 is a queue.<br />><br />> queue add member SIP/0317998975 to 0317998989 works ofc.<br />><br />> sip*CLI> queue show 0317998989<br />> 0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s<br />> holdtime, 0s talktime), W:0, C:0, A:1, SL:0.0% within 0s<br />> Members:<br />> SIP/0317998975 (dynamic) (Not in use) has taken no calls yet<br />><br />> But what i would like to do is something like:<br />><br />> queue add member SIP/0317998975&SIP/0317998985 to 0317998989<br />><br />> But that doesnt work. :(<br />><br />> sip*CLI> queue show 0317998989<br />> 0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (0s<br />> holdtime, 0s talktime), W:0, C:0, A:1, SL:0.0% within 0s<br />> Members:<br />> SIP/0317998975&SIP/0317998985 (dynamic) (Unknown) has taken no<br />> calls yet<br />><br />> Did try to add a hint: "exten =><br />> kalle,hint,SIP/0317998975&SIP/0317998985" just for testing purposes,<br />> that did work:<br />><br />> kalle@inputinterior.se : SIP/0317998975&SIP/0 <br />> State:Idle Watchers 0<br />><br />> But I cant figure out howto "connect" the queue with "kalle", or maybe<br />> it is not possible?<br />><br />> /Magnus<br />><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> </p>
</blockquote>
<p> </p></div>