Thanks Wasim !<br><br>That solved the problem. My link is up and am not able to make outbound calling. <br>I am taking that discussion to the asterisk-ss7 group. <br><br>Thanks,<br>Anita.<br><br><div class="gmail_quote">On Tue, Jan 4, 2011 at 6:43 AM, <span dir="ltr"><<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send FreeSWITCH-users mailing list submissions to<br>
<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:freeswitch-users-owner@lists.freeswitch.org">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of FreeSWITCH-users digest..."<br>
<br>Today's Topics:<br>
<br>
1. Re: calling card app (Michael Collins)<br>
2. Re: calling card app (Rafqat .)<br>
3. Re: libss7 * Sangoma (Wasim Baig)<br>
<br><br>---------- Forwarded message ----------<br>From: Michael Collins <<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Date: Mon, 3 Jan 2011 13:41:57 -0800<br>Subject: Re: [Freeswitch-users] calling card app<br><br><br><div class="gmail_quote">On Mon, Jan 3, 2011 at 1:17 PM, Rafqat . <span dir="ltr"><<a href="mailto:rafonline@hotmail.com" target="_blank">rafonline@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<br>btw.<br><br>My lua script currently does the following:<br><br>1. Ask for PIN.<br>2. Gets funds for PIN (DB lookup using freeswitch.Dbh) and informs the user of the funds.<br>3. Ask for destination number.<br>4. Checks if enough funds (again using freeswitch Dbh).<br>
5. Gets auto route using mod_lcr.<br>6. Populates leg b session variables necessary for mod_nibble.<br>7. Does the bridging.<br><br>As per your advice I will move the bridging stuff out of the script. Do you think the rest will be ok in lua?<br>
</div></blockquote><div><br></div><div>I'd say that looks good. The Lua script only stays active until you get to step 7 where you do a transfer instead of bridge. It's only a few seconds of work.</div><div>-MC</div>
<div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><br>CHeers<br><br>Raf<br><br><br><hr>From: <a href="mailto:rafonline@hotmail.com" target="_blank">rafonline@hotmail.com</a><div>
<br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br></div>Subject: RE: [Freeswitch-users] calling card app<br>Date: Mon, 3 Jan 2011 21:07:33 +0000<div>
<div></div><div><br><br>
<br>Thanks very much for the advice.<br><br>Much Appreciated.<br><br><hr>Date: Mon, 3 Jan 2011 11:31:57 -0800<br>From: <a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] calling card app<br><br>If you have a powerful machine then you can probably scale to several hundred concurrent calls, depending on transcoding, call recording needs, etc. We've seen some boxes that can handle literally thousands of concurrent calls, but the scenarios are never exactly the same. Also, Lua is very lightweight, so if you're using it just to capture a PIN code or something then you should be okay. Just be sure to exit the Lua script and let the dialplan handle the bridge app. (See chapter 7 of the FS book for more information on Lua scripting tips.)<div>
<br></div><div>-MC<br><br><div>On Sun, Jan 2, 2011 at 11:13 AM, Rafqat . <span dir="ltr"><<a href="mailto:rafonline@hotmail.com" target="_blank">rafonline@hotmail.com</a>></span> wrote:<br><blockquote style="padding-left: 1ex;">
<div>
Hi<br><br>As stated in some of my previous posts, I am writing a calling card system (not too sure of potential number of concurrent users yet).<br><br>At the moment I am simply doing everything in a single lua script utilising mod_lcr and mod_nibble. It seems to work ok, but I have not stress tested it yet.<br>
<br>I was wondering (at a high level) if this will suffice or should I be offloading operations such as pin validation and credit checking to another server (maybe utilising mod_rad_auth?). <br><br>Cheers<br><br>Raf<br>
                                           </div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>                                            </div></div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
