[asterisk-bugs] [Asterisk 0015125]: meetme fails looking for conf-getconfno

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 18 08:22:44 CDT 2009


The following issue requires your FEEDBACK. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15125 
====================================================================== 
Reported By:                seandarcy
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15125
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.1.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!): 194835 
Request Review:              
====================================================================== 
Date Submitted:             2009-05-15 18:18 CDT
Last Modified:              2009-05-18 08:22 CDT
====================================================================== 
Summary:                    meetme fails looking for conf-getconfno
Description: 
With 1.6.1, I'm trying to set up a test of meetme for creating dynamic 
conferences. I'm on an analogue extension off a TDM400P.

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

I've also tried using .gsm.

I've set set languageprefix in asterisk.conf

grep language asterisk.conf
languageprefix = yes 

I set language=en in chan_dahdi.conf

I've moved the conf-getconfno files up a level to
/var/lib/asterisk/sounds.

Same result.
====================================================================== 

---------------------------------------------------------------------- 
 (0104913) file (administrator) - 2009-05-18 08:22
 https://issues.asterisk.org/view.php?id=15125#c104913 
---------------------------------------------------------------------- 
Can you please attach the output of "core show settings"? As well using
strace would determine where it is really trying to look for the files. It
may be that lib64 is being used everywhere. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-18 08:22 file           Note Added: 0104913                          
2009-05-18 08:22 file           Status                   new => feedback     
======================================================================




More information about the asterisk-bugs mailing list