User manual

www.atcom.cn
33/40
you are in USA, you need to set the opermode to FCC. If you are in Australia, you need to set
the opermode to AUSTRALIA.
The opermode can be in the in the /etc/init.d/zaptel file
#!/bin/sh
# Start up file for Zaptel
case $1 in
start) modprobe wcfxs opermode=AUSTRALIA lowpower=1;
zapscan;
ztcfg;;
stop) modprobe -r wcfxs;;
enable) rm -f /etc/rc.d/S40zaptel;
ln -s /etc/init.d/zaptel /etc/rc.d/S40zaptel;;
disable) rm -f /etc/rc.d/S40zaptel;;
*) cat <<EOF;;
Syntax: /etc/init.d/zaptel [command]
Note: The parameter that opermode support can see the fxo_modes.h file in zaptel source.
10.6 HOWTO -- Set system time?
The file /etc/TZ specify the timezone of the system. The IP04 will get the date and time from NTP
server according to the timezone. If the system is different from your time, you can set the
timezone value on the /etc/TZ file. Example time zone values is :
Australia
Melbourne,Canberra,Sydney
AEST-10AEDT-11,M10.5.0/02:00:00,M4.1.0/03:00:
00
Perth
AWST-8AWDT-9,M10.5.0,M3.5.0/03:00:00
Brisbane
AEST-10
Adelaide
ACST-9:30ACDT-10:30,M10.5.0/02:00:00,M4.1.0/0
3:00:00
Darwin
ACST-9:30
Hobart
AEST-10AEDT-11,M10.1.0/02:00:00,M4.1.0/03:00:
00
Europe
Amsterdam, Netherlands
CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
Athens, Greece
EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00
Barcelona, Spain
CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
Berlin, Germany
CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
Brussels, Belgium
CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
Budapest, Hungary
CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00
Copenhagen, Denmark
CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00