Paul Tinsley 0c1e83a43f Fix for event serialization, multi-ilne variables or crazy characters in a line could cause parsing errors in consumers of serialized events.
All values are now url encoded to ensure they don't have "dangerous" characters in them.  make sure you url_decode in your language of choice when consuming events in plain format from the event socket.

For those perl or pcre heads out there you can use the following regex:
$value =~ s/\%([A-Fa-f0-9]{2})/pack('C', hex($1))/sego;



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3481 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-11-29 04:57:01 +00:00
2006-10-19 00:20:40 +00:00
2006-11-19 01:05:06 +00:00
dox
2006-05-10 20:02:01 +00:00
2006-11-28 19:07:29 +00:00
2006-11-09 05:31:29 +00:00
2006-02-08 21:32:03 +00:00
hi
2005-11-12 21:27:19 +00:00
2006-11-09 05:31:29 +00:00
2006-11-09 05:31:29 +00:00
2006-11-09 05:31:29 +00:00
hi
2005-11-12 21:27:19 +00:00

The file is empty.
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Readme Multiple Licenses 196 MiB
Languages
C 65.2%
C++ 20.8%
JavaScript 4.8%
Assembly 2%
Makefile 1%
Other 5.4%