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