login | register
Wed 03 of Dec, 2008 [04:34 UTC]

voip-info.org

zaptelBRI NT mode installation

Created by: Daniel,Last modification on Mon 15 of Nov, 2004 [17:24 UTC]

Installation


Configuration

Important: the definition of the Mode (NT or TE) is quite similar like if you had multiple single-BRI HFC Cards. You also have to use binary notation, but the parameter for the qozap.o (qozap.ko for Kernel 2.6) is called ports and not modes.

example for the binary notation:
Add the numbers for the ports you want to have in NT Mode (TE = default = 0)
  Port 0: 1  - we want NT -> 1
  Port 1: 2  - we want TE -> 0
  Port 2: 4  - we want TE -> 0
  Port 3: 8  - we want NT -> 8
  Total is 9.

loading the drivers (quadBRI):

  cd qozap
  modprobe zaptel
  insmod qozap.o ports=9  ((for kernel 2.4)
  insmod qozap.ko ports=9  (for kernel 2.6)
  ztcfg -v

Now have a look at your /var/log/messages:
You should find something like
qozap: S/T ports: 4 [ NT TE TE NT ]

You can also control the config by starting zttool

Comments

Comments Filter
222

333yes, it's the other way round...

by Daniel, Monday 15 of November, 2004 [17:25:36 UTC]
Hello maecki, yes - it's wrong. Corrected it.
222

333Other way round?

by maecki, Thursday 04 of November, 2004 [18:47:32 UTC]
Is it possible that the bitmask is meant the other way round? If I 'insmod qozap.ko ports=15' all Ports show up as NT mode, so default (=0) seems to be all in TE mode.

Greetings Maecki