[Home]

Summary:ASTERISK-07960: TDM400P 4FXO. Trouble with incoming calls
Reporter:ku (ku)Labels:
Date Opened:2006-10-19 03:21:20Date Closed:2006-10-19 10:10:12
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:With the outgoing calls everything, but when I ringing from PSTN on ZAP channel, i have some troubles.
Here is the asterisk log:



Asterisk 1.2.12.1, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
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.
=========================================================================
Connected to Asterisk 1.2.12.1 currently running on zap (pid = 2184)
Verbosity is at least 11
Core debug is at least 1
-- Starting simple switch on 'Zap/2-1'
Oct 17 23:50:53 NOTICE[2940]: chan_zap.c:6073 ss_thread: Got event 18 (Ring Begin)...
-- Executing Ringing("Zap/2-1", "") in new stack
-- Executing Wait("Zap/2-1", "1") in new stack
-- Executing Goto("Zap/2-1", "voicemenu|s|1") in new stack
-- Goto (voicemenu,s,1)
-- Executing Wait("Zap/2-1", "1") in new stack
Oct 17 23:50:54 WARNING[2940]: chan_zap.c:3926 zt_handle_event: Ring/Off-hook in strange state 6 on channel 2
-- Executing Answer("Zap/2-1", "") in new stack
-- Executing BackGround("Zap/2-1", "welcome") in new stack
-- Playing 'welcome' (language 'en')
Oct 17 23:50:59 WARNING[2940]: chan_zap.c:3926 zt_handle_event: Ring/Off-hook in strange state 6 on channel 2
-- Hungup 'Zap/2-1'
-- Starting simple switch on 'Zap/2-1'
Oct 17 23:51:08 NOTICE[2945]: chan_zap.c:6073 ss_thread: Got event 18 (Ring Begin)...
-- Executing Ringing("Zap/2-1", "") in new stack
-- Executing Wait("Zap/2-1", "1") in new stack
-- Executing Goto("Zap/2-1", "voicemenu|s|1") in new stack
-- Goto (voicemenu,s,1)
-- Executing Wait("Zap/2-1", "1") in new stack
Oct 17 23:51:09 WARNING[2945]: chan_zap.c:3926 zt_handle_event: Ring/Off-hook in strange state 6 on channel 2
-- Executing Answer("Zap/2-1", "") in new stack
-- Executing BackGround("Zap/2-1", "welcome") in new stack
-- Playing 'welcome' (language 'en')
Oct 17 23:51:14 WARNING[2945]: chan_zap.c:3926 zt_handle_event: Ring/Off-hook in strange state 6 on channel 2
-- Hungup 'Zap/2-1'
zap*CLI>

asterisk responding, but in the telephone only long whistles, and then asterisk hangs up

zap*CLI>reload

Oct 17 23:53:32 NOTICE[2985]: cdr.c:1192 do_reload: CDR simple logging enabled.
Oct 17 23:53:32 NOTICE[2985]: indications.c:505 ast_unregister_indication_country: Removed default indication country 'us'
Oct 17 23:53:32 WARNING[2985]: chan_zap.c:10874 setup_zap: Ignoring signalling

Then:
#ztcfg -vvvv

Zaptel Configuration
======================


Channel map:

Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)

4 channels configured.


/etc/zaptel.conf

fxsks=1-4
loadzone = us
defaultzone=us



/etc/asterisk/zapata.conf

[channels]
language=en
context=zaptel-inc
signalling=fxs_ks
rxwink=300
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
callerid=asreceived
busydetect=yes
busycount=5
callprogress=yes

group = 1
channel => 1
;
group = 2
channel => 2
;
group = 3
channel => 3
;
group = 4
channel => 4


What am i do wrong ?
Thanks in advance!

P.S. sorry for english mistakes..
Comments:By: Joshua C. Colp (jcolp) 2006-10-19 10:10:11

The bug tracker is not a technical support forum. Please contact Digium technical support for installation help with your card.