simondale
Newbie
Karma: 0
Posts: 10
|
 |
« on: February 26, 2008, 02:33:04 pm » |
|
Hi,
I have re-tested incoming Analogue calls today and they now work. There is no incoming callerID presented though, despite the line definitely having callerID enabled.
I am using a Digium analogue card.
Thanks
Simon
|
|
|
|
|
Logged
|
|
|
|
Michael
Askozia Staff
Hero Member
Karma: 50
Posts: 1020
|
 |
« Reply #1 on: February 26, 2008, 02:40:04 pm » |
|
I'll check this out when I get home to my analog connection. Thanks for the info.
|
|
|
|
|
Logged
|
|
|
|
|
devon
Guest
|
 |
« Reply #2 on: February 27, 2008, 12:05:16 am » |
|
Thought I would chime in here, as I also use an analog line with Askozia. I've upgraded from r424 to pb13.1 and my Digium TDM400 is working without any issues.
|
|
|
|
|
Logged
|
|
|
|
Michael
Askozia Staff
Hero Member
Karma: 50
Posts: 1020
|
 |
« Reply #3 on: February 27, 2008, 12:27:10 pm » |
|
From what I can tell, incoming caller id is working fine on analog phones and providers. The problem arises when I set an incoming caller id override. My phone then no longer displays the number as a name string is now present. It displays my prepended string and nothing else. Perhaps this is an end device problem or something which could be improved?
|
|
|
|
|
Logged
|
|
|
|
simondale
Newbie
Karma: 0
Posts: 10
|
 |
« Reply #4 on: February 27, 2008, 07:11:14 pm » |
|
Hi Michael,
I have checked (and re-checked a moment ago) the incoming caller ID override setting. Either way it never has CallerID.
My two Ciscos and Nokia e90 SIP client all show caller ID for incoming calls from my other providers, just not the landline.
I've got hold of a Linksys SPA3000 for a few pounds. Can I use this as an analogue provider for Askozia?
Thanks Michael
Simon
|
|
|
|
|
Logged
|
|
|
|
Michael
Askozia Staff
Hero Member
Karma: 50
Posts: 1020
|
 |
« Reply #5 on: March 18, 2008, 02:55:38 pm » |
|
Last night I had a call Analog Provider -> Analog Phone which failed to produce Caller ID. Another call directly afterward worked, however. Also, I am noticing that Caller ID seems to take longer to appear than it used to.
If anyone else if having issues, please report them here.
|
|
|
|
|
Logged
|
|
|
|
conrad
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #6 on: July 03, 2009, 12:59:55 pm » |
|
I am using askozia with an openvox analog card and sadly no caller id from the landline. When i use an analog phone directly on the analog landline i do see the caller id, so somewhere something must go wrong.
|
|
|
|
|
Logged
|
|
|
|
Philip Mullis
Jr. Member

Karma: 0
Posts: 35
|
 |
« Reply #7 on: July 06, 2009, 02:25:45 pm » |
|
just to through this out there for testing...
When you get caller-id on an analogue line, its good practice to have it ring for at least 2 seconds for it to receive the caller-id burst properly..
Dialplan looks something like this..
exten => yaddda,1,Wait(2) exten => yaddda,2,Ringing() ; comfort ringing exten => yaddda,3,Dial(SIP/${EXTEN})
try introducing the wait before sending it to a device and let me know if this resolves it.
|
|
|
|
|
Logged
|
|
|
|
conrad
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #8 on: July 28, 2009, 09:30:37 am » |
|
sorry for the late reply, but unfortunately is does not work, i added the wait command but the caller id on incomming analog calls is not shown. Is there a way to get the number and set the callerid again before ringing?
|
|
|
|
|
Logged
|
|
|
|
nttranbao
Jr. Member

Karma: 0
Posts: 26
|
 |
« Reply #9 on: August 16, 2009, 02:51:16 pm » |
|
There are 2 common types of caller id signaling: FSK and DTMF.
At the moment asterisk only supports FSK signal. So if you are unlucky to have DTMF callerid, asterisk will never detect the number.
There are some patches, but usually not work.
In DTMF callerid case, you can use DTMF-FSK converter unit, which is hardware-based solution.
Regards,
Bao Nguyen
|
|
|
|
|
Logged
|
|
|
|
|