Re: [asterisk-users] Dahdi/callerid issue

2010-01-19 Thread Remco Barendse
On Mon, 18 Jan 2010, ev...@disruptor.nl wrote: Hey Ira, It seems after a several testing, that the wait(1) seems to solve the issue. Only now weirdly enough the phone keeps ringing if the caller hangs up before i picked up the phone (pstn call) Regards, Evert Hi Evert I have been

Re: [asterisk-users] Dahdi/callerid issue

2010-01-19 Thread evert
Hey Remco, exten = s,1,Wait(1) exten = s,2,Answer() exten = s,3,Dial(SIP/phone) A bit more simplified then what i have in my config, but exactly the same order. Regards, Evert On Tue, 19 Jan 2010 10:46:52 +0100 (CET), Remco Barendse aster...@barendse.to wrote: On Mon, 18 Jan 2010,

[asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Hi All, Maybe someone knows this, im using dahdi in combination with a TDM400, where 2 analog PSTN lines are connected. The weird thing is tho that when someone calls the analog lines it goes perfectly fine, the line comes in and all works ok. Except: Sometimes the callerid from the caller is not

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Doug Lytle
ev...@disruptor.nl wrote: Except: Sometimes the callerid from the caller is not the complete number, but Just a guess, try an Answer(1) Doug -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Stupid that i didnt think of that :) i'll try that:) Regards, Evert ev...@disruptor.nl wrote: Except: Sometimes the callerid from the caller is not the complete number, but Just a guess, try an Answer(1) Doug -- _

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Ok just try'ed the Answer(1) but nope, still its only a few numbers, still sometimes it goes ok, and sometimes its just a few numbers. Regards, Evert Stupid that i didnt think of that :) i'll try that:) Regards, Evert ev...@disruptor.nl wrote: Except: Sometimes the callerid from the

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Danny Nicholas
] On Behalf Of ev...@disruptor.nl Sent: Monday, January 18, 2010 11:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Dahdi/callerid issue Ok just try'ed the Answer(1) but nope, still its only a few numbers, still sometimes it goes ok, and sometimes its just

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of ev...@disruptor.nl Sent: Monday, January 18, 2010 11:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Dahdi/callerid issue Ok just try'ed the Answer(1) but nope

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Danny Nicholas
: [asterisk-users] Dahdi/callerid issue Ok try'd 5, but still its missing numbers sometimes. Regards, Evert Try Answer(5). Don't know how long the Dutch system takes to connect a call, but it should not take over 5 seconds. If that doesn't solve it, timing is not your issue. -Original

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Alexander Lopez
Discussion = Subject: Re: [asterisk-users] Dahdi/callerid issue = = Ok just try'ed the Answer(1) but nope, still its only a few numbers, = still = sometimes it goes ok, and sometimes its just a few numbers. = = Regards, = = Evert = = Stupid that i didnt think of that :) = = i'll try

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of ev...@disruptor.nl Sent: Monday, January 18, 2010 12:22 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Dahdi/callerid issue Ok try'd 5

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Gordon Henderson
On Mon, 18 Jan 2010, ev...@disruptor.nl wrote: Hi All, Maybe someone knows this, im using dahdi in combination with a TDM400, where 2 analog PSTN lines are connected. The weird thing is tho that when someone calls the analog lines it goes perfectly fine, the line comes in and all works ok.

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
] On Behalf Of ev...@disruptor.nl = Sent: Monday, January 18, 2010 12:58 PM = To: Asterisk Users Mailing List - Non-Commercial Discussion = Subject: Re: [asterisk-users] Dahdi/callerid issue = = Ok just try'ed the Answer(1) but nope, still its only a few numbers, = still = sometimes it goes ok

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
...@disruptor.nl = Sent: Monday, January 18, 2010 12:58 PM = To: Asterisk Users Mailing List - Non-Commercial Discussion = Subject: Re: [asterisk-users] Dahdi/callerid issue = = Ok just try'ed the Answer(1) but nope, still its only a few numbers, = still = sometimes it goes ok, and sometimes its just

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Ira
At 09:13 AM 1/18/2010, you wrote: Maybe someone knows this, im using dahdi in combination with a TDM400, where 2 analog PSTN lines are connected. The weird thing is tho that when someone calls the analog lines it goes perfectly fine, the line comes in and all works ok. Except: Sometimes the

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Hey Gordon, Those settings are set to =nl in my config for dahdi. Im assuming that would be correct :) Regards, Evert loadzone=uk defaultzone=uk Work out what's right for .nl and it'll be a good start. Gordon --

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Doug Lytle
Ira wrote: At 09:13 AM 1/18/2010, you wrote: Add a WAIT(1) as the first line of the incoming context and see if that helps. Answer(1) is the same as WAIT(1) Doug -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Hey Ira, It seems after a several testing, that the wait(1) seems to solve the issue. Only now weirdly enough the phone keeps ringing if the caller hangs up before i picked up the phone (pstn call) Regards, Evert Add a WAIT(1) as the first line of the incoming context and see if that

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Hey Doug, According to the commands its: Answer(ms) Wait(s) So it seems not the same. Regards, Evert Ira wrote: At 09:13 AM 1/18/2010, you wrote: Add a WAIT(1) as the first line of the incoming context and see if that helps. Answer(1) is the same as WAIT(1) Doug --

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Danny Nicholas
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Doug Lytle Sent: Monday, January 18, 2010 1:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Dahdi/callerid issue Ira wrote: At 09:13 AM 1/18/2010, you wrote: Add a WAIT(1) as the first line

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Doug Lytle
ev...@disruptor.nl wrote: Hey Doug, According to the commands its: Answer(ms) Wait(s) So it seems not the same. I should have been more specific. They both will wait 1 second. Doug -- _ -- Bandwidth and

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Gordon Henderson
On Mon, 18 Jan 2010, Doug Lytle wrote: Ira wrote: At 09:13 AM 1/18/2010, you wrote: Add a WAIT(1) as the first line of the incoming context and see if that helps. Answer(1) is the same as WAIT(1) Not in my book... Answer will answer a call, then optionally wait. Wait will simply wait

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Ira
At 11:52 AM 1/18/2010, you wrote: It seems after a several testing, that the wait(1) seems to solve the issue. Only now weirdly enough the phone keeps ringing if the caller hangs up before i picked up the phone (pstn call) It's what I used years ago when I first installed Asterisk. If the phone

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Ira
At 11:54 AM 1/18/2010, you wrote: According to the commands its: Answer(ms) Wait(s) So it seems not the same. I should have been more specific. They both will wait 1 second. While I've never used answer, I assume it picks up the line which might not be what is wanted, it's not in

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Steve Edwards
On Mon, 18 Jan 2010, Gordon Henderson wrote: Phone lines make out of liquorice or something ;-) Been hitting the sake early today? -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com Voice:

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Tzafrir Cohen
On Mon, Jan 18, 2010 at 08:32:26PM +0100, ev...@disruptor.nl wrote: Hey Gordon, Those settings are set to =nl in my config for dahdi. Im assuming that would be correct :) Those are not related to caller ID detection. Most of it is done by Asterisk, anyway. -- Tzafrir Cohen

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Tzafrir Cohen
On Mon, Jan 18, 2010 at 08:13:28PM +0100, ev...@disruptor.nl wrote: Hey Danny, Yes there is an analog phone parallel to the connection going into the digium card. And it shows the numbers correctly. Try'd the lines you mentioned below also, with exactly the same result still. Best thing

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Tzafrir Cohen
On Mon, Jan 18, 2010 at 07:15:28PM +, Gordon Henderson wrote: Dutch caller ID - it's weird. Seems to be transmitted in DTMF before the line rings, so answering it isn't going to help at all, and by the time you get the ring, it's too late anyway. I can't find anything definitive (and

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread evert
Hey Tzafrir, In my first mail i already said that i receive the clid strings, only sometimes numbers were scrambled aka missing numbers from the complete number. Regards, Evert Try'd the lines you mentioned below also, with exactly the same result still. Best thing to do to provide more

Re: [asterisk-users] Dahdi/callerid issue

2010-01-18 Thread Gordon Henderson
On Mon, 18 Jan 2010, Steve Edwards wrote: On Mon, 18 Jan 2010, Gordon Henderson wrote: Phone lines make out of liquorice or something ;-) Been hitting the sake early today? Well, it's 9:30 pm where I am, and being scottish, it might be something else, I'd prefer, however that was intended