hmm...the group functions is to dial all the sip account, right. <br><br>assuming if the dial plan is like <br><br>exten =&gt; blah,1,Dial(${GROUP_A})<br>exten =&gt; moreblah,1,Dial(${GROUP_B})<br><br>then it will dial sip100 &amp; sip200 at the same time right? But i want to group it as different company. Is it possible? 
<br>Assuming, if 1 have 2 company and want to have same sip account context, how do i differentiate with it? <br><br>Thanks in advance. <br><br><div><span class="gmail_quote">On 7/17/06, <b class="gmail_sendername">El Flynn
</b> &lt;<a href="mailto:el_flynn@lanvik-icu.com">el_flynn@lanvik-icu.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;">
Sharon Lim wrote:<br>&gt; Hi there,<br>&gt;<br>&gt; I would like to ask, is it possible to group sip user? Means group A with<br>&gt; sip user 100,200 and group B with sip user 100,200?<br>&gt;<br>&gt; thanks in advance.<br>
&gt;<br><br>in your dialplan, define the following variables:<br><br>GROUP_A=SIP/100&amp;SIP/200<br>GROUP_B=SIP/150&amp;SIP/200<br><br>and in your dial string<br><br>exten =&gt; blah,1,Dial(${GROUP_A})<br>exten =&gt; moreblah,1,Dial(${GROUP_B})
<br><br>Flynn<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></blockquote></div><br>