<br><br>---------- Forwarded message ----------<br>From: "Rafqat ." <<a href="mailto:rafonline@hotmail.com">rafonline@hotmail.com</a>><br>To: <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Date: Mon, 3 Jan 2011 22:02:11 +0000<br>Subject: Re: [Freeswitch-users] calling card app<br>
<div>
<br>Thanks again for your help MC.<br><br><hr>Date: Mon, 3 Jan 2011 13:41:57 -0800<br>From: <a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] calling card app<br><br><br><br><div>On Mon, Jan 3, 2011 at 1:17 PM, Rafqat . <span dir="ltr"><<a href="mailto:rafonline@hotmail.com" target="_blank">rafonline@hotmail.com</a>></span> wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<br>btw.<br><br>My lua script currently does the following:<br><br>1. Ask for PIN.<br>2. Gets funds for PIN (DB lookup using freeswitch.Dbh) and informs the user of the funds.<br>3. Ask for destination number.<br>4. Checks if enough funds (again using freeswitch Dbh).<br>
5. Gets auto route using mod_lcr.<br>6. Populates leg b session variables necessary for mod_nibble.<br>7. Does the bridging.<br><br>As per your advice I will move the bridging stuff out of the script. Do you think the rest will be ok in lua?<br>
</div></blockquote><div><br></div><div>I'd say that looks good. The Lua script only stays active until you get to step 7 where you do a transfer instead of bridge. It's only a few seconds of work.</div><div>-MC</div>
<div> </div><blockquote style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><br>CHeers<br><br>Raf<br><br><br><hr>From: <a href="mailto:rafonline@hotmail.com" target="_blank">rafonline@hotmail.com</a><div>
<br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br></div>Subject: RE: [Freeswitch-users] calling card app<br>Date: Mon, 3 Jan 2011 21:07:33 +0000<div>
<div></div><div><br><br>
<br>Thanks very much for the advice.<br><br>Much Appreciated.<br><br><hr>Date: Mon, 3 Jan 2011 11:31:57 -0800<br>From: <a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] calling card app<br><br>If you have a powerful machine then you can probably scale to several hundred concurrent calls, depending on transcoding, call recording needs, etc. We've seen some boxes that can handle literally thousands of concurrent calls, but the scenarios are never exactly the same. Also, Lua is very lightweight, so if you're using it just to capture a PIN code or something then you should be okay. Just be sure to exit the Lua script and let the dialplan handle the bridge app. (See chapter 7 of the FS book for more information on Lua scripting tips.)<div>
<br></div><div>-MC<br><br><div>On Sun, Jan 2, 2011 at 11:13 AM, Rafqat . <span dir="ltr"><<a href="mailto:rafonline@hotmail.com" target="_blank">rafonline@hotmail.com</a>></span> wrote:<br><blockquote style="padding-left: 1ex;">
<div>
Hi<br><br>As stated in some of my previous posts, I am writing a calling card system (not too sure of potential number of concurrent users yet).<br><br>At the moment I am simply doing everything in a single lua script utilising mod_lcr and mod_nibble. It seems to work ok, but I have not stress tested it yet.<br>
<br>I was wondering (at a high level) if this will suffice or should I be offloading operations such as pin validation and credit checking to another server (maybe utilising mod_rad_auth?). <br><br>Cheers<br><br>Raf<br>
                                           </div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>                                            </div></div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
