Displaying 2 results from an estimated 2 matches for "dx1q".
Did you mean:
dx10
2011 May 06
7
Background music during a call
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
help of queues and putting that queue in a meetme room where queue will play
the song/curse and the
2011 May 17
0
3. Re: ITSP Multi IPs (Alex Balashov) Asterisk-users Digest, Vol 82, Issue 33
...1,Set(__MOH=curse)
> exten => curse-a,n,Dial(Local/fake at chat-room,,G(chat-room,chat,1))
>
> exten => curse-b,1,Goto(chat,100)
>
> exten => fake,1,Answer
> exten => fake,2,MusicOnHold(${MOH})
>
> exten => chat,1,Goto(100)
> exten => chat,2,MeetMe(${MM},dx1q)
>
> exten => chat,100,MeetMe(${MM},daAx1q)
>
> exten => h,1,MeetMeAdmin(${MM},K)
> +++++++++++++++++++++++++++++++++++++++++
>
> On Mon, May 9, 2011 at 4:02 PM, Ioan Indreias <indreias at gmail.com> wrote:
> > I have tested the following dialplan and it could...