hfc kein zap show

jmk

Neuer User
Mitglied seit
18 Nov 2007
Beiträge
6
Punkte für Reaktionen
0
Punkte
0
hallo,
habe einen asterisk mit einer hfc karte an dem ntba [also TE mode]
aber kein zap show unter dem asterisk cli [ich kann kein zap show channels eingeben]

ztcfg -v
Zaptel Configuration
======================

SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1)

3 channels configured.

linux:/usr/src/bristuff-0.3.0-PRE-1y-j/asterisk#

soweit gut
cat /proc/zaptel/1

Span 1: ZTHFC1 "HFC-S PCI A ISDN card 0 [TE] layer 1 DEACTIVATED (F4)" AMI/CCS

1 ZTHFC1/0/1 Clear
2 ZTHFC1/0/2 Clear
3 ZTHFC1/0/3 HDLCFCS

sieht glaub ich ok aus dann hab ich noch lsmod aufgerufen

zaphfc 13620 0
zaptel 179428 1 zaphfc
mga 58176 2
drm 61332 3 mga
ppdev 8676 0
lp 11012 0
button 6672 0
ac 5188 0
battery 9636 0
capifs 5800 1
ipv6 226272 8
hisax 413248 0
crc_ccitt 2240 2 zaptel,hisax
isdn 120608 1 hisax
slhc 6528 1 isdn
dm_snapshot 15552 0
dm_mirror 19152 0
dm_mod 50232 2 dm_snapshot,dm_mirror
loop 15048 0
tsdev 7520 0
snd_intel8x0 30332 1
snd_ac97_codec 83104 1 snd_intel8x0
snd_ac97_bus 2400 1 snd_ac97_codec
snd_pcm_oss 38368 0
snd_mixer_oss 15200 1 snd_pcm_oss
floppy 53156 0
snd_pcm 68676 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 20996 1 snd_pcm
psmouse 35016 0
serio_raw 6660 0
snd 47012 8 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9248 1 snd
i2c_i801 7468 0
parport_pc 32132 1
parport 33256 3 ppdev,lp,parport_pc
pcspkr 3072 0
snd_page_alloc 9640 2 snd_intel8x0,snd_pcm
i2c_core 19680 1 i2c_i801
rtc 12372 0
shpchp 33024 0
pci_hotplug 28704 1 shpchp
intel_agp 22140 1
agpgart 29896 2 drm,intel_agp
evdev 9088 1
ext3 119240 1
jbd 52456 1 ext3
mbcache 8356 1 ext3
ide_cd 36064 0
cdrom 32544 1 ide_cd
ide_disk 14848 3
generic 4868 0 [permanent]
uhci_hcd 21164 0
usbcore 112644 2 uhci_hcd
piix 9444 0 [permanent]
ide_core 110504 4 ide_cd,ide_disk,generic,piix
e100 32232 0
mii 5344 1 e100
thermal 13608 0
processor 28840 1 thermal
fan 4804 0

modinfo liefert das!

linux:~# modinfo
Usage: modinfo [-0][-F field] module...
Prints out the information about one or more module(s).
If a fieldname is given, just print out that field (or nothing if not found).
Otherwise, print all information out in a readable form
If -0 is given, separate with nul, not newline.


warum hab ich kein zap show channels???
 
Mach mal ein 'load chan_zap.so' - gibt es Fehler?
Alternativ asterisk mit 'asterisk -gccvvv' starten und auf Fehler achten!

Ist die zapata.conf korrekt definiert und wird in der modules.conf obiges modul geladen?
 
habe keine chan_zap.so

hi,

habe im verzeichnis /usr/lib/asterisk/modules/chan_zap.so

asti*CLI> load chan_zap.so
The 'load' command is deprecated and will be removed in a future release. Please use 'module load' instead.
[Nov 19 13:31:14] WARNING[5947]: loader.c:360 load_dynamic_module: Error loading module 'chan_zap.so': /usr/lib/asterisk/modules/chan_zap.so: cannot open shared object file: No such file or directory
[Nov 19 13:31:14] WARNING[5947]: loader.c:637 load_resource: Module 'chan_zap.so' could not be loaded.


keine solche datei

meine modules.conf unten

;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; Any modules that need to be loaded before the Asterisk core has been
; initialized (just after the logger has been initialized) can be loaded
; using 'preload'. This will frequently be needed if you wish to map all
; module configuration files into Realtime storage, since the Realtime
; driver will need to be loaded before the modules using those configuration
; files are initialized.
;
; An example of loading ODBC support would be:
;preload => res_odbc.so
;preload => res_config_odbc.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
;
; The 'modem' channel driver and its subdrivers are
; obsolete, don't load them.
;
noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.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

; remove the next line to test drive res_esel
noload => res_esel.so
;
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]
chan_capi.so=yes
chan_zap.so = yes


danke für antwort gruss jochen
 
No such file or directory

Da sehe ich zwei Möglichkeiten:

zap ist nicht kompiliert, oder
zap ist nicht dort wo es gesucht wird - passiert wenn du Suse benutzt und einmal den Asterisk von Suse verwendet hast.
 
Kostenlos!

Statistik des Forums

Themen
247,205
Beiträge
2,263,748
Mitglieder
375,691
Neuestes Mitglied
Prozessionell