<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51); ">exten =&gt; _188.,1,Dial(SS7/xxx/${EXTEN:3})<br>exten =&gt; _188.,n,Hangup()</span><br>
<br><div>I am not sure I have done more than this except that sending the calls to different linksets,</div><div><div><br></div><div><span class="Apple-style-span" style="font-size: 13px; "></span><font class="Apple-style-span" color="#333333" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></font><div class="gmail_quote">On Mon, Oct 12, 2009 at 8:33 AM, Sumon Ahmed <span dir="ltr">&lt;<a href="mailto:asterisk.sumon@gmail.com">asterisk.sumon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Dear Sir,</div>
<div>Thanks for the reply. Here is my current config for chan_ss7.</div>
<div> </div>
<div>ss7.conf</div>
<div>--------------</div>
<div> </div>
<div>[linkset-xxx]<br>enabled =&gt; yes<br>enable_st =&gt; no<br>use_connect =&gt; yes<br>subservice =&gt; auto<br>context =&gt; ss7<br>language =&gt; en</div>
<div> </div>
<div>[link-L1]<br>linkset =&gt; xxx<br>channels =&gt; 1-15,17-31<br>schannel =&gt; 16<br>firstcic =&gt; 1<br>enabled =&gt; yes</div>
<div> </div>
<div>[link-L2]<br>linkset =&gt; xxx<br>channels =&gt; 1-31<br>schannel =&gt;<br>firstcic =&gt; 33<br>enabled =&gt; yes</div>
<div> </div>
<div>[host-abc]<br>enabled =&gt; yes<br>default_linkset =&gt; xxx<br>opc =&gt; 1111<br>dpc =&gt; xxx:222<br>links =&gt; L1:1,L2:2<br><br>extensions.conf</div>
<div>-----------------------</div>
<div>[ss7]</div>
<div>exten =&gt; _188.,1,Dial(SS7/${EXTEN:3})<br>exten =&gt; _188.,n,Hangup()<br></div>
<div>I want to dedicated L1  to 188 &amp; L2 to another customer who will send calls with 288 prefix. Any example! </div>
<div> </div>
<div>Thanks,.</div>
<div>Sumon</div><div><div></div><div class="h5">
<div><br> </div>
<div class="gmail_quote">On Mon, Oct 12, 2009 at 11:36 AM, Goke M Aruna <span dir="ltr">&lt;<a href="mailto:goksie@gmail.com" target="_blank">goksie@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">for chan_ss7, 
<div><br></div>
<div>the dial plan always follow the linkset from what was written in the readme file</div>
<div><br></div>
<div>exten =&gt; _234.,1,Dial(ss7/linkset/${EXTEN})</div>
<div><br></div>
<div>but you can try this</div>
<div><br></div>
<div>exten =&gt; _234.,2,Dial(ss7/linkset:cic 1-15/${EXTEN})</div>
<div><br></div>
<div>Thanks 
<div>
<div></div>
<div><br><br>
<div class="gmail_quote">On Mon, Oct 12, 2009 at 1:36 AM, Mohammad Salaque <span dir="ltr">&lt;<a href="mailto:msalaque@gmail.com" target="_blank">msalaque@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">all you need to do grouping in your chan_dahdi.conf and assign E1 accordingly . for example:<br><br>Dial plan for client1  [ Group 1] <br>

<br>exten =&gt; _110XXXXXX.,n,Dial(DAHDI/<b><font color="#ff0000">g1</font></b>/${EXTEN:2},80,L(3300000))<br>exten =&gt; _110XXXXXX.,n,Hangup<br><br>; End of 1st E1<br><br>; Dial plan for client2  [ Group2]<br><br>exten =&gt; _220XXXXXX.,n,Dial(DAHDI/<b><font color="#ff0000">g2</font></b>/${EXTEN:2},80,L(3300000))<br>

exten =&gt; _220XXXXXX.,n,Hangup<br><br><br>so each client associate  with his/her assign E1. <br><br><br>Thanks<br>----------------------------<br>M. Salaque 
<div>
<div></div>
<div><br><br><br><br><br>On Mon, Oct 12, 2009 at 5:10 AM, Sumon Ahmed &lt;<a href="mailto:asterisk.sumon@gmail.com" target="_blank">asterisk.sumon@gmail.com</a>&gt; wrote:<br>&gt; Dear Sir,<br>&gt; We&#39;ll use single signaling channel for this project. Basically we want to<br>

&gt; dedicated each E1 to our individual clients. That&#39;s why we need this<br>&gt; solution.<br>&gt;  <br>&gt; I&#39;ve checked your blog, that&#39;s for 2 client not for 2 separate E1 :)<br>&gt;  <br>&gt; Thanks in advance.<br>

&gt;  <br>&gt; Regards,<br>&gt; Sumon<br>&gt;<br>&gt; On Sun, Oct 11, 2009 at 9:44 PM, Mohammad Salaque &lt;<a href="mailto:msalaque@gmail.com" target="_blank">msalaque@gmail.com</a>&gt;<br>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; discard my last post. that was for libss7.<br>

&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Thanks<br>&gt;&gt; ----------------------------<br>&gt;&gt; M. Salaque<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Mon, Oct 12, 2009 at 2:43 AM, Mohammad Salaque &lt;<a href="mailto:msalaque@gmail.com" target="_blank">msalaque@gmail.com</a>&gt;<br>

&gt;&gt; wrote:<br>&gt;&gt; &gt; <a href="http://m-salaque.blogspot.com/" target="_blank">http://m-salaque.blogspot.com/</a> &lt;-- has the details example for your<br>&gt;&gt; &gt; question<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>

&gt;&gt; &gt; Thanks<br>&gt;&gt; &gt; ----------------------------<br>&gt;&gt; &gt; M. Salaque<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On Sun, Oct 11, 2009 at 7:17 PM, Sumon Ahmed &lt;<a href="mailto:asterisk.sumon@gmail.com" target="_blank">asterisk.sumon@gmail.com</a>&gt;<br>

&gt;&gt; &gt; wrote:<br>&gt;&gt; &gt;&gt; Dear Sir,<br>&gt;&gt; &gt;&gt; is there any way to configure chan_ss7 to dedicated E1 with specific<br>&gt;&gt; &gt;&gt; prefix.<br>&gt;&gt; &gt;&gt; like,<br>&gt;&gt; &gt;&gt;<br>

&gt;&gt; &gt;&gt; 188 prefix will use 1st E1<br>&gt;&gt; &gt;&gt; 288 prefix will use 2nd E1<br>&gt;&gt; &gt;&gt; 388 prefix will use 3rd E1<br>&gt;&gt; &gt;&gt; 488 prefix will use 4th E1<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; I&#39;ll be grateful if any one can help me out.<br>

&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Thanks,<br>&gt;&gt; &gt;&gt; Sumon<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br>

&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; asterisk-ss7 mailing list<br>&gt;&gt; &gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt; &gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>

&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br>

&gt;&gt;<br>&gt;&gt; asterisk-ss7 mailing list<br>&gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>

&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br>&gt;<br>&gt; asterisk-ss7 mailing list<br>

&gt; To UNSUBSCRIBE or update options visit:<br>&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>&gt;<br><br></div></div>
<br>
_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:<br>

  <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br></div></div></div><br>_______________________________________________<br>

--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:<br>  <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>

</blockquote></div><br>
</div></div><br>_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-ss7 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br></div></div>