Daniel Bichara wrote:

Hi,

I am running * with E100P board. At least every our I got an Error 500 message and ISDN-PRI restarts:

Jan 10 12:53:02 WARNING[98311]: File chan_zap.c, Line 5758 (zt_pri_error): PRI:
Read on 27 failed: Unknown error 500
Jan 10 12:54:27 WARNING[98311]: File chan_zap.c, Line 5758 (zt_pri_error): PRI:
Read on 27 failed: Unknown error 500
Jan 10 13:33:01 WARNING[98311]: File chan_zap.c, Line 5758 (zt_pri_error): PRI:
Read on 27 failed: Unknown error 500
Jan 10 13:33:48 WARNING[98311]: File chan_zap.c, Line 5758 (zt_pri_error): PRI:
Read on 27 failed: Unknown error 500



Any clue?

Unknown error 500 is an ELAST return code from zaptel driver. It is telling libpri that there is an event in the queue. If the read/write routines see that there is an event in the queue, it just returns ELAST. Libpri needs to do an ZT_GETEVENT to clear the event and should do some error handling if needed.

--
Bob Knight
[-w] the work option
[EMAIL PROTECTED]
925-449-9163


_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to