Hello. Is it possible to "mix" musiconhold music and playback voices? What i want to do is something like this: A person calls a number, gets a playback voice while in background music is playing. The configuration i use at the moment don't do what i want. Someone knows how to do it? Thanks in advance. exten => 18,1,Answer exten => 18,n,Background() exten => 18,n,Wait(2) exten => 18,n,SetMusicOnHold(default) exten => 18,n,Playback(welcome) exten => 18,n,Dial(SIP/118,15,m) t. -- knowledgeTools? ... managing complexity. -------------------------------------------------- knowledgeTools International GmbH Wallstra?e 15 / 15 a 10179 Berlin Fon: +49 30 726 169 20 Fax: +49 30 726 169 249 thomas.stein@knowledgetools.de www.knowledgetools.de Sitz Berlin, AG Berlin-Charlottenburg, HRB 86378 Gesch?ftsf?hrer: Oliver Seyboldt, Reinhard Kunz -------------------------------------------------- This eMail communication (and any attachment/s) may contain confidential or privileged information and is intended only for the individual(s) or entity named above and to others who have been specifically authorized to receive it. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please notify the sender that you have received this e-mail in error by reply e-mail, and delete the e-mail subsequently. Thank you.
Thomas, On Thu, 31 May 2007, Thomas Stein wrote:> exten => 18,1,Answer > exten => 18,n,Background() > exten => 18,n,Wait(2) > exten => 18,n,SetMusicOnHold(default) > exten => 18,n,Playback(welcome) > exten => 18,n,Dial(SIP/118,15,m)Sadly, I don't think this is possible. The only sense in which Background() plays anything in the "background" is that it allows the caller to interrupt the playback with extension input / DTMF, instead of that input polling being deferred until the end of the playback. You would have to use a sound mixing program and reduce the volume on the hold music, and then superimpose the sounds you want on it. -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671
Using the idea of a week ago for moh, what about using a conference bridge for it? Dave Bour Desktop Solution Center 905.381.0077 dcbour@desktopsolutioncenter.ca For those who just want it to work... Giving you complete IT peace of mind. (Sent via Blackberry - hence message may be shorter than my usual verbose responses) PIN 4cc364db (as of March 24, 2007) ----- Original Message ----- From: asterisk-users-bounces@lists.digium.com <asterisk-users-bounces@lists.digium.com> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Sent: Thu May 31 12:19:03 2007 Subject: Re: [asterisk-users] moh backround? Thomas, On Thu, 31 May 2007, Thomas Stein wrote:> exten => 18,1,Answer > exten => 18,n,Background() > exten => 18,n,Wait(2) > exten => 18,n,SetMusicOnHold(default) > exten => 18,n,Playback(welcome) > exten => 18,n,Dial(SIP/118,15,m)Sadly, I don't think this is possible. The only sense in which Background() plays anything in the "background" is that it allows the caller to interrupt the playback with extension input / DTMF, instead of that input polling being deferred until the end of the playback. You would have to use a sound mixing program and reduce the volume on the hold music, and then superimpose the sounds you want on it. -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070531/96e9b8b3/attachment.htm
On Friday 01 June 2007, Dave Bour wrote:> Using the idea of a week ago for moh, what about using a conference bridge > for it? Dave BourWhat article are you referring to? regards t. -- knowledgeTools? ... managing complexity. -------------------------------------------------- knowledgeTools International GmbH Wallstra?e 15 / 15 a 10179 Berlin Fon: +49 30 726 169 20 Fax: +49 30 726 169 249 thomas.stein@knowledgetools.de www.knowledgetools.de Sitz Berlin, AG Berlin-Charlottenburg, HRB 86378 Gesch?ftsf?hrer: Oliver Seyboldt, Reinhard Kunz -------------------------------------------------- This eMail communication (and any attachment/s) may contain confidential or privileged information and is intended only for the individual(s) or entity named above and to others who have been specifically authorized to receive it. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please notify the sender that you have received this e-mail in error by reply e-mail, and delete the e-mail subsequently. Thank you.