https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r272804 | mmichelson | 2010-06-28 12:31:40 -0500 (Mon, 28 Jun 2010) | 5 lines
Decode URI in contact header of 302 response.
ABE-2352
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272805
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
separator = strchr(contact_number, ';'); /* And username ; parameters? */
if (separator)
*separator = '\0';
+ ast_uri_decode(contact_number);
if (set_call_forward) {
ast_debug(2, "Received 302 Redirect to extension '%s' (domain %s)\n", contact_number, domain);
if (p->owner) {