passing ‘302 moved temporarily’ back to the SIP provider

Home » Asterisk Users » passing ‘302 moved temporarily’ back to the SIP provider
Asterisk Users No Comments

Satish Barot gmail.com> writes:

requirement. except we of the
_89XX,1,Noop(RDNIS=${CALLERID(rdnis)}::ANI=${CALLERID(ani)}::DNID=${CALL
ERID(dnid)})
_X..,1,Noop(ORIGCHANNEL=${ORIGCHANNEL}::RDNIS=${CALLERID(rdnis)}::ANI=${
CALLERID(ani)}::DNID=${CALLERID(dnid)}::CHANNELTYPE=${CHANNEL(channeltyp e)})
ChannelRedirect(${ORIGCHANNEL},back2provider,${EXTEN},1)

Hi Satish,

We want to configure following setup:
“A” initiated call to SIP1.
SIP1 redirected CALL to SIP2(first redirection.
SIP 2 return 302, and request a redirect to SIP3(with SIP3 IP in return packet).
SIP1 receive a redirect from SIP2 with SIP3 IP.
SIP1 makes a call to SIP3.
SIP3 finally helps in landing a call to “B”

All SIP are asterisk servers.

Please help in configuring asterisk to send 302 request back to the server SIP1. We are not able to get anywhere.

Regards, Abhishek