Trixbox mit 2 x PrimuX 4S0

MarcelDeLuX

Neuer User
Mitglied seit
23 Feb 2006
Beiträge
60
Punkte für Reaktionen
0
Punkte
0
Hallöchen!
Hier mal mein vorhaben:

Ich möchte 2 Primux 4S0 ISDN-Karten in einer Trixbox einbinden. Nun das komplizierte daran:

eine Karte (also 4 Anschlüsse) sollen an einen Anlagenanschluss, die jeweils 2 weiteren Anschlüsse der 2ten Karte sollen an unabhängig voneinander laufenden NTBA als Mehrgeräteanschluss genutzt werden.

Die andere Frage ist: wie kann ich dann der Trixbox beibringen, dass eine bestimmte Leitung für alle ausgehenden Anrufe benutzt wird?

Hoffentlich könnt ihr mir bei diesem Problem helfen, im moment häufen sich die Probleme mit unserer alten Anlage (FEC SIP-Serv) :-Ö
 
Guten Morgen,

Das ganze spielt sich in mehreren Phasen ab. Zunächst sollte ja der Gerdestreiber und das chan_capi für Asterisk installiert sein.

Der Gerdes-Treiber bringt ein setup-tool mit mit dem du die Karte und die Channels konfigurieren kannst. Les dir dazu bitte mal die Treiberbeschreibung durch.

Danach muss die /etc/asterisk/capi.conf angepasst werden. Schau dir die Beispiele in der Datei mal an, ist eigendlich gut beschrieben. Wichtig ist das du für jeden Controller der dir mit dem Befehl capiinfo ausgegeben eine Sektion erstellst. Einfach die Vorhandene so oft kopieren wie nötig, in deinem Fall müssten das halt 8 sein. Du musst jetzt nur herausfinden welche der Controller zusammenspielen sollen, sprich welche der controller den Anlagenanschluss händeln (hier DID genannt) und welche die Mehrgeräteanschlüsse (hier MSN genannt). Wie schon geschrieben, les dir die Kommentare in der Datei gut durch. Hier jedoch zur Hilfe die Konfiguration wie ich einen Anlagenanschluss mit der Primux2S0 hab:


