doc/
subfolder, the README file is autogenerated)The Azure Database for MySQL Service requires that usernames have the format of
username@databasename. In the current implementation, the @ denotes that the next set of characters contains the database hostname, port (optionally) and database name. This patch
modifies the parse_db_url() to look for multiple @ signs. If multiple exists, then the first @ sign will be used as part of the username.
https://github.com/kamailio/kamailio/pull/1992
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.