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