From 2ada5d9703b827b955bbe96df68cc9dce1e0ccf3 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 4 Jul 2014 21:50:43 +0200 Subject: [PATCH] MT#7955 Grant some rights to asterisk user Allow to select subscriber and dbaliases tables to find the right mailbox for any alias. --- db_scripts/diff/15083.up | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 db_scripts/diff/15083.up diff --git a/db_scripts/diff/15083.up b/db_scripts/diff/15083.up new file mode 100644 index 00000000..3e8814af --- /dev/null +++ b/db_scripts/diff/15083.up @@ -0,0 +1,4 @@ +use provisioning; + +grant select on provisioning.voip_subscribers to "asterisk"@"localhost"; +grant select on provisioning.voip_dbaliases to "asterisk"@"localhost";