History: ss7box S Series wanpipeX.conf ExampleSource of version: 1 (current)#cd /etc/wanpipe
# copy templates to working config files:~pp~[root@ana4 wanpipe]# cp wanpipe1.conf.p wanpipe1.conf cp: overwrite `wanpipe1.conf'? y [root@ana4 wanpipe]# cp wanpipe2.conf.p wanpipe2.conf cp: overwrite `wanpipe2.conf'? y~/pp~ Here is the sample content of wanpipe1.conf.p:~pp~#================================================ # WANPIPE1 Configuration File #================================================ # # Date: Wed Aug 30 11:47:49 EDT 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. #================================================ [devices] wanpipe1 = WAN_BITSTRM, Comment [interfaces] wp1bstrm1 = wanpipe1, , API, Comment [wanpipe1] CARD_TYPE = S51X S514CPU = A AUTO_PCISLOT = NO PCISLOT = 10 PCIBUS = 1~/pp~ The FE_X values change for E1 and T1 ~pp~ FE_MEDIA = E1 FE_LCODE = HDB3 FE_FRAME = NCRC4 TE_CLOCK = NORMAL TE_ACTIVE_CH = ALL Firmware = /etc/wanpipe/firmware/bitstrm.sfm CommPort = PRI Interface = V35 Clocking = External BaudRate = 1540000 MTU = 1500 UDPPORT = 9000 sync_options = 0x0010 rx_sync_char = 0x00 monosync_tx_time_fill_char = 0x00~/pp~ The values for max_length_tx_data_block and rx_complete_length should be: * E1: 1240 (31 * 40 = channels per frame * frames per packet) * T1: 1200 (24 * 50) ~pp~max_length_tx_data_block = 1240 rx_complete_length = 1240 rx_complete_timer = 1500 rbs_ch_map = 0 TTL = 255 IGNORE_FRONT_END = NO [wp1bstrm1] ACTIVE_CH = ALL HDLC_STREAMING = NO SEVEN_BIT_HDLC = NO~/pp~ |
Login |