Thanks for the response - I am using Trixbox though and it doesn't really 
allow me to make that sort of change (at least as far as I can tell).

After reading further, it appears that the setting that has an effect on calls 
being answered is
usecallerid=yes/no
and Asterisk is supposed to wait for the caller ID information to be sent. So 
sometimes this is not happening.

I wonder if this has anything to do with me using a Sangoma A200 card and not 
a Digium?

Martin


On Thursday 14 September 2006 06:13, Liviu Toma wrote:
> Martin
>
> Try this: in extensions.conf, where you have something like
>
> [default]
> exten => s,1,Answer                     ; Answer the line
>
> Insert a delay before answering the line, such as:
>
> [default]
> exten => s,1,Wait(2)                     ; wait 2 seconds
> exten => s,2,Answer                     ; Answer the line
>
> And play a little bit with the number of seconds you wait.
>
> Liviu
>
> ----- Original Message -----
> From: "Martin Glazer" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, September 14, 2006 3:32 AM
> Subject: [on-asterisk] Intermittent callerid
>
>
> Hi,
>
> I'm having an issue with intermittent callerid being received - I believe
> the
> problem is that the IVR is answering too quickly sometimes and the callerid
> info is not being received (sent between 1st and 2nd ring) in time.
>
> I have immediate=no, enabled fax detection and usecallerid=yes in
> zapata.conf
> in an effort to slow down the answering - this makes no difference.
>
> The time to answer is not completely consistent, sometimes before the 1st
> ring
> is even finished and at other times just as it is about to start the second
> ring.
>
> This is the error message in the logs
> Sep 14 01:18:54 ERROR[28926] callerid.c: fsk_serie made mylen < 0 (-15)
> Sep 14 01:18:54 WARNING[28926] chan_zap.c: CallerID feed failed: Success
> Sep 14 01:18:54 WARNING[28926] chan_zap.c: CallerID returned with error on
> channel 'Zap/3-1'
>
>
> Any suggestions on how to put in a pause before answering?
>
> I am using a Sangoma A200 with Trixbox 1.1.1 if that makes any difference.
>
> Thanks
>
> Martin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to