search for: script_loc

Displaying 2 results from an estimated 2 matches for "script_loc".

Did you mean: script_log
2015 Jul 09
2
Asterisk 13 / realtime voicemail creation
Hello, I'm having a problem when trying to create realtime stuff for asterisk 13 in mysql DB. Following https://wiki.asterisk.org/wiki/display/AST/Managing+Realtime+Databases+with+Alembic, I've successfully created the main tables using "config" schema. > Update |script_location|to the schema to update. Asterisk currently > supports two sets of schemas: > > 1. |config|- the set of schemas for Asterisk Realtime databases > 2. |voicemail|- the schema for ODBC VoiceMail > But when trying to use "voicemail" schema, I get the following error :...
2020 Feb 17
1
Sieve setting a flag on the server (with sieve?)
I want to run a cron job for specific users. I thought the easiest would be a sieve plugin that sets some text in managesieve.sieve. And I just have my cron job check for this setting. This is the forward sieve: if false # true { redirect :copy "test at test.com"; } So maybe something like: if false # true { # cronjob1 } Or is there a better way of doing such a