<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 1, 2009, at 9:27 AM, Shelby Ramsey 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; ">&lt;action application="redirect" data="<a href="sip:${destination_number};rn=${rn};npdi=yes@${network_addr}">sip:${destination_number};rn=${rn};npdi=yes@${network_addr}</a>"/&gt;<br></span></blockquote><div><br></div><div>This will produce an INVALID sip uri... You can not feed this to sofia it'll get PISSED.&nbsp;</div><div><br></div><div>Its missing the host portion.</div><br><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; "><br>So the issue is the placement of the user params .... if they are before the @ FS will send a 500 internal server error ... if they are after the @ FS will send a 302.&nbsp; Unfortunately placing the user params after the @ doesn't quite conform to the way other devices expect to receive the 302 for this application.<br><br>Any help would be greatly appreciated.<br><br>Shelby<br><br>PS ... hats off to the author of mod_memcache ... that is extremely useful!<br></span></blockquote></div><br></body></html>