So I'm not getting caller ID via the X100P card. I've confirmed the PSTN is sending me caller id by plugging in a little third party box. Ideas, tips, greatly appreciated
Hi, First thing is: what standard is used on your PSTN line to send callerid? If it is DTMF based, then you must wait for a future release to support this. If not (mean FSK) then you can try the trick to comment some lines in callerid.c file and then recompile asterisk. See my mail related to this in the list archive. Best regards, Dan ----- Original Message ----- From: "John Brown" <jmbrown@chagresventures.com> To: <asterisk-users@lists.digium.com> Sent: Saturday, August 23, 2003 7:01 AM Subject: [Asterisk-Users] Caller ID problem> So I'm not getting caller ID via the X100P > card. I've confirmed the PSTN is sending > me caller id by plugging in a little third party > box. > > Ideas, tips, greatly appreciated > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
My info
Asterisk CVS-HEAD-08/04/04
Redhat 9.0
T100P connected to Telco with 12 Digital trunks WINK start.
I'm able to dial out and able to get calls coming in but my inbound
calls do not display callerid information. Its only shows "asterisk"
Telco tells me callerid is turned on and working..
Here is my config files
/etc/asterisk/zapata.conf
[channels]
context=from-analog
signalling=em_w
group=1
channel => 1-12
usecallerid=yes
/etc/zaptel.conf
span=1,0,0,esf,b8zs
e&m=1-12
loadzone = us
defaultzone=us
Here is a debug from a call inbound
*CLI> -- Saved useragent "CSCO/7" for peer 3000
Urgent handler
-- Starting simple switch on 'Zap/1-1'
Urgent handler
Urgent handler
-- Called 3000
Urgent handler
-- SIP/3000-ad68 is ringing
Urgent handler
-- Hungup 'Zap/1-1'
Urgent handler
Urgent handler
Any ideas ?
Dear all
I am using ISDN modem by OTE in Athens, the modem has 2 FXS interface which
is connected to X100P cards. The problem is we are not getting the caller
id. And also console print blank or garbage character in incoming call
during execution of NoOP,${CALLERIDNUM}. See the sample
WARNING[28693]: File chan_zap.c, Line 4056 (ss_thread): CallerID returned
with error on channel 'Zap/2-1'
-- Starting simple switch on 'Zap/2-1'
-- Executing Wait("Zap/2-1", "2") in new stack
-- Executing Answer("Zap/2-1", "") in new stack
-- Executing NoOp("Zap/2-1",
"??<<<<<<?????") in new stack
Any help would be appreciated. Thanks in advance.
Regards
WAHID
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20040829/1e2f0d01/attachment.htm
I have been using an X101P for sometime now and caller id works great, my telco passes the number and also the name if one is associated. For local calls, the name is the same as the number, for overseas calls the name is "OVERSEAS" or for no number local calls the name is "PRIVATE". Now I have changed to a TDM400P card with FXO ports and now I only get the number, the name shows up as "UNKNOWN NAME". I know the telco is still sending the name, as I can still see it on the X101P. Anyone got any ideas? Zaptel version is 1.0.2. Extension config is - [incoming] exten => s,1,Wait(1) exten => s,2,Dial(ZAP/1,20) exten => s,3,Voicemail(u104) exten => s,102,Voicemail(b104) exten => s,103,Hangup zapata.conf is - [channels] ; general settings usecallerid=yes callerid=asreceived hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes immediate=no callprogress=no busydectect=yes busycount=4 ; ; to enable/disable music onhold musiconhold=default ; echotraining=yes echocancel=yes echocancelwhenbridged=yes ; signalling=fxs_ks group=2 context=incoming channel => 3-4 ;TDM400P ; The analog phone I am using can display both number and name, and I am using the same config on both PBX, except for the group statement and the channel statement is 1 of course. Regards Garry Taylor
Hello i am a asterik user from India i can't receive the caller id information in my WildCard X100P. in India we are using CLIP for Caller ID Can any body help me on this matter.. Thanks in advance Raju -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060415/87ee6973/attachment.htm
Hi, Does anyone can tell me how to set the caller id shown in the callee phone? When I use hard IP phone to make a PSTN call, the number displayed in PSTN phone correctly using set(callerid(num)). However, the caller id won't be displayed when I use software IP phone to PSTN. Does any method/function to control the caller display in all case (including call forwarding)? Thanks