Displaying 1 result from an estimated 1 matches for "ttfww".
Did you mean:
ttf
2013 May 07
1
passing '302 moved temporarily' back to the SIP provider
...th is wasted.
Second approach:
I tried to catch the redirect in the call forward context which is defined before the Dial statement:
and do the redirect with app_transfer.
e.g. snippet from macro-stdexten:
exten => s,n,Set(_FORWARD_CONTEXT=from_sip_forward)
exten => s,n,Dial(${ARG2},${ARG4},tTfwW)
[from_sip_forward]
include => internal_devices
exten => _X.,1,Verbose(1,${CALLERID(num)} tries call forward to ${EXTEN} for device ${CALLERID(rdnis)})
exten => _X.,n,Transfer(${EXT_TRUNK}/${EXTEN})
exten => _X.,n,NoOp(Transfer STATUS: ${TRANSFERSTATUS})
However, this does not work,...