Displaying 3 results from an estimated 3 matches for "__moh".
Did you mean:
__mod
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
2010 Dec 22
0
Asterisk 1.8.1.1 Multiple Parking Lots
...IP/101-test-00000036",
"CDR(userfield)=test") in new stack
-- Executing [s at macro-tl-set-variables2:3] Set("SIP/101-test-00000036",
"__FROM_INSIDE=1") in new stack
-- Executing [s at macro-tl-set-variables2:4] Set("SIP/101-test-00000036",
"__MOH=default-test") in new stack
-- Executing [s at macro-tl-set-variables2:5]
GotoIf("SIP/101-test-00000036", "1 ?setmoh") in new stack
-- Goto (macro-tl-set-variables2,s,7)
-- Executing [s at macro-tl-set-variables2:7] Set("SIP/101-test-00000036",
"C...
2011 May 17
0
3. Re: ITSP Multi IPs (Alex Balashov) Asterisk-users Digest, Vol 82, Issue 33
..._[12]XXX,1,Set(__MM=${EPOCH})
> exten => _1XXX,n,Dial(SIP/${EXTEN:1},,G(chat-room,love,1))
> exten => _2XXX,n,Dial(SIP/${EXTEN:1},,G(chat-room,curse,1))
>
> [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 at chat-room,,G(chat-room,chat,1))
>
> exten => love-b,1,Goto(chat,100)
>
> exten => curse,1,Goto(curse-a,1)
> exten => curse,2,Goto(curse-b,1)
>
> exten => curse-a,1,Set(__MOH=curse)
> exten => curse-a,n,Dial(Lo...