summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2012-07-30 00:05:25 +0000
committerRussell Bryant <russell@russellbryant.com>2012-07-30 00:05:25 +0000
commit9850a075b7ebc2f3dc3aff6eebb646ca63e5bb92 (patch)
tree4260ec6d68ac506b54b9f66e7a6e1cfaefa2feac /CHANGES
parent3da07b3ec00daa9f8d93328e5e7ddf6dcb960c0b (diff)
Allow specifying a port number for the MySQL server.
This patch allows you to specify a port number for the MySQL server. It's useful if a MySQL server is running on a non-standard port. Even though this module is deprecated in favor of func_odbc, someone asked for this feature and it seems pretty harmless to add. It has been tested using a number of combinations of with/without a port number specified in the dialplan and changing the port number for mysqld. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7e0dae3cd..526427f4a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -110,6 +110,11 @@ MixMonitor
* Added 'm' option, which stores a copy of the recording as a voicemail in the
indicated mailboxes.
+MySQL
+-------------------
+ * The connect action in app_mysql now allows you to specify a port number to
+ connect to. This is useful if you run a MySQL server on a non-standard
+ port number.
OSP Applications
-------------------