wanpipe/README

79 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-12-29 16:56:27 +00:00
------------------------------------------------------------------------------
2021-12-29 17:31:43 +00:00
For latest docs please visit Sangoma Wiki
Sangoma Wiki: http://wiki.sangoma.com
2021-12-29 16:59:00 +00:00
------------------------------------------------------------------------------
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
Copyright (c) 1995-2009 Sangoma Technologies Inc.
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
Installation
------------
2021-12-29 16:56:27 +00:00
2021-12-29 17:31:43 +00:00
./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
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
For those who prefer to use Makefile
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
Asterisk/CallWeaver
-------------------
make dahdi DAHDI_DIR=<abs path to dahdi>
make install
or
make zaptel ZAPDIR=<abs path to zaptel>
make install
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
FreeSwitch
----------
make openzap
make install
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
TDM API
-------
make tdmapi
make install
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
Configuration
-------------
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
1) create configuration files for Zaptel and Asterisk/CallWeaver
-> /usr/sbin/wancfg_zaptel
2021-12-29 17:22:56 +00:00
2021-12-29 17:31:43 +00:00
2) create configuration files for SMG BRI/SS7, Zaptel and Asterisk/CallWeaver
-> /usr/sbin/wancfg_smg
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
3) create configuration files for TDM API (Default for FreeSwitch)
-> /usr/sbin/wancfg_tdmapi
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
2) create WANPIPE WAN/IP configuration files.
-> /usr/sbin/wancfg
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
Operation
---------
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
1) start,stop,restart individual/all devices and interfaces.
-> /usr/sbin/wanrouter
-> /usr/sbin/wanrouter [start|stop|restart|status|hwprobe|help]
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
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
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
API Samples
------------
2021-12-29 17:30:35 +00:00
2021-12-29 17:31:43 +00:00
1) aid in WANPIPE API development
-> /etc/wanpipe/api
2021-12-29 17:30:35 +00:00
2021-12-29 17:22:56 +00:00