[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
language=de

[ISDN1]
isdnmode=did
incomingmsn=*
controller=1
group=1
prefix=0
softdtmf=on
relaxdtmf=on
accountcode=
context=from-trunk
immediate=yes
echocancelold=yes
devices=2

[ISDN2]
isdnmode=did
incomingmsn=*
controller=2
group=1
prefix=0
softdtmf=on
relaxdtmf=on
accountcode=
context=from-trunk
immediate=yes
echocancelold=yes
devices=2

In der Trixbox muss nun zunächst die Hauptleitung hierfür eingetragen werden. Die zwei Controllier in meinem Beispiel sind gruppiert (group=1) worden was im DID (Anlagenanschluss) durchaus Sinn macht. Deswegen sieht meine Custom Hauptleitung wie folgt aus:

CAPI/g1/$OUTNUM$

Ich denke der Rest der Trixbox Konfiguration sollte dann die regel sein.

Beste Grüße
 
ok, klingt schonmal sehr gut.

hab da aber gerade ein anderes Problem:
Ich versuche nun auf einer neu installierten Trixbox die Treiber für vorerst eine Karte zu installieren aber daran scheitere ich schon...

Muss dazu sagen, dass das alles Neuland für mich ist. Also bitte ich um Verständnis, wenn meine Aussagen "leicht schwammig" wirken :rolleyes:

kann mir evtl. jemand nen kleines Tut zur Installation der Karte geben?

ich kriege als Fehlermeldung nach der Installation des Treibers und von chan_capi folgende:
Aug 29 12:09:49 VERBOSE[10782] logger.c: [chan_capi.so]Aug 29 19:09:49 WARNING[10782] loader.c: libcapi20.so.2: cannot open shared object file: No such file or directory
Aug 29 19:09:49 WARNING[10782] loader.c: Loading module chan_capi.so failed!
 
Ehm ich revidiere.

Mit dem Header hat die Meldung ja garnichts zu tun. Ich denke eher du versuchst gerade das chan Capi ohne den Capitreiber zu installieren. und das geht nicht. Also, zuerst den Capitreiber von gerdes installieren und dann chan_capi.

Aber schau dir wirklich mal den anderen Thread an. Da ist eigendlich alles drinn.
 
Also Capi-Treiber von Gerdes hab ich wohl drauf. Installation liefert folgendes:
PrimuX ISDN 3.6.4725 Installer

This system is not compatible with the CAPI driver.

Detailed information is available in the file '/root/setup.log'.

Do you want to install anyway? [Y/n]
Install console tools? [Y/n] y
Available disk space 64.5GB, needed 5.0MB

Continue with installation [Y/n] y
Preparing system...
Copying files...
Copying file 0002/06/00/wxstd.mo
Copying file 0003/06/00/wxlib.mo
Copying file 0001/06/00/capicfg.pot
Copying file 0002/06/00/capicfg.po
Copying file 0002/06/00/capicfg.mo
Copying file 0003/06/00/capicfg.po
Copying file 0003/06/00/capicfg.mo
Copying file 0001/02/00/ccapicfg
Copying file 0001/02/00/rmtcapi
Copying file 0001/02/00/crmtconfig
Copying file 0001/02/00/ctracer
Copying file 0002/02/00/rmtcapi.po
Copying file 0002/02/00/rmtcapi.mo
Copying file 0003/02/00/rmtcapi.po
Copying file 0003/02/00/rmtcapi.mo
Copying file 0001/02/00/rmtcapi.pot
Copying file 0002/06/00/rmtconfig.po
Copying file 0002/06/00/rmtconfig.mo
Copying file 0003/06/00/rmtconfig.po
Copying file 0003/06/00/rmtconfig.mo
Copying file 0001/06/00/rmtconfig.pot
Copying file 0002/06/00/tracer.po
Copying file 0002/06/00/tracer.mo
Copying file 0003/06/00/tracer.po
Copying file 0003/06/00/tracer.mo
Copying file 0001/06/00/tracer.pot
Copying file 0001/06/00/libgcc_s.so.1
Copying file 0001/06/00/libstdc++.so.6
Cleaning up...
PrimuX ISDN 3.6.4725 has been installed on your computer

ein make Chan_capi wurde auch erfolgreich ausgeführt und die entsprechenden Einträge in der modules.conf habe ich vorgenommen:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
load => chan_capi.so
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom application is obsoleted by
; chan_oss. Don't load it.
;
noload => app_intercom.so
;
; DON'T load the chan_modem.so, as they are obsolete in * 1.2

noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.so

; Trunkisavail is a broken module supplied by Trixbox
noload => app_trunkisavail.so

; Ensure that format_* modules are loaded before res_musiconhold
;load => format_ogg_vorbis.so
load => format_wav.so
load => format_pcm.so
load => format_au.so
; This isn't part of 'asterisk' iteslf, it's part of asterisk-addons. If this isn't
; installed, asterisk will fail to start. But it does need to go here for native MOH
; to work using mp3's.
load => format_mp3.so
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
noload => chan_oss.so
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]
chan_capi.so=yes

