Page 1 of 1

CLI Error for conference room

PostPosted: Fri Jul 27, 2007 11:12 am
by ykhan
We are getting the following error in the Asterisk CLI:

Jul 27 12:07:02 WARNING[481]: app_meetme.c:1560 conf_run: Unable to write frame to channel Local/8600052@default-c120,2

SERVER:

Slackware 11
Asterisk 1.2.17
Apache 2.59
php 4.4
Vicidial 2.0.3

Anyone sen this error before? Please help.

PostPosted: Fri Jul 27, 2007 2:12 pm
by aster1
If you are using ztdummy as a timing source then this is a common warning .

PostPosted: Tue Aug 07, 2007 10:11 am
by garfunct
i am getting same thing
app_meetme.c:1560 conf_run: Unable to write frame to channel Local/8600051@default-11ab,2

this cant be a good thing the screen fills with these errors very quickly

i have generic x100 card in for timing

PostPosted: Tue Aug 07, 2007 11:07 am
by garfunct
just to follow up and admit to being completely new to this product...

filled in missing

exten => 8600051,1,Meetme,8600051|q

in extensions.conf


and away we go!

some times u just have to get of your rump and fill in the blanks yourself...

hope this helps some-one.

PostPosted: Tue Aug 07, 2007 12:40 pm
by aster1
Hello garfunct , you will never get

app_meetme.c:1560 conf_run: Unable to write frame to channel Local/8600051@default-11ab,2

until you have 8600051 extesion in extensions.conf .. its not like adding "exten => 8600051,1,Meetme,8600051|q " will fix this issue . The above erroes comes under many circumstances , sometimes its just once a few mins or so but i have experienced it completely filling the asterisk cli and when that happens you either need to restart asterisk or do "soft hangup" on all channels connected to that meetme room through cli .

PostPosted: Tue Aug 07, 2007 12:51 pm
by garfunct
yes thank you

have restarted and put back config as per scratch install

seems to be working

i find this very complex install

all good however

guess i should break down and buy the manual now i am so close