Wed Mar 26 07:18:34 EDT 2008 Bernhard Suttner

* sip_tag_class.c: escape semicolons in headers section of Replaces URI



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8015 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-04-03 22:31:57 +00:00
parent aea8dcfc62
commit f64797998d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Mon Mar 24 15:02:06 CDT 2008
Thu Apr 3 18:31:42 EDT 2008

View File

@ -342,8 +342,8 @@ char *sip_headers_as_url_query(su_home_t *home,
}
/* "[" / "]" / "/" / "?" / ":" / "+" / "$" */
#define HNV_UNRESERVED "[]/?;+$"
#define HNV_RESERVED ":=,"
#define HNV_UNRESERVED "[]/?+$"
#define HNV_RESERVED ":=,;"
/* Append a string to list and url-escape it if needed */
static