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:
parent
4e80a6a3a1
commit
946e03e500
|
@ -280,6 +280,7 @@ namespace adapters;
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
PWD . '/bin/gammu_get_unread_sms.py',
|
PWD . '/bin/gammu_get_unread_sms.py',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
'--delete'
|
||||||
];
|
];
|
||||||
|
|
||||||
$return = $this->exec_command($command_parts);
|
$return = $this->exec_command($command_parts);
|
||||||
|
|
Loading…
Reference in New Issue