MT#7955 Grant some rights to asterisk user

Allow to select subscriber and dbaliases tables to find the
right mailbox for any alias.
vseva/8117
Andreas Granig 11 years ago
parent c7e1b7d1b2
commit 2ada5d9703

@ -0,0 +1,4 @@
use provisioning;
grant select on provisioning.voip_subscribers to "asterisk"@"localhost";
grant select on provisioning.voip_dbaliases to "asterisk"@"localhost";
Loading…
Cancel
Save