mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
First step of quota and using daemon
This commit is contained in:
parent
3d19c4decb
commit
120f56fad7
12 changed files with 552 additions and 0 deletions
|
@ -16,6 +16,9 @@ namespace models;
|
|||
const TYPE_SEND_SMS = 'send_sms';
|
||||
const TYPE_RECEIVE_SMS = 'receive_sms';
|
||||
const TYPE_INBOUND_CALL = 'inbound_call';
|
||||
const TYPE_QUOTA_LEVEL_ALERT = 'quota_level';
|
||||
const TYPE_QUOTA_REACHED = 'quota_reached';
|
||||
|
||||
|
||||
/**
|
||||
* Find all webhooks for a user and for a type of webhook.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue