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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed May 20 18:41:26 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:                     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-20 18:41 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0105169) seandarcy (reporter) - 2009-05-20 18:41
 https://issues.asterisk.org/view.php?id=15125#c105169 
---------------------------------------------------------------------- 
When it works:

asterisk*CLI> core show settings
asterisk*CLI> 
PBX Core settings
-----------------
  Version:                     SVN-branch-1.6.1-r194835M
  Build Options:               LOADABLE_MODULES, G711_NEW_ALGORITHM,
G711_REDUCED_BRANCHING
  Maximum calls:               Not set
  Maximum open file handles:   Not set
  Verbosity:                   3
  Debug level:                 0
  Maximum load average:        0.000000
  Minimum free memory:         0 MB
  Startup time:                22:17:22
  Last reload time:            22:17:22
  System:                      Linux/2.6.29.3-140.fc11.x86_64 built by
asterisk on x86_64 2009-05-15 22:57:58 UTC
  System name:                 
  Entity ID:                   00:19:21:46:d9:f9
  Default language:            en
  Language prefix:             Enabled
  User name and group:         /
  Executable includes:         Disabled
  Transcode via SLIN:          Enabled
  Internal timing:             Disabled
  Transmit silence during rec: Disabled

* Subsystems
  -------------
  Manager (AMI):               Disabled
  Web Manager (AMI/HTTP):      Disabled
  Call data records:           Enabled
  Realtime Architecture (ARA): Disabled

* Directories
  -------------
  Configuration file:          
  Configuration directory:     /etc/asterisk
  Module directory:            /usr/lib64/asterisk/modules
  Spool directory:             /var/spool/asterisk
  Log directory:               /var/log/asterisk


When it doesn't, i.e. core commented out:

asterisk*CLI> core show settings
asterisk*CLI> 
PBX Core settings
-----------------
  Version:                     SVN-branch-1.6.1-r194835M
  Build Options:               LOADABLE_MODULES, G711_NEW_ALGORITHM,
G711_REDUCED_BRANCHING
  Maximum calls:               Not set
  Maximum open file handles:   Not set
  Verbosity:                   3
  Debug level:                 0
  Maximum load average:        0.000000
  Minimum free memory:         0 MB
  Startup time:                19:35:21
  Last reload time:            19:35:21
  System:                      Linux/2.6.29.3-140.fc11.x86_64 built by
asterisk on x86_64 2009-05-15 22:57:58 UTC
  System name:                 
  Entity ID:                   00:19:21:46:d9:f9
  Default language:            en
  Language prefix:             Enabled
  User name and group:         /
  Executable includes:         Disabled
  Transcode via SLIN:          Enabled
  Internal timing:             Disabled
  Transmit silence during rec: Disabled

* Subsystems
  -------------
  Manager (AMI):               Disabled
  Web Manager (AMI/HTTP):      Disabled
  Call data records:           Enabled
  Realtime Architecture (ARA): Disabled

* Directories
  -------------
  Configuration file:          
  Configuration directory:     /etc/asterisk
  Module directory:            /usr/lib64/asterisk/modules
  Spool directory:             /var/spool/asterisk
  Log directory:               /var/log/asterisk


    -- Starting simple switch on 'DAHDI/1-1'
    -- Executing [60004445678 at internal:1] Set("DAHDI/1-1", "Time-in-secs=
1242862704 ") in new stack
    -- Executing [60004445678 at internal:2] System("DAHDI/1-1",
"/usr/local/bin/edit-meetme-conf.sh 444 5678  1242862704  ") in new stack
    -- Executing [60004445678 at internal:3] Playback("DAHDI/1-1",
"nhi-conf-confno") in new stack
[2009-05-20 19:38:24] WARNING[27381]: file.c:641 ast_openstream_full: File
nhi-conf-confno does not exist in any format
[2009-05-20 19:38:24] WARNING[27381]: file.c:924 ast_streamfile: Unable to
open nhi-conf-confno (format 0x4 (ulaw)): No such file or directory
......

strace isn't very useful:

write(1, "*CLI> "..., 6*CLI> )                = 6
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
...}) = 0
ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo
...}) = 0
read(0, [2009-05-20 19:40:31] WARNING[27429]: file.c:641
ast_openstream_full: File nhi-conf-confno does not exist in any format
[2009-05-20 19:40:31] WARNING[27429]: file.c:924 ast_streamfile: Unable to
open nhi-conf-confno (format 0x4 (ulaw)): No such file or directory
........ 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-20 18:41 seandarcy      Note Added: 0105169                          
======================================================================




More information about the asterisk-bugs mailing list