Wenn ich nun asterisk -gvvvc ausführe erhalte ich dies:
[root@asterisk1 asterisk]# asterisk -vvvvvc
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk 1.2.23, Copyright (C) 1999 - 2007 Digium, Inc. and others.
Created by Mark Spencer <[email protected]>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'show license' for details.
=========================================================================
== Parsing '/etc/asterisk/logger.conf': Found
Asterisk Event Logger Started /var/log/asterisk/event_log
== Parsing '/etc/asterisk/dnsmgr.conf': Found
Asterisk Dynamic Loader loading preload modules:
== Parsing '/etc/asterisk/modules.conf': Found
== Manager registered action Ping
== Manager registered action Events
== Manager registered action Logoff
== Manager registered action Hangup
== Manager registered action Status
== Manager registered action Setvar
== Manager registered action Getvar
== Manager registered action Redirect
== Manager registered action Originate
== Manager registered action Command
== Manager registered action ExtensionState
== Manager registered action AbsoluteTimeout
== Manager registered action MailboxStatus
== Manager registered action MailboxCount
== Manager registered action ListCommands
== Parsing '/etc/asterisk/manager.conf': Found
== Parsing '/etc/asterisk/manager_custom.conf': Found
Asterisk Management interface listening on port 5038
== Parsing '/etc/asterisk/rtp.conf': Found
== RTP Allocating from port range 10001 -> 20000
Asterisk PBX Core Initializing
Registering builtin applications:
[AbsoluteTimeout]
== Registered application 'AbsoluteTimeout'
[Answer]
== Registered application 'Answer'
[BackGround]
== Registered application 'BackGround'
[Busy]
== Registered application 'Busy'
[Congestion]
== Registered application 'Congestion'
[DigitTimeout]
== Registered application 'DigitTimeout'
[Goto]
== Registered application 'Goto'
[GotoIf]
== Registered application 'GotoIf'
[GotoIfTime]
== Registered application 'GotoIfTime'
[ExecIfTime]
== Registered application 'ExecIfTime'
[Hangup]
== Registered application 'Hangup'
[NoOp]
== Registered application 'NoOp'
[Progress]
== Registered application 'Progress'
[ResetCDR]
== Registered application 'ResetCDR'
[ResponseTimeout]
== Registered application 'ResponseTimeout'
[Ringing]
== Registered application 'Ringing'
[SayNumber]
== Registered application 'SayNumber'
[SayDigits]
== Registered application 'SayDigits'
[SayAlpha]
== Registered application 'SayAlpha'
[SayPhonetic]
== Registered application 'SayPhonetic'
[SetAccount]
== Registered application 'SetAccount'
[SetAMAFlags]
== Registered application 'SetAMAFlags'
[SetGlobalVar]
== Registered application 'SetGlobalVar'
[SetLanguage]
== Registered application 'SetLanguage'
[Set]
== Registered application 'Set'
[SetVar]
== Registered application 'SetVar'
[ImportVar]
== Registered application 'ImportVar'
[Wait]
== Registered application 'Wait'
[WaitExten]
== Registered application 'WaitExten'
== Manager registered action DBGet
== Manager registered action DBPut
== Parsing '/etc/asterisk/enum.conf': Found
Asterisk Dynamic Loader Starting:
== Parsing '/etc/asterisk/modules.conf': Found
[chan_capi.so]

meine capi.conf:
;
; CAPI config
;
;

; general section

