Update index.php

This commit is contained in:
FusionPBX
2018-09-19 03:19:16 -04:00
committed by GitHub
parent 79a9a6b10f
commit 7ee576d205

View File

@@ -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"];