The call meetme message is :
[root@Game dev]# rasterisk
Asterisk 1.4.26.3, Copyright © 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer markster@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.
Connected to Asterisk 1.4.26.3 currently running on Game (pid = 25507)
Verbosity is at least 3
GameCLI>
GameCLI>
– Accepting AUTHENTICATED call from 114.42.17.156:
> requested format = gsm,
> requested prefs = (),
> actual format = gsm,
> host prefs = (gsm),
> priority = mine
– Executing [1234@training:1] Goto(“IAX2/9991-3547”, “conf|1”) in new stack
– Goto (training,conf,1)
– Executing [conf@training:1] Set(“IAX2/9991-3547”, “MEETME_RECORDINGFILE=/tmp/Tutorial-”) in new stack
– Executing [conf@training:2] MeetMe(“IAX2/9991-3547”, “1234|sr”) in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: Found
[May 6 18:19:38] WARNING[25585]: app_meetme.c:800 build_conf: Unable to open pseudo device
– <IAX2/9991-3547> Playing ‘conf-invalid’ (language ‘en’)
== Spawn extension (training, conf, 2) exited non-zero on ‘IAX2/9991-3547’
– Hungup 'IAX2/9991-3547’
Game*CLI>
and… the meetme app was working
GameCLI> module show like app_meetme.so
Module Description Use Count
app_meetme.so MeetMe conference bridge 0
1 modules loaded
GameCLI>
Can anyone please help? I am also running Linux kernel version is:
[root@Game dev]# cat /proc/version
Linux version 2.6.18-164.6.1.el5 (mockbuild@builder16.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Tue Nov 3 16:18:27 EST 2009
[root@Game dev]#

