sean darcy wrote: > sean darcy wrote: >> Mark Michelson wrote: >>> sean darcy wrote: >>>> Danny Nicholas wrote: >>>>> You "lost" conf-getconfno.gsm . Asterisk is trying to play that file to >>>>> let >>>>> you pick a conference number to use. It goes in /var/lib/asterisk/sounds. >>>>> Grep for it. >>>>> >>>>> -----Original Message----- >>>>> From: [email protected] >>>>> [mailto:[email protected]] On Behalf Of sean darcy >>>>> Sent: Friday, May 15, 2009 12:39 PM >>>>> To: [email protected] >>>>> Subject: [asterisk-users] meetme dies looking for conf-getconfno >>>>> >>>>> 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 [2...@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 >>>>> >>>> Will do, but why gsm? Nobody's using gsm, and it looks like it's seeking >>>> ulaw ( which is installed). >>>> >>>> sean >>>> >>> You may want to try setting languageprefix=yes in asterisk.conf in the >>> [options] >>> section. If that does not work, then you may wish to try to move the file >>> up one >>> directory level and see if it plays, then. >>> >>> Mark Michelson >>> >> I did both: >> >> grep language asterisk.conf >> languageprefix = yes ; Use the new sound prefix path syntax >> >> And I copied the files to /var/lib/asterisk/sounds - and then only gsm >> and then only ulaw. >> >> Restarted. Rebooted. >> >> No luck. >> >> sean >> > > Filed as > > https://issues.asterisk.org/view.php?id=15125 > > sean >
Well it works for me now if I enable [directories] in asterisk.conf. sean _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
