Pre-Submission Checklist

Type Of Change

Checklist:

Description

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.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/1992

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.