On Oct 1, 2009, at 9:27 AM, Shelby Ramsey wrote:

<action application="redirect" data="sip:${destination_number};rn=${rn};npdi=...@${network_addr} "/>

This will produce an INVALID sip uri... You can not feed this to sofia it'll get PISSED.

Its missing the host portion.


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. Unfortunately placing the user params after the @ doesn't quite conform to the way other devices expect to receive the 302 for this application.

Any help would be greatly appreciated.

Shelby

PS ... hats off to the author of mod_memcache ... that is extremely useful!

_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to