Разработка:
- БД скрипт с начальными данными
- вывод списка номеров телефонов по группам
This commit is contained in:
Alexander Zhirov 2023-05-31 02:04:03 +03:00
parent ca5259c638
commit 815b5a6b6a
34 changed files with 1229 additions and 49 deletions

33
dub.json Normal file
View file

@ -0,0 +1,33 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2023, Alexander Zhirov",
"dependencies": {
"vibe-d": "~>0.9",
"ldap": "~>0.4",
"singlog": "~>0.3.1",
"arsd-official:postgres": "~>10.9.10",
"readconf": "~>0.3.1"
},
"buildTypes": {
"debug": {
"buildOptions": [
"debugMode",
"debugInfo"
]
},
"release": {
"buildOptions": [
"releaseMode",
"inline",
"optimize"
]
}
},
"description": "Dialplan Asterisk - веб-сервер для управления обработкой вызовов Asterisk",
"license": "proprietary",
"name": "daster",
"targetPath": "bin",
"targetType": "executable"
}