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

Asterisk Bug Tracker noreply at bugs.digium.com
Fri May 15 20:32:30 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
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:                     new
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-15 20:32 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0104877) seandarcy (reporter) - 2009-05-15 20:32
 https://issues.asterisk.org/view.php?id=15125#c104877 
---------------------------------------------------------------------- 
I tried MeetMe(,De):

-- Executing [2663 at internal:1] MeetMe("DAHDI/1-1", ",De") in new stack
[2009-05-15 21:15:37] WARNING[2177]: file.c:641 ast_openstream_full: File
conf-enteringno does not exist in any format
[2009-05-15 21:15:37] WARNING[2177]: file.c:924 ast_streamfile: Unable to
open conf-enteringno (format 0x4 (ulaw)): No such file or directory
[2009-05-15 21:15:37] WARNING[2177]: file.c:641 ast_openstream_full: File
conf-getpin does not exist in any format
[2009-05-15 21:15:37] WARNING[2177]: file.c:924 ast_streamfile: Unable to
open conf-getpin (format 0x4 (ulaw)): No such file or directory
[2009-05-15 21:15:37] WARNING[2177]: file.c:641 ast_openstream_full: File
conf-invalid does not exist in any format
[2009-05-15 21:15:37] WARNING[2177]: file.c:924 ast_streamfile: Unable to
open conf-invalid (format 0x4 (ulaw)): No such file or directory
[2009-05-15 21:15:37] WARNING[2177]: file.c:641 ast_openstream_full: File
conf-enteringno does not exist in any format
[2009-05-15 21:15:37] WARNING[2177]: file.c:924 ast_streamfile: Unable to
open conf-enteringno (format 0x4 (ulaw)): No such file or directory
    -- Created MeetMe conference 1023 for conference '1'
[2009-05-15 21:15:37] WARNING[2177]: file.c:641 ast_openstream_full: File
conf-onlyperson does not exist in any format
[2009-05-15 21:15:37] WARNING[2177]: file.c:924 ast_streamfile: Unable to
open conf-onlyperson (format 0x4 (ulaw)): No such file or directory
    -- Hungup 'DAHDI/pseudo-1101497809'
  == Spawn extension (internal, 2663, 1) exited non-zero on 'DAHDI/1-1'


And all these files exist:

locate conf-enteringno
/var/lib/asterisk/sounds/en/conf-enteringno.gsm
/var/lib/asterisk/sounds/en/conf-enteringno.ulaw
/var/lib/asterisk/sounds/en/conf-enteringno.wav 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-15 20:32 seandarcy      Note Added: 0104877                          
======================================================================




More information about the asterisk-bugs mailing list