mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
add status limit_reached to phone and check raspisms sms limit when updating phone status
This commit is contained in:
parent
b8ab352deb
commit
e7a6c486ee
6 changed files with 111 additions and 12 deletions
|
@ -17,6 +17,7 @@ namespace models;
|
|||
const STATUS_AVAILABLE = 'available';
|
||||
const STATUS_UNAVAILABLE = 'unavailable';
|
||||
const STATUS_NO_CREDIT = 'no_credit';
|
||||
const STATUS_LIMIT_REACHED = 'limit_reached';
|
||||
|
||||
/**
|
||||
* Return all phones that belongs to active users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue