Asterisk Died!

Hello,

I am having some issues with asterisk dieing at random intervals.
Here is what is displayed in the /var/log/asterisk/full log (No real cause is mentioned.) The “Event logger started” line is the beginning of the reload.

[Dec 5 13:54:16] DEBUG[20033] res_config_mysql.c: MySQL RealTime: Everything is fine. [Dec 5 13:54:16] DEBUG[20033] res_config_mysql.c: MySQL RealTime: Retrieve SQL: SELECT * FROM sip_buddies WHERE ipaddr = 'XXX.XXX.XXX.XXX' ORDER BY ipaddr [Dec 5 13:54:16] NOTICE[20033] chan_sip.c: No compatible codecs, not accepting this offer! [Dec 5 13:54:16] NOTICE[20033] chan_sip.c: Ignoring this INVITE with replaces in a stupid way. [Dec 5 13:54:20] VERBOSE[4369] logger.c: Asterisk Event Logger Started /var/log/asterisk/event_log

I am not sure why it is dieing, or what is causing it. We were originally running 1.4.10, and the system was running for a few months with no issues, and then it started dieing. We upgraded to 1.4.14 to see if this would help, but it still keeps dieing (Usually once a week or so).

There have been NO hardware changes and NO software changes (other than asterisk update AFTER problems exhibited). We are running Fedora Core 6 on this server.

If anyone can provide any advice or potential fixes, this would be much appreciated!!

the full log basically saying that your peer/user have no compatiable codec most likely is not in your allow statement or is not loaded in the asterisk. I think you should following the Asterisk Debuggin step from voip-info.org/wiki/view/Asterisk+debugging to backtrace the core dump file.