Compare commits

...

4 Commits

Author SHA1 Message Date
ed285f41ac Merge branch 'spring_back' 2025-05-08 12:47:18 +05:30
b29d124b3d git ignore update 2025-05-08 12:32:30 +05:30
2784559113 Add a global asterisk feature 2025-05-08 12:24:48 +05:30
bab00e7f2b git ignore for spring app 2025-04-24 14:56:22 +05:30
222 changed files with 1742 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
# Ignore all MariaDB data files # Ignore all MariaDB data files
MySQL_conf_pbx/test1/mariadb_data/ MySQL_conf_pbx/test1/mariadb_data/ddl_recovery.log
MySQL_conf_pbx/test1/mariadb_data/ib_buffer_pool
MySQL_conf_pbx/test1/mariadb_data/ibtmp1
MySQL_conf_pbx/test1/mariadb_data/tc.log

View File

@ -147,6 +147,35 @@
} }
}, },
"response": [] "response": []
},
{
"name": "Add_a_global_extension_feature",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"context\": \"default\",\n \"extension\": \"w\",\n \"priority\": 5,\n \"app\": \"Dial\",\n \"appdata\": \"W conf\"\n}\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8081/cezen/add_feature",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"cezen",
"add_feature"
]
}
},
"response": []
} }
] ]
} }

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
default-character-set=utf8mb4
default-collation=utf8mb4_uca1400_ai_ci

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
11.7.2-MariaDB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
default-character-set=utf8mb4
default-collation=utf8mb4_uca1400_ai_ci

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More