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