Displaying 3 results from an estimated 3 matches for "_9999xxxxxxxxxx".
2015 Nov 04
4
Find me macro - calling multiple people to get a hold of one
...e findme example ([1]) that makes the callees press 1 to accept the call. It almost works, but it doesn't work correctly when one of the callees, the sysadmins, hangs up after accepting the call.
We're using this 'screen' macro:
==============================
[default]
exten => _9999XXXXXXXXXX,1,Dial(SIP/bla/${EXTEN:4},40,M(screen))
exten => _9999XXXXXXXXXX,2,Hangup
[macro-screen]
exten => s,1,Wait(1)
exten => s,n,Background(press-1)
exten => s,n,WaitExten(10) ; the value is the Wait time bef...
2006 Oct 18
4
Findme problem
...t waiting for me to press a key.
I'm sure this is a forehead slapper, but I just can't see it...can anyone help? Here's the relevant portion of the dialplan, It executes the NoOp(Waiting) and then the macro seems to immediately exit and the call is connected.
[default]
exten => _9999XXXXXXXXXX,1,Dial(SIP/provider/${EXTEN:4},40,M(screen))
exten => _9999XXXXXXXXXX,2,Hangup
[macro-screen]
exten => s,1,Wait(1)
exten => s,2,Set(TIMEOUT(digit)=5)
exten => s,3,Set(TIMEOUT(response)=10)
exten => s,4,Background(press-1)
exten => s,5,NoOp(Waiting)
exten => 1,1,NoOp(Caller...
2010 Feb 24
0
Question
...s on.
So my question is how can I make this work to where you can talk and it
will connect you to the caller or press 1. Not now where you just press
1. Which a lot of the time I can't get my phone out of my pocket,
unlocked, and press 1 before it is sent to VM
[default]
exten =>
_9999XXXXXXXXXX,1,Monitor(wav,/var/store/calls/PersonalLine-${STRFTIME($
{EPOCH},,%Y%m%d-%H%M%S)}-${CALLERID(num)}-${EXTEN},mb)
exten => _9999XXXXXXXXXX,2,dial(${bellbu}/${EXTEN:4},40,rM(screen)) ;
without r it seems to pass a second or two of audio first
exten => _9999XXXXXXXXXX,4,Hangup ; You can also...