[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
language=de ;set default language
;ulaw=yes ;set this, if you live in u-law world instead of a-law

; interface sections ...

[ISDN1] ;this example interface gets name 'ISDN1' and may be any
;name not starting with 'g' or 'contr'.
;ntmode=yes ;if isdn card operates in nt mode, set this to yes
isdnmode=msn ;'MSN' (point-to-multipoint) or 'DID' (direct inward dial)
;when using NT-mode, 'DID' should be set in any case
incomingmsn=* ;allow incoming calls to this list of MSNs/DIDs, * = any
;defaultcid=123 ;set a default caller id to that interface for dial-out,
;this caller id will be used when dial option 'd' is set.
;controller=0 ;ISDN4BSD default
;controller=7 ;ISDN4BSD USB default
controller=1 ;capi controller number to use
group=1 ;dialout group
;prefix=0 ;set a prefix to calling number on incoming calls
softdtmf=on ;enable/disable software dtmf detection, recommended for AVM cards
relaxdtmf=on ;in addition to softdtmf, you can use relaxed dtmf detection
accountcode= ;Asterisk accountcode to use in CDRs
context=capi-in ;context for incoming calls
;holdtype=hold ;when Asterisk puts the call on hold, ISDN HOLD will be used. If
;set to 'local' (default value), no hold is done and Asterisk may
;play MOH.
;immediate=yes ;DID: immediate start of pbx with extension 's' if no digits were
; received on incoming call (no destination number yet)
;MSN: start pbx on CONNECT_IND and don't wait for SETUP/SENDING-COMPLETE.
; info like REDIRECTINGNUMBER may be lost, but this is necessary for
; drivers/pbx/telco which does not send SETUP or SENDING-COMPLETE.
;echosquelch=1 ;_VERY_PRIMITIVE_ echo suppression
;echocancel=yes ;EICON DIVA SERVER (CAPI) echo cancelation
;(possible values: 'no', 'yes', 'force', 'g164', 'g165')
echocancelold=yes;use facility selector 6 instead of correct 8 (necessary for older eicon drivers)
;echotail=64 ;echo cancel tail setting
;bridge=yes ;native bridging (CAPI line interconnect) if available
;callgroup=1 ;Asterisk call group
;language=de ;set language for this device (overwrites default language)
devices=2 ;number of concurrent calls on this controller
;(2 makes sense for single BRI, 30 for PRI)

Und dennoch startet Asterisk nicht:
full.log:
Aug 30 12:58:50 VERBOSE[10426] logger.c: Asterisk Event Logger Started /var/log/asterisk/event_log
Aug 30 12:58:50 VERBOSE[10426] logger.c: Asterisk Dynamic Loader loading preload modules:
Aug 30 12:58:50 VERBOSE[10426] logger.c: Asterisk Management interface listening on port 5038
Aug 30 12:58:50 NOTICE[10426] cdr.c: CDR simple logging enabled.
Aug 30 12:58:50 VERBOSE[10426] logger.c: Asterisk PBX Core Initializing
Aug 30 12:58:50 VERBOSE[10426] logger.c: Registering builtin applications:
Aug 30 12:58:50 VERBOSE[10426] logger.c: [AbsoluteTimeout]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Answer]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [BackGround]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Busy]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Congestion]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [DigitTimeout]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Goto]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [GotoIf]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [GotoIfTime]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [ExecIfTime]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Hangup]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [NoOp]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Progress]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [ResetCDR]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [ResponseTimeout]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Ringing]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SayNumber]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SayDigits]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SayAlpha]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SayPhonetic]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SetAccount]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SetAMAFlags]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SetGlobalVar]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SetLanguage]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Set]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [SetVar]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [ImportVar]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [Wait]
Aug 30 12:58:50 VERBOSE[10426] logger.c: [WaitExten]
Aug 30 12:58:50 VERBOSE[10426] logger.c: Asterisk Dynamic Loader Starting:
Aug 30 12:58:50 VERBOSE[10426] logger.c: [chan_capi.so]Aug 30 12:58:50 WARNING[10426] loader.c: libcapi20.so.3: cannot open shared object file: No such file or directory
Aug 30 12:58:50 WARNING[10426] loader.c: Loading module chan_capi.so failed!
Kannst du bzw. ihr da irgendein fehler entdecken??
 
kleines Update...
Hab nochmal die Links zur libcapi kontrolliert und angepasst und erhalte nun folgende Meldung:
Aug 30 14:00:11 VERBOSE[6307] logger.c: Asterisk Dynamic Loader Starting:
Aug 30 14:00:11 VERBOSE[6307] logger.c: [chan_capi.so]Aug 30 14:00:11 VERBOSE[6307] logger.c: [chan_capi.so] => (Common ISDN API for Asterisk)
Aug 30 14:00:11 WARNING[6307] chan_capi.c: CAPI not installed, CAPI disabled!
Aug 30 14:00:11 WARNING[6307] loader.c: chan_capi.so: load_module failed, returning -1
Aug 30 14:00:11 WARNING[6307] loader.c: Loading module chan_capi.so failed!

