[asterisk-bugs] [Asterisk 0013775]: [patch] New option to specify mysql charset
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 11 15:16:08 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13775
======================================================================
Reported By: sergee
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 13775
Category: Addons/cdr_addon_mysql
Reproducibility: N/A
Severity: feature
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 679
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-10-24 02:36 CDT
Last Modified: 2008-12-11 15:16 CST
======================================================================
Summary: [patch] New option to specify mysql charset
Description:
new option for cdr_mysql.conf:
;charset=koi8r
if uncommented, cdr_addon_mysql.so will execute "set names 'koi8r'" after
each (re)connect to DB.
This option allows you to work with non latin characters in DB when DB's
character set differs from asterisk's locale.
======================================================================
----------------------------------------------------------------------
(0096258) svnbot (reporter) - 2008-12-11 15:16
http://bugs.digium.com/view.php?id=13775#c96258
----------------------------------------------------------------------
Repository: asterisk-addons
Revision: 707
U trunk/cdr/cdr_addon_mysql.c
U trunk/configs/cdr_mysql.conf.sample
------------------------------------------------------------------------
r707 | tilghman | 2008-12-11 15:16:08 -0600 (Thu, 11 Dec 2008) | 6 lines
Allow setting the MySQL character set on each connect.
(closes issue http://bugs.digium.com/view.php?id=13775)
Reported by: sergee
Patches:
cdr_mysql_charset-r679-v2.diff uploaded by sergee (license 138)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-addons?view=rev&revision=707
Issue History
Date Modified Username Field Change
======================================================================
2008-12-11 15:16 svnbot Checkin
2008-12-11 15:16 svnbot Note Added: 0096258
2008-12-11 15:16 svnbot Status new => resolved
2008-12-11 15:16 svnbot Resolution open => fixed
2008-12-11 15:16 svnbot Assigned To => svnbot
======================================================================
More information about the asterisk-bugs
mailing list