[asterisk-users] meetme dies looking for conf-getconfno
sean darcy
seandarcy2 at gmail.com
Fri May 15 12:39:06 CDT 2009
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic
conferences.
cat meetme.conf
[rooms]
conf => 600
extensions.conf:
[meetme]
exten => 2663,1,MeetMe(,D)
exten => 2663,n,Hangup()
exten => 2666,1,MeetMe()
exten => 2666,n,Hangup()
What I'm expecting is to dial 2663, get a conference room number ( 600,
I suppose since it's the only room ), and set a PIN.
Then I'd dial 2666 enter the conference room number and the PIN, and be
put in conference.
But here's what happens when I dial 2663:
-- Starting simple switch on 'DAHDI/1-1'
-- Executing [2663 at internal:1] MeetMe("DAHDI/1-1", ",D") in new stack
[2009-05-15 13:21:19] WARNING[2061]: file.c:641 ast_openstream_full:
File conf-getconfno does not exist in any format
[2009-05-15 13:21:19] WARNING[2061]: file.c:924 ast_streamfile: Unable
to open conf-getconfno (format 0x4 (ulaw)): No such file or directory
== Spawn extension (internal, 2663, 1) exited non-zero on 'DAHDI/1-1'
-- Hungup 'DAHDI/1-1'
conf-getconfno does exist:
ls -l /var/lib/asterisk/sounds/en/conf-getconf*
-rw-r--r--. 1 root root 25211 2009-03-26 14:42
/var/lib/asterisk/sounds/en/conf-getconfno.ulaw
-rw-r--r--. 1 root root 50466 2009-03-26 14:42
/var/lib/asterisk/sounds/en/conf-getconfno.wav
Any help appreciated.
sean
More information about the asterisk-users
mailing list