ich weiß echt ned weiter :confused: :heul:
 
was sagt denn ein capiinfo? Hast du den capi denn auch mit ccapicfg (/usr/lib/primux/) den capitreiber konfiguriert?
Was sagt denn der Treiber wenn er gestartet wird /usr/lib/primux/runcapi.rc

Gruß
 
mal so ne blöde frage aber schon bei der installation der treiber wird mir gesagt, dass die Treiber (ver. 3.6.4725) nicht mit der Linux-Version kompatibel sei. Is das Schnuppe?
 
In der Anleitung steht das es solch eine Fehlermeldung geben kann. Das ccapicfg diese Meldung ausspuckt widerspricht eigendlich dem was die Treiberinstallation sagt.

Welche Kernelversion ist denn auf deinem System?

uname -a

Aber nochmal, was sagen dann die anderen sachen? Capiinfo und das Treiberskript. Musst schon noch nen bissle mehr mitmachen ;)
 
Zuletzt bearbeitet:
Alles was du willst, hauptsache ich krich det ans laufen :D

Kernel:
Linux asterisk1.local 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 19:52:49 CDT 2006 i686 i686 i386 GNU/Linux

capiinfo sagt:
capi not installed - Unknown error 4105 (4105)

wenn ich runcapi.rc ausführe kommt gar nüscht, also zumindest kein Fehler
 
hm... scheint aber so als ob der Treiber nicht installiert ist.

Das der Treiber nicht kompatibel mit nem 2.6.9er Kernel ist kann ich mir eigendlich garnicht vorstellen. zmal auf meinem Trixbox 1 System auch ein solcher Kernel läuft.

Welchen chan_capi nutzt du eigendlich?

Vielleicht mal ne Mail an [email protected]

Aber nicht vergessen das ergebnis hier zu Posten ;)
 
chan_capi ist version 1.0.1

dann werde ich mich morgen mal an den Support wenden

Ich hoffe die reagieren recht schnell, mich quält dieses prob schon seit 2 Tagen :rolleyes:
 
Jedenfalls solange capiinfo nichts gescheites ausgibt stimmt was mit dem Treiber nicht ;)
 
Es gibt neuigkeiten... diese sind nur leider nicht vom Gerdes-Support :D

