[Home]

Summary:DAHLIN-00235: CallerID not detected.
Reporter:Emiliano (elmemis)Labels:
Date Opened:2011-03-18 22:21:16Date Closed:2012-04-03 16:49:05
Priority:MajorRegression?No
Status:Closed/CompleteComponents:General
Versions:2.4.1 Frequency of
Occurrence
Related
Issues:
is related toDAHLIN-19169 [patch] CallerID send before ring problem detected in chain_dahdi.c
Environment:Attachments:( 0) chan_dahdi.conf
( 1) dahdi-channels.conf
( 2) debug
( 3) rx.wav
( 4) rx098972172.wav
( 5) rx26824889.wav
( 6) system.conf
Description:Not detect the callerID.
If I plug in my house, it works.
If I plug in the office, does not work.
Phone lines has the same characteristics. Have reverse polarity.

****** ADDITIONAL INFORMATION ******

I have TDM800P.
Asterisk 1.8.3.
Dahdi 2.4.1.
Debian 5.0 Lenny.
Comments:By: Emiliano (elmemis) 2011-03-18 22:26:17

Dialplan:
[from-pstn]
exten => s,1,Noop(${CALLERID(num)})
same => n,Noop(LLamada entrante por ANTEL. De ${CALLERID(num)})
same => n,Set(CALLFILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${CALLERID(num)})
same => n,Noop(Archivo de grabacion: ${CALLFILENAME})
same => n,Monitor(wav,/root/grabaciones/${CALLFILENAME},m)
same => n,Wait(3)
same => n,Answer()
same => n,Wait(0)
same => n,Goto(inicio,s,1)
;same => n,Hangup()


Use DTMF to FSK converter for the callerid.
The converter is working properly.

By: Emiliano (elmemis) 2011-03-19 19:50:40

Upload rx dahdi monitor.
rx.wav similar rx098972172.wav

rx{NUMBER-CALLER-ID}.wav

My carrier send caller ID.



By: Shaun Ruffell (sruffell) 2011-04-15 11:03:17

elmemis: I think here to this needs to be moved to Asterisk unless you are confident that there is a problem in the drivers.  This is like 0019124.

By: Shaun Ruffell (sruffell) 2012-04-03 16:49:05.356-0500

Closing this out. Please reopen if there is more to do on this issue in dahdi specifically.