<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
What happens in my extensions.conf is that an incoming call makes a
group of SIPaccounts ring :<br>
<br>
[sub-routing]<br>
<snip><br>
exten => s,n(group),NoOp()<br>
exten => s,n,Macro(GetGroupDetails,${ganaarID})<br>
exten => s,n,GoToIf($["${sequencenr}"=="1"]?callit)<br>
exten => s,n,Answer()<br>
exten => s,n(callit),Dial(${SIPaccounts},${timeout})<br>
exten => s,n,GoToIf($["${DIALSTATUS}"!="ANSWER"]?nextstep:hangup)<br>
<snip><br>
<br>
sub-routing is a sort of loop that checks al the steps of routing. A
step can be to dial a SIPaccount or a group of SIPaccounts.<br>
<br>
So if this SIPaccount or this group of SIPaccounts are ringing, how can
I pick them up from another extension/IPphone ???<br>
<br>
<br>
Jonas.<br>
<br>
<br>
On 06/14/2010 08:00 PM, Peder wrote:
<blockquote cite="mid:01b601cb0beb$6b377dd0$41a67970$@com" type="cite">
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><small>
<!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
-->
</small></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--><small>
</small>
<div class="WordSection1"><small></small>
<p class="MsoNormal"><small><span
style="font-family: "Helvetica","sans-serif";">sip.conf and
extensions.conf would be helpful as well as knowing
what version you are running. Based on what you went, I would say you
have a
config error, but I can’t tell where without seeing the config.</span></small></p>
</div>
</blockquote>
<br>
</body>
</html>