Asterisk Log?

I am attempting to find why my /var/log/asterisk/messages directory is filling up with this message:

Apr 21 16:14:04 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:04 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:04 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:04 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error
Apr 21 16:14:05 WARNING[21596] app_meetme.c: Unable to write frame to channel: Input/output error

This error is happening multiple times per second. I am a little scared to reboot the box because it has been up for almost 4 years. Any thoughts?

Thanks.

Did you do any updates to the meetme application lately?

The only change that was made in the last 6 months includes the ‘absolutetimeout’ command to the dial peer in extensions.conf.

exten => 21600,1,Answer
exten => 21600,2,AbsoluteTimeout(21600)
exten => 21600,3,DeadAGI(meetme_main_oracle.agi)
exten => 21600,4,Hangup