Fritz!Card läuft nicht mit Trixbox 2

Schmidmajer

Neuer User
Mitglied seit
24 Mai 2007
Beiträge
40
Punkte für Reaktionen
0
Punkte
0
Hallo Zusammen

Ich weiss... In diesem Forum gibt es schon viele Threads über die Problematik der Integration einer Fritz!Card in Trixbox 2. Jedoch happerts bei den meisten nur bei den Ausgehenden Verbindungen - bei mir funktionieren auch die eingehenden nicht. Auf jeden Fall habe ich alle mal durchgeackert, konnte jedoch die Karte nach 3 Tagen immer noch nicht ans Laufen bringen. Deshalb erlaube ich mir einen neuen Thread aufzumachen.

Habe sie gemäss dieser Anleitung installiert.

Wenn ich mit meinem Handy anrufe, dann erscheint in der Asterisk-Konsole (asterisk -vvvvc) kein "Incoming" oder ähnliches, was ich in anderen Posts gesehen habe. Es wird gar nichts ausgegeben.

Beim Start von Asterisk gibt es ebenfalls keine Fehlermeldung.

capiinfo gibt ganz normal folgendes aus:
Code:
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07  (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
   internal controller supported
   DTMF supported
   Supplementary Services supported
   channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
   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
   Modem asyncronous operation with start/stop byte framing
B2 protocols support: 0x00000b1b
   ISO 7776 (X.75 SLP)
   Transparent
   LAPD with Q.921 for D channel X.25 (SAPI 16)
   T.30 for fax group 3
   ISO 7776 (X.75 SLP) with V.42bis compression
   V.120 asyncronous mode
   V.120 bit-transparent mode
B3 protocols support: 0x800000bf
   Transparent
   T.90NL, T.70NL, T.90
   ISO 8208 (X.25 DTE-DTE)
   X.25 DCE
   T.30 for fax group 3
   T.30 for fax group 3 with extensions
   Modem

  0100
  0200
  39000000
  1f010040
  1b0b0000
  bf000080
  00000000 00000000 00000000 00000000 00000000 00000000
  01000001 00020000 00000000 00000000 00000000

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

Der Controller wird also erkannt.

Die configs sehen wie folgt aus:

/etc/modprobe.conf
Code:
alias eth0 e100
alias scsi_hostadapter i2o_block
alias scsi_hostadapter1 aic7xxx
alias usb-controller ohci-hcd
alias hisax_fcpcipnp off
alias hisax_isac off
alias hisax off

/etc/capi.conf
Code:
fcpci - - - - - -
/etc/asterisk/capi.conf
Code:
[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)
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=off	 ;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

/etc/asterisk/extensions_custom.conf
Code:
; This file contains example extensions_custom.conf entries.
; extensions_custom.conf should be used to include customizations
; to AMP's Asterisk dialplan.

; All custom context should contain the string 'custom' in it's name 

; Extensions in AMP have access to the 'from-internal' context.
; The context 'from-internal-custom' is included in 'from-internal' by default

#include extensions_trixbox.conf
#include extensions_hud.conf

[from-internal-custom]

include => from-internal-trixbox
			
;1234,1,Playback(demo-congrats)		; extensions can dial 1234
;1234,2,Hangup()
;h,1,Hangup()
;include => custom-recordme			; extensions can also dial 5678

; custom-count2four,s,1 can be used as a custom target for
; a Digital Receptionist menu or a Call Group
;[custom-count2four]		
;s,1,SayDigits(1234)
;s,2,Hangup

; custom-recordme,5678,1 can be used as a custom target for
; a Digital Receptionist menu or a Call Group
;[custom-recordme]
;exten => 5678,1,Wait(2)
;exten => 5678,2,Record(/tmp/asterisk-recording:gsm)
;exten => 5678,3,Wait(2)
;exten => 5678,4,Playback(/tmp/asterisk-recording)
;exten => 5678,5,Wait(2)
;exten => 5678,6,Hangup 

[capi-in]
include => from-pstn

/etc/asterisk/modules.conf
Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; 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

; 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

Habe ich irgendwo etwas vergessen oder falsch gemacht?

Hat jemand eine Idee, mit welchen Befehlen ich nach der Ursache des Fehlers suchen könnte?

Besten Dank für eure Inputs.
 
wo wird den in der modules.conf chan_capi.so geladen.
kann keinen eintrag finden.
load => chan_capi.so
 
wo wird den in der modules.conf chan_capi.so geladen.
kann keinen eintrag finden.
load => chan_capi.so

Argh.. stimmt, danke! :| Ich hatte den Eintrag zwar mal drin - in der [modules] Sektion, wodurch Asterisk nicht mehr aufgestartet ist - und habe ihn deshalb wieder entfernt. Habe ihn nun ans Dateiende eingefügt. Ist das richtig so?

Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; 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

; 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

load => chan_capi.so

Asterisk startet jetzt zwar, jedoch funktioniert es immer noch nicht. :( Kann ich irgendwie überprüfen, ob Asterisk über chan_capi mit der Karte kommunizieren kann?

*******************
NACHTRAG 22.01.2008, 20:24:

Weil ich das Gefühl habe, dass chan_capi nicht geladen wird, weil der Eintrag am Ende der Datei eingefügt wird, habe ihn jetzt mal in die [modules] Sektion gepackt:
Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; 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

; 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.
;

load => chan_capi.so

[global]
chan_capi.so=yes

und nun startet Asterisk nicht mehr.

tail /var/log/asterisk/full gibt folgendes aus:
Code:
Jan 22 20:20:16 VERBOSE[6396] logger.c:  [chan_capi.so]Jan 22 20:20:16 WARNING[6396] loader.c: /usr/lib/asterisk/modules/chan_capi.so: cannot open shared object file: No such file or directory
Jan 22 20:20:16 WARNING[6396] loader.c: Loading module chan_capi.so failed!

Punkt 1.6.3.3 habe ich gemäss Anleitung ausgeführt. Kann es sein dass irgendwelche Rechte nicht gesetzt sind?
 
Zuletzt bearbeitet:
schreib mal folgendes:
load => res_features.so
load => chan_capi.so

und der Bereich modules ist richtig und eintragen
wie es "da steht" ..in der Reihenfolge
 
schreib mal folgendes:
load => res_features.so
load => chan_capi.so

und der Bereich modules ist richtig und eintragen
wie es "da steht" ..in der Reihenfolge

Danke für den Tipp. Hab die beiden Einträge direkt unter autoload=yes eingefügt.

Code:
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes

load => res_features.so
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

; 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

Nun kommt folgender Fehler

Code:
Jan 22 20:45:23 VERBOSE[7957] logger.c:  [res_features.so]Jan 22 20:45:23 VERBOSE[7957] logger.c:  [res_features.so] => (Call Features Resource)
Jan 22 20:45:23 VERBOSE[7957] logger.c:  [chan_capi.so]Jan 22 20:45:23 WARNING[7957] loader.c: /usr/lib/asterisk/modules/chan_capi.so: cannot open shared object file: No such file or directory
Jan 22 20:45:23 WARNING[7957] loader.c: Loading module chan_capi.so failed!

Das ist zum verzweifeln, habe gerade nochmal probiert die Schritte unter Punkt 1.6.3.3 der Anleitung auszuführen (chan_capi nochmals installieren), da es die Datei "/usr/lib/asterisk/modules/chan_capi.so" tatsächlich nicht gibt. In dem Ordner sind zwar zig andere Module, jedoch kein chan_capi.

Beim "make"-Befehl kommt jedoch diese Meldung:

Code:
./create_config.sh "/usr/include"
Include directory '/usr/include/asterisk' does not exist
make: *** [config.h] Error 1

Da ich mich nicht mit Linux auskenne, bitte ich dich erneut um deine Hilfe. :-|
 
welche chan_capi-Version benutzt du denn?
 
welche chan_capi-Version benutzt du denn?

chan_capi-cm-0.6.5

Aber irgendwie hab ich das Gefühl dass die nicht richtig installiert ist (wegen der fehlenden "/usr/lib/asterisk/modules/chan_capi.so"). Wie gesagt, wenn ich sie erneut installen will, kommt der oben genannte Fehler.

# cd /usr/src
# wget ftp://ftp.chan-capi.org/chan-capi/chan_capi-cm-0.6.5.tar.gz
# tar xvfz chan_capi-cm-0.6.5.tar.gz
# cd chan_capi-cm-0.6.5
# make
Code:
./create_config.sh "/usr/include"
Include directory '/usr/include/asterisk' does not exist
make: *** [config.h] Error 1
 
weisst was.. am besten du holst dir erstmal die aktuellen versionen von trixbox und chan_capi und machst alles von vorn
 
Ich hab mal kurz rumgeforscht und in diesem Thread einen Beitrag mit einem ähnlichen Problem gefunden. Gelöst hat er es mit dem manuellen hereinkopieren der Dateien von den Installation. Ich habe die Files meiner Asterisk Version genommen, in den Ordner entpackt und das make install ausgeführt - ging.

Der Asterisk Server startet jetzt auch wieder - mit dem chan_capi :)

Jedoch geht das mit den eingehenden Anrufen immer noch nicht. :(

Hast du sonst noch irgendeinen Input?
 
capi.conf
gibt es diesen context wirklich.

versuch es mal mit
context=from-pstn

und dann unbedingt asterisk komplett neu starten
 
capi.conf
gibt es diesen context wirklich.

versuch es mal mit
context=from-pstn

und dann unbedingt asterisk komplett neu starten

Soweit ich das verstanden habe, ist der Context so in der extensions_custom.conf definiert. Ganz zuunterst mit dem Eintrag:
Code:
[capi-in]
include => from-pstn

(siehe oben)

Ich weiss, dass dein Vorschlag zur Neuinstallation nicht schlecht ist. Ich habe aber die nächsten Tage nicht grossartig Zeit, alles neu aufzusetzen und zu konfigurieren... kommt hinzu dass ich das Gefühl habe, wirklich kurz davor zu sein, Anrufe zumindest entgegennehmen zu können! Jetzt läuft doch wirklich das meiste...:???: Es ist doch sicher nur irgendwo eine falsche Einstellung. Oder was meinst du?

Ich danke dir auf jeden Fall für deine Geduld und den Einsatz. Wäre cool wenn wir das irgendwie doch noch hinbekommen würden...
 
naja.. ein versuch wär der eintrag schon wert, das ganze "include-zeug" ..weiss nicht ob das alles so klappt
 
naja.. ein versuch wär der eintrag schon wert, das ganze "include-zeug" ..weiss nicht ob das alles so klappt

Hab ich probiert, brachte leider nicht den gewünschten Erfolg.

Nach der Installation von chan_capi hat er mir übrigens die /etc/asterisk/capi.conf neu geschrieben. Sie schaut jetzt wie folgt aus:

Code:
;
; CAPI config
;
;

; general section

[general]
nationalprefix=0
internationalprefix=00
rxgain=1.0       ;linear receive gain (1.0 = no change)
txgain=1.0       ;linear transmit gain (1.0 = no change)
language=de      ;set default language
;ulaw=yes        ;set this, if you live in u-law world instead of a-law

;jb.....         ;with Asterisk 1.4 you can configure jitterbuffer,
                 ;see Asterisk documentation for all jb* setting available.
;mohinterpret=default ;Asterisk 1.4: default music on hold class when placed on hold.


; interface sections ...

[ISDN1]          ;this example interface gets name 'ISDN1' and may be any
                 ;name not starting with 'g' or 'contr'.
                 ;Use one interface section for each isdn port!
;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 of this interface/port
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
faxdetect=off    ;enable faxdetection and redirection to EXTEN 'fax' for incoming and/or
                 ;outgoing calls. (default='off', possible values: 'incoming','outgoing','both')
accountcode=     ;PBX accountcode to use in CDRs
;amaflags=default;AMA flags for CDR ('default', 'omit', 'billing', or 'documentation')
context=capi-in  ;context for incoming calls
;holdtype=hold   ;when the PBX puts the call on hold, ISDN HOLD will be used. If
                 ;set to 'local' (default value), no hold is done and the PBX 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 (yes=g165)
                 ;(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 (default=0 for maximum)
;echocancelnlp=1 ;activate non-linear-processing; this improves echo cancel ratio, but might
                 ;incorporate variable gain in the signal path.
;bridge=yes      ;native bridging (CAPI line interconnect) if available
;callgroup=1     ;PBX call group
;pickupgroup=1   ;PBX pickup group (which call groups are we allowed to pickup)
;language=de     ;set language for this device (overwrites default language)
;disallow=all    ;RTP codec selection (valid with Eicon DIVA Server only)
;allow=all       ;RTP codec selection (valid with Eicon DIVA Server only)
devices=2        ;number of concurrent calls (b-channels) on this controller
                 ;(2 makes sense for single BRI, 30/23 for PRI/T1)
;jb.....         ;with Asterisk 1.4 you can configure jitterbuffer,
                 ;see Asterisk documentation for all jb* setting available.
;mohinterpret=default ;Asterisk 1.4: default music on hold class when placed on hold.
;qsig=1           ;enable use of Q.SIG extensions. ECMA Variant
;qsig_prnum=1234  ;enable inbound bridging - this should be an QSIG-network-wide unique number

*************************
Nachtrag 22.01.2008 23:03:

Ich hab jetzt übrigens die aktuelle capi-Version 1.0.2.
 
Zuletzt bearbeitet:
Du wirst es nicht glauben! Ich habe als letzte Hoffnung das Kabel ausgetauscht und nun funktionierts tatsächlich!! :)

Code:
  == ISDN1#02: Incoming call '0797643***' -> '1'

Trotzdem... es wäre ohne deine Hilfe auch mit dem neuen Kabel nicht zum Laufen gekommen. Also ein fettes Dankeschön dafür! :)

Jetzt ist nur noch die Frage, wie kann ich das an meine Extensions, respektive die Ringgroup weiterleiten?
Ich habe unter Inbound Routes "any DID / any CID" und als Destination die Ringgroup 600 angegeben.
 
..echt.. am Kabel lag es .. wie das leben zu spielt

stehen den in der ringruppe auch die nebenstellen drin?
 
Ja, ich wollts auch kaum glauben... echt kein Scherz!

Jap, die sind drin. Wenn ich einen Anruf über SIP erhalte dann klingeln diese auch.

Habe noch diesen Thread gefunden. Der hat exakt das gleiche Problem wie ich - nur dass am Ende des incoming calls eine -> '2' anstatt eine -> '1' steht.

Den Rat "isdnmode=DID" habe ich befolgt. Nun aber ein ganz komisches Phänomen bekommen. Sobald ich Anrufe passiert folgendes:
Code:
Connected to Asterisk 1.2.18 currently running on asterisk1 (pid = 5907)
Verbosity was 1 and is now 4
  == ISDN1#02: Incoming call '0797643***' -> '1'
    -- ISDN1#02: Updated channel name: CAPI/ISDN1#02/1-1
  == ISDN1#02: Incoming call '0797643***' -> '1'
    -- ISDN1#02: Updated channel name: CAPI/ISDN1#02/1-1
und sobald ich das Handy wieder auflege (also den Anruf abbreche) hängt sich Asterisk auf:
Code:
Disconnected from Asterisk server
/usr/sbin/safe_asterisk: line 51:  5907 Segmentation fault      (core dumped) ${ASTSBINDIR}/asterisk ${CLIARGS} ${ASTARGS}
Asterisk exited on signal 11.
Executing last minute cleanups
[root@asterisk1 ~]# Automatically restarting Asterisk.
Ziemlich strange... Ist isdnmode=msn doch richtig?
 
ich glaube kaum das du einen anlagenanschluss hast. daher ist
isdnmode=msn
richtig
 
ansonsten ist die konfiguration für inkommend nicht schwer:
hängt die ISDN Karte direkt am NTBA oder geht es über eine Telefonanlage
 
hängt die ISDN Karte direkt am NTBA oder geht es über eine Telefonanlage

Glaub nicht dass man das als Telefonanlage bezeichnen kann. ;) Siehe hier das Bild auf Seite 9 (im PDF Seite 5, rechtes Bild). Das Telefon ist an einem S0 Bus am ISDN-Adapter angeschlossen.
 

Zurzeit aktive Besucher

Statistik des Forums

Themen
244,896
Beiträge
2,220,471
Mitglieder
371,635
Neuestes Mitglied
Bigpapi
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.