search for: hookback

Displaying 1 result from an estimated 1 matches for "hookback".

Did you mean: lookback
2006 Mar 16
4
New one on me: How to UN-transfer
...ed 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 => _5XXXX,6,NoOp(Dial back ending) exten => *7XXXX,1,DBPut(transferstatus/${EXTEN:2:4...