ich habe mich nun mal mit ner Debian Distri probiert und alle Pakete manuell installiert.
es fehlten schlicht und ergreifend die Kernel-header, die auch mit keinem wort in der Anleitung von Gerdes erwähnt werden.
Zumindest kam ich nun schonmal in die ccapicfg einsteigen und asterisk lässt sich auch starten:
asterisk -gvvvc zeigt:
[chan_capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
-- capi D ISDN1#00 (*:capi-in) contr=1 devs=2 EC=0,opt=4,tail=0
-- capi B ISDN1#01 (*:capi-in) contr=1 devs=2 EC=0,opt=4,tail=0
-- capi B ISDN1#02 (*:capi-in) contr=1 devs=2 EC=0,opt=4,tail=0
-- listening on contr1 CIPmask = 0x1fff03ff
Aug 31 19:11:09 NOTICE[2549]: chan_capi.c:5911 cc_post_init_capi: Unused contr2
Aug 31 19:11:09 NOTICE[2549]: chan_capi.c:5911 cc_post_init_capi: Unused contr3
Aug 31 19:11:09 NOTICE[2549]: chan_capi.c:5911 cc_post_init_capi: Unused contr4
== Registered channel type 'CAPI' (Common ISDN API Driver (1.0.1))
== Registered application 'capiCommand'

ich werde dieses nun nochmals mit der Trixbox probieren, jetzt kenne ich ja die tücken.

Ich melde mich wieder ^^

Vielen Dank @ Tiny_Dragon!!!!!!
 
Here we go...

nach einiger Hilfe eines etwas Linux-erfahrenen kollegen habe ich nun rausgefunden, dass das mit der kernel-devel zu tun hat.
Und zwar gibt es ja speziell für Multi-Prozessor-Systeme smp-Pakete.
deshalb musste ich auch statt der kernel-devel die kernel-smp-devel installieren weil der Prozessor Dual-Core ist.

Nun klappt es auch mit den Treibern und capiinfo spuckts aus:
[root@asterisk1 primux]# capiinfo
Number of Controllers : 4
Controller 1:
Manufacturer: Gerdes Telekommunikation
CAPI Version: 2.0
Manufacturer Version: 3.6
Serial Number: 0621993
BChannels: 2
Global Options: 0x00000ad9
internal controller supported
DTMF supported
Supplementary Services supported
B1 protocols support: 0x0000001f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
B2 protocols support: 0x0000105b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
Transparent (ignoring framing errors of B1 protocol)
LAPD with Q.921 including free SAPI selection
B3 protocols support: 0x00000037
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
T.30 for fax group 3
T.30 for fax group 3 with extensions

0400
0200
d90a0000
1f000000
5b100000
37000000
00000000 00000000 00000000 00000000 00000000 00000000
04000efe 0000a97d 09000000 00000000 00000000

Supplementary services support: 0x000007ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS

Controller 2:
Manufacturer: Gerdes Telekommunikation
CAPI Version: 2.0
Manufacturer Version: 3.6
Serial Number: 0621993
BChannels: 2
Global Options: 0x00000ad9
internal controller supported
DTMF supported
Supplementary Services supported
B1 protocols support: 0x0000001f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
B2 protocols support: 0x0000105b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
Transparent (ignoring framing errors of B1 protocol)
LAPD with Q.921 including free SAPI selection
B3 protocols support: 0x00000037
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
T.30 for fax group 3
T.30 for fax group 3 with extensions

0400
0200
d90a0000
1f000000
5b100000
37000000
00000000 00000000 00000000 00000000 00000000 00000000
04000efe 0000a97d 09000000 00000000 00000000

Supplementary services support: 0x000007ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS

Controller 3:
Manufacturer: Gerdes Telekommunikation
CAPI Version: 2.0
Manufacturer Version: 3.6
Serial Number: 0621993
BChannels: 2
Global Options: 0x00000ad9
internal controller supported
DTMF supported
Supplementary Services supported
B1 protocols support: 0x0000001f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
B2 protocols support: 0x0000105b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
Transparent (ignoring framing errors of B1 protocol)
LAPD with Q.921 including free SAPI selection
B3 protocols support: 0x00000037
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
T.30 for fax group 3
T.30 for fax group 3 with extensions

0400
0200
d90a0000
1f000000
5b100000
37000000
00000000 00000000 00000000 00000000 00000000 00000000
04000efe 0000a97d 09000000 00000000 00000000

Supplementary services support: 0x000007ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS

Controller 4:
Manufacturer: Gerdes Telekommunikation
CAPI Version: 2.0
Manufacturer Version: 3.6
Serial Number: 0621993
BChannels: 2
Global Options: 0x00000ad9
internal controller supported
DTMF supported
Supplementary Services supported
B1 protocols support: 0x0000001f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
B2 protocols support: 0x0000105b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
Transparent (ignoring framing errors of B1 protocol)
LAPD with Q.921 including free SAPI selection
B3 protocols support: 0x00000037
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
T.30 for fax group 3
T.30 for fax group 3 with extensions

0400
0200
d90a0000
1f000000
5b100000
37000000
00000000 00000000 00000000 00000000 00000000 00000000
04000efe 0000a97d 09000000 00000000 00000000

Supplementary services support: 0x000007ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS

ENDLICH!!!!!! :)
 
Kostenlos!

Statistik des Forums

Themen
248,549
Beiträge
2,293,928
Mitglieder
378,054
Neuestes Mitglied
tarjzapu