From 7ee576d205bf001d1df4c7c10b2ab216e041debd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 19 Sep 2018 03:19:16 -0400 Subject: [PATCH] Update index.php --- app/messages/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/messages/index.php b/app/messages/index.php index 097e85253f..d6afae6dbf 100644 --- a/app/messages/index.php +++ b/app/messages/index.php @@ -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"];