Hello all,
Asterisk 1.2.8
zaptel 1.2.6
Hardware: digium TDM2422P
I have a fully configured asterisk system with POTS line for PSTN access. I
am not receiving the callerid for incoming calls from the PSTN. I get the
following error message.
-- Starting simple switch on 'Zap/3-1'
Oct 3 22:53:14 NOTICE[17948]: chan_zap.c:6061 ss_thread: Got event 18 (Ring
Begin)...
Oct 3 22:53:16 ERROR[17948]: callerid.c:276 callerid_feed: fsk_serie made
mylen < 0 (-22)
Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6091 ss_thread: CallerID feed
failed: Success
Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6135 ss_thread: CallerID returned
with error on channel 'Zap/3-1
My configuration is as below:
***************************************
zapata.conf:
[channels]
;
usecallerid=yes
restrictcid=no
callerid=asreceived
cidsignalling=bell
cidstart=ring
hidecallerid=no
usecallingpres=yes
sendcalleridafter=2
ringtimeout=8000
echocancel=yes
echocancelwhenbridged=yes
callprogress=yes
busydetect=yes
musiconhold=default
useincomingcalleridonzaptransfer=yes
group=1
context=from-pstn
signalling=fxs_ks
channel => 1-3
extensions.conf:
[from-pstn]
;
; Inbound calls from PSTN line
exten => s,1,NoOp(TIMESTAMP: ${TIMESTAMP})
exten => s,2,NoOp(CONTEXT: ${CONTEXT})
exten => s,3,NoOp(CALLERIDNUM: ${CALLERID(number)})
exten => s,4,NoOp(CALLERIDNAME: ${CALLERID(name)})
exten => s,n,Goto(main-ivr,start,1)
*******************************************************
The variables $CALLERID(number) and $CALLERID(name) always show up empty
when a call is received.
Any suggestion will be appreciated.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20061004/f3883afa/attachment.htm
Eric "ManxPower" Wieling
2006-Oct-04 17:32 UTC
[asterisk-users] no callerid from PSTN using TDM2400P
Naija Man wrote:> Hello all, > > Asterisk 1.2.8 > zaptel 1.2.6 > Hardware: digium TDM2422P > > I have a fully configured asterisk system with POTS line for PSTN access. I > am not receiving the callerid for incoming calls from the PSTN. I get the > following error message. > > -- Starting simple switch on 'Zap/3-1' > Oct 3 22:53:14 NOTICE[17948]: chan_zap.c:6061 ss_thread: Got event 18 > (Ring > Begin)... > Oct 3 22:53:16 ERROR[17948]: callerid.c:276 callerid_feed: fsk_serie made > mylen < 0 (-22) > Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6091 ss_thread: CallerID feed > failed: Success > Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6135 ss_thread: CallerID > returned > with error on channel 'Zap/3-1It would be helpful to know what country you are in.
Hi,
This is Chandra from India. You are from which country? I am asking this because
the basic Asterisk setup doesn't recognize callerid in India. I tried to
solve this in many ways. But, no use. I think we have to do some modifications
in source code. Thank you.
Regards,
Chandra.
Naija Man <voip4naija@gmail.com> wrote: Hello all,
Asterisk 1.2.8
zaptel 1.2.6
Hardware: digium TDM2422P
I have a fully configured asterisk system with POTS line for PSTN access. I am
not receiving the callerid for incoming calls from the PSTN. I get the following
error message.
-- Starting simple switch on 'Zap/3-1'
Oct 3 22:53:14 NOTICE[17948]: chan_zap.c:6061 ss_thread: Got event 18 (Ring
Begin)...
Oct 3 22:53:16 ERROR[17948]: callerid.c:276 callerid_feed: fsk_serie made mylen
< 0 (-22)
Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6091 ss_thread: CallerID feed failed:
Success
Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6135 ss_thread: CallerID returned
with error on channel 'Zap/3-1
My configuration is as below:
***************************************
zapata.conf:
[channels]
;
usecallerid=yes
restrictcid=no
callerid=asreceived
cidsignalling=bell
cidstart=ring
hidecallerid=no
usecallingpres=yes
sendcalleridafter=2
ringtimeout=8000
echocancel=yes
echocancelwhenbridged=yes
callprogress=yes
busydetect=yes
musiconhold=default
useincomingcalleridonzaptransfer=yes
group=1
context=from-pstn
signalling=fxs_ks
channel => 1-3
extensions.conf:
[from-pstn]
;
; Inbound calls from PSTN line
exten => s,1,NoOp(TIMESTAMP: ${TIMESTAMP})
exten => s,2,NoOp(CONTEXT: ${CONTEXT})
exten => s,3,NoOp(CALLERIDNUM: ${CALLERID(number)})
exten => s,4,NoOp(CALLERIDNAME: ${CALLERID(name)})
exten => s,n,Goto(main-ivr,start,1)
*******************************************************
The variables $CALLERID(number) and $CALLERID(name) always show up empty when a
call is received.
Any suggestion will be appreciated.
Thanks.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates
starting at 1?/min.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20061004/8801bc22/attachment.htm
On Wed, 2006-10-04 at 14:58 -0700, Naija Man wrote:> Hello all, > > Asterisk 1.2.8 > zaptel 1.2.6 > Hardware: digium TDM2422P > > I have a fully configured asterisk system with POTS line for PSTN > access. I am not receiving the callerid for incoming calls from the > PSTN. I get the following error message. > > -- Starting simple switch on 'Zap/3-1' > Oct 3 22:53:14 NOTICE[17948]: chan_zap.c:6061 ss_thread: Got event 18 > (Ring Begin)... > Oct 3 22:53:16 ERROR[17948]: callerid.c:276 callerid_feed: fsk_serie > made mylen < 0 (-22) > Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6091 ss_thread: CallerID > feed failed: Success > Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6135 ss_thread: CallerID > returned with error on channel 'Zap/3-1 >I've been seeing similar problems, but they are intermittent. I'm in the US. It seems that restarting asterisk clears up the problem for a while, but it may be only coincidence. I'm running Trixbox 1.1.0, Asterisk 1.2.12.1, Zaptel 1.2.9.1. I did not have a problem with Asterisk@Home v 2.8. H/W TDM11B. Still looking... Bob...
Thanks. My asterisk servers are in California, USA and the service provider
is SBC (AT&T).
Asterisk 1.2.8
zaptel 1.2.6
Hardware: digium TDM2422P
I get the following error messages in /var/log/asterisk/messages:
Oct 3 00:34:18 WARNING[16716] chan_zap.c: Ignoring signalling
Oct 3 00:34:18 WARNING[16716] chan_zap.c: Ignoring signalling
Oct 3 00:34:18 WARNING[16716] chan_zap.c: Ignoring signalling
And the following error messages in my Asterisk CLI:
-- Starting simple switch on 'Zap/3-1'
Oct 3 22:53:14 NOTICE[17948]: chan_zap.c:6061 ss_thread: Got event 18 (Ring
Begin)...
Oct 3 22:53:16 ERROR[17948]: callerid.c:276 callerid_feed: fsk_serie made
mylen < 0 (-22)
Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6091 ss_thread: CallerID feed
failed: Success
Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6135 ss_thread: CallerID returned
with error on channel 'Zap/3-1
My Configs are:
zapata.conf:
[channels]
;
usecallerid=yes
restrictcid=no
callerid=asreceived
cidsignalling=bell
cidstart=ring
hidecallerid=no
usecallingpres=yes
sendcalleridafter=2
ringtimeout=8000
callwaiting=no
usedistinctiveringdetection=no
callwaitingcallerid=yes
threewaycalling=no
transfer=no
canpark=no
cancallforward=no
callreturn=no
;callreturn=yes
faxdetect=no
echocancel=yes
echocancelwhenbridged=yes
callprogress=yes
busydetect=yes
musiconhold=default
useincomingcalleridonzaptransfer=yes
group=1
context=from-pstn
signalling=fxs_ks
channel => 3
;channel => 1-3
extensions.conf:
[from-pstn]
;
; Inbound calls from PSTN line
exten => s,1,NoOp(TIMESTAMP: ${TIMESTAMP})
exten => s,2,NoOp(CONTEXT: ${CONTEXT})
exten => s,3,NoOp(CALLERIDNUM: ${CALLERID(number)})
exten => s,4,NoOp(CALLERIDNAME: ${CALLERID(name)})
exten => s,n,Goto(main-ivr,start,1)
Thanks.
---------- Forwarded message ----------> From: "Eric \"ManxPower\" Wieling"
<eric@fnords.org>
> To: Asterisk Users Mailing List - Non-Commercial Discussion <
> asterisk-users@lists.digium.com>
> Date: Wed, 04 Oct 2006 19:32:30 -0500
> Subject: Re: [asterisk-users] no callerid from PSTN using TDM2400P
> Naija Man wrote:
> > Hello all,
> >
> > Asterisk 1.2.8
> > zaptel 1.2.6
> > Hardware: digium TDM2422P
> >
> > I have a fully configured asterisk system with POTS line for PSTN
> access. I
> > am not receiving the callerid for incoming calls from the PSTN. I get
> the
> > following error message.
> >
> > -- Starting simple switch on 'Zap/3-1'
> > Oct 3 22:53:14 NOTICE[17948]: chan_zap.c:6061 ss_thread: Got event 18
> > (Ring
> > Begin)...
> > Oct 3 22:53:16 ERROR[17948]: callerid.c:276 callerid_feed: fsk_serie
> made
> > mylen < 0 (-22)
> > Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6091 ss_thread: CallerID
feed
> > failed: Success
> > Oct 3 22:53:16 WARNING[17948]: chan_zap.c:6135 ss_thread: CallerID
> > returned
> > with error on channel 'Zap/3-1
>
> It would be helpful to know what country you are in.
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20061006/abbbaeb0/attachment.htm