<br>_______________________________________________
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>                                            </div>
<br><br>---------- Forwarded message ----------<br>From: Wasim Baig <<a href="mailto:wasim@convergence.pk">wasim@convergence.pk</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Date: Tue, 4 Jan 2011 06:12:34 +0500<br>Subject: Re: [Freeswitch-users] libss7 * Sangoma<br><div dir="ltr">anita:<div><br></div><div>asterisk-ss7 is the correct list for this</div><div><br></div><div>change </div><div>TDMV_DCHAN = 16</div>
<div>to </div><div>TDMV_DCHAN = 0</div><div>in wanpipeX.conf</div>
<div><br></div><div>fwiw, chan_ss7 is nicer ...</div><div><br></div><div>-wasim</div><div><br><div class="gmail_quote">On Mon, Jan 3, 2011 at 22:57, Anita Hall <span dir="ltr"><<a href="mailto:anita.hall@simmortel.com" target="_blank">anita.hall@simmortel.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br>
<br>This question pertains libss7 with Sangoma A108 card on Asterisk. It does not concern freeswitch but I suppose Sangoma folks frequent this list more :)<br><br>
I am unable to make libss7 work with Sangoma. Here are the details.<br>
<br>
Could you please provide me some pointers ?<br>
<br>
Thanks,<br>Anita. <br>
<br>
debian:~# uname -a<br>
Linux debian 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux<br>
<br>
debian:~# dahdi_hardware<br>
pci:0000:05:04.0 wanpipe- 1923:0100 Sangoma Technologies Corp. A104d QUAD T1/E1 AFT card<br>
pci:0000:07:04.0 wanpipe- 1923:0100 Sangoma Technologies Corp. A104d QUAD T1/E1 AFT card<br>
<br>
<br>
<br>
debian:~# cat /etc/dahdi/system.conf<br>
#autogenerated by /usr/sbin/wancfg_dahdi do not hand edit<br>
#autogenrated on 2011-01-03<br>
#Dahdi Channels Configurations<br>
#For detailed Dahdi options, view /etc/dahdi/system.conf.bak<br>
loadzone=us<br>
defaultzone=us<br>
<br>
#Sangoma A108 port 1 [slot:4 bus:5 span:1] <wanpipe1><br>
span=1,1,0,ccs,hdb3,crc4<br>
bchan=1-15,17-31<br>
echocanceller=mg2,1-15,17-31<br>
mtp2=16<br>
<br>
#Sangoma A108 port 2 [slot:4 bus:5 span:2] <wanpipe2><br>
span=2,1,0,ccs,hdb3,crc4<br>
bchan=32-46,48-62<br>
echocanceller=mg2,32-46,48-62<br>
mtp2=47<br>
<br>
<br>
debian:~# cat /etc/wanpipe/wanpipe1.conf<br>
#=============================<div class="gmail_quote">===================<br>
# WANPIPE1 Configuration File<br>
#================================================<br>
#<br>
# Date: Wed Dec 6 20:29:03 UTC 2006<br>
#<br>
# Note: This file was generated automatically<br>
# by /usr/local/sbin/setup-sangoma program.<br>
#<br>
# If you want to edit this file, it is<br>
# recommended that you use wancfg program<br>
# to do so.<br>
#================================================<br>
# Sangoma Technologies Inc.<br>
#================================================<br>
<br>
[devices]<br>
wanpipe1 = WAN_AFT_TE1, Comment<br>
<br>
[interfaces]<br>
w1g1 = wanpipe1, , TDM_VOICE, Comment<br>
<br>
[wanpipe1]<br>
CARD_TYPE = AFT<br>
S514CPU = A<br>
CommPort = PRI<br>
AUTO_PCISLOT = NO<br>
PCISLOT = 4<br>
PCIBUS = 5<br>
FE_MEDIA = E1<br>
FE_LCODE = HDB3<br>
FE_FRAME = NCRC4<br>
FE_LINE = 1<br>
TE_CLOCK = NORMAL<br>
TE_REF_CLOCK = 0<br>
TE_SIG_MODE = CCS<br>
TE_HIGHIMPEDANCE = NO<br>
LBO = 120OH<br>
FE_TXTRISTATE = NO<br>
MTU = 1500<br>
UDPPORT = 9000<br>
TTL = 255<br>
IGNORE_FRONT_END = NO<br>
TDMV_SPAN = 1<br>
TDMV_DCHAN = 16<br>
TDMV_HW_DTMF = NO<br>
TDMV_HW_FAX_DETECT = NO<br>
<br>
[w1g1]<br>
ACTIVE_CH = ALL<br>
TDMV_HWEC = NO<br>
<br>
<br>
debian:~# cat /etc/wanpipe/wanpipe2.conf<br>
#================================================<br>
# WANPIPE1 Configuration File<br>
#================================================<br>
#<br>
# Date: Wed Dec 6 20:29:03 UTC 2006<br>
#<br>
# Note: This file was generated automatically<br>
# by /usr/local/sbin/setup-sangoma program.<br>
#<br>
# If you want to edit this file, it is<br>
# recommended that you use wancfg program<br>
# to do so.<br>
#================================================<br>
# Sangoma Technologies Inc.<br>
#================================================<br>
<br>
[devices]<br>
wanpipe2 = WAN_AFT_TE1, Comment<br>
<br>
[interfaces]<br>
w2g1 = wanpipe2, , TDM_VOICE, Comment<br>
<br>
[wanpipe2]<br>
CARD_TYPE = AFT<br>
S514CPU = A<br>
CommPort = PRI<br>
AUTO_PCISLOT = NO<br>
PCISLOT = 4<br>
PCIBUS = 5<br>
FE_MEDIA = E1<br>
FE_LCODE = HDB3<br>
FE_FRAME = NCRC4<br>
FE_LINE = 2<br>
TE_CLOCK = NORMAL<br>
TE_REF_CLOCK = 0<br>
TE_SIG_MODE = CCS<br>
TE_HIGHIMPEDANCE = NO<br>
LBO = 120OH<br>
FE_TXTRISTATE = NO<br>
MTU = 1500<br>
UDPPORT = 9000<br>
TTL = 255<br>
IGNORE_FRONT_END = NO<br>
TDMV_SPAN = 2<br>
TDMV_DCHAN = 16<br>
TDMV_HW_DTMF = NO<br>
TDMV_HW_FAX_DETECT = NO<br>
<br>
[w2g1]<br>
ACTIVE_CH = ALL<br>
TDMV_HWEC = NO<br>
<br>
debian:~# cat /etc/asterisk/chan_dahdi.conf<br>
;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit<br>
;autogenrated on 2011-01-03<br>
;Dahdi Channels Configurations<br>
;For detailed Dahdi options, view /etc/asterisk/chan_dahdi.conf.bak<br>
<br>
[trunkgroups]<br>
<br>
[channels]<br>
context=default<br>
usecallerid=yes<br>
hidecallerid=no<br>
callwaiting=yes<br>
usecallingpres=yes<br>
callwaitingcallerid=yes<br>
threewaycalling=yes<br>
transfer=yes<br>
canpark=yes<br>
cancallforward=yes<br>
callreturn=yes<br>
echocancel=yes<br>
echocancelwhenbridged=yes<br>
relaxdtmf=yes<br>
rxgain=0.0<br>
txgain=0.0<br>
group=1<br>
callgroup=1<br>
pickupgroup=1<br>
immediate=no<br>
<br>
;Sangoma A108 port 1 [slot:4 bus:5 span:1] <wanpipe1><br>
switchtype=euroisdn<br>
context=tata<br>
group=1<br>
echocancel=yes<br>
signaling=ss7 ;this is ss7 signaling<br>
ss7type=itu ;using the ITU variant<br>
ss7_called_nai=dynamic ;NAI for outgoing calls<br>
ss7_calling_nai=dynamic ;NAI for incoming calls<br>
ss7_internationalprefix=00 ;international prefix value for incoming calls<br>
ss7_nationalprefix=0 ;national prefix value for incoming calls<br>
ss7_subscriberprefix= ;subscriber prefix value for incoming calls<br>
ss7_unknownprefix= ;unknown prefix value for incoming calls<br>
ss7_explictacm=yes ;ACM is send as soon as call enters the dial plan...may not accepted yet though<br>
linkset=1 ;arbitrary name for this set of channels<br>
pointcode=13323 ;the point code for this system...aka SPC<br>
adjpointcode=12650 ;the point code for the system that we are signaling to... aka APC<br>
defaultdpc=12650 ;the point code for the system that the CICs will be negotiated with...aka DPC<br>
networkindicator=international ;NI value for MTP3<br>
cicbeginswith=1 ;the starting value of the CICs<br>
channel =>1-15<br>
cicbeginswith=17 ;the starting value of the CICs<br>
channel =>17-31 ;the channels that are CICs<br>
sigchan=16 ;the signaling channel<br>
<br>
;Sangoma A108 port 2 [slot:4 bus:5 span:2] <wanpipe2><br>
switchtype=euroisdn<br>
context=tata<br>
group=1<br>
echocancel=yes<br>
cicbeginswith=32 ;the starting value of the CICs<br>
channel =>32-46<br>
cicbeginswith=48 ;the starting value of the CICs<br>
channel =>48-62 ;the channels that are CICs<br>
sigchan=47 ;the signaling channel<br>
<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:772814 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:772814 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:774782 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:774782 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:775351 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:775351 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:775919 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:775919 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:776478 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:776478 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:777079 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:777079 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w1g1<br>
w1g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:778134 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:778134 errors:0 dropped:0 overruns:3 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
<br>
debian:~# ifconfig w2g1<br>
w2g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:792251 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:792251 errors:0 dropped:0 overruns:1 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w2g1<br>
w2g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:792715 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:792715 errors:0 dropped:0 overruns:1 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
debian:~# ifconfig w2g1<br>
w2g1 Link encap:Point-to-Point Protocol<br>
UP POINTOPOINT RUNNING NOARP MTU:8 Metric:1<br>
RX packets:793219 errors:0 dropped:0 overruns:0 frame:0<br>
TX packets:793219 errors:0 dropped:0 overruns:1 carrier:0<br>
collisions:0 txqueuelen:100<br>
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>
Interrupt:16 Memory:f8d00000-f8d01fff<br>
<br>
<br>
wanpipemon -i w2g1 -c Ta<br>
<br>
***** w2g1: E1 Alarms (Framer) *****<br>
<br>
ALOS: OFF | LOS: OFF<br>
RED: OFF | AIS: OFF<br>
LOF: OFF | RAI: OFF<br>
<br>
***** w2g1: E1 Alarms (LIU) *****<br>
<br>
Short Circuit: OFF<br>
Open Circuit: OFF<br>
Loss of Signal: OFF<br>
<br>
<br>
***** w2g1: E1 Performance Monitoring Counters *****<br>
<br>
Line Code Violation : 0<br>
Far End Block Errors : 0<br>
CRC4 Errors : 0<br>
FAS Errors : 0<br>
<br>
<br>
Rx Level : > -2.5db<br>
<br>
<br>
debian:~# wanpipemon -i w1g1 -c Ta<br>
<br>
***** w1g1: E1 Alarms (Framer) *****<br>
<br>
ALOS: OFF | LOS: OFF<br>
RED: OFF | AIS: OFF<br>
LOF: OFF | RAI: OFF<br>
<br>
***** w1g1: E1 Alarms (LIU) *****<br>
<br>
Short Circuit: OFF<br>
Open Circuit: OFF<br>
Loss of Signal: OFF<br>
<br>
<br>
***** w1g1: E1 Performance Monitoring Counters *****<br>
<br>
Line Code Violation : 371<br>
Far End Block Errors : 0<br>
CRC4 Errors : 0<br>
FAS Errors : 0<br>
<br>
<br>
Rx Level : > -2.5db<br>
<br>
<br>
Jan 3 20:33:34 debian kernel: [55441.172179] wanpipe1: Shutting Down!<br>
Jan 3 20:33:34 debian kernel: [55441.172179] wanpipe1: E1 Front End unconfigation!<br>
Jan 3 20:33:34 debian kernel: [55441.172179] wanpipe1: Unregister Wanpipe device from Zaptel!<br>
Jan 3 20:33:34 debian kernel: [55441.178246] wanpipe1: unregistering 'w1g1'<br>
Jan 3 20:33:34 debian kernel: [55441.248278] wanpipe1: TASKQ Not Running<br>
Jan 3 20:33:34 debian kernel: [55441.248281] wanpipe1: E1 Front End unconfigation!<br>
Jan 3 20:33:34 debian kernel: [55441.248314] wanpipe1: AFT communications disabled! (Dev Cnt: 1 Cause: Device Down)<br>
Jan 3 20:33:34 debian kernel: [55441.248335] wanpipe1: E1 Front End unconfigation!<br>
Jan 3 20:33:34 debian kernel: [55441.248373] wanpipe1: AFT communications disabled! (Dev Cnt: 1 Cause: Device Down)<br>
Jan 3 20:33:34 debian kernel: [55441.248415] wanpipe1: Global Chip Shutdown Usage=1<br>
Jan 3 20:33:34 debian kernel: [55441.248419] wanpipe1: Global E1 Front End unconfigation!<br>
Jan 3 20:33:34 debian kernel: [55441.250485] wanpipe1: Master shutting down<br>
Jan 3 20:33:34 debian kernel: [55441.444571] wanpipe1: Starting WAN Setup<br>
Jan 3 20:33:34 debian kernel: [55441.444575] wanpipe1: Locating: A101/1D/A102/2D/4/4D/8 card, CPU A, PciSlot=4, PciBus=5<br>
Jan 3 20:33:34 debian kernel: [55441.444579] wanpipe1: Found: A101/1D/A102/2D/4/4D/8 card, CPU A, PciSlot=4, PciBus=5, Port=0<br>
Jan 3 20:33:34 debian kernel: [55441.444599] wanpipe1: AFT PCI memory at 0xD3200000<br>
Jan 3 20:33:34 debian kernel: [55441.444600] wanpipe1: IRQ 16 allocated to the AFT PCI card<br>
Jan 3 20:33:34 debian kernel: [55441.444608] wanpipe1: Starting AFT 2/4/8 Hardware Init.<br>
Jan 3 20:33:34 debian kernel: [55441.444614] wanpipe1: Enabling front end link monitor<br>
Jan 3 20:33:34 debian kernel: [55441.444616] wanpipe1: Global Chip Configuration: used=1<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: Global E1 Front End configuration<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: AFT Data Mux Bit Map: 0x01234567<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: Defaulting E1 Rx Sens. Gain= 43 db<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: Configuring DS DS26528 E1 FE<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: Port 1,HDB3,non-CRC4,120OH<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: Clk Normal:0, Channels: FFFFFFFF<br>
Jan 3 20:33:34 debian kernel: [55441.448455] wanpipe1: Sig Mode CCS<br>
Jan 3 20:33:34 debian kernel: [55441.456490] wanpipe1: Rx Sensitivity Gain 43dB (default).<br>
Jan 3 20:33:34 debian kernel: [55441.457242] wanpipe1: Front end successful<br>
Jan 3 20:33:34 debian kernel: [55441.457469] wanpipe1: Front End Interface Ready 0x40000000<br>
Jan 3 20:33:34 debian kernel: [55441.457473] wanpipe1: WARNING: No Echo Canceller channels are available!<br>
Jan 3 20:33:34 debian kernel: [55441.457494] wanpipe1: Configuring Device :wanpipe1 FrmVr=39<br>
Jan 3 20:33:34 debian kernel: [55441.457495] wanpipe1: Global MTU = 1500<br>
Jan 3 20:33:34 debian kernel: [55441.457496] wanpipe1: Global MRU = 1500<br>
Jan 3 20:33:34 debian kernel: [55441.457497] wanpipe1: Data Mux Map = 0x01234567<br>
Jan 3 20:33:34 debian kernel: [55441.457498] wanpipe1: Rx CRC Bytes = 0<br>
Jan 3 20:33:34 debian kernel: [55441.457499] wanpipe1: Global TDM Int = Enabled<br>
Jan 3 20:33:34 debian kernel: [55441.457500] wanpipe1: Global TDM Ring = Enabled<br>
Jan 3 20:33:34 debian kernel: [55441.457501] wanpipe1: TDMV HW DTMF/FAX = Disabled/Disabled(0)<br>
Jan 3 20:33:34 debian kernel: [55441.457502] wanpipe1: TDMV Span = 1 : Enabled<br>
Jan 3 20:33:34 debian kernel: [55441.457503] wanpipe1: TDMV Dummy = Disabled<br>
Jan 3 20:33:34 debian kernel: [55441.457505] wanpipe1: RTP TAP = Disabled<br>
Jan 3 20:33:34 debian kernel: [55441.457540] wanpipe1: Configuring Interface: w1g1<br>
Jan 3 20:33:34 debian kernel: [55441.457543] wanpipe1:w1g1: Running in TDM Voice Zaptel Mode.<br>
Jan 3 20:33:34 debian kernel: [55441.457547] wanpipe1: Fifo Level Map:0x01041040<br>
Jan 3 20:33:34 debian kernel: [55441.457549] wanpipe1: MRU :8<br>
Jan 3 20:33:34 debian kernel: [55441.457550] wanpipe1: MTU :8<br>
Jan 3 20:33:34 debian kernel: [55441.457551] wanpipe1: HDLC Eng :Off (Transparent) | N/A<br>
Jan 3 20:33:34 debian kernel: [55441.457553] wanpipe1: Data Mux Ctrl :On<br>
Jan 3 20:33:34 debian kernel: [55441.457554] wanpipe1: Active Ch Map :0x00000002<br>
Jan 3 20:33:34 debian kernel: [55441.457555] wanpipe1: First TSlot :1<br>
Jan 3 20:33:34 debian kernel: [55441.457568] wanpipe1: DMA/Len/Chain/EC :4/1024/Off/Off<br>
Jan 3 20:33:34 debian kernel: [55441.457575] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457581] wanpipe1: Active Ch Map :0x00000004<br>
Jan 3 20:33:34 debian kernel: [55441.457582] wanpipe1: First TSlot :2<br>
Jan 3 20:33:34 debian kernel: [55441.457597] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457602] wanpipe1: Active Ch Map :0x00000008<br>
Jan 3 20:33:34 debian kernel: [55441.457603] wanpipe1: First TSlot :3<br>
Jan 3 20:33:34 debian kernel: [55441.457618] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457623] wanpipe1: Active Ch Map :0x00000010<br>
Jan 3 20:33:34 debian kernel: [55441.457624] wanpipe1: First TSlot :4<br>
Jan 3 20:33:34 debian kernel: [55441.457637] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457643] wanpipe1: Active Ch Map :0x00000020<br>
Jan 3 20:33:34 debian kernel: [55441.457644] wanpipe1: First TSlot :5<br>
Jan 3 20:33:34 debian kernel: [55441.457657] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457663] wanpipe1: Active Ch Map :0x00000040<br>
Jan 3 20:33:34 debian kernel: [55441.457664] wanpipe1: First TSlot :6<br>
Jan 3 20:33:34 debian kernel: [55441.457678] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457684] wanpipe1: Active Ch Map :0x00000080<br>
Jan 3 20:33:34 debian kernel: [55441.457685] wanpipe1: First TSlot :7<br>
Jan 3 20:33:34 debian kernel: [55441.457698] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457705] wanpipe1: Active Ch Map :0x00000100<br>
Jan 3 20:33:34 debian kernel: [55441.457706] wanpipe1: First TSlot :8<br>
Jan 3 20:33:34 debian kernel: [55441.457719] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457725] wanpipe1: Active Ch Map :0x00000200<br>
Jan 3 20:33:34 debian kernel: [55441.457726] wanpipe1: First TSlot :9<br>
Jan 3 20:33:34 debian kernel: [55441.457740] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457746] wanpipe1: Active Ch Map :0x00000400<br>
Jan 3 20:33:34 debian kernel: [55441.457747] wanpipe1: First TSlot :10<br>
Jan 3 20:33:34 debian kernel: [55441.457760] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457765] wanpipe1: Active Ch Map :0x00000800<br>
Jan 3 20:33:34 debian kernel: [55441.457766] wanpipe1: First TSlot :11<br>
Jan 3 20:33:34 debian kernel: [55441.457781] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457786] wanpipe1: Active Ch Map :0x00001000<br>
Jan 3 20:33:34 debian kernel: [55441.457787] wanpipe1: First TSlot :12<br>
Jan 3 20:33:34 debian kernel: [55441.457801] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457807] wanpipe1: Active Ch Map :0x00002000<br>
Jan 3 20:33:34 debian kernel: [55441.457808] wanpipe1: First TSlot :13<br>
Jan 3 20:33:34 debian kernel: [55441.457822] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457828] wanpipe1: Active Ch Map :0x00004000<br>
Jan 3 20:33:34 debian kernel: [55441.457829] wanpipe1: First TSlot :14<br>
Jan 3 20:33:34 debian kernel: [55441.457842] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457848] wanpipe1: Active Ch Map :0x00008000<br>
Jan 3 20:33:34 debian kernel: [55441.457849] wanpipe1: First TSlot :15<br>
Jan 3 20:33:34 debian kernel: [55441.457862] wanpipe1: Configuring Interface: w1g1<br>
Jan 3 20:33:34 debian kernel: [55441.457864] wanpipe1:w1g1: Running in TDM DCHAN Voice Zaptel Mode.<br>
Jan 3 20:33:34 debian kernel: [55441.457866] wanpipe1: MRU :1500<br>
Jan 3 20:33:34 debian kernel: [55441.457867] wanpipe1: MTU :1500<br>
Jan 3 20:33:34 debian kernel: [55441.457868] wanpipe1: HDLC Eng :On | N/A<br>
Jan 3 20:33:34 debian kernel: [55441.457869] wanpipe1: Data Mux Ctrl :Off<br>
Jan 3 20:33:34 debian kernel: [55441.457870] wanpipe1: Active Ch Map :0x00010000<br>
Jan 3 20:33:34 debian kernel: [55441.457871] wanpipe1: First TSlot :16<br>
Jan 3 20:33:34 debian kernel: [55441.457881] wanpipe1: DMA/Len/Chain/EC :65/4096/On/Off<br>
Jan 3 20:33:34 debian kernel: [55441.457905] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457910] wanpipe1: Active Ch Map :0x00020000<br>
Jan 3 20:33:34 debian kernel: [55441.457911] wanpipe1: First TSlot :17<br>
Jan 3 20:33:34 debian kernel: [55441.457925] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457931] wanpipe1: Active Ch Map :0x00040000<br>
Jan 3 20:33:34 debian kernel: [55441.457932] wanpipe1: First TSlot :18<br>
Jan 3 20:33:34 debian kernel: [55441.457945] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457951] wanpipe1: Active Ch Map :0x00080000<br>
Jan 3 20:33:34 debian kernel: [55441.457952] wanpipe1: First TSlot :19<br>
Jan 3 20:33:34 debian kernel: [55441.457967] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457973] wanpipe1: Active Ch Map :0x00100000<br>
Jan 3 20:33:34 debian kernel: [55441.457974] wanpipe1: First TSlot :20<br>
Jan 3 20:33:34 debian kernel: [55441.457987] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.457993] wanpipe1: Active Ch Map :0x00200000<br>
Jan 3 20:33:34 debian kernel: [55441.457994] wanpipe1: First TSlot :21<br>
Jan 3 20:33:34 debian kernel: [55441.458009] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458015] wanpipe1: Active Ch Map :0x00400000<br>
Jan 3 20:33:34 debian kernel: [55441.458016] wanpipe1: First TSlot :22<br>
Jan 3 20:33:34 debian kernel: [55441.458030] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458036] wanpipe1: Active Ch Map :0x00800000<br>
Jan 3 20:33:34 debian kernel: [55441.458037] wanpipe1: First TSlot :23<br>
Jan 3 20:33:34 debian kernel: [55441.458051] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458057] wanpipe1: Active Ch Map :0x01000000<br>
Jan 3 20:33:34 debian kernel: [55441.458058] wanpipe1: First TSlot :24<br>
Jan 3 20:33:34 debian kernel: [55441.458072] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458078] wanpipe1: Active Ch Map :0x02000000<br>
Jan 3 20:33:34 debian kernel: [55441.458079] wanpipe1: First TSlot :25<br>
Jan 3 20:33:34 debian kernel: [55441.458094] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458100] wanpipe1: Active Ch Map :0x04000000<br>
Jan 3 20:33:34 debian kernel: [55441.458101] wanpipe1: First TSlot :26<br>
Jan 3 20:33:34 debian kernel: [55441.458116] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458122] wanpipe1: Active Ch Map :0x08000000<br>
Jan 3 20:33:34 debian kernel: [55441.458123] wanpipe1: First TSlot :27<br>
Jan 3 20:33:34 debian kernel: [55441.458137] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458143] wanpipe1: Active Ch Map :0x10000000<br>
Jan 3 20:33:34 debian kernel: [55441.458144] wanpipe1: First TSlot :28<br>
Jan 3 20:33:34 debian kernel: [55441.458160] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458166] wanpipe1: Active Ch Map :0x20000000<br>
Jan 3 20:33:34 debian kernel: [55441.458167] wanpipe1: First TSlot :29<br>
Jan 3 20:33:34 debian kernel: [55441.458181] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458187] wanpipe1: Active Ch Map :0x40000000<br>
Jan 3 20:33:34 debian kernel: [55441.458188] wanpipe1: First TSlot :30<br>
Jan 3 20:33:34 debian kernel: [55441.458202] wanpipe1: Configuring Interface: w1g1 (log supress)<br>
Jan 3 20:33:34 debian kernel: [55441.458205] wanpipe1: Configuring TDMV Master dev w1g1<br>
Jan 3 20:33:34 debian kernel: [55441.458209] wanpipe1: Active Ch Map :0x80000000<br>
Jan 3 20:33:34 debian kernel: [55441.458210] wanpipe1: First TSlot :31<br>
Jan 3 20:33:34 debian kernel: [55441.458226] wanpipe1: Enable Zaptel HW DCHAN interface<br>
Jan 3 20:33:34 debian kernel: [55441.458462] wanpipe1: Wanpipe device is registered to Zaptel span # 1!<br>
Jan 3 20:33:34 debian kernel: [55441.458760] wanpipe1: TDM Free Run Timing Enabled 1 ms<br>
Jan 3 20:33:34 debian kernel: [55441.464708] wanpipe1: Wanpipe Front End Interrupt Restart Timeout<br>
Jan 3 20:33:40 debian kernel: [55450.402880] wanpipe1: E1 connected!<br>
Jan 3 20:33:40 debian kernel: [55450.407421] wanpipe1: AFT communications enabled!<br>
Jan 3 20:33:40 debian kernel: [55450.407421] wanpipe1: AFT Global TDM Intr<br>
Jan 3 20:33:40 debian kernel: [55450.409902] wanpipe1: Global TDM Ring Resync<br>
Jan 3 20:33:41 debian kernel: [55452.785733] wanpipe1: Enable E1 CCS Signalling mode!<br>
<br>
<br>
debian*CLI> core show version<br>
Asterisk 1.6.2.0 built by root @ debian on a i686 running Linux on 2011-01-03 08:57:50 UTC<br>
<br>
<br>
debian*CLI> ss7 show linkset 1<br>
SS7 linkset 1 status: Down<br>
<br>
<br>
debian*CLI> ss7 set debug off linkset 1<br>
Enabled debugging on linkset 1<br>
Len = 4 [ ff ff 01 03 ]<br>
FSN: 127 FIB 1<br>
BSN: 127 BIB 1<br>
<[0] LSSU SIOS<br>
<br>
Link state change: NOTALIGNED -> NOTALIGNED<br>
Len = 4 [ ff ff 01 00 ]<br>
FSN: 127 FIB 1<br>
BSN: 127 BIB 1<br>
<[0] LSSU SIO<br>
<br>
Link state change: NOTALIGNED -> ALIGNED<br>
Len = 4 [ ff ff 01 02 ]<br>
FSN: 127 FIB 1<br>
BSN: 127 BIB 1<br>
>[0] LSSU SIE<br>
<br>
Link state change: ALIGNED -> IDLE<br>
Link state change: IDLE -> NOTALIGNED<br>
Len = 4 [ ff ff 01 00 ]<br>
FSN: 127 FIB 1<br>
BSN: 127 BIB 1<br>
>[0] LSSU SIO</div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>wasim h. baig | principal consultant | convergence pk | +92 30 0850 8070 | peace be upon you ...<br>
</div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>