This is my second attempt trying to get help and I am hoping someone can. When the musiconhold extension is matched, Asterisk attempts to execute musiconhold and stops right away, this is what I gets: Executing MusicOnHold("OSS/dsp", "") in new stack -- Started music on hold, class 'default', on OSS/dsp -- Stopped music on hold on OSS/dsp Is there a file that musiconhold try to play and can't find. Please help withy any suggestions. Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintouch.html
Hi! Could you post your musiconhold.conf and modules.conf, please? MfG Christian chawki hammoud wrote:>This is my second attempt trying to get help and I am >hoping someone can. When the musiconhold extension is >matched, Asterisk attempts to execute musiconhold and >stops right away, this is what I gets: > > Executing MusicOnHold("OSS/dsp", "") in new stack > -- Started music on hold, class 'default', on >OSS/dsp > -- Stopped music on hold on OSS/dsp > >Is there a file that musiconhold try to play and can't >find. Please help withy any suggestions. > > > > >Discover Yahoo! >Stay in touch with email, IM, photo sharing and more. Check it out! >http://discover.yahoo.com/stayintouch.html >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Do you have mpg123 installed? Is there a .mp3 file available to play in your /var/lib/asterisk/mohmp3 directory? -daryl -----Original Message----- From: chawki hammoud <cyhammoud@yahoo.com> To: Asterisk-Users@lists.digium.com Cc: Date: Thu, 19 May 2005 06:03:55 -0700 (PDT) Subject: [Asterisk-Users] MusicOnHold probelms> This is my second attempt trying to get help and I am > hoping someone can. When the musiconhold extension is > matched, Asterisk attempts to execute musiconhold and > stops right away, this is what I gets: > > Executing MusicOnHold("OSS/dsp", "") in new stack > -- Started music on hold, class 'default', on > OSS/dsp > -- Stopped music on hold on OSS/dsp > > Is there a file that musiconhold try to play and can't > find. Please help withy any suggestions. > > > > > Discover Yahoo! > Stay in touch with email, IM, photo sharing and more. Check it out! > http://discover.yahoo.com/stayintouch.html > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
--- admin <dsanders@purecom.com> wrote:> Do you have mpg123 installed? > Is there a .mp3 file available to play in your > /var/lib/asterisk/mohmp3 > directory?Yes, mpg123 is installed and I can record and playback any file. This is what I have in my mohmp3 directory: fpm-calm-river.mp3 fpm-sunshine.mp3 fpm-world-mix.mp3 __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail
--- Christian Wengel <wengel@coxorange.net> wrote:> Hi! > > Could you post your musiconhold.conf and > modules.conf, please? > > MfG ChristianThis is the modules.conf file: [modules] autoload=yes noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so load => cdr_addon_mysql.so ; noload => app_intercom.so ; load => chan_modem.so load => res_musiconhold.so ; noload => chan_alsa.so ; [global] chan_modem.so=yes And the musiconhold file: [classes] default => quietmp3:/var/lib/asterisk/mohmp3 [moh_files] Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
chawki hammoud wrote:>--- Christian Wengel <wengel@coxorange.net> wrote: > > >>Hi! >> >>Could you post your musiconhold.conf and >>modules.conf, please? >> >>MfG Christian >> >> > >This is the modules.conf file: > >[modules] >autoload=yes > >noload => pbx_gtkconsole.so >noload => pbx_kdeconsole.so >load => cdr_addon_mysql.so >; >noload => app_intercom.so >; >load => chan_modem.so >load => res_musiconhold.so >; >noload => chan_alsa.so >; >[global] >chan_modem.so=yes > > >And the musiconhold file: > >[classes] >default => quietmp3:/var/lib/asterisk/mohmp3 > >[moh_files] > >Hi! Please try to add this line to your modules.conf in the [modules] section. noload => chan_oss.so Christian