Page 1 of 1

Aug 17 10:55:38 WARNING[9650]: app_meetme.c:1524 conf_run: U

PostPosted: Thu Aug 17, 2006 12:56 pm
by enjay
I started getting this yesterday after implementing the recording delay I doubt it has anything to do with it though it seems coincidental.

Aug 17 10:55:38 WARNING[9650]: app_meetme.c:1524 conf_run: Unable to write frame to channel: Success


I get spammed 40-50 per second.

-enjay

PostPosted: Thu Aug 17, 2006 1:27 pm
by mflorell
That's just a standard "resource unavailable" warning. Do your recordings sound fine?

Are these recordings going to the same server or over to another machine as we discussed previously?

PostPosted: Thu Aug 17, 2006 1:50 pm
by enjay
Yea recordings sound fine

The recordings are going to the same server but I rewrote the convert script to just upload so it ftp's the files to a different server and that server converts to MP3. I need to put that on Tracker so people can use it.. Its very useful for those who dont want to convert to MP3 on their VICI server..


If its nothing to worry about then fine.. can I take it out of the code all together so I dont get spammed? Its impossible to see whats going on via the CLI with that error..

PostPosted: Thu Aug 17, 2006 2:24 pm
by mflorell
I will look for it on the tracker.

As for the error, it is usually something wrong when it appears, but you can comment it out(if you can find it)

Let me know if you ever discover what is causing it.

You may be able to find the cause if you trace the thread ID in a full debug messages log from Asterisk.

PostPosted: Thu Aug 17, 2006 3:43 pm
by enjay
I'l try to track down the problem I really dont like commenting out messages hehe..

The script has been put on tracker.

-enjay