search for: _5xxxx

Displaying 3 results from an estimated 3 matches for "_5xxxx".

Did you mean: _5xxx
2006 Mar 16
4
New one on me: How to UN-transfer
...in, she transfers a call and wants to hook the call back before it connects (she wanted to tell the caller additional information for example) I don't think that this is possible as once my dialplan starts using Dial() there's no way to interrupt it. But: [internal-transfer] exten => _5XXXX,1,SetVar(CALLED=${EXTEN:1:4}) exten => _5XXXX,2,Dial(${CALLED},40,TrM,macro-hookback) exten => _5XXXX,3,DBGet(TRANSFERSTATUS=transferstatus/${EXTEN:2:4}) exten => _5XXXX,4,gotoIf($["${TRANSFERSTATUS}" = "ATTEMPT_RECALL" ]?5:6) exten => _5XXXX,5,Dial(12345) exten =&gt...
2009 Nov 05
2
Asterisk 1.4 remote pickup
...ces. I'm trying to work out how to provide a remote pickup facility along the following lines: - phone extension 2233 rings - person at extension 2244 wants to answer the call - person at extension 2244 dials 52233 and gets connected to caller I've implemented this with: exten => _5XXXX,1,Pickup(${EXTEN:1}) It works fine if the call came from another SIP phone in the office, but not when it's an external call coming in by Direct Dial In. What am I doing wrong / how do I enable remote pickup of external/incoming calls as well as internal calls? PS: I am not using the BRIst...
2009 Jan 30
2
Asterisk with Avaya
...2,PlayBack(vm-intro) exten => 59000,3,PlayBack(vm-goodbye) exten => 59000,4,PlayBack(vm-intro) exten => 59000,5,Wait(2) exten => 59000,6,HangUp() exten => _7XXXX,1,Dial(H323/${EXTEN}@Avaya); Avaya Extension exten => _7XXXXX,1,Dial(H323/${EXTEN}@Avaya); Avaya Extension exten => _5XXXX,1,Dial(H323/${EXTEN}@Avaya); to call on SIP Extension exten => _4XXXX,1,Dial(H323/${EXTEN}@Avaya); Your extension on Avaya exten => _006XXXXXXXX,1,Dial(H323/${EXTEN}@Avaya); to call on mobile exten => _00XXXXXXXXX,1,Dial(H323/${EXTEN}@Avaya); to call on National =======================H3...