On Oct 9, 2006, at 11:03 AM, umar tarar wrote: > hi Matt.! > > 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: > ----zaptel.conf---- > pan=1,1,0,ccs,hdb3 > bchan=1-15,17-31 > dchan=16 > loadzone=uk > defaultzone=uk > ----------------------- > ---zapata.conf--- > [channels] > context=zapIncoming > switchtype=5ess > ;signalling=fxo_ls > usecallerid=yes > hidecallerid=no > echocancel=yes > echocancelwhenbridged=yes > musiconhold=default > > signalling = ss7 > > ss7type = itu > > linkset = 1 > > ;pointcode = 0x1680 > pointcode = 5760 > > ;djpointcode = 0x168a > djpointcode = 5770 > > ;defaultdpc = 0x168a > defaultdpc = 5770 > > cicbeginswith = 1 > networkindicator=national > > sigchan = 16 > channel = 1-31 You are setting your zap channel that you are using as your signalling channel as a bearer channel. This should probably be cicbeginswith=1 channel=1-15,17-31 or (if you are supposed to leave out a CIC for Zap/16 cicbeginswith=1 channel=1-15 cicbeginswith=17 channel=17-31 > > now with this conf, simply nothing happens on the ast CLI, no calls, > no errors just nothing.....i believe i m missing somthing > plz guide me as i feel that i am close to hav my ss7 link up with my > asterisk If it still doesn't work, you can try using the `ss7 debug linkset x` command to see if it gives you more useful output. Matthew Fredrickson