<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi</blockquote><div><br>Thankx for reply.i am really new fro libss7.i am using asterisk 1.4.25 and freepbx 2.4. currently using zaptel <a href="http://1.4.is">1.4.is</a> this pre request match for install libss7.if there has any document please send me.<br>
<br>thanx<br>akalanka<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
________________________________<br>
From: aka &lt;<a href="mailto:akablast@gmail.com">akablast@gmail.com</a>&gt;<br>
To: <a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a><br>
Sent: Tuesday, May 26, 2009 12:57:30 PM<br>
Subject: [asterisk-ss7] send call via define cic range<br>
<br>
Hi<br>
<br>
i am using chan_ss7 1.1 to connect ss7 &amp; <a href="http://asterisk.in" target="_blank">asterisk.in</a> my configuration there has a two links(E1 s) to connect asterisk <a href="http://ss7.is" target="_blank">ss7.is</a> there has any way to handle outsides calls in link wise.i try to configure asterisk this way but no luck for this.(SS7/link1/$OUTNUM)<br>

<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.digium.com/pipermail/asterisk-ss7/attachments/20090526/b8dc4b40/attachment-0001.htm" target="_blank">http://lists.digium.com/pipermail/asterisk-ss7/attachments/20090526/b8dc4b40/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 26 May 2009 09:27:42 -0300<br>
From: Marcelo Pacheco &lt;<a href="mailto:marcelo@m2j.com.br">marcelo@m2j.com.br</a>&gt;<br>
Subject: Re: [asterisk-ss7] send call via define cic range<br>
To: <a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a><br>
Message-ID: &lt;<a href="mailto:4A1BE03E.5060009@m2j.com.br">4A1BE03E.5060009@m2j.com.br</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Dahdi groups is the feature you want.<br>
It&#39;s well documented in chan_dahdi.conf<br>
<br>
Antoine Megalla wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I did not find a way to do that in chan_ss7.<br>
&gt; However you can use the hunting_policy in the linkset definition to<br>
&gt; try achieve that in a way<br>
&gt;<br>
&gt; you can use<br>
&gt; hunting_policy =&gt; seq_lth<br>
&gt; to use the first E1 to send calls<br>
&gt;<br>
&gt; if you want to use the second E1 then use<br>
&gt; hunting_policy =&gt; seq_htl<br>
&gt;<br>
&gt; This will only ensure that the first 30 outbound calls go to the E1 of<br>
&gt; your choice.<br>
&gt; Of course you can set a global counter that you increment as the calls<br>
&gt; are coming in and decrement on hangup and then check to make sure that<br>
&gt; only 30 calls are sent. This will ensure that only 1 E1 is used for<br>
&gt; oubound.<br>
&gt;<br>
&gt; Exmaple to use the first E1:<br>
&gt;<br>
&gt; in ss7.conf use<br>
&gt; hunting_policy =&gt; seq_lth<br>
&gt; in the linkset definition<br>
&gt;<br>
&gt; exten =&gt; _X.,1,SetGlobalVar(CALLCOUNTER=${MATH(${CALLCOUNTER}+1,int)})<br>
&gt; exten =&gt; _X.,2,GoToIf($[${CALLCOUNTER} &gt;  30] ? 3:4)<br>
&gt; exten =&gt; _X.,3,Dial(SS7/MSC1/00${EXTEN}|60)<br>
&gt; exten =&gt; _X.,4,Hangup()<br>
&gt;<br>
&gt; exten =&gt; h,1,SetGlobalVar(CALLCOUNTER=${MATH(${CALLCOUNTER}-1,int)})<br>
&gt;<br>
&gt; Regrads,<br>
&gt;<br>
&gt; Antoine Megalla.<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt; *From:* aka &lt;<a href="mailto:akablast@gmail.com">akablast@gmail.com</a>&gt;<br>
&gt; *To:* <a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a><br>
&gt; *Sent:* Tuesday, May 26, 2009 12:57:30 PM<br>
&gt; *Subject:* [asterisk-ss7] send call via define cic range<br>
&gt;<br>
&gt; Hi<br>
&gt;<br>
&gt; i am using chan_ss7 1.1 to connect ss7 &amp; <a href="http://asterisk.in" target="_blank">asterisk.in</a><br>
&gt; &lt;<a href="http://asterisk.in/" target="_blank">http://asterisk.in/</a>&gt; my configuration there has a two links(E1 s) to<br>
&gt; connect asterisk <a href="http://ss7.is" target="_blank">ss7.is</a> &lt;<a href="http://ss7.is/" target="_blank">http://ss7.is/</a>&gt; there has any way to handle<br>
&gt; outsides calls in link wise.i try to configure asterisk this way but<br>
&gt; no luck for this.(SS7/link1/$OUTNUM)<br>
&gt;<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>
<br>
<br>
<br>
<br>
------------------------------<br>
</blockquote></div><br>