v3.7.0 add stats about sended sms status, add better support for haproxy, improve gammu ream sms with deletion of read sms

This commit is contained in:
osaajani 2023-05-30 18:09:06 +02:00
parent 4e80a6a3a1
commit 946e03e500
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
v3.6.4
v3.7.0

View File

@ -280,6 +280,7 @@ namespace adapters;
$command_parts = [
PWD . '/bin/gammu_get_unread_sms.py',
escapeshellarg($this->data['config_file']),
'--delete'
];
$return = $this->exec_command($command_parts);