search for: internal_devices

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

2013 May 07
1
passing '302 moved temporarily' back to the SIP provider
...o 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, Is there a way to send the 302 response to the VoIP...