Re: [Asterisk-Users] Lag in speech

2005-11-25 Thread Alejandro Vargas
2005/11/24, Thor Atle Rustad <[EMAIL PROTECTED]>: > --- /root/hfc_pci.c Wed Aug 7 15:31:24 2002 > +++ /usr/src/linux/drivers/isdn/hisax/hfc_pci.c Thu Oct 31 10:18:05 2002 > @@ -270,8 +270,16 @@ This patch if from 2002. I just checked the source of my 2.6 kernel and the driver stills unpatched

Re: [Asterisk-Users] Lag in speech

2005-11-25 Thread Tim Stoop
Hi Thor, On 11/24/05, Thor Atle Rustad <[EMAIL PROTECTED]> wrote: > --- /root/hfc_pci.c Wed Aug 7 15:31:24 2002 > +++ /usr/src/linux/drivers/isdn/hisax/hfc_pci.c Thu Oct 31 10:18:05 2002 Ah, so it's a problem in the driver, not Asterisk. Thanks for clearing that up. I'll be trying this patc

Re: [Asterisk-Users] Lag in speech

2005-11-24 Thread Thor Atle Rustad
I found the mail from Pauline Middelink! filename: hfc_pci.c.diff --- /root/hfc_pci.c Wed Aug 7 15:31:24 2002 +++ /usr/src/linux/drivers/isdn/hisax/hfc_pci.c Thu Oct 31 10:18:05 2002 @@ -270,8 +270,16 @@ if (fifo_state) cs->hw.hfcpci.fifo_en ^= fifo_state; W

Re: [Asterisk-Users] Lag in speech

2005-11-24 Thread Thor Atle Rustad
I had the same problem with ISDN. I actually got the last second or so of the previous call "played back" at the beginning of each call. There is a patch for this problem. I wish I could remember the name of the person who sent it to me. Maybe she will contact you if she sees this post. I will also

[Asterisk-Users] Lag in speech

2005-11-24 Thread Tim Stoop
Hi people, I just rolled out my first attempt with Asterisk to get a working PBX. I'm recieving my calls still through my ISDN connection. But I'm getting a lag of almost 1 second between the both sides of the conversation. What should be the first things to look at when trying to solve this lag?