mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Update index.php
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
$array['messages'][0]["contact_uuid"] = $contact_uuid;
|
||||
$array['messages'][0]['message_uuid'] = $message_uuid;
|
||||
$array['messages'][0]['message_json'] = $json;
|
||||
$array['messages'][0]['message_direction'] = 'inbound';
|
||||
$array['messages'][0]['message_direction'] = 'receive';
|
||||
$array['messages'][0]['message_date'] = 'now()';
|
||||
$array['messages'][0]['message_type'] = 'sms';
|
||||
$array['messages'][0]['message_from'] = $message["from"];
|
||||
|
||||
Reference in New Issue
Block a user