Add page and api for stats about phone sended sms

This commit is contained in:
osaajani 2024-06-25 21:12:48 +02:00
parent 064d6fd941
commit 4f717ef849
11 changed files with 530 additions and 0 deletions

View file

@ -202,6 +202,10 @@
'inbound_call' => '/callback/inbound_call/{id_phone}/',
'end_call' => '/callback/end_call/{id_phone}/',
],
'Stat' => [
'sms_status' => '/stats/sms-status/',
],
'Api' => [
'get_entries' => [
@ -209,6 +213,7 @@
'/api/list/{entry_type}/{page}/',
],
'get_usage' => '/api/usage/',
'get_sms_status_stats' => '/api/stats/sms-status/',
'post_scheduled' => [
'/api/scheduled/',
],