Commit Graph

13 Commits

Author SHA1 Message Date
Simon c20c0f4aec Send contents of numbered AMBE files in language directory.
So, for example, for lang en_GB:

When you manual dial 9991, file en_GB_2/9991.ambe is played
2021-05-24 22:32:54 +01:00
Simon edeaf2fbe7 Allow ANNOUNCEMENT_LANGUAGE in MySQL DB:
To update DB:

alter table repeaters add column ANNOUNCEMENT_LANGUAGE VARCHAR(8);

update repeaters set announcement_language='en_GB_2';
2021-05-22 22:56:20 +01:00
Simon 2f1b128be7 Typo in last 2021-02-21 16:06:25 +00:00
Simon 55ece7b8d5 Avoid errors from generator when using MYSQL 2021-02-21 16:05:16 +00:00
Simon ca054d5cd6 Add ability to specify table to SQL config 2021-01-22 13:09:28 +00:00
Simon bac08e5e08 MySQL pooling not required 2020-10-19 22:46:55 +01:00
Simon 7bc15c6dd3 More error debugging in mysql
Handle changes to ACLs in DB
2020-10-19 21:02:04 +01:00
Simon e512673eb1 fix bytes error in passphrase
disable early loading of MySQL config
2020-10-03 22:03:14 +01:00
Simon 785f86b93b Added suport for statics and default reflector to sql routines 2020-10-02 17:13:10 +01:00
Simon e31427879a Add new systems from MySQL every minute 2020-09-30 20:46:35 +01:00
Simon c4777acf8c sucessfully reads repeater config from MySQL 2020-09-29 14:43:17 +01:00
Simon b79870a3cd Mysql read library 2020-09-29 13:42:07 +01:00
Simon b63bf51ae8 mysql# Please enter the commit message for your changes. Lines starting 2020-09-27 23:52:58 +01:00