v0.0.8
+ Реализовано: просмотр параметров сервера и возможность редактирования
This commit is contained in:
parent
69ab43a4ec
commit
7a71bb7e01
13 changed files with 247 additions and 63 deletions
|
@ -53,3 +53,10 @@ struct USSDDB {
|
|||
string type_comment;
|
||||
string text;
|
||||
}
|
||||
|
||||
struct ServerDB {
|
||||
bool transparent_mode;
|
||||
string internal_number;
|
||||
string external_number;
|
||||
bool external_number_on;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue