Sangoma wanpipe drivers
Go to file
Harald Welte c6acb46c69 wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
OSLEC/echo wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
api wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
deb_control wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
doc wanpipe-3.5.11.tgz 2021-12-29 18:41:53 +01:00
edac wanpipe-2.3.3-7.tgz 2021-12-29 17:57:21 +01:00
firmware wanpipe-3.2.3.tgz 2021-12-29 18:14:45 +01:00
kbuild wanpipe-3.2.2.tgz 2021-12-29 18:14:12 +01:00
patches wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
rpmspec wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
samples wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
scripts wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
ssmg wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
util wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
wan_ec wanpipe-3.3.11.tgz 2021-12-29 18:22:11 +01:00
zaptel wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
.openzap wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
.pbxdir wanpipe-3.5.5.tgz 2021-12-29 18:40:38 +01:00
.router_version wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
.svn_info wanpipe-3.5.5.tgz 2021-12-29 18:40:38 +01:00
.svn_info_linux wanpipe-3.5.5.tgz 2021-12-29 18:40:38 +01:00
COPYING wanpipe-2.3.3-7.tgz 2021-12-29 17:57:21 +01:00
ChangeLog wanpipe-3.5.3.tgz 2021-12-29 18:31:43 +01:00
ChangeLog.3.5 wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
Filelist Checkin of wanpipe-2.3.2-7.tgz 2021-12-29 17:56:27 +01:00
Makefile wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00
README wanpipe-3.5.3.tgz 2021-12-29 18:31:43 +01:00
Setup wanpipe-3.5.12.tgz 2021-12-29 18:42:17 +01:00

README

------------------------------------------------------------------------------
For latest docs please visit Sangoma Wiki
Sangoma Wiki: http://wiki.sangoma.com
------------------------------------------------------------------------------

Copyright (c) 1995-2009 Sangoma Technologies Inc.


Installation
------------

	./Setup install		#General Installation (Most Flexible)
or
	./Setup zaptel		#Install for Asterisk/CallWeaver/Zaptel/Dahdi
or
	./Setup bri			#Install SMG BRI card for Asterisk/CallWeaver


For those who prefer to use Makefile

	Asterisk/CallWeaver
	-------------------
		make dahdi DAHDI_DIR=<abs path to dahdi>
		make install
	or
		make zaptel ZAPDIR=<abs path to zaptel>
		make install

	FreeSwitch
	----------
		make openzap
		make install

	TDM API
	-------
		make tdmapi
		make install


Configuration
-------------

	1) create configuration files for Zaptel and Asterisk/CallWeaver
		-> /usr/sbin/wancfg_zaptel

	2) create configuration files for SMG BRI/SS7, Zaptel and Asterisk/CallWeaver
		-> /usr/sbin/wancfg_smg

	3) create configuration files for TDM API (Default for FreeSwitch) 
		-> /usr/sbin/wancfg_tdmapi

	2) create WANPIPE WAN/IP configuration files.
		-> /usr/sbin/wancfg


Operation
---------

	1) start,stop,restart individual/all devices and interfaces.
		-> /usr/sbin/wanrouter	
		-> /usr/sbin/wanrouter [start|stop|restart|status|hwprobe|help]

	2) debug line, protocol and driver problems.
		-> /usr/sbin/wanpipemon
		-> /usr/sbin/wanpipemon -p aft		#Help
		-> /usr/sbin/wanpipemon -g 		#GUI Debug Mode
		-> /usr/sbin/wanpipemon -i w1g1 -c Ta 	#View T1/E1 Alarms 


API Samples
------------

	1) aid in WANPIPE API development
		-> /etc/wanpipe/api