]> git.evergreen-ils.org Git - working/SIPServer.git/commit
Prevent corruption of SIP messages in logs
authorDan Scott <dscott@laurentian.ca>
Wed, 15 Jun 2011 19:17:31 +0000 (15:17 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Wed, 15 Jun 2011 20:31:22 +0000 (16:31 -0400)
commit39c0aaa28789e13ff55082307e565925b1a14fe0
tree922e21ed26f413ca51554c7ab964444a9c472c83
parentb6a85c1187de74b1552f808b8a7d4717b96be72e
Prevent corruption of SIP messages in logs

Non-ASCII characters were not being decoded before being
written to the logs, thus resulting in heinous corruption
in the logs. decode_utf8() is our friend.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Sip.pm