History: smg_ss7_flink_wanpipex.confSource of version: 3 (current)Begin by:
#cd /etc/wanpipe #decide what wanpipe number you are configuring #understand the ds0 channels that carry SS7 and voice #understand all of the E1 or T1 configuration parameter values you need #copy one of the template files described below to wanpipeX.conf where X is determined above #edit the wanpipeX.conf file you just created and make any necessary modifications Below is the contents of the /etc/wanpipe/wanpipe1.conf file that supports an E1 with 30 voice channels and 1 SS7 F-link in channel 16. A template of this file is installed in /etc/wanpipe/wanpipe1.conf.e1 during SMG installation. Other template files /etc/wanpipe are: *wanpipe1.conf.e1 - 30 voice + 1 SS7 F-link *wanpipe1.conf.t1 - 23 voice + 1 SS7 F-link *wanpipe1.conf.e1.v 31 voice *wanpipe1.conf.t1.v 24 voice Variations to this file include: *Changing to another wanpipe number; for example, wanpipe2 or wanpipe3 *Changing the interface names; for example w1g1, w1g16, w2g1, w2g16, etc. *Changing the channel of the F-link *Adding more SS7 links *Changing to A101/A102 cards *Changing TE-CLOCK *Changing technology from E1 to T1 ~~#FF0000:Comments below in red are not part of the file and should be omitted.~~ --- ~pp~#================================================ # WANPIPE1 Configuration File #================================================ # # Date: Tue Mar 14 14:13:28 EST 2006 # # Note: This file was generated automatically # by /usr/sbin/wancfg program. # # If you want to edit this file, it is # recommended that you use wancfg program # to do so. #================================================ # Sangoma Technologies Inc. #================================================ ~/pp~~~#FF0000:For A104/8 use: wanpipe1 = WAN_AFT_TE1, Comment For A101/2 use: wanpipe1 = WAN_AFT, Comment~~~pp~ [devices] wanpipe1 = WAN_AFT_TE1, Comment [interfaces] w1g1 = wanpipe1, , TDM_VOICE_API, Comment w1g16 = wanpipe1, , STACK, Comment w1g16xmtp2 = wanpipe1, , API, lip_xmtp2, w1g16.xmtp2 [wanpipe1] CARD_TYPE = AFT S514CPU = A CommPort = PRI AUTO_PCISLOT = YES PCISLOT = 3 PCIBUS = 3 FE_MEDIA = E1 FE_LCODE = HDB3 FE_FRAME = CRC4 FE_LINE = 1 TE_CLOCK = MASTER TE_REF_CLOCK = 0 TE_HIGHIMPEDANCE = NO LBO = 120OH FE_TXTRISTATE = NO MTU = 1500 UDPPORT = 9000 TTL = 255 IGNORE_FRONT_END = NO TDMV_SPAN = 1 TDMV_DCHAN = 0 [w1g1] ACTIVE_CH = 1-15.17-31 TDMV_ECHO_OFF = NO TDMV_HWEC = NO MTU = 16 [w1g16] ACTIVE_CH = 16 MTU = 80 MRU = 80 TDMV_ECHO_OFF = NO TDMV_HWEC = NO [w1g16xmtp2] [w1g16.xmtp2]~/pp~ |
Login |