2025-05-14 14:28:37 +02:00
{
"name" : "Asterisk" ,
"slug" : "asterisk" ,
2025-05-20 11:51:20 +02:00
"categories" : [
0
] ,
2025-05-14 14:28:37 +02:00
"date_created" : "2025-05-14" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : "https://docs.asterisk.org/" ,
"config_path" : "/etc/asterisk" ,
"website" : "https://asterisk.org/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/asterisk.webp" ,
2025-05-14 14:28:37 +02:00
"description" : "Asterisk is an open-source framework for building communications applications, most commonly used as a phone system (PBX). Developed by Digium (now part of Sangoma), it turns a standard computer into a powerful telephony server." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/asterisk.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 4 ,
"os" : "Debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-05-14 14:28:37 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}