Lars Dybdahl
2005-Oct-24 02:53 UTC
[Asterisk-Users] "zap show channel 1" says "PRI signalling" on my zaphfc BRI card
I have a zaphfc compatible BRI card, and I cannot receive any phone calls, because calls don't see to be detected by my system. I'm running Fedora Core 4, bristuff from Junghanns.net, and this is my zaptel.conf: [root@131 asterisk]# more /etc/zaptel.conf # hfc-s pci a span definition # most of the values should be bogus because we are not really zaptel loadzone=nl defaultzone=nl span=1,1,3,ccs,ami bchan=1-2 dchan=3 This is my zapata.conf: [root@131 asterisk]# cat zapata.conf ; ; Zapata telephony interface ; ; Configuration file [channels] ; ; Default language ; ;language=en ; ; Default context ; ; switchtype = euroisdn ; p2mp TE mode signalling = bri_cpe_ptmp ; p2p TE mode ;signalling = bri_cpe ; p2mp NT mode ;signalling = bri_net_ptmp ; p2p NT mode ;signalling = bri_net ;pridialplan = dynamic ;prilocaldialplan = local pridialplan = unknown prilocaldialplan = unknown nationalprefix = 0 internationalprefix = 00 echocancel=yes echotraining = 100 echocancelwhenbridged=yes immediate=yes group = 1 context=isdnincoming channel => 1-2 Here is the result of ztcfg -vv: [root@131 asterisk]# ztcfg -vv Zaptel Configuration ===================== SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1) Channel map: Channel 01: Individual Clear channel (Default) (Slaves: 01) Channel 02: Individual Clear channel (Default) (Slaves: 02) Channel 03: D-channel (Default) (Slaves: 03) 3 channels configured. This is the list of zap* drivers loaded: [root@131 asterisk]# lsmod |grep zap zaphfc 17300 3 zaptel 231940 11 zaphfc crc_ccitt 2241 1 zaptel I think the problem relates to this: [root@131 asterisk]# asterisk -r Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ========================================================================Connected to Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o currently running on 131 (pid = 17652) Verbosity is at least 17 131*CLI> zap show channel 1 Channel: 1 File Descriptor: 15 Span: 1> Extension: Dialing: no Context: isdnincoming Caller ID string: Destroy: 0 InAlarm: 1 Signalling Type: PRI Signalling Owner: <None> Real: <None> Callwait: <None> Threeway: <None> Confno: -1 Propagated Conference: -1 Real in conference: 0 DSP: no> Relax DTMF: no Dialing/CallwaitCAS: 0/0 Default law: alaw Fax Handled: no Pulse phone: no Echo Cancellation: 128 taps, currently OFF PRI Flags: PRI Logical Span: Implicit Actual Hookstate: Onhook Any ideas, anyone? Lars Dybdahl.
Lars Dybdahl
2005-Oct-24 04:30 UTC
[Asterisk-Users] Re: "zap show channel 1" says "PRI signalling" on my zaphfc BRI card
The problem is solved. Even though /etc/asterisk/zapata.conf is located in the asterisk directory, it seems that it is necessary to removed and reload the kernel modules in order to make changes take effect - that wasn't obvious to me. Lars Dybdahl. On 10/24/05, Lars Dybdahl <ldybdahl@gmail.com> wrote:> I have a zaphfc compatible BRI card, and I cannot receive any phone > calls, because calls don't see to be detected by my system. I'm > running Fedora Core 4, bristuff from Junghanns.net, and this is my > zaptel.conf: