Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] FXS port doesn't provide dialtone


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
tetsuo2k6 at web.de
Guest





PostPosted: Fri Jun 20, 2008 3:15 am    Post subject: [asterisk-users] FXS port doesn't provide dialtone Reply with quote

Hello everyone,

I want to connect a fax to an FXS port (TDM420P). For testing purposes,
I connected an analogue phone to it first. However, when I pick it up, I
cannot hear anything at all.

The power cable is plugged into the card, the port is configured to use
fxo-signalling. Also, immediate=no. Here's the files:

/etc/zaptel.conf:

# Autogenerated by /usr/sbin/genzaptelconf -- do not hand edit
# Zaptel Configuration File
#
# This file is parsed by the Zaptel Configurator, ztcfg
#

# It must be in the module loading order
# Span 1: WCT1/0 "Wildcard TE121 Card 0" (MASTER)
span=1,1,0,ccs,hdb3,crc4
# termtype: te
bchan=1-15,17-31
dchan=16

# Span 2: WCTDM/0 "Wildcard TDM410P Board 1"
# channel 32, WCTDM, no module.
# channel 33, WCTDM, no module.
fxoks=34
fxoks=35

# Global data

loadzone = de
defaultzone = de




/etc/asterisk/zapata.conf:

[trunkgroups]
; define any trunk groups

[channels]
; hardware channels

; defaults
callreturn=yes
callwaiting=yes
cancallforward=yes
canpark=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
facilityenable=no
hidecallerid=no
immediate=no
language=de
overlapdial=yes
pridialplan=unknown
priindication=outofband
prilocaldialplan=unknown
resetinterval=36000000
restrictcid=no
signalling=pri_cpe
switchtype=euroisdn
threewaycalling=yes
transfer=yes
usecallerid=yes
usecallingpres=yes

internationalprefix=+
nationalprefix=0
localprefix=02203
unknownprefix=

; Span 1: WCT1/0 "Wildcard TE121 Card 0" (MASTER)
group=1
callgroup=1
pickupgroup=1
context=from-pstn
channel => 1-15,17-31

; Span 2: WCTDM/0 "Wildcard TDM410P Board 1"
;;; line="34 WCTDM/0/2"
signalling=fxo_ks
callerid="Channel 34" <6034>
group=4
context=from-fax
channel => 34

;;; line="35 WCTDM/0/3"
signalling=fxo_ks
callerid="Channel 35" <6035>
group=5
context=from-analog
channel => 35



Did I miss anything or configured something wrong? I don't know if any
settings for the TE121 interfere with the FXS ports. As a side question,
is it possible to 'un-set' any of the directives in some way (so they
don't get inherited to the next 'channel =>')


Kindest regards,

Paul
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Fri Jun 20, 2008 3:24 am    Post subject: [asterisk-users] FXS port doesn't provide dialtone Reply with quote

On Fri, Jun 20, 2008 at 10:15:48AM +0200, Paul Schewietzek wrote:
Quote:
Hello everyone,

I want to connect a fax to an FXS port (TDM420P). For testing purposes,
I connected an analogue phone to it first. However, when I pick it up, I
cannot hear anything at all.

Is Asterisk actually running?
Configured to use those channels?

What is the output of:

cat /proc/zaptel/*
asterisk -rx 'zap show channels'

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
tetsuo2k6 at web.de
Guest





PostPosted: Fri Jun 20, 2008 4:51 am    Post subject: [asterisk-users] FXS port doesn't provide dialtone Reply with quote

maggie1:~# cat /proc/zaptel/*
Span 1: WCT1/0 "Wildcard TE121 Card 0" (MASTER) HDB3/CCS/CRC4
IRQ misses: 31

1 WCT1/0/1 Clear (In use)
2 WCT1/0/2 Clear (In use)
3 WCT1/0/3 Clear (In use)
4 WCT1/0/4 Clear (In use)
5 WCT1/0/5 Clear (In use)
6 WCT1/0/6 Clear (In use)
7 WCT1/0/7 Clear (In use)
8 WCT1/0/8 Clear (In use)
9 WCT1/0/9 Clear (In use)
10 WCT1/0/10 Clear (In use)
11 WCT1/0/11 Clear (In use)
12 WCT1/0/12 Clear (In use)
13 WCT1/0/13 Clear (In use)
14 WCT1/0/14 Clear (In use)
15 WCT1/0/15 Clear (In use)
16 WCT1/0/16 HDLCFCS (In use)
17 WCT1/0/17 Clear (In use)
18 WCT1/0/18 Clear (In use)
19 WCT1/0/19 Clear (In use)
20 WCT1/0/20 Clear (In use)
21 WCT1/0/21 Clear (In use)
22 WCT1/0/22 Clear (In use)
23 WCT1/0/23 Clear (In use)
24 WCT1/0/24 Clear (In use)
25 WCT1/0/25 Clear (In use)
26 WCT1/0/26 Clear (In use)
27 WCT1/0/27 Clear (In use)
28 WCT1/0/28 Clear (In use)
29 WCT1/0/29 Clear (In use)
30 WCT1/0/30 Clear (In use)
31 WCT1/0/31 Clear (In use)
Span 2: WCTDM/0 "Wildcard TDM410P Board 1"
IRQ misses: 5

32 WCTDM/0/0 FXSKS
33 WCTDM/0/1 FXSKS
34 WCTDM/0/2 FXOKS (In use)
35 WCTDM/0/3 FXOKS (In use)

maggie1:~# asterisk -rx 'zap show channels'
Chan Extension Context Language MOH Interpret
pseudo from-analog de default
1 from-pstn de default
2 from-pstn de default
3 from-pstn de default
4 from-pstn de default
5 from-pstn de default
6 from-pstn de default
7 from-pstn de default
8 from-pstn de default
9 from-pstn de default
10 from-pstn de default
11 from-pstn de default
12 from-pstn de default
13 from-pstn de default
14 from-pstn de default
15 from-pstn de default
17 from-pstn de default
18 from-pstn de default
19 from-pstn de default
20 from-pstn de default
21 from-pstn de default
22 from-pstn de default
23 from-pstn de default
24 from-pstn de default
25 from-pstn de default
26 from-pstn de default
27 from-pstn de default
28 from-pstn de default
29 from-pstn de default
30 from-pstn de default
31 from-pstn de default
34 from-fax de default
35 from-analog de default

Asterisk is running and working for all SIP phones and the TE121,
connected to an E1 Smile

I'm beginning to wonder if the card (the TDM400) is actually OK, or if
the FXS module might be broken...

About the channel configuration: Is it invalid to associate a group to
an analog line? Right now, I said Asterik to Dial(ZAP/g4/${EXTEN}) when
the extension for channel 34 gets called from outside. Could it be
possible that a channel with FXO signalling ignores the group= option in
zapata.conf?

Am Freitag, den 20.06.2008, 11:24 +0300 schrieb Tzafrir Cohen:
Quote:
On Fri, Jun 20, 2008 at 10:15:48AM +0200, Paul Schewietzek wrote:
Quote:
Hello everyone,

I want to connect a fax to an FXS port (TDM420P). For testing purposes,
I connected an analogue phone to it first. However, when I pick it up, I
cannot hear anything at all.

Is Asterisk actually running?
Configured to use those channels?

What is the output of:

cat /proc/zaptel/*
asterisk -rx 'zap show channels'
Back to top
tzafrir.cohen at xorco...
Guest





PostPosted: Fri Jun 20, 2008 10:17 am    Post subject: [asterisk-users] FXS port doesn't provide dialtone Reply with quote

Hi

not the issue here, but yo asked and thus I'll answer:

On Fri, Jun 20, 2008 at 11:51:27AM +0200, Paul Schewietzek wrote:

Quote:
Could it be
possible that a channel with FXO signalling ignores the group= option in
zapata.conf?

A. no problem with that.

B. This is only related to dialing out, not to incoming calls.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services