[asterisk-users] Background music during a call

2011-08-11 Thread Javaid ITEL
is the email chain for background music. any help? -- [asterisk-users] Background music during a call Rizwan Hisham rizwanhasham at gmail.com Tue May

Re: [asterisk-users] Background music during a call

2011-05-10 Thread Rizwan Hisham
Very nice Loan. Here is the chat-room dialplan with a little tweek which lets you set the volume up/down or mute/unmute the song. Use 4/6 to increase/decrease the volume and 2/8 to mute/unmute the song [chat-room] exten = love,1,Goto(love-a,1) exten = love,2,Goto(love-b,1) exten =

Re: [asterisk-users] Background music during a call

2011-05-10 Thread Rizwan Hisham
Ooops, here is the correct version, Missed the capital X option in meetme before which lets you control the volume etc. [chat-room] exten = love,1,Goto(love-a,1) exten = love,2,Goto(love-b,1) exten = love-a,1,Set(__MOH=love) exten = love-a,n,Dial(Local/fake@chat- room,,G(chat-room,chat,1))

Re: [asterisk-users] Background music during a call

2011-05-10 Thread Ioan Indreias
Glad to know it works for you. I would like to hear your love/curse MOH - do you have some links to your mp3 files? :) BR, Ioan (with capital i) On Tue, May 10, 2011 at 6:59 PM, Rizwan Hisham rizwanhas...@gmail.com wrote: Ooops, here is the correct version, Missed the capital X option in

Re: [asterisk-users] Background music during a call

2011-05-10 Thread Rizwan Hisham
Its in testing phase right now Ioan. Also the curse thing is just an idea. We may not implement it actually, or maybe we do in future but not now. Lets see. On Tue, May 10, 2011 at 10:23 PM, Ioan Indreias indre...@gmail.com wrote: Glad to know it works for you. I would like to hear your

Re: [asterisk-users] Background music during a call

2011-05-09 Thread Ioan Indreias
I have tested the following dialplan and it could be used as a starting point. What you have to resolve is how to generate different MeetMe conference room - in the example we have only one room = 1234 If you prefix the dialled extension with 1 = you will have a lovely chat. With 2 - cursing

Re: [asterisk-users] Background music during a call

2011-05-09 Thread Ioan Indreias
Updated dialplan: fix a typo when using MOH variable and now you have truly dynamic conference rooms. Have fun, Ioan. + exten = _[12]XXX,1,Set(__MM=${EPOCH}) exten = _1XXX,n,Dial(SIP/${EXTEN:1},,G(chat-room,love,1)) exten =

Re: [asterisk-users] Background music during a call

2011-05-08 Thread Rizwan Hisham
Thanks for the reply. I looked into the G option of Dial applications. No problem with that but How do I create a ghost call? My dial plan will look like this: Caller A calls Caller B normally: exten= _XXX,1,SomePreDialApps() exten= _XXX,n,Dial(SIP/B) exten= _XXX,n,Hangup() Caller A calls

Re: [asterisk-users] Background music during a call

2011-05-08 Thread Rizwan Hisham
Will this work: exten= 123,1,Meetme(1234) exten= 123,n,Hangup() exten= 5000,1,Dial(Local/123@bk_music/n,,m()) exten= 5000,2,Goto(bk_music,123,1) Parties can call 123 to enter a meeting room. and with the help of a callfile ic an dial a local channel to 5000 extension which in return calls a

[asterisk-users] Background music during a call

2011-05-06 Thread Rizwan Hisham
Hi All, I am in desperate need of this feature. I want to play background music during a call while the 2 parties are having some lovely conversation (or maybe give them a sort of cursing background if they are cursing each other). I found this post which talks about creating a ghost call with the

Re: [asterisk-users] Background music during a call

2011-05-06 Thread Ioan Indreias
On Fri, May 6, 2011 at 6:30 PM, Rizwan Hisham rizwanhas...@gmail.com wrote: I am in desperate need of this feature. I want to play background music during a call while the 2 parties are having some lovely conversation (or maybe give them a sort of cursing background if they are cursing each