<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">We do not blindly follow 302's as that is a dangerous thing to do. &nbsp;You have to process all 302's in the dialplan. &nbsp;<div><br></div><div>Set this on your sofia profile&nbsp;&lt;param name="manual-redirect" value="true"/&gt;</div><div><br></div><div>You can set these variables sip_redirect_profile,&nbsp;sip_redirect_context,&nbsp;sip_redirect_dialplan,&nbsp;</div><div><br></div><div>When a redirect happens you get these variables - sip_redirect_contact_%d,&nbsp;sip_redirected_to,&nbsp;sip_redirect_contact_user_%d,&nbsp;sip_redirect_contact_host_%d,&nbsp;sip_redirect_contact_params_%d,&nbsp;sip_redirect_dialstring_%d,&nbsp;sip_redirect_dialstring,&nbsp;sip_redirected_by</div><div><br></div><div>Then its up to you to process the redirect in your dialplan, If you don't set the&nbsp;sip_redirect_context then it'll default to redirected context and XML as the dialplan.</div><div><br></div><div>/b</div><div><br></div><div><br><div><div>On Aug 26, 2009, at 11:37 AM, Hristo Benev wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Hello<br><br>I followed the tutorial<br><a href="http://wiki.freeswitch.org/wiki/SBC_Setup">http://wiki.freeswitch.org/wiki/SBC_Setup</a><br><br>I have following problem when I dial 1000 Kamalio reports 302, but freeswitch does not route<br><br>Where to look for problems?</span></blockquote></div><br></div></body></html>