hi Matt.!<br>
<br>
making my entry again with a prob, &amp; that is, before connecting to
the ss7 E1 link, i re-checked all the three (zaptel-trunk, libss7 &amp;
asterisk-trunk) to hav the latest versions, they got compiled all fine,
but when i configured and run the asterisk with the ss7 E1 link
connected, asterisk ran all ok but nothing ever appears on CLI &amp; no
call comes in, my conf is following:<br>
----zaptel.conf----<br>
pan=1,1,0,ccs,hdb3<br>
bchan=1-15,17-31<br>
dchan=16<br>
loadzone=uk<br>
defaultzone=uk<br>
-----------------------<br>---zapata.conf---<br>
[channels]<br>
context=zapIncoming<br>
switchtype=5ess<br>
;signalling=fxo_ls<br>
usecallerid=yes<br>
hidecallerid=no<br>
echocancel=yes<br>
echocancelwhenbridged=yes<br>
musiconhold=default<br>
<br>
signalling = ss7<br>
<br>
ss7type = itu<br>
<br>
linkset = 1<br>
<br>
;pointcode = 0x1680<br>
pointcode = 5760<br>
<br>
;djpointcode = 0x168a<br>
djpointcode = 5770<br>
<br>
;defaultdpc = 0x168a<br>
defaultdpc = 5770<br>
<br>
cicbeginswith = 1<br>
networkindicator=national<br>
<br>
sigchan = 16<br>
channel = 1-31<br>
----------------------<br>
<br>
now with this conf, simply nothing happens on the ast CLI, no calls, no errors just nothing.....i believe i m missing somthing<br>
plz guide me as i feel that i am close to hav my ss7 link up with my asterisk<br>
<br><div><span class="gmail_quote">On 10/8/06, <b class="gmail_sendername">Matt Fredrickson</b> &lt;<a href="mailto:creslin@digium.com">creslin@digium.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;">
Well,
technically you could disregard those messages.&nbsp;&nbsp;I just
hadn't written handlers for them, and they don't matter since we don't
bring the link up until we get a TRA from the other end.&nbsp;&nbsp;Not
having the specs in front of me right now, I believe you are getting
TRP messages from the other end when the link first comes up, but you
are getting a TRA after that (which you should) and that brings the
ISUP layer up.&nbsp;&nbsp;Your link looks like it has come up.<br><br>I
think that I should probably just write a little handler for that
message so that it doesn't make an error message
anymore.&nbsp;&nbsp;I'll see if I can do that in my next update (along
with TON and the like).<br><br>Matthew Fredrickson<br><br>----- Mr.Surender Reddy &lt;<a href="mailto:gvsurenderreddy@gmail.com">gvsurenderreddy@gmail.com</a>&gt; wrote:<br>&gt; Dear sir,<br>&gt; I have configured as u written to me but iam getting this messages can
<br>&gt; u please help me sir .my orgination point code is 124 and destination<br>&gt; point code is 31 and 32 in decimal in HEX 0-15-4 and 0-3-7 , 0-4-0.If<br>&gt; u dont mind can please guide me sir<br>&gt;<br>&gt; [ Oct 7 17:51:39 ] ERROR[1599]: chan_zap.c:8711 zt_ss7_error: !!
<br>&gt; Unable to handle SIG_NET_MNG message with H1 = 1 and H0 = 4<br>&gt; [ Oct 7 17:51:39 ] ERROR[1599]: chan_zap.c:8711 zt_ss7_error: Received<br>&gt; error from mtp3 layer: -1<br>&gt; [ Oct 7 17:51:39 ] ERROR[1598]: chan_zap.c:8711 zt_ss7_error: !!
<br>&gt; Unable to handle SIG_NET_MNG message with H1 = 1 and H0 = 4<br>&gt; [ Oct 7 17:51:39 ] ERROR[1598]: chan_zap.c:8711 zt_ss7_error: Received<br>&gt; error from mtp3 layer: -1<br>&gt; [ Oct 7 17:51:39 ] ERROR[1599]: chan_zap.c:8711 zt_ss7_error: !!
<br>&gt; Unable to handle SIG_NET_MNG message with H1 = 1 and H0 = 4<br>&gt; [ Oct 7 17:51:39 ] ERROR[1599]: chan_zap.c:8711 zt_ss7_error: Received<br>&gt; error from mtp3 layer: -1<br>&gt; [ Oct 7 17:51:39 ] ERROR[1598]: chan_zap.c:8711 zt_ss7_error: !!
<br>&gt; Unable to handle SIG_NET_MNG message with H1 = 1 and H0 = 4<br>&gt; [ Oct 7 17:51:39 ] ERROR[1598]: chan_zap.c:8711 zt_ss7_error: Received<br>&gt; error from mtp3 layer: -1<br>&gt; --- SS7 Up ---<br>&gt; [ Oct 7 17:51:39 ] ERROR[1599]: chan_zap.c:8711 zt_ss7_error: -- !!
<br>&gt; Unable to handle SIG_NET_MNG message with H1 = 1 and H0 = 4<br>&gt; Resetting CICs 1 to 15<br>&gt; [ Oct 7 17:51:39 ] ERROR[1599]: chan_zap.c:8711 zt_ss7_error: --<br>&gt; Received error from mtp3 layer: -1<br>&gt; Resetting CICs 17 to 62
<br>&gt; --- SS7 Up ---<br>&gt; -- Resetting CICs 63 to 77<br>&gt; -- Resetting CICs 79 to 124<br>&gt;<br>&gt; regards<br>&gt; surender<br>&gt;<br>&gt; On 29/09/06 , Matthew Fredrickson &lt; <a href="mailto:creslin@digium.com">
creslin@digium.com</a> &gt; wrote: There<br>&gt; already is a zapata.conf sample config. You included it in your<br>&gt; reply. The zaptel.conf is setup just like you setup your PRI, with<br>&gt; your bearers setup as bchans and your signalling channel(s) as dchan.
<br>&gt;<br>&gt; For an F-link, with one signalling channel zaptel.conf would look<br>&gt; something like this (for the channel layout)<br>&gt;<br>&gt; bchan=1-15<br>&gt; dchan=16<br>&gt; bchan=17-31<br>&gt;<br>&gt; Your 
zapata.conf would looks something like this:<br>&gt; signalling=ss7<br>&gt; ss7type=itu<br>&gt; ; which linkset all of these options apply to<br>&gt; linkset=1<br>&gt; ; This is your point code<br>&gt; pointcode=1111<br>&gt; ; This is the pointcode that your ISUP messages are sent to
<br>&gt; defaultdpc=2222<br>&gt; ; This is the pointcode of the node adjacent to this link<br>&gt; adjpointcode=2222<br>&gt; ; This is the channel number of your signalling channel (your dchan<br>&gt; option in zaptel.conf
<br>&gt; sigchan=16<br>&gt; ; Context calls will come into<br>&gt; context=ss7<br>&gt; ; This will map Zap/1-15 as CICs 1-15<br>&gt; cicbeginswith=1<br>&gt; channel=1-15<br>&gt; ; This will map Zap/17-31 as CICs 17-31<br>
&gt; cicbeginswith=17<br>&gt; channel=17-31<br>&gt;<br>&gt; To do it with another linkset, just duplicate all of the above, but<br>&gt; just change linkset=2 and set your options for that linkset.<br>&gt;<br>&gt; Matthew Fredrickson
<br>&gt;<br>&gt;<br>&gt; On Sep 29, 2006 , at 1:49 PM, Mr.Surender Reddy wrote:<br>&gt;<br>&gt; &gt; Dear sir,<br>&gt; &gt; If you dont mind can u please give me a sample conf file<br>&gt; &gt; like what Chanss7 people give in their list If u can add somthing
<br>&gt; like<br>&gt; &gt; that .So that it will be easy for many to try this new development.<br>&gt; &gt;<br>&gt; &gt; regards<br>&gt; &gt; surender<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 29/09/06 , Matthew Fredrickson &lt; 
<a href="mailto:creslin@digium.com">creslin@digium.com</a> &gt; wrote: It<br>&gt; looks<br>&gt; &gt; like you're trying to terminate 2 linksets on one machine.<br>&gt; &gt;&gt; Just set it up so that you have two linksets in 
zapata.conf.You<br>&gt; &gt;&gt; can't<br>&gt; &gt;&gt; do comma separation for your sigchan and defaultdpc.You have to<br>&gt; &gt;&gt; declare those one at a time.Also, your zaptel.conf needs to have<br>&gt; &gt;&gt; your
<br>&gt; &gt;&gt; signalling channel set to be dchan (or hardhdlc if you're using a<br>&gt; card<br>&gt; &gt;&gt; that supports it).<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Matthew Fredrickson<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Sep 29, 2006 , at 3:09 AM, 
Mr.Surender Reddy wrote:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt; Dear Matthew,<br>&gt; &gt;&gt; &gt; I Thankx for our Intrest to help me out in<br>&gt; &gt;&gt; &gt; this.Below are the Details which iam using for Chanss7 .But i
<br>&gt; want<br>&gt; &gt;&gt; to<br>&gt; &gt;&gt; &gt; try Libss7 Please help me out.<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ss7.conf of Chanss7<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [linkset-Ts1]
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enabled =&gt; yes<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enable_st =&gt; yes<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; use_connect =&gt; yes<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; hunting_policy =&gt; seq_htl
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; context =&gt; ss7<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; subservice =&gt; 8<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [linkset-Ts2]<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enabled =&gt; yes
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enable_st =&gt; yes<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; use_connect =&gt;yes<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; hunting_policy =&gt; seq_htl<br>&gt; &gt;&gt; &gt;
<br>&gt; &gt;&gt; &gt; context =&gt; ss7<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; subservice =&gt; 8<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [link-l1]<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; linkset =&gt; Ts1<br>
&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; channels =&gt; 1-15,17-31<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; schannel =&gt; 16<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; firstcic =&gt; 1<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enabled =&gt; yes
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [link-l2]<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; linkset =&gt; Ts1<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; channels =&gt; 1-31<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; schannel =&gt;
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; firstcic =&gt; 33<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enabled =&gt; YES<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [link-l3]<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; linkset =&gt; Ts2
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; channels =&gt;1-15,17-31<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; schannel =&gt; 16<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; firstcic =&gt; 1<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enabled =&gt; yes
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [link-l4]<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; linkset =&gt; Ts2<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; channels =&gt; 1-31<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; schannel =&gt;
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; firstcic =&gt; 33<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; enabled =&gt; YES<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; [host-localhost.localdomain]<br>&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; enabled =&gt; yes<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; default_linkset =&gt; Ts2<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; opc =&gt; 124<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; dpc =&gt; Ts1:31,Ts2:32
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; links =&gt; l1:1,l2:2,l3:3,l4:4<br>&gt; &gt;&gt; &gt; This is the zaptel.conf<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; span=1,0,0,ccs,hdb3
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; bchan = 1-31<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; span=2,0,0,ccs,hdb3<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; bchan=32-62<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; span=3,0,0,ccs,hdb3
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; bchan=63-93<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; span=4,1,0,ccs,hdb3<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; bchan=94-124<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;
<br>&gt; &gt;&gt; &gt; loadzone = us<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; defaultzone = us<br>&gt; &gt;&gt; &gt; I have compiled the Libss7 and tried to use that but iam unable<br>&gt; to<br>&gt; &gt;&gt; use<br>&gt; &gt;&gt; &gt; that as 
Zapta.conf i couldnt configure fine i tired this way i<br>&gt; dont<br>&gt; &gt;&gt; &gt; think that is correct Can u please see this Zapta.conf which i<br>&gt; &gt;&gt; wanted<br>&gt; &gt;&gt; &gt; to use for libss7<br>&gt; &gt;&gt; &gt;
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; Signaling type SS7<br>&gt; &gt;&gt; &gt; signalling = ss7<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; Variant of SS7 signaling:<br>&gt; &gt;&gt; &gt; ; Options are itu and ansi
<br>&gt; &gt;&gt; &gt; ss7type = itu<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; All settings apply to linkset 1<br>&gt; &gt;&gt; &gt; linkset = 1<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; Point code of the linkset<br>
&gt; &gt;&gt; &gt; pointcode = 124<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; Point code of node adjacent to this signaling link (Possibly<br>&gt; the<br>&gt; &gt;&gt; STP<br>&gt; &gt;&gt; &gt; between you and<br>&gt; &gt;&gt; &gt; ; your destination)
<br>&gt; &gt;&gt; &gt; adjpointcode = 31,32<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; Default point code that you would like to assign to outgoing<br>&gt; &gt;&gt; &gt; messages (in case of<br>&gt; &gt;&gt; &gt; ; routing through STPs, or using A links)
<br>&gt; &gt;&gt; &gt; defaultdpc = 31,32<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; Begin CIC (Circuit indication codes) count with this number<br>&gt; &gt;&gt; &gt; cicbeginswith = 1<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; What the MTP3 network indicator bits should be set to. Choices
<br>&gt; &gt;&gt; are<br>&gt; &gt;&gt; &gt; ; national, national_spare, international, international_spare<br>&gt; &gt;&gt; &gt; networkindicator=national<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; First signaling channel
<br>&gt; &gt;&gt; &gt; sigchan = 16<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; ; Channels to associate with CICs on this linkset<br>&gt; &gt;&gt; &gt; channel = 25-47<br>&gt; &gt;&gt; &gt; regards<br>&gt; &gt;&gt; &gt; surender
<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt; On 28/09/06 , Matthew Fredrickson &lt; <a href="mailto:creslin@digium.com">creslin@digium.com</a> &gt; wrote:<br>&gt; What<br>&gt; &gt;&gt; is<br>&gt; &gt;&gt; &gt; the layout of your spans (which channel is the signalling
<br>&gt; &gt;&gt; &gt;&gt; channel on) and what is your layout of your CICs ( i.e. what<br>&gt; &gt;&gt; channels<br>&gt; &gt;&gt; &gt;&gt; map to which CICs).After you find that out post your zaptel.conf<br>&gt; &gt;&gt; and
<br>&gt; &gt;&gt; &gt;&gt; zapata.conf and we'll see if we can sort it out.<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; Matthew Fredrickson<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; On Sep 28, 2006 , at 1:49 AM, 
Mr.Surender Reddy wrote:<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; HI Matthew,<br>&gt; &gt;&gt; &gt;&gt; &gt; Iam using Chanss7 i would like to test Libss7 iam<br>&gt; &gt;&gt; &gt;&gt; &gt; unable to configure my SS7 channels with this version I have
<br>&gt; two<br>&gt; &gt;&gt; ss7<br>&gt; &gt;&gt; &gt;&gt; &gt; Links i would like to test both on this machine.How can i do<br>&gt; this<br>&gt; &gt;&gt; &gt;&gt; can<br>&gt; &gt;&gt; &gt;&gt; &gt; u please guide me if u dont mind.
<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; regards<br>&gt; &gt;&gt; &gt;&gt; &gt; surender<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt; On 27/09/06 , Matthew Fredrickson &lt; 
<a href="mailto:creslin@digium.com">creslin@digium.com</a> &gt;<br>&gt; wrote:<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; On Sep 26, 2006 , at 9:44 PM, Rob Hillis wrote:<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Also, you may want to get asterisk trunk as well, since
<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; that I merged in all the libss7 changes from the<br>&gt; asterisk-ss7<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; branch<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; into asterisk-trunk. (svn co
<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; <a href="http://svn.digium.com/svn/asterisk/trunk">http://svn.digium.com/svn/asterisk/trunk</a><br>&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; asterisk-trunk)<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;
<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt; So does this mean that the asterisk-ss7 branch is no longer<br>&gt; &gt;&gt; under<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt; development and all future changes are going to be made to
<br>&gt; the<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; Asterisk<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt; trunk?Should I be looking at moving from the asterisk-ss7<br>&gt; &gt;&gt; branch<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; to<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt; the
<br>&gt; &gt;&gt; &gt;&gt;&gt;&gt; &gt; main asterisk trunk?<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; For the time being, yes, that would probably be a good idea.I<br>&gt; &gt;&gt; think<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; I
<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; may re-branch the asterisk-ss7 branch whenever the 1.4<br>&gt; release<br>&gt; &gt;&gt; &gt;&gt; comes<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; out though and backport the changes in trunk to the 
1.4 based<br>&gt; &gt;&gt; ss7<br>&gt; &gt;&gt; &gt;&gt; &gt;&gt; branch.<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; &gt;&gt; --Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br>&gt; &gt;&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;&gt; asterisk-ss7 mailing list<br>&gt; &gt;&gt; &gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&gt; &gt;&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">
http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>&gt; &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;&gt; &gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.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">
http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; asterisk-ss7 mailing list<br>&gt; &gt;&gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7
</a><br>&gt; &gt; _______________________________________________<br>&gt; &gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.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">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>&gt;<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.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">
http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-ss7 mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br><br clear="all"><br>-- 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|__\__/__|&nbsp;&nbsp; /__/ \__\&nbsp;&nbsp; |__| \__|<br><br><br>