mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Use id_phone instead of number in scheduled, use ftok to generate queue id, improve adapter interface, add popup error
This commit is contained in:
parent
66fa2ef434
commit
6f8c7d62b9
25 changed files with 195 additions and 180 deletions
|
@ -38,11 +38,12 @@
|
|||
],
|
||||
|
||||
//Phone messages types
|
||||
'QUEUE_ID_PHONE_PREFIX' => ftok(__FILE__, 'p'),
|
||||
'QUEUE_TYPE_SEND_MSG' => 1,
|
||||
'QUEUE_TYPE_RECEIVE_MSG' => 2,
|
||||
|
||||
//Queues ids
|
||||
'QUEUE_ID_WEBHOOK' => 8265838073837783,
|
||||
'QUEUE_ID_WEBHOOK' => ftok(__FILE__, 'w'),
|
||||
'QUEUE_TYPE_WEBHOOK' => 3,
|
||||
|
||||
//User default settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue