Browse code

added appinfo/info.xml appinfo/signature.json CHANGELOG.txt lib/Controller/AuthorApiController.php lib/Controller/SmsrelentlessController.php lib/Service/SmsrelentlessService.php

DoubleBastionAdmin authored on 02/05/2024 21:10:10
Showing 6 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,180 @@
1
+======= CHANGELOG =======
2
+
3
+Versions:
4
+
5
+== 1.0.0 - 2022-1-27 ==
6
+* Initial release.
7
+
8
+== 1.0.1 - 2022-3-31 ==
9
+* Changed presentation text.
10
+
11
+== 1.0.2 - 2022-4-13 ==
12
+* Changed application controller class, to respect custom path of 'datadirectory'.
13
+* Fixed filters row arrow not showing up when using Apache.
14
+* Added the 'Contributors.txt' file.
15
+
16
+== 1.0.3 - 2022-4-15 ==
17
+* Changed the way the app gets the timezone.
18
+
19
+== 1.0.4 - 2022-5-7 ==
20
+* Changed the data type of the 'message' column in the 'sms_relent_sent' and 'sms_relent_received' tables.
21
+
22
+== 1.0.5 - 2022-5-9 ==
23
+* Changed string length for 'message' column in 'sms_relent_sent' and 'sms_relent_received' tables.
24
+* Changed syntax of SQL queries and of encryption function.
25
+* Changed structure of webhook URLs in case Nextcloud is served on a subdirectory.
26
+
27
+== 1.0.6 - 2022-8-13 ==
28
+* Added support for Twilio.
29
+* Added support for new lines in messages and email notifications.
30
+* Solved column width issue in sent/received SMS tables.
31
+* Minor explanatory text changes.
32
+
33
+== 1.0.7 - 2022-8-16 ==
34
+* Solved bug related to receiving messages on Twilio number when it's not associated with any Messaging Service.
35
+* Changed css properties for Network column.
36
+
37
+== 1.0.8 - 2022-8-23 ==
38
+* Added support for Flowroute.
39
+* Added automatic scrolling to bottom of received/sent messages table when clicking on 'Received/Sent SMS Messages' button.
40
+* Added scroll bar to info pop-up notes.
41
+
42
+== 1.0.9 - 2022-9-3 ==
43
+* Added support for MMS.
44
+* Minor CSS improvements.
45
+* Small changes to explanatory text.
46
+
47
+== 1.1.0 - 2022-9-5 ==
48
+* Solved issue with previewing images picked from Nextcloud.
49
+* Text changes to README.md.
50
+
51
+== 1.1.1 - 2022-9-9 ==
52
+* Changed signature verification process for Twilio.
53
+* Removed Alphanumeric Sender ID for Flowroute, since it's not supported.
54
+* Minor text changes on presentation page and settings page.
55
+
56
+== 1.1.2 - 2022-10-27 ==
57
+* Changed CSS settings to match the modifications introduced in Nextcloud 25.
58
+
59
+== 1.1.3 - 2022-12-1 ==
60
+* Fixed SQL error that appeared in fresh installations.
61
+* Added support for dark themes.
62
+* Updated explanatory text for Telnyx on the Settings page.
63
+
64
+== 1.1.4 - 2022-12-2 ==
65
+* Changed migration files to prevent installation errors.
66
+* Modified 3 svg files converting text objects to paths.
67
+
68
+== 1.1.5 - 2023-2-28 ==
69
+* Fixed issue related to Twilio message signing.
70
+* Updated message pricing information in app description.
71
+
72
+== 1.1.6 - 2023-5-8 ==
73
+* Implemented showing display names of message authors before their messages.
74
+* Added checkbox to enable/disable prepending display names before messages.
75
+* Custom display names can be now saved for external phone numbers.
76
+* Restrictions for groups or users can be placed on phone numbers by admins.
77
+* Admins can see just their own messages or all the messages in their message tables.
78
+* Auto-replies with 'daily mode' and 'vacation mode' can be configured for any controlled phone number.
79
+* Added a new message table that lists all the messages grouped by phone numbers.
80
+* Added the ability to see all the messages sent/received to/from a phone number, by clicking on 
81
+  a button located below the number, in the 'Received SMS Messages' and 'Sent SMS Messages' tables
82
+
83
+== 1.1.7 - 2023-5-9 ==
84
+* Fixed bug related to not being able to see messages in pop-up windows and on grouped messages table.
85
+
86
+== 1.1.8 - 2023-5-9 ==
87
+* Fixed migration issue bug.
88
+
89
+== 1.1.9 - 2023-5-9 ==
90
+* Made the app available to upgrade to for Nextcloud 26.
91
+
92
+== 1.2.0 - 2023-5-20 ==
93
+* Fixed auto-reply bug.
94
+* Moved the API keys and alphanumeric sender ID fields from the Personal settings page to the Admin 
95
+  settings page.
96
+* Available phone numbers are loaded automatically when the app's icon is clicked.
97
+* When only one phone number is available, it is selected automatically in the 'Set ID' field.
98
+* Admins can share their API keys with other non-admins.
99
+* Admins can see only their messages and the messages of the non-admins whith whom they share their API 
100
+  keys. Non-admins can see only their messages.
101
+* Added pop-up window that shows the messages exchanged between 2 phone numbers and allows sending replies.
102
+
103
+== 1.2.1 - 2023-5-23 ==
104
+* Allowed non-admin users to see incoming messages received on the phone numbers they are restricted to.
105
+* Customized confirm pop-up windows.
106
+
107
+== 1.2.2 - 2023-5-24 ==
108
+* Changed how non-admins view sent messages.
109
+
110
+== 1.2.3 - 2023-5-24 ==
111
+* Fixed 'Load more messages' bug.
112
+* Changed the way the display name is searched for and added to old messages, during app upgrade.
113
+
114
+== 1.2.4 - 2023-5-30 ==
115
+* Fixed MMS files domain problem.
116
+* Made MMS URLs clickable.
117
+* Added refresh button for messages in pop-up windows.
118
+
119
+== 1.2.5 - 2023-6-3 ==
120
+* Fixed incoming MMS issue.
121
+* Added checkbox on Settings page to allow users to include their display names in the text
122
+  of the message itself.
123
+
124
+== 1.2.6 - 2023-6-22 ==
125
+* Fixed messages display issue for non-admins.
126
+* Fixed how non-admins are able to see the messages sent/received from/to the numbers that are
127
+  shared with them but not restricted to them.
128
+
129
+== 1.2.7 - 2023-7-15 ==
130
+* Fixed alert messages issue.
131
+* Fixed text color for dark themes.
132
+* Added 'full-day' exception to auto-reply.
133
+* Added auto-refresh button on received/sent messages pages.
134
+
135
+== 1.2.8 - 2023-10-30 ==
136
+* Changed main screenshot and modified presentation text.
137
+* Changed text on Settings page.
138
+* Marked the app as compatible with Nextcloud 27.
139
+
140
+== 1.2.9 - 2023-11-1 ==
141
+* Changed how the app sends notifications for incoming messages.
142
+
143
+== 1.3.0 - 2023-11-3 ==
144
+* Changed notifications mechanism so that non-admin users receive notifications 
145
+  for messages received on phone numbers shared with them.
146
+* Fixed bug related to listing received messages for non-admin users.
147
+* Minor text modifications on the settings pages.
148
+
149
+== 1.3.1 - 2023-11-6 ==
150
+* Simplified some complex prepared SQL queries.
151
+
152
+== 1.3.2 - 2023-12-18 ==
153
+* Replaced default fonts with 2 free and open source fonts ('Open Sans' and 'Inter'),
154
+  included in the 'fonts' directory.
155
+* Fixed minor CSS issues.
156
+
157
+== 1.3.3 - 2024-2-15 ==
158
+* Implemented auto-refresh of the received messages table, when new messages arrive.
159
+* Fixed bug related to listing received messages, for non-admins.
160
+* Removed the 'Start auto refresh' button on pop-up windows.
161
+* Made the app completely functional when installed in a custom 'apps' directory.
162
+
163
+== 1.3.4 - 2024-4-2 ==
164
+* Removed the right of non-admin users to delete sent/received messages.
165
+* Added the 'Conversations' page, to list the messages exchanged between pairs of numbers and allow tagging, flagging and archiving conversations.
166
+* Improved mobile compatibility.
167
+* Changed the presentation text.
168
+
169
+== 1.3.5 - 2024-4-20 ==
170
+* Added checkboxes to allow admins to give non-admins permission to delete messages
171
+  sent from or received on phone numbers shared with them.
172
+* Fixed bug related to removing deleted messages from the conversations list.
173
+
174
+== 1.3.6 - 2024-5-2 ==
175
+* Changed the way non-admins retrieve the credentials shared with them by the admins to solve message sending issue.
176
+* Made minor CSS changes.
177
+* Marked the app as compatible with Nextcloud 29.
178
+
179
+== 1.3.7 - 2024-5-3 ==
180
+* Fixed auto-reply bug.
0 181
new file mode 100644
... ...
@@ -0,0 +1,101 @@
1
+<?xml version="1.0"?>
2
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
3
+      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
4
+    <id>sms_relentless</id>
5
+    <name>SMS Relentless</name>
6
+    <summary>Send and receive SMS in Nextcloud</summary>
7
+    <description><![CDATA[
8
+This application allows sending and receiving SMS and MMS messages in Nextcloud. An SMS/MMS enabled phone number acquired from 
9
+Telnyx, Plivo, Twilio or Flowroute is needed. Detailed instructions on how to configure and use this application can be found on the 'Admin documentation' page.
10
+
11
+### Features:
12
+
13
+* 🚀 Use one or multiple local phone numbers in countries of your choice, to send and receive SMS/MMS messages with your browser, on any device connected to the Internet.
14
+
15
+* 📑 Sent and received SMS/MMS messages are stored in the database per sending/receiving user and can be viewed in paginated tables with filters for every column.
16
+
17
+* 🖼️  Up to 10 files of various formats, including jpeg, png and gif, can be sent as MMS messages from MMS enabled phone numbers. Files included in incoming MMS messages are not downloaded automatically. They are stored as URL links to the actual files, so that the receivers can download them only if they trust the senders.
18
+
19
+* 📔 SMS/MMS messages older than a specified number of days can be deleted in bulk with one click and they are automatically archived in csv files stored in Nextcloud, before being removed from the database. This makes them available for future analysis.
20
+
21
+* 💻 Sending SMS/MMS messages to thousands of recipients can be achieved by uploading a txt/csv file containing the recipients' phone numbers and the same SMS/MMS is sent automatically to all. The time interval between two consecutive messages is configurable.
22
+
23
+* 👤 The Display Name of Nextcloud users can be prepended to their messages, to make the origin of messages clearer.
24
+
25
+* ⚠️  Admins can restrict the use of specific phone numbers to specific groups or users.
26
+
27
+* ✉️  Auto-replies in 'daily mode' and 'vacation mode' can be configured for any controlled phone number.
28
+
29
+* 🔏 SMS/MMS messages coming from Telnyx, Plivo and Twilio are checked for authenticity by verifying the SMS provider's signature.
30
+
31
+* 📧 Users receive notifications in Nextcloud and (optionally) emails when new SMS/MMS messages arrive.
32
+
33
+* 📄 Each sent message receives a delivery receipt displayed in the Sent SMS Messages table.
34
+
35
+* 🎎 Messages exchanged between pairs of numbers are organized into conversations on a separate page where each conversation can be viewed, tagged and archived.
36
+
37
+* 📞 It can be used with regular 'long code' (10-digit) phone numbers, but also with 'toll-free' numbers and 'short codes'. Users see a list with their current phone numbers and can set them as Sender IDs. Setting alphanumeric Sender IDs is also possible.
38
+
39
+* 📱 If Nextcloud is accessed in Firefox for mobile (version 123.0 or newer), it can be used directly on mobile devices.
40
+
41
+* 💵 It allows checking the current Telnyx/Plivo/Twilio balance by selecting the provider on the left panel.
42
+
43
+* 💰 The only ongoing cost is about $1 per month (depending on the country) for an SMS/MMS enabled phone number located in a country chosen by the user. No contracts.
44
+
45
+* 💸 Low prices per SMS: starting from $0.0040 per sent message and $0.0040 per received message (Telnyx), or $0.0085 per sent message and $0.0085 per received message (Plivo), or $0.0109 per sent message and 0.0079 per received message (Twilio), or $0.0055 per sent message and 0.0040 per received message (Flowroute) in the USA.
46
+
47
+We have no affiliation with Telnyx, Plivo, Twilio or Flowroute.
48
+
49
+### Documentation
50
+
51
+* [Admin documentation](https://www.doublebastion.com/install-nextcloud/#install-sms-relentless)
52
+
53
+### Donations
54
+
55
+* 🎁 [Donate](https://www.doublebastion.com/donations/)
56
+
57
+    ]]></description>
58
+    <version>1.3.7</version>
59
+    <licence>AGPL</licence>
60
+    <author mail="contact@doublebastion.com">Double Bastion LLC</author>
61
+    <namespace>SMSRelentless</namespace>
62
+	<documentation>
63
+		<admin>https://www.doublebastion.com/install-nextcloud/#install-sms-relentless</admin>
64
+	</documentation>
65
+    <category>office</category>
66
+    <category>organization</category>
67
+
68
+    <website>https://www.doublebastion.com/sms-relentless/</website>
69
+    <bugs>https://git.doublebastion.com/sms-relentless/issues/develop</bugs>
70
+    <repository>https://git.doublebastion.com/sms-relentless/develop/</repository>
71
+
72
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/sms_relentless_sent_messages.png</screenshot>
73
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/sms_relentless_received_messages.png</screenshot>
74
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/active_archived_conversations.png</screenshot>    
75
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/sms_relentless_grouped_by_number.png</screenshot>
76
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/sms_relentless_exchanged_messages_popup.png</screenshot>
77
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/sms_relentless_send_mms.png</screenshot>
78
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/sms_relentless_on_mobile.png</screenshot>
79
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/received_messages_on_mobile.png</screenshot>
80
+    <screenshot>https://git.doublebastion.com/sms-relentless/raw/develop/img/reply_to_message_on_mobile.png</screenshot>
81
+            
82
+    <dependencies>
83
+            <nextcloud min-version="26" max-version="29" />
84
+    </dependencies>
85
+
86
+    <navigations>
87
+        <navigation>
88
+            <name>SMS Relentless</name>
89
+            <route>sms_relentless.page.index</route>
90
+            <order>102</order>
91
+            <icon>sms_relentless.svg</icon>
92
+        </navigation>
93
+    </navigations>
94
+
95
+    <settings>
96
+            <personal>OCA\SMSRelentless\Settings\Personal</personal>
97
+            <personal-section>OCA\SMSRelentless\Settings\PersonalSection</personal-section>
98
+            <admin>OCA\SMSRelentless\Settings\Admin</admin>
99
+    	    <admin-section>OCA\SMSRelentless\Settings\AdminSection</admin-section>
100
+    </settings>
101
+</info>
0 102
new file mode 100644
... ...
@@ -0,0 +1,938 @@
1
+{
2
+    "hashes": {
3
+        "CHANGELOG.txt": "1b5fe3135440f13df7ac374948772dd1f24a2599da2672712d5c6f1199a14a8018763d868a73369bf296047c6d5bfe246f3137a1775981df37d538c4bdc45437",
4
+        "COPYING.txt": "a0a86214ea153fb07ff35ceec0848dd1703eae22de036a825efc8394e50f65e3044832f3b49cf7e45a39edc470bdf738abc36a3a78ca7df3a6e73c14eaef94a8",
5
+        "Contributors.txt": "8ab4ea9b8c38e4d115af6ca08e8e27592198b763982bd166b67f38ee0b9f2b7e093cd58ce0927ae38ee3bc015b129add2ffeb3967288c804da493241bc67ba9b",
6
+        "README.md": "593e8b8ffd899357e54f1a4cc3d83b3e6b62fe123c298a59daf1a177b1623713b769a7ba2db01560009400ddc8599289cf1916ce9208db71d03ac52b8417b744",
7
+        "appinfo\/info.xml": "fdce8e08c49044d83c7c0695b7a6f11ebe888aa0c3cb48ca0dcae9599143e66ce60a8003c1f863e923a0820da73ea25e57c3f2b6a5aaee88d60c973e490b06d3",
8
+        "appinfo\/routes.php": "acff816e1947bf78f4387aa477c3183898e94d862ad84c53a64b69828cb5c4b5c42f0f127fd6e9b463eac4764463f134bc023b9e5c6caf24d90ad491d021bf5c",
9
+        "css\/style.css": "dfa6036e2eaa1465ce1491b0373c8d193fbe72e378722ada69ae5c32a12dcb7e549a4132f1e5cf42b3623b79ef1167a76daa7003403caf68ff3fd19f8e323cc5",
10
+        "fonts\/Apache_License_v2.0_Open_Sans.txt": "fdae7ed259455ca9fa45939e7f25cbb4de29831cda16d9151de25a5f6e9d9be43b053f4fd3b896026239fca77abce04f543d591c501ecf4ce18c854bc0a51660",
11
+        "fonts\/Inter-Bold.woff": "f34ed611dc0ba6e7c0bf7242bad7c02e09f208bfbdd21d6649ebf9b41bc06696d8856707851944786c80c718df455e619caab170c70bfe97ba2043d651d4532e",
12
+        "fonts\/Inter-Bold.woff2": "736b4aaf8a2de0c17fbd5396a338577227326f078ee0646072d851d328b58a8058989af8735ac073f935b05f291d9310797d95c963e5e3ff0ea61a87f21c9da5",
13
+        "fonts\/Inter-BoldItalic.woff": "619e398d37249fae96ba0deb06fcf5dab215ba888740024287e2c8f1278b33273124cd5b9ea8f7525a17657566b72a1661b688ca670bc068ca6ddf466b7e7ffe",
14
+        "fonts\/Inter-BoldItalic.woff2": "a24bdb558a9b26fbe7631d6cf90b8db8f5f0164c3c814a2971fb7d45e807b0856454893bbd0d5bd0d9f060689f2be5f5bb1b69e4bdea0293d1122e13ad28e96f",
15
+        "fonts\/Inter-Italic.woff": "72defeb5040f6375683dba41d4ce43654fdbae4f64aea88b01feb023b3e894c278c8a8c7e5583b6d83d980495ca0d5afa5ec7e1bfcc731be08d3dbe1b8b3f348",
16
+        "fonts\/Inter-Italic.woff2": "b128da83c81fe4a28026dc0a2a75c7920f37d4e04d6d6bde4e60b3a9527dbff04ff0ebc8b300874db9bd90036a41a52f4c9d82eb2f78fb8e99a35bb04defa1c2",
17
+        "fonts\/Inter-Medium.woff": "1f7c25aeb1ed534a106254fdba6bf59dfa03542f813489dca31fe067e2a22ab9549babb48af4cd465ab3ef0ef2f4b0f46532efcc8aae8942ad2cf98d0a5a4a3f",
18
+        "fonts\/Inter-Medium.woff2": "ce94d1a0cea81d42546ebc0247403b02c6fae24d3afba618cf658436734557a8b2b8ebed54319a9f66b233bd224da3685f848470866de63a144c8c28070491d4",
19
+        "fonts\/Inter-MediumItalic.woff": "7b7bef9c7a7717c6d52d619059e5ec258b537f538ada38325c2c7bfa4968ff53109bc9ee17a57819ef37d0a145a973f4a7c8e4d8d09e71d3faa4d0fe14cbf487",
20
+        "fonts\/Inter-MediumItalic.woff2": "4a2c5dc8c2ece82489e63b16cd8b1536b8f5502cf8f93307b0c71c6d54594a28ec2a80b8e58dfbbcc1d38a51aa8dd6d6fa025aed2cdc1429a462745a2bf2d414",
21
+        "fonts\/Inter-Regular.woff": "e37409956d19653617af32af2f99f4038c815a3664f2dcb2fef5e6a1a7345c78aaac3badc2ae499b1423514076ad676ab4bd5d936ef9d159899a6f668d991e4c",
22
+        "fonts\/Inter-Regular.woff2": "731924aedf31d6ef8fcd57a3b74182331ec7ba743d64033d8912d350ba98fd5b1942decaa4268f4dc925be2ed711c71a77200b2497bec10cae499b452fb27138",
23
+        "fonts\/Inter-SemiBold.woff": "684602b1f45bf7a9ca5ea6b1aca2cc2046e07ac79eb63b920099463f25866f50cca77ca253f16078d3a6e781ca23b964a69c87389621fa101d5cfffdb292d132",
24
+        "fonts\/Inter-SemiBold.woff2": "12b7680eccc54f56f800ac3ea4eff0490f515911d0fc83f99f62fa0f72d848155c8a7186918301a372d0fd0238d8093109c7b9b3c05168058e3cb47b1f7216ae",
25
+        "fonts\/Inter-SemiBoldItalic.woff": "9623d9c91148b651b7d4a642751e4f9eaeda68b6f4c33355d0173e303252039b3bcd301556a1d8451ffbd36d7996c1e8fc5ca1276884636cf57468e38c9e442a",
26
+        "fonts\/Inter-SemiBoldItalic.woff2": "97b7d8ab268ebcbc00876bd69ca9cc7cf2ae9ba5a6a30c13e3412e41a88f1f5ed758a6d9abbab3a14359943a003b14307cbc379bb11505c014b002322fd53c6e",
27
+        "fonts\/SIL_Open_Font_License_v1.1_Inter.txt": "073e141d4e45a3adfd2cb569db6a4fd217b1721dd6aeab8159e36940b984df5ebdc345deb0eb6be65367f943e516a12dff41eb1238a322d248ca3478c50ef9b6",
28
+        "fonts\/opensans-bold.woff": "d094832745611e047ffa87fdb21bac41befabdb07aecade483d4dc5a5b97bad00f1d4a5dca2a615789cd494791f0ab4209be537eb4b1bc7cbee7c42eb5e201dc",
29
+        "fonts\/opensans-bold.woff2": "096abb618c9ce1a534f0198aeea53c6d1138000f98b883131ab49ee48b80b483af635f0196ac40a1c1bde679f63b3c3b907b8f9b0102a752862d623dd22393a5",
30
+        "fonts\/opensans-bolditalic.woff": "c80f105a10d37c812f5d1b29445cd21cbc95594f71d9c5fc1b3aeeb9985c5465ba017654f1453baefdc56cc27aa325b586d77323012073eb713ab8f88f08dab4",
31
+        "fonts\/opensans-bolditalic.woff2": "38b99ebf320264d74a456fe590fc610580b003bc77a39d97ff42dec41353a8f908d6f680b4777cdb34ed544d9b4ed20dce8c418317de1d721e25ab670f49fc1d",
32
+        "fonts\/opensans-extrabold.woff": "6636a395ba345853ada2237b8e1f81c52e54bfb65559cbcb8de143cac00232f20cf34c764c9c4d4b80e82dae79cba3064ebdf22999cce8839df2d5709ee64092",
33
+        "fonts\/opensans-extrabold.woff2": "758c90eb07c6db7e78cb703ea285f82b443ca2cfab792328a3f8c14acc1f932ae79ec2987b8b94bf19b3cc16fae31c76f3164c9437a2591283fb1592e40ec33d",
34
+        "fonts\/opensans-extrabolditalic.woff": "ab1966f1ab3bb436e489c2d6ee562cf22d05b6b8c9bbca17e903518311aa45659efc329255e08ab597e2b8effe3bda602a7fb56b7d0c1d872b69337537d49dff",
35
+        "fonts\/opensans-extrabolditalic.woff2": "2132d6309969f868521f2d788b991bc9bcf3239f1768db9a2b90faf8838c35efea85225b24db256f54c86d0a7915ecd50a7f5348e6ab040e0f172ba7510598cd",
36
+        "fonts\/opensans-italic.woff": "a9751e7ac7a3c3d9f739d1fe00730a545b68e4a6473beafee8edf583f175b34fd5e0b60a14ec3707c8691fdbebea17e191c51707f50a21281e76be46f55a1140",
37
+        "fonts\/opensans-italic.woff2": "7a80c01d34562e2fe248a71078ffa9413c04c9c320d27acb0bce96cc295101eb9e80a25e97dab3e67c184c40937862be820581441aa4100bd512a26ef2d523cf",
38
+        "fonts\/opensans-light.woff": "cca2c5d207e0935c1848e22965972cb6feea39aa93b1b546051cfabe5ab16e909934d007a7ccd174eda1e7671d838f477890dedcb93d68ba722eda39a16d0bb8",
39
+        "fonts\/opensans-light.woff2": "cdc332de1b13eb0f05cc9dd1ebc905fa5ce948eab71e2fdb1bc538ad54a0de980bf83352090becd650af9c101ec9a6898d2e4798e4fb777e41c20fae85fd568b",
40
+        "fonts\/opensans-lightitalic.woff": "26e7759869088d8abba380f0bb22bbb9fdf0a985c0999519390cbd85099e3f48864d866f4639a8ff1992e7c81c755b0bbf66f525d4d38a929067886e9b54eb88",
41
+        "fonts\/opensans-lightitalic.woff2": "b7f80b69abeca9d0369f5d46da192e98a6329cf1f948c897fb7130e0d815f73e293c37f0e6d0047273fe3f13a19e648d1bd06cfa2fac2142ec38ac244e7f0940",
42
+        "fonts\/opensans-regular.woff": "3a526ba177f8f16ad95941c185411f350fab7e5202b9f56ea9c5f972c62912781d66da10e278e065cc6748a4bc9ab9182d68b27eaf380131c602195148e4b8b4",
43
+        "fonts\/opensans-regular.woff2": "66b3e915b891f7b37b441ee18e40f01274fe19f2515470760e503f428fc1c524ccfbe832191978c2c5f6bc4b7ef46937e4f77f5457b6efbf878c97c054cb45f2",
44
+        "fonts\/opensans-semibold.woff": "173f703ab767d0fcff014dac2fa3dcac787ffd0eb39f0c532b6679935c0105daacfa6a32bca97de13e420e10194b701ad2487bfd35d28807563ebf0b16d0ca35",
45
+        "fonts\/opensans-semibold.woff2": "75068ba76befc2356fe83b198bf6da70e177e53cc3128af09d0d9f69dfe538013f2828b2363c6f533fcaca4d4b2a5ec5159b5eb6f288504ac73d33ac5d1d2c4d",
46
+        "fonts\/opensans-semibolditalic.woff": "9e1e965095991d4a12a0658fa22a116b043ce20fd5f73bb9655d870ae49c46170cec52827510be323332b535002eb96445f79c3d1e4dd0550ff622fda0465f1d",
47
+        "fonts\/opensans-semibolditalic.woff2": "d7e43f05802e26f4cb80ab6a492b01c398c5b41168c7f61356ca3ffc5f4fccabae5ba332956f0aecad69ccabb6b7526efbc0395552cc5d68e47bec00bc660ad7",
48
+        "img\/active.svg": "3ab8794185150eceb9d54b7cebb6e2a925fa1baa8c979336f4f7b033278b4c48f1a9f4edeb92c2dd633fd4b2bfd199ed6634ec5db5fe20bd59bdeecd6da74463",
49
+        "img\/active_archived_conversations.png": "7432aa1588a1e5a9ff0d087b9268f904ff4d372791ea17eaecf9850dda3ebf568fed67f369c3ced0ee430d22eb8aef1b488d56431e396712e5e2a6a34cb2ae65",
50
+        "img\/active_small.svg": "c9076edc03da508e2c9ed3744db125cd961fae8e12a152b0fd8b9de9ff9c94531f558e436c81a358dcc62a0e3f53e09c565eb949fe5e7781494ca463a5c426aa",
51
+        "img\/add.svg": "5711a740d20d8243b4fa9a52783689af96b3b01af6e422ec6a9f0aca16db068869a5a302e6960168d9c90e2dc0a69eed851d69e7f1bf33684304cf861f990604",
52
+        "img\/app-dark.svg": "cbe97fe9fe636790ea0b415035cd78321ff53ec93ab1276d4ef609555592fa13d09b2037c20e06bbb9024fcfcc0ebb806c89572b08adcfe4ee9d06c6466b685a",
53
+        "img\/app.svg": "010ad7cee20f3a256a24bee2482b6798f042a3992c7df5d56ba803cca93552c3cda2a68d1772e67143ce45207b89d397e34ba6909f6b8515134db64e2c5497eb",
54
+        "img\/archive.svg": "ec3fd9dfd0724a1ca352043be8d1bea5ed6de6ef74e72dbb8e852d9579a330a74f16423587fe22b4a515cc593e45bc598a5f9b0128650a6003d7ccfc88522be4",
55
+        "img\/archive_red.svg": "0e43899668cfd9ce3992e02c8a99a3d011b9c94bbff57ed2777305d58350e031aea33d71aaf4e48d879bd19c6a29d981fa7e37351d4f13d84aca4cef42ce419d",
56
+        "img\/archived.svg": "6fb344ce2d1927a0245379857d2069c3b22acb9645ccd4c7b2d159575298433bfeb2e91fb2cde4e3f8536f197b0baa885d8c1546fdffb7b1587dbc2ec1013add",
57
+        "img\/archived_small.svg": "70c8c0a692bce23a07416d8782a6fd8ed2a68d27dbc384d8488968c933743d9304df82ab5f4cfeb4748449c38874e5c3b8fc8ec325c1742451548e7697b85726",
58
+        "img\/arrow-top-small.svg": "3fba2fbf3a27f4d6b44d1c94da2260d025bbe682a3db18c21b9aa548f4878609770cdaa2e5c24e8b5cd97249647187b7499ab18bcd843ae7ee145def41561bbf",
59
+        "img\/arrow-top.svg": "d89358d5d6316e6298789bfaee21aad3a48468f3744888e32325da04e70be385a0f72b97f77e9bb3c80e5907a4c6721a1454b2958c7fd35f6739512a2f2c2b9b",
60
+        "img\/arrowDown.svg": "6fb30b189e848b26369238f7446eb1533327a4e99c70b699c10bb03088eeb7d47393f18d4f16bc03edb945f36cf13b96f05b763dba821c0b04b209cd81624103",
61
+        "img\/arrowDown_small.svg": "cb41e401624082681d60fe5a753fbb3de0d9934b9313ff2f683cbef349ec5e5dbe43f59f60d96f76bb2474517a2a98cc48e1391e8e10c382c85ec9b8d5b3ad03",
62
+        "img\/arrowUp.svg": "4f6a413d836635fd7e2e4d5846ee257c9a13e80624468e444ec906febfcf07a1c84f48d29cce730f29729cc8fbbbd3dab490e2192e5beb2707a6a4b1036bfd76",
63
+        "img\/arrowUp_small.svg": "817c225554678442d19f5bb75733ffff789a97a54313aeac543a3a5dfd90d59b79eeb8032190d2264c8a35a46ec9fa0e2c6ec22e28016fcbbc757fd2668a2c0c",
64
+        "img\/between.svg": "8e7f4309dde5c83b0ef55b72bdac1d5b9ac26b8cc13d134f13a1819a6d214ddada19937cdd2012aa210dc612c0953e3bbb266aa98a02fe55607a0bc028251ca7",
65
+        "img\/check.svg": "aff77744fbd4e8eef8d91fd9e128e9e8be2830a93db9ba8d8a8277e78c8610d6ea5ec9678b3dfd2b8f2b4f8970dc40c4111e7af5011b0873bf461f5fbdeeaa88",
66
+        "img\/clearfilters.svg": "dd92c6c434ebcef78659c8b1f2f80444e25c6977e3ba86f3490baf6d9fe98581901a5d5279f78912b0e7b6df434a552c51e7223015579e632ad88665104004a8",
67
+        "img\/clearfilters_small.svg": "ab3500542d45d66ccc2a7d852ab3fe25e942f270cf0400efb07790eef182c891a7d7d349657c9d447a2cdc7361d063bb7ab05053aa74cd7f7d0b98aa2b872437",
68
+        "img\/clock.svg": "d8aa7359883b08e96bdc3c870cecaf482b149bf135f3ecabac77081ad0d7db02caeeb516aaa111d031bbea3e0fda05a295069a8c00d579ff23f140e99409155a",
69
+        "img\/closeconvpart.svg": "6253cc849d6322ff6395d3fe82106aeec1318f25e482b08db7407ef39ef7b02a3a6fef0916dade71c2f6f6238626a7a6edd11a4aaa266af478bd3c642856a3dc",
70
+        "img\/closewnd.svg": "38f6ba89d70905ab3d2c7d524fee42ce08f007622bb1256d04556cccdf40f549d39ab2fc455c878e6c318c03a8680d042c8e7d0dff9360a921e397e38567bf9a",
71
+        "img\/conversations.svg": "412ce4a14bb38b633ec0ff7d714c785f45f9153e0e5d77d04a051eb551e378374961e68255e124a2c5042a70d7c11fffce95631336529502503f920844d3c25c",
72
+        "img\/description.svg": "e024846cea431279325a17c92c964490a09e485cd3828f232cf69dc9c10233b7feda3c8bd0fb1500a0899fe356a2d7d7df9bd18a88bfb4076296f10181097b1b",
73
+        "img\/description_added.svg": "35e922d182e98be95edc056b3d2ff7eacd0443f49c294cbe7d0d3353284b590db1a7c4f72fb3505da4b2c65021074e41dff84473a88b0c92fa271675345bc49f",
74
+        "img\/dots.svg": "e4a46301c4b70f3820be8d6906ccec273a96edaaab44d7c133bb58f5499f2fc6381f2029c27d0393e3d31e1cf10bc55ee98f05347fa6af3533cc74290d9bb909",
75
+        "img\/filter_blue.svg": "740f464212882e0f785ecefceb3954ac836ffaff5e77d1cad83d1296c88fa469eafc1241a111a48d720124cc94ccc362ecf2da4121613e6a512f596057506df8",
76
+        "img\/filter_icon.svg": "5258d0d0e3677c10a8ae5d8cc37318855e5a6d5071d5a61ee6d29aad7109292502d60571f2c5ae716295dd8f93a327c060ec7c65f2f9cbfee4b85086682a385e",
77
+        "img\/flag_empty.svg": "a009b1228f4b504fc1e72b33a06ae0c8f1173b011c03bb5051409f8d732b5c51fc97158e234b2ca29e58522ce84931b925a6b710bf7d25240fbad4375f252748",
78
+        "img\/flag_red.svg": "1f3590d7a9fbe9f083970481af1cc4b945cfd0604fc91cd31da129aed67b1e6bb875f0e54221d217c6b3635446c291b7009c65b822a00779752ce6a30cebcadf",
79
+        "img\/garbage.svg": "b76cde0659b7f127a810406d2b734f03871e3a7c8bc53acb723c2a97fa6ca0801a26cfebd4ceaa28d2ad237a67a222e00aafaecaf7e749cc8e8f93ae35a4c4f3",
80
+        "img\/garbage_bright.svg": "45bbad63a659b6add876294f8aebda1cf03790b0c253ba442f04fd9677c1a35795eb823dbb92bbf38066e8cdf89fb34671763dabbcdad4722aba3ffcaa21581b",
81
+        "img\/garbage_grey.svg": "8b3f724edd0a1ac3e1161af3b37708bbd007aab58413c7e55f4f43abddea740b5a7956ce1f8c845bf99117f0f99716d6b5efdb7b221d92502ce4c89176345a80",
82
+        "img\/group.svg": "fbc10073fb9f5ac1780ccad2c61586512a922359b48ff76194bc5be2711ba99efcf9ce42a694e4cf1209dc78cf2bd077e12f98590c1fe1123260a23419cd256f",
83
+        "img\/incoming.svg": "c8f6e4c7e55c7fff5c74a87fe14e9f404fe5954a546949f148fd60cae7dd2e9165e883c34f1a3eb5500c12ae2bf281ab1607e04c4b75bd6322571ccf7e6ccc25",
84
+        "img\/list.svg": "2364a4ad93d0e4c85345a293f4f6b0e4135cbfb8b7b5e1ecd81d08affd0e0441439f9cd9e60da77eaa53052ef20cec20b49263e387b500c1fb4a3607b081e73f",
85
+        "img\/network.svg": "8778d56a1827da8787bf74704f1b296f4b882e04a1a36434e91dfee52f8f00925bdc72905de3b3833e3f79aa9f51d9a3cc7855aecade6892edf84a042668664f",
86
+        "img\/nextcloud_logo.svg": "4e0d3f0c371d668d83d443e5b1f69f0eedcc759092601d8fe8710dd97b16fd53aa3f9667bba7f305dc3aacfbc14e29b09b78da8b7bf6f41dcb83f5b16473991e",
87
+        "img\/nextcloud_logo_bright.svg": "aeab941556e29f9537508171583bb3309372866122c150c887c21d6a567c5aa06d2653db67c7151b064d4e2fa25f1fc63df21c786ede02ca5f40f12e5c1bad26",
88
+        "img\/outgoing.svg": "b5be7538df66570991b975b1fdca452144fdc27a14521dfb2ae4d0393d0f3b8abb6837458892e04adbdec0182ee3fd25ae33c6792457154dc2cab6e35bd6eb9e",
89
+        "img\/participants.svg": "83cf03ce7bda7cd15a87da78e5e4a8b7db674ff59ebd377cee909fc90b0cd746714123597d019e9b8ce208ce86f4fe03890c9c11b8e858b2e4e0f704aeaf165e",
90
+        "img\/participants_red.svg": "6a26e9d9a45d29f90e6ff335adf644310e55907d36af92cb7441babd76c826c6b31dfb3297465c42193caf450e1e84f8ae2f01a89cd8a58167a035ccc168e4c5",
91
+        "img\/question.svg": "c2bb43256a2b8c43997dd6b40a2db8c811e3a2a28a0ebc11c8e87d71c21b8cfea3367a39730e6675ca77c9ec6e9adb4bab65cee474c02276f905b4477e28b1bf",
92
+        "img\/received_messages_on_mobile.png": "ead85cbf9d328caca3840dc3d92d2247f744ac002c3628750e096aaca8ec865a56cd0d77a38c5e46c7f440ebdda0256c2e1dafdd78c6ee883f462f37f9c66900",
93
+        "img\/refresh.svg": "a95a19645bbde5e2146a3ec669950bc6029bfc6104886552eaeb4746733657ecbe4f9199e676ee2e9852ef0c5adb612d93e300e3fa9713fc611e1f8e7c1d5183",
94
+        "img\/reply.svg": "6c603311ec3fdb28314cb8c8477ec491e4d5b04ebc71f3f68409ff80b97fab8397c34a5d576c369cadfbe4bec7cd1fb177ee4963bc9bfca376126979afbadb42",
95
+        "img\/reply_to_message_on_mobile.png": "5b5b3ad0a668b15418c37d0832b1c252125006664d60fc58928bb7ce789fe6afb6a046bdf6c28a8b4e58d358d87f0880c8ac3b2e390bfad77d35f0970cf1d036",
96
+        "img\/sms_relentless.svg": "010ad7cee20f3a256a24bee2482b6798f042a3992c7df5d56ba803cca93552c3cda2a68d1772e67143ce45207b89d397e34ba6909f6b8515134db64e2c5497eb",
97
+        "img\/sms_relentless_dark.svg": "cbe97fe9fe636790ea0b415035cd78321ff53ec93ab1276d4ef609555592fa13d09b2037c20e06bbb9024fcfcc0ebb806c89572b08adcfe4ee9d06c6466b685a",
98
+        "img\/sms_relentless_delete_old_messages.png": "f8534ca040cd5e7d1bec0dcbd309742ff18e4cde8f978deaa2b50eeae8c810b1c4f605d941319e68353bb20a3b8fcf9e126d76e0b65a6176db530f8c2c9eae4a",
99
+        "img\/sms_relentless_exchanged_messages_popup.png": "7f64fb5e59222335a45fc93eb1ecf58e67635441d7768ecf3939dbee2ff3cb55f3e0f4c1b4e6b6e38744d86be65609ceca3e839538f185e62d98601218e16ee8",
100
+        "img\/sms_relentless_filter_messages_by_date_and_keyword.png": "d61047f211bfd6f51bb4222ec68fd13ec69af764964461f6e24194d99fab49c74c7e80c411c9be52f52e83357963a49fd7b2c0abe53dd60a145e5ef10993da26",
101
+        "img\/sms_relentless_grey.svg": "ffac810d151f22067a4ce4985b6c84ec6f6bbf7f1c0a8711ad4a374b838251d3681edfa8439e18c1fcb78160fcdfa20d4f08527a594c5080938aa611991acb2e",
102
+        "img\/sms_relentless_grouped_by_number.png": "fb34074ffba14dab82d4549162b4a447638c702b5e6c496f4bb7015b5456dbb2de919ec5c467c973f3299ef49b11e239a4ba4a7e78c4f306f49f11b6d78c19cd",
103
+        "img\/sms_relentless_logo.png": "bcc8bc7301aa9c4811ee875b5deb4ed21d9c7eca187970643962f0ae11a7483adc5257e26b307c41644dfef63ec82c4e61a221f133c62827e1d4418928c253c5",
104
+        "img\/sms_relentless_messages_to_from_popup.png": "a465c0c318bef7600610c345d3f88beee50bcfffa7b11986b1a8030f98797d73ab25f4eb1c773562566c0e0e02b69048f927a6da2a99e638f3ac09368b0ee0bb",
105
+        "img\/sms_relentless_on_mobile.png": "dcf7c74ed512afb2f296b675c4c6008bbab511ea77150cde4523eff16fce8a4fe67da9bc1adbd76ed0e9e3f27589ec900edc936ee7c3a9ac5be0b1720ed8b3ea",
106
+        "img\/sms_relentless_received_messages.png": "c661692d3f1a766aac5e453a387f5d72cf374691010790f80087f35e78152652e963b937ff9f74bafc3513ae56561e4bae5409b5711cdd792aa09a10b7d17355",
107
+        "img\/sms_relentless_send_mass_sms.png": "277796f41a62a36683d9fc8f3b125dee29114be6e2cf6544c5023219c032f8ed2667ce02543b7550c0c72ccfc29f54d4a5e6d41d47c3dcbfa38eb8a48072c779",
108
+        "img\/sms_relentless_send_mms.png": "af7fa40084cb677f72f940585550c0a3515bec5989df70b56ed6e3a99d894b2fbc2a1faeb31135f897520d478f6aeb39ed5c3632a2375f4d8ca23a2b65a07474",
109
+        "img\/sms_relentless_send_sms.png": "75955a572f44c24c5e35a556de66d60f7af356d8c5b3a95134dc9165143326d285c4ec42a8154cc017fd4020d44a7df911461f00d2f3514cb2bbb6e519b206de",
110
+        "img\/sms_relentless_sent_messages.png": "ed145791dabad6478c05a9aa3a396e7a3422f64d90143b49a5df1a893f2279931df6945ba5b35b80291fd738066f4040dd468e4bee2acb630956af1d89c2a5ce",
111
+        "img\/tag.svg": "7c554ae1a7b31af214bff8429fcac39ea4218bf55a83846b53b695bfd2fed43859efa7aa99a7dd6b2389a904baddf54f09e171378b02d9aeca6d0bfb74632289",
112
+        "img\/tag_added.svg": "346f3b192dc194bc100614e6afd3958eb52f76f641b402674da4d0b7273262345a6bf0fad18f9962a0edde724af5c231933e3c5391a6fdf8150ef784087eed46",
113
+        "img\/unarchive.svg": "a278a8e54b20c462cbb283dac6f5ecaebf863b055b377d32bb77e8cd443cba4e961d147729ca737816df1e90afe0b28b6b551f88a4f5753f14c87eb35dc55005",
114
+        "img\/unarchive_red.svg": "331ca9e9e9d51b70bca279366d7481153a24130cb19fbd6a0fea72a425967c9167bbe575c0d54b88b76d83a533b9fc2737b019aaa75e12b781b5d2e0d1c103fb",
115
+        "img\/user-grey.svg": "1128d96d0a4281591140149de57924e014a1d709ab97d351100c901569bbabc8c8834caf1a5932408b7918997547c323b8b9f4f410e1f03a4eeb89045bd95ff8",
116
+        "img\/user.svg": "d69cf4ee448f7ba5d46fcee24895e8705c297f078d943ecee1ea242b470c5e89318a5eb077c81e9c2a656f903c4e869298cc2935cf05a4a5f79e295dbf86df60",
117
+        "js\/adminsettings.js": "fc9b8c1980d902733f312c4a74d29414f04a7b50927d1463df5f6cd7b10b177c405d4d9f6f89ac07a1a2c6eb475ba58f3333edfa5c0a3eb6204bd70ca364971c",
118
+        "js\/arrowup.js": "f7d5c5aa20b49cf936f88e8ba0d3dc8574481f842edf3867fc761ce4b20699604a66a611dbcf999f25c3122fdd2b97d5f7e84e090453fd8563067f9821044478",
119
+        "js\/deleteoldsms.js": "7f967d97186690b1bf07a36efa4af3b593ef53c0efcecfb61d125aa15d077d5a6e69c703e3a0c0784475c5985272459c1fa9865395f7689838ecb37eb1b84ee0",
120
+        "js\/sendsms.js": "ef2b36d542b0ed5b00effaab76add3057d6bc6f04952304b157c51351fefbb7ed4210d0c9250d7663f2b39949a98b4b7ddf57edcbf532f3679a8428dbb924577",
121
+        "js\/settings.js": "32d452c8fdd396331d1ac99f82b1502887fcc8736c7cb9a69caa67c58fddeea248f9f0af138779f8c91f5710d15a7df37893aee6a00d475cf25dccbc888b1d93",
122
+        "js\/showsmstables.js": "103c3231951fff5c7a05f68ed2348769ac8565165db85efea9ba3cb1e28a00821fa1472781493b7963f8d614db619f1a6488df6cdb32237860c21ffab84d76c0",
123
+        "js\/tiff.js": "0c20e8d4f9f602ef497a26a50d8fd253abd55cf53afb0699638264550e931aba9b5b41c1ab0fdabee064046aab13b921c8d6988d76048f6c9795bed5aaac8aa7",
124
+        "js\/tiff.min.js": "c35f67b587aab62db7a3de662779a7b3264d70f5f856142cae88eadd1b477e474977f2b8c5ab31c16be002cb7ca9b52282e6de533b6fd79a02e6d33815919cb4",
125
+        "l10n\/en_GB.js": "475318da15c9eb934c4891702695fd9b1c9e98539585d2324b6702af6adc4a1a6adcb0e1e353163d5816de63fbccb8a0f3f71f0f2ac03c203d1ad9eb8eb56d35",
126
+        "l10n\/en_GB.json": "acce76cc12e2305761858a524874d691e463395102253d654c92f53c58b2794d185505256386bb6bafe55e16e291971fb14ee5bf9bdc495d0868016e75de61ba",
127
+        "l10n\/en_US.js": "475318da15c9eb934c4891702695fd9b1c9e98539585d2324b6702af6adc4a1a6adcb0e1e353163d5816de63fbccb8a0f3f71f0f2ac03c203d1ad9eb8eb56d35",
128
+        "l10n\/en_US.json": "acce76cc12e2305761858a524874d691e463395102253d654c92f53c58b2794d185505256386bb6bafe55e16e291971fb14ee5bf9bdc495d0868016e75de61ba",
129
+        "lib\/AppConfig.php": "c52269913ee80151397520bbebe4f0c725526910ce18f8717ba1c8016a5f4dcdc9a6f9350bc56c8a6b607ea342ee0cbe0f65afd9f03c31902190c008f41c9672",
130
+        "lib\/AppInfo\/Application.php": "7a4b185c9d8c130f7d3d804cd92099d38925e37b910f8bc2c433e3f0156f5631e2f952c7ece34f25e7139391f03158f3df1a3f60662d28699ecfbd89965b8cc7",
131
+        "lib\/Controller\/AuthorApiController.php": "2e06cbf971f01c7acbe2a21a8598fcdf273914ceffd26480f85e29be62a0be58c5ce7cd544c197569f225b61bcdd11837990b9d7c6da1a2ed1b051ca3fe0e4b5",
132
+        "lib\/Controller\/PageController.php": "07da5883ea41b3f7993a3e358a03a3db592a30fa81ea1ed0f26a234fcc3824a243316b76824fb9a24f40304ae945c48118dd4bed1f0d2f6993e479ab2c1dcab6",
133
+        "lib\/Controller\/SmsrelentlessController.php": "0f6cd717236b701fe04149764dd631a60f71ff42966a4f50c58ff6116c09425d57acc53df0fd0c93291f07ad2cd25ff13f3a328b631d47458539648755d48584",
134
+        "lib\/Migration\/Version100Date20211106192148.php": "96b9793edf72598c0330aed9f0c6c27ebf02287bd84b6b7a0285fc784bdf6442b560bc5dd2e55b464bb384a24831ae17d7ea144b0896d9b11cb82a27fbf602ff",
135
+        "lib\/Migration\/Version106Date20220813144231.php": "33f1f2953e038350e37c670462cc79fa48ab3a72b595f5fce970fdcc6d7eefa3401722da4cc532c7114d0c8aab7fbf0281afb374a695d5c1c1b311c30f64c9b8",
136
+        "lib\/Migration\/Version108Date20220823132408.php": "5d94388496cd88cec1dbbe67a2e9d6ae6fd5db7ed42d4bc737710d3c51ad4d8ad29d53a62739e05e2986e2d4c96374f4660a53dd7b7808d30e44e5c605105971",
137
+        "lib\/Migration\/Version114Date20221202011625.php": "920ee001204afad537bf2b7dbdb7c78e95b4ad0c79f5f693bd56347a1df91045cd83348f99e2ad714df2a735cf1a1d85aeb385c675ef6e90eed26f18b0b7d344",
138
+        "lib\/Migration\/Version116Date20230508212745.php": "556137e5580eb33beffbf6198447581b71de677c2a2561508c0d7f2f51e3ab7ca9feb0715b994a2753616838ad732e01e6cacbcfb521eaf559fb40200f0594fd",
139
+        "lib\/Migration\/Version117Date20230509183517.php": "dd289fe9ed0947b1174390dbd921ee696b50af9bdb360585376a6d5334e390dbcae65833c13c332732309f8fbaf8d83d047df6accb8118c9e4fdde8370db7b18",
140
+        "lib\/Migration\/Version118Date20230509194216.php": "165c805c76bedec7f48811fb4a83685287daa07660cf369b952ed2dbd9a6c0bf1bee2b78d3642478acc37ebd597f0df7d9eb7035c047acfc69146b664afdd286",
141
+        "lib\/Migration\/Version120Date20230520072431.php": "322eda5d5112d5e52a466c91ba02c40f1e77231c627c155e00cf6a924fbe16b4d6cee69978b0b3789c5daa03dfdb3fbf0f33b42fd40811aa366c7a227db4c31e",
142
+        "lib\/Migration\/Version121Date20230523201743.php": "d4f5e1520213a4f0a1d74c6faa1da8a4988dacf8d3f3c7aa8bb932744789a366e1758e2a9be14c7768ca7114ac0e7588ad53b7a9ad6bc1a45da5ef22806126b4",
143
+        "lib\/Migration\/Version123Date20230524182156.php": "7bc033f8852ac9b79e15bea2e13421c603acfcc443304bd36cb0f015991a0816b90950e6b45a84ebe5e03e92c4604e3473dbc90bd72810166a6a20f97eec546c",
144
+        "lib\/Migration\/Version125Date20230603224815.php": "430f98229247d0ca7e3c96f44d810e84a04a9b971c42f645eaaad08b213ec87506b4253c013b47b4c06d7f595aad414a17e3a9078b0fac9c9ed0d980bc39b4d9",
145
+        "lib\/Migration\/Version133Date20240215094712.php": "a47381d134e326413d2b8214f602d0abe5de30f99107c3f68bc2959fa6a601426d1f3f8f5a40b2ec7e297de696234918aa96eee51dea504ea76dd9fb63926958",
146
+        "lib\/Migration\/Version134Date20240402032516.php": "0dd7ecee413ef1bfe1768a2fa795210100acb9234c447fb1a0fd80239e7949485d33f1509408a09425db9171bc18dc2ec94989bb6160337078ae60c2e2fff732",
147
+        "lib\/Migration\/Version135Date20240420221527.php": "da9eeb59daf3988cfcde8fe389b2992066ba1004ba17b099a17e342cd25a8c75aa2998b374ffb99ceedf0b223e7bb54d5db95985449051206437982e6f1706f7",
148
+        "lib\/Migration\/Version136Date20240502081941.php": "1873c51de3d4a281a205d424c4c9de31c033a9f6f2801b507ccd4b874ab33140e0f0ade472998894c8a48af0ccaba189241439a54dd5b3ced41d7174daa56f29",
149
+        "lib\/Notification\/Notifier.php": "87389f3cc99cd6e54357f7659cea534bddbefb9912150ccc9c38ee71606aed37831bae0dad3670156813ce50493dff9b2e7a4d838dac043bf9c7844879dd9f44",
150
+        "lib\/Service\/SmsrelentlessService.php": "ed05ac81c06dbba9d934649ef65777b799ff3e2c62456bcc5222bfd5dc0d1dfabeedf94e3e3a63dc71434e71940695f306bdecd3fad3b86a9746c4a29b2ac01f",
151
+        "lib\/Settings\/Admin.php": "e4e5f6e8fc5748b11c90b676326dc228fbc52fe1f77a07e7b7460c6dbf2a8013b5e0b0f9084aac3f941478ae6ae75c47be17df3d229d8a998363b9a1d289f405",
152
+        "lib\/Settings\/AdminSection.php": "1c8fb26e8347d67c69af385b0aa33be2764135a4672b872b6c6d41bef3eac6733ca2796c393c8ff334ff56accd7ed4d4c38ca50baff2360d8d8be02b9f8a7c08",
153
+        "lib\/Settings\/Personal.php": "db6fc80342c865841edcae7d2cce5e50d04473a9ac47e26c2daabce493bbb1bbb922bbe9eb7353d759965506dbf1b4c99ce8e9c93f5c43769e1064cba19f95dd",
154
+        "lib\/Settings\/PersonalSection.php": "e65e1a8939e3818e7cd295ce86581a603b1e2fedb732ce51ed1fce62cb61ebae9b93742b1d923f08e14cdc6bd5cf2818d47917321e0aa1736932830c05a81682",
155
+        "providers\/Flowroute\/readme.txt": "25f08fea0f30105e850dbf07bb7a9351e47883640dd87d26981cf50f02ab5af8ef59dbd1fbe5e4127c0e019e13ce036f9414401b9d3f3a924c4125c291e53446",
156
+        "providers\/Plivo\/composer.json": "2d8def5ce9444d4bfe4ff32e008e6aeec924efd40e0cb61f3a72585fc4cf89e7b62970e796d56ebdd5d2f6378f39d3ad540ffdd02c31e2c4daae9b760482619e",
157
+        "providers\/Plivo\/composer.lock": "d9a2b89de334156eaded5ca4cdaee9b53c05e5d78584faf000a141692225a1bf6a1dd9ea6259bee2158ca7669c4000b3c366703fcd1f55a835278aa9f653c7c1",
158
+        "providers\/Plivo\/vendor\/autoload.php": "597387bcc320be22e8b0060c456fc745d8e3fbb06cd1cfbdf093b0ee52aa30cb7e4c31d6d8c38450f52387c0cd5f9d0483e3976611d96f391f5651b71d2095fc",
159
+        "providers\/Plivo\/vendor\/composer\/ClassLoader.php": "2b6fa585122ace1ba816410acbd8372cb75329917aae6363dbad48e396cca581452616e1386a2e445a8fbb0e461b988279103f4f89adf704bce7726f761abf0e",
160
+        "providers\/Plivo\/vendor\/composer\/InstalledVersions.php": "62b61a5303337c975905fa55addb6b1157034fecaa5fb3b5bad251ef7fa1b1ba840308f64fd2e1244d2098b7f87431e35939a153298530cdbd82f81b99cabaa2",
161
+        "providers\/Plivo\/vendor\/composer\/LICENSE": "f3bb64009f41a425df5a9bbab53490f0eb9b74fa8d6aaa2f57efb928edc4ffff330260666edeaa04a91fed708c3663371cf01b284f3a08d6698aaef7a23f355a",
162
+        "providers\/Plivo\/vendor\/composer\/autoload_classmap.php": "1844f7843fdaabef42d1d9e4c09f92f51a5ad45b26d44b34a2aa9202a183489239a0f5ee6502f302b169ccfa3a4bea7308771ca02d3bad96095b5b2194a65377",
163
+        "providers\/Plivo\/vendor\/composer\/autoload_files.php": "c0eaa5b28b83539deb67f24a98ebff5ac0483f9117a72d5cbba02e26f1f18cd4c93ebc23786047ee61eeef11961c55ae6cd4d4096a16f18a19d2af49a47820bb",
164
+        "providers\/Plivo\/vendor\/composer\/autoload_namespaces.php": "0ac6bde683c053d62b7024686ecced083ca1a326d5346a248b1a058ac74a5af71d515d311ce76df799a518027f734b80b9e7f6e8022a9556c0f24ce90240d822",
165
+        "providers\/Plivo\/vendor\/composer\/autoload_psr4.php": "91bffab80b2ba961f206bf3008a7380f81b7cac7b09afe4bcd2d4787d8b4c839ffe2a67442e04010918631b1c76b66304e7d7bce76371e741b444f2ef527355f",
166
+        "providers\/Plivo\/vendor\/composer\/autoload_real.php": "2ff5b7a817e3acbf585fe506b11345f6f3ab0f21c0ee96c67037f09de6130126d4c0e728ea22508192787a451322369197610726f96f32a12f91b7e48cee86a1",
167
+        "providers\/Plivo\/vendor\/composer\/autoload_static.php": "4fdf5e58875a6dc6bab4aafefd254cf3504f78feecdeda5fb431a56f84b37d2cf8fab8e233ecaadc2667f1be492ded264423f3200e1095aa507172b0dad3f60b",
168
+        "providers\/Plivo\/vendor\/composer\/installed.json": "0365a8c8cb376a0b3ca8cdf63147012435d2488c5ab585db3f9e0d926b588887992c1c8cfe07ac187f5f72afa9a3db936c6885d443db444147d7c87ff0f3084b",
169
+        "providers\/Plivo\/vendor\/composer\/installed.php": "923c151f9cca2fe9489aa4cfe04053d20e1923dfb388cc6aea2486557d77284fe6d9d2a77a7acd94496237465f03b712166a2f2f5837ab13bbb7f0aed8d52552",
170
+        "providers\/Plivo\/vendor\/composer\/platform_check.php": "49e79f2c7c1c32796dfef02f64feda4fc8fc5aa05197465fba579997d332cb9dfcad3511efbb34a32a2b2c8d8901be4ca39867026b2471fb17999ba840c3c340",
171
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/LICENSE": "6f6cbdccc57476f5386f5336c1efa105b4116760a329ae2fedb30fabe1f34f7c1a3073e7f711e07284c8b57b3b8ab6dcb38ba8d71f6835ac024ad524ad658f94",
172
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/README.md": "8f3226941b2d676aa31b66f5a38f6fa78a4073ec7ea6d6a3aaf0209072cbc8df2ebee65f64460e350f499f8448542443f9859db75f927fcbe70f1f59384e1a70",
173
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/composer.json": "82e17e8f606504476175a3c5116bff37c3d58faf5fbd9590cc4047f787b6aae79a84c660bf2e8dca453b998926dec84e6d5bca5d81b6817e09d99c6774cd04e3",
174
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/src\/BeforeValidException.php": "8aac5fb14b6d94bcf048a1cd4935af09c25183e74eaad8f2db19902f1f017a33261707b12be8080d5a662bd01d997d4d5805cfcdf3127f447feb6ec6b971f563",
175
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/src\/ExpiredException.php": "7cf0ec0dd02717f5152abf5c01979526fbb89f04c01802915745097c8606e432b41a4de5bf92b7cd1543b37a939ce8e133b7622f29cc48798c321654dfb94a3a",
176
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/src\/JWK.php": "3f134e7503b44f882a92a699dc4cbb4d7415bb93526438e4395cbe877ab2da700d3ef7a8c037d7d2ffabb84e20165f93e338bb32c2bad9426e63708da4f842e3",
177
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/src\/JWT.php": "9e5e21477b0495c3cc6fdff79d9b6acc136c0187d732cfa4ea438d9802be4642c2fe0e76b288238fa29bb0a8e37e31d57546d548519436dc49de467cfa704ed1",
178
+        "providers\/Plivo\/vendor\/firebase\/php-jwt\/src\/SignatureInvalidException.php": "0c00a3a08bf4fc2eb675fe8ad3d8cb732a82a8f88d37dba5e510ec798a49342b8089098dfae1f1ef1906e62a4b8e465fb7b4c6d17c9c0d8e66ba33ab271e5c88",
179
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/CHANGELOG.md": "f99b50bf2d30b8e842d2db14a28068364b330b402db7bb1fe87fd4e1e3a9009edb05a519a4c35be68ba99c4c334680ff52ff0bebb84ab99de8814959d34e9c90",
180
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/LICENSE": "ed4199d68a412c0515450194549bac0c6a6d838b3950c036bff6c97457fade76fc914d11bf008321b3e2622ef0a3c14da0bee2f109529cfa5a5fdc11fc6452ae",
181
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/README.md": "dcb463420d7da1805c5cc020988f60c15fc5623a2493556ba4bba63d431c21f0584c1e65f27bf0a4c7962074aacf40d763981f878a10e12327cff9b89204ae57",
182
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/UPGRADING.md": "4f2540329c6e06bc0f05a574b0ce5d77ac3f7fa4032371665dce41a766cd28ee12a0b7803ca507faf005f6a3ec5107a60978b69a4fede8bc562333b736576f55",
183
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/composer.json": "8746b3c8b0fcf0ede926b6a60b4d34e7a3e0e9664aef67b34e7e238c25179d22ce599e8c4a580e9f3d73122a0c9b373b87526874c947878ab339e662b03c150d",
184
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/BodySummarizer.php": "649dbacf3be500e6171769c18b1eec1888bfe831dcef8464ebce4461d5fd337c60a200d3c89f9bd7c2714c0567e5e220b31ec2970e7a013f914123824ea324a8",
185
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/BodySummarizerInterface.php": "d0a1271ad03136dca5752c0dfaa7fa678c6fb03890be828780201cd9fbdc8169ff4fd7c17867cf82ef1672ecf0e9f871f682ade1a8ff37e7b84d24c572e1b962",
186
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Client.php": "8fc98c3490398476a81f660a0dda38306acedaab2f662f762881c11f98bab8b5194ea6c05477bfb2676848f54229087df8fac0e6aacec6499f2313e09b940ea4",
187
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/ClientInterface.php": "d1ab53fbb1b6695e6537050421b3a749a7b34b3184015da449a1c76987fd6944bcc1c4cca7247b98b338926af89fa477f9be4897e6316cefb2c1656520c3ea2d",
188
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/ClientTrait.php": "ec1e95b2f1c56e4443c6fcf695ede88e02f1129b7027287f968a0ef2f7debb7533ce2371a27b5ee07f78818786b0a6d1b3d2f8ce28f44f4a8f7e275bbd1b6727",
189
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Cookie\/CookieJar.php": "3fa0964d59cbba956bb47fe103f02e4707a2a6ebe5a60dd5c33f59402a090b6f0110c2795b52f961f6ddf338567382e1248f1e27bf2d0e2033a43efd15e2705c",
190
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Cookie\/CookieJarInterface.php": "a3c6b9138e285d6c6b7521dc7059a04e1c80bc0de7a925c93ecde6c95cb7fadab91ee05e9594d6b891872a557a1b98fc6717ca1d1d46e00992c9cdcdb934a71a",
191
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Cookie\/FileCookieJar.php": "35111b9229059f54b537baec960b8480d5e3caf2961ca3e7e45de3fa5ad5bd0b0a91c2c4231f6386a4966bf9d97aa308a7e444000dae9b21f8c58b6832dee68b",
192
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Cookie\/SessionCookieJar.php": "9cf11d2908913a7555e9e190e6a4ffb0f0e26ddb3d141faeb0e7bafaa6f0b3259119ce6febb6d01b5a7f5a3193f72a099f08ea45b5955bdc7120bfd4857879a6",
193
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Cookie\/SetCookie.php": "7d6c4c14c9d652c27da23923cb577fa999e24f81c1b82f13fa329da3eda3373ba7a832b72d793d924fda9d6a3a02cb39db97e49e17feab3ecc93f395e614d44b",
194
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/BadResponseException.php": "4b7a572e9796b8043d56dc6650709e59bde237b3bacab1206b807485cc850ec99dde86892696d73121c345f1c88a9d2e879dc91be2cd438defe2609e521011b4",
195
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/ClientException.php": "0011418b0cd07eff70f99645a008c30e9a6a90b9ec396e8cf70ffc281140054bf313eba40d97ed34b59e04e5fd6712330d34268353493d112b8029c1c42e5046",
196
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/ConnectException.php": "bca929720f3f8f4484899b18b40f5d4d40ebc4105b316679a9349b97200c74ad2ae6408e2362b4639bcc4a3150fe63ca1e08bc1b159c51744d76466c41203c83",
197
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/GuzzleException.php": "444ae2d2847cc99d9a3895e2d23f0abe59bf0eae279809f7a4983e34098ee0a0ad7408d251df821c4029621060aff1ea0dc890615535ea4368e5796151a767cb",
198
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/InvalidArgumentException.php": "2647ca6c297960b01b29435db7522ece3a997def6b3af71e26113abd43ca4493501c130e7767b845db0e723f9955164ce33664d49bd67a45bd29d270a66e0e3b",
199
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/RequestException.php": "b0b3163e4eb96ace90c03faf9406b89ae21c7cd5fcabe78035d5d9e1e7ba0ff72bcf31b877ce2d5cd38e940cf0ead52659c3637dfa3567745fb46a11cc9de31a",
200
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/ServerException.php": "9cab599fd913d8f0bb1b8f448932ae0b5c5b1cd7d83fc4e1e4c13fec29b0a849a5385a6c40183b8dc58404ed020227b9ea4483ac89d135c6c82e4c7985604044",
201
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/TooManyRedirectsException.php": "99c4e6f908a5dc03939ca083232cf48cecd742616e00839ae25ca173ec458e6da10be2690b98588b76e0f3c24ee7f35c09ed5c848f9348c639c414aecedf6c2d",
202
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Exception\/TransferException.php": "665600a8617328454b70a43fbb72c81ea196584dc22e10324b3c861974aa55ff5867b30b86a65123f1bd4fece75049a9f6c4bfeef5410a9f29913d350358178b",
203
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/CurlFactory.php": "1dd7a848ab73a8db9354fa2f0461a995320ccb677b29464812a484730a85f405d8b6c9b39783881b299328cb8f99e67b9d959b00672bf60a4559b136fdae8119",
204
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/CurlFactoryInterface.php": "0d063ee120e0ff6042a58d29b109bf6573494d427e20184a4d448ef31fe0cb0cedd60bb47c7289d5f6e1027413a28f9f57921823605d4f11086da5c9be8c0902",
205
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/CurlHandler.php": "ae0388a0146bd0cfff1c597570f58acec92876d3d01298e1988dabc717ffd76895b45359cafd7bbc62ca1fb5e7e96fdab70697a2cb469c8c5d0298aef12e44e9",
206
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/CurlMultiHandler.php": "d03d4a374657d671554d06e5622eef0d1b06d0a39a9167ec6f894ee28af31defe1d4306f937376cf5997c1421643e08e757880e45a1c9c10959c967022160f96",
207
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/EasyHandle.php": "7438c054921687fcc4bea6ef6b49aae15651a95cced2cf73ffe46bb15abdf924afdd4784e8d2121ca851934fafce69d3661f1a792e6f2352cc5f5c1803ace3de",
208
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/MockHandler.php": "0d8e2e43e0b8079f20de6b86c241afdc83bb5bcdc5a91ac47084ffdf2a3904a79e5db6fbafa4715785ded8fb90dd8fc418aa05bc0fa8c52220555720f81e827e",
209
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/Proxy.php": "9caf11da430da351eff6e9be0a1e8e029bce41283a6d8215e2215d6abbd3f021018564d1e6717f65f280703d5e4dab78a2b522042d63c5a9cfd019b0bb0aa4f9",
210
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Handler\/StreamHandler.php": "e45738ddf123fa57df229fccc94622b9a2ad5dd9bf6f65d24756239b587937bac9b7a37220e65c55f2abbd7159bc16ac785893d4aac5c192e6422af4fc4f1222",
211
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/HandlerStack.php": "900b9df966c3c1f3aadc45bd42a81e8ab153c74d0eb90cb3c8b2f9d46115353f45e5bcaf0eaba1281ab98dffb3d136a0c0fa0058fe73d906eebb741b273c150a",
212
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/MessageFormatter.php": "99460bb55080cbc7e08eb6f1b3c8abc71c38cd5d6e04422bdf8144ca554e7d7de29fc5d5dbf7aab5f7440c4ec9d779d684f8194f90139a1ece1bb086f14e3cc5",
213
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/MessageFormatterInterface.php": "609462659ab00682e7fdd1bb56aed5ad3cf54a2ee3b641623175b9dca0136b4e1cbd3cb0541526ed86d05174a18a9333ba52a9e50f4c05ece55cdc636815e385",
214
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Middleware.php": "42fea3a5bff7eb363a7af1f85a21a9322aee8d7e343295209815739f8bbd5dc372f14e3e8c5454f7650a3b9d802ca25fa069d64fa16b0f5d4d48c3d626ba3527",
215
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Pool.php": "a6d17779976754d7c16127680ae32f8e45ed54c3ef4a2a6364a1e4100ce732b8494b2848977ba6b2bf6fd296d7a54b30a2f021cba5a88ddd0d1e0f3a3712b9cd",
216
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/PrepareBodyMiddleware.php": "268182133f0e484b56fa23193d20def23166eeabcc2fd9626b17cbc20188d76549adaa4c768df695b787d31b2eb26a5316f0a3531ad3ed022aaddf0574fc2ac8",
217
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/RedirectMiddleware.php": "38bbd75b92a6764b0502cea113e222d5cce7abe53c7ea0c01e441fbbb6b0514f2f54388ff14d459ed611925eaf9b48c0aee1b1fb41892d07d1b260734a1d2afb",
218
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/RequestOptions.php": "239e524c17dadb296efbd8b9ba82b94ddfcd90c83377fe4bf2890dae5dbc62f58032205274575f14bb2e745112ee59bb559936b992d9a227dec00f5b2e32c03d",
219
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/RetryMiddleware.php": "01236bb2265c0761148ccdda7d3668c10f9539119bcdcc36f10d077ca32013ca0169938d6f4bd0703018f38fac53b2bd34e873a07d8e5287c26fb64b7284dfe8",
220
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/TransferStats.php": "4fe882f7f801ba55a3934e00d81aef09edd092eadef498f3bb424f7f32dc8d568940806a9d8e80b1b6c768cffd41ecf0814a0bb366195b2400f08a8e310a8c19",
221
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/Utils.php": "c3e52199a0a1755f52b6902b78d008de10e33ff8b93242a709d7a12e8c05c1c2c09c2874439606f0f3ce6b353bbe3b8ac385a236307b428fbccc078e1959c7c1",
222
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/functions.php": "f45c62cbff0de0255f4f149ee3e93c52bdae44492d43c9314a48d8a793ef028f8a8f704a2b28c5b84491687c3b682e9f85c4ea61bf63de56c6cc6a4ba8081ae8",
223
+        "providers\/Plivo\/vendor\/guzzlehttp\/guzzle\/src\/functions_include.php": "058a92f735b5848dc18be383478bd1659a0b578beba1dce5a1ef3b7a0b6b5f643e2f222dd72ed09ec72e8a5c5c9fae9757979f7c4016c5654bcce9d7dfd42d37",
224
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/.php_cs.dist": "4d42019074dff2a1a5bebfa51568de254e5128b88ad309bbed5e8348ef213035cf3a4da66ae6753354a0dcf6ccc0001bfafa2453028bffb3548f2ede26c30177",
225
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/CHANGELOG.md": "0c021cdbfea029de4a20511445e64d0d6c35400025f1361cc913754adce9b2dc16efeac12cbdd489ffcbb76e95f91108dcc557fb9dfdacc99e5bb98f20b55b43",
226
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/LICENSE": "9699a00cb2c5ebf932515e1232b83f79c944f8100881df096de09e25222fa01173bf24d9e083db7d9605d1e4f5dfa14c726aed52c0fc2499643714a9e64c4cc5",
227
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/Makefile": "a350f48cbb68a05cd07f787522193851f9cdc6b2643e34eb502fe261387d97e5ceb8499a22b20ff2fec5d7352ff239a952fa3b129ba3407fae871683d65e9bbe",
228
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/README.md": "1ea705deca28d726cc65d0f55db886545b9f5309ccc085bb482f627a0ddb5f8609d6635f65686e3e26b9a23cb8bf03b3e8d02a26d25eaf8195dc6c2cc93be0bf",
229
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/composer.json": "74a66451bfa422f886266ff300b4ca5f7b0ed62199293635671718caced457f6eab5b8c9467f24e999762f56368fb35742dc0adaa35a233d32c72783112a6c50",
230
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/phpstan-baseline.neon": "916bcb7d298578dfc4770a3c49ee558eef9a20dbff8e3d097506379c8680917b08a8f96f2b59d96b1b56b1ccf4a5478c868a2da504a1935956db70f51528494f",
231
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/phpstan.neon.dist": "ddfcf700a47b916ed1072c979f13d6d51327c9bc389c49ad264ba23279b01151b90aaeef0a81a13eafd40115d407ceaf471c20a61b47f1b4796f8adf3c1ad218",
232
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/psalm.xml": "52c09c8b7daf6d90db16a5ce50b7a8ce15c1ffa02265fd1d4b117cf717331475245bfd4f2dc45d3990d67333988a11081e13ebf783bca8854a1df9c1b0cc9cfa",
233
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/AggregateException.php": "97b6e46aa16ad26a2b714129b83d933cba02ec7afcda514ef67c5027cf5b9b93a5d7cbc72560307adf294179a4d7b86a6da9caa835bcf5be17e398501bb88fba",
234
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/CancellationException.php": "b958ade84fa4e6c7a7efed66dfb6a7f83b9743a9ac6581276eb99bcab667ebcdfea92a9bb114d086c5831d26abf7f6ec3e03254067e2b29abaec995e28cbce8d",
235
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/Coroutine.php": "d1c789e47536cf8c9db52acf791bc6de0d61790856a78f0cf6a9c98a1628d2c42cdf9e5e94e05fea802a099bd3ae3c65b790f2fb5a342bd130654c4cfb4fcf07",
236
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/Create.php": "a3651bfb1f458675c58397460c8534c2819404fc89422467f119de4cd80147177e462a9965bde6a75e74e4354c3c6935cebe1891e6a53a1bb26383f22e9dbccc",
237
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/Each.php": "e57ea03f69e1680b56676ca1057e8defe7eaefeffb456b636f3cb32295eb6be36073c7a9a621f656c40d5661c0fbfaa3a632961d82ec7f116ab7fb5aa9db196a",
238
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/EachPromise.php": "c7d79757cca80b7352ffd12a6743a515255e4a89764f65067035b16fe39c09b6dabb833aec3fad3cb741aefd778f620202caf79e98b86095c6b252f4e555bbcd",
239
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/FulfilledPromise.php": "952eac7f7cc150394dedb72ac97e624db8156ecd41c8afc382ed0cf8e4c2c6c94879b7ddf6ff76608c6a95ef30ee136f44fa03ab9f5ce4b7fa01bcd0c7e7574f",
240
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/Is.php": "894b3c475b5a828e442745507fae4b35bf394fc9fc93905258f9736a67112c321b1f3e353f8f3fb84e8778bff67bd9d27a6fd5ab6dab3218a30d82b8fd14ae0a",
241
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/Promise.php": "bbfba94124c36b87941e1548162708a5543f156d64a8f465f78397a02bdc34c764b60f73d5e77a3a2e48727f4cbd91f60b9c1cd47c0fe205994c4ffdadb99c5c",
242
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/PromiseInterface.php": "8d8d1d9e04d75ceb6d3e656794fa93170a3b1f9c2dd3b53ba6b4dd3e599f880599cab0b1ec15eaedc1b26d09d6c535dc9fe92802ea8ab1ed5927ee8cda7cb9b3",
243
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/PromisorInterface.php": "1058176a68078d02c288528673176648e38d2b8093e67b0984d73ebc710c0bda7019689303b1f064726cbbfc9382e733443e9d5443a77715ba40bb798ac79e04",
244
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/RejectedPromise.php": "53914a46ca238b8d079333f9c71180aed015a77bf765cd2793790dde21fa7fcf67dcedc5c797a1d7caa06d788bd9631628712861b1185f3cef9aa63260aff0cd",
245
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/RejectionException.php": "6dae5e0b0b47538e5c94a3d4890623e3ec41be8198a1d00ca84d77f32b9d074cae13e25ea90e2af614e802aa28271def466e5ab623c187df49425cdfc5bc05f3",
246
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/TaskQueue.php": "431a73762758dd08406a41587115a11e61f921cc01997ea71efd803b2e3882b9cb7f6d89694e06ecd2992f2bffa38ba55d631dba7fabfce3b84d68dd4913a02f",
247
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/TaskQueueInterface.php": "f0b2b36ffb75337c590f82d3d7d19a4caa4eecd6003c0bec7ef935604dfe35f4e960f49da7115b3b3cf65c61d04bdf258310ae1b4f4b6cff4eb09f52626adc11",
248
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/Utils.php": "9bb1eebf4d0f43bc47cda6f70f08b3fde962355075bb87d40ec75d41b552c262a79023a72e2e8d776b6d0db1ef1d412e398ae16d96476aa5c72afbdab9d5a9fc",
249
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/functions.php": "b756c2bce2557e9c6b8db2ebfb026354418c93f54169d1e9249478532bb02e1062c30e14060a3bae195098c74deb4f7580943aca944a162615c44139acfa7861",
250
+        "providers\/Plivo\/vendor\/guzzlehttp\/promises\/src\/functions_include.php": "17063296fca8aa655e7d5267abcf04051cd58fab5a7ff02530e1becb5002306252d5ec55c82461cc51f62c881c51dd80da53ed9d90640b6d0dd56d5e8f819022",
251
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/CHANGELOG.md": "0540da857957565d77741b846932c739e0883751660d561b2a0990a7cec8188573c2d31400cf9f125d1b6eab482455d19f30a8363354341e3c54088a0c418e7a",
252
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/LICENSE": "5d25479f1c9c0b802e2944e029d7011f9b9d3f7b37f7c12eb77321ba448414f79b0b254c0846d2e5e1b8826bed85d7c377803a4ad5d5afb288f220c761822043",
253
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/README.md": "b9759cedfe2199b2477e95fc0770f35ed6a4a18c6e6b4b4e30a20f75945505dcc76834e20e61e3aed90fd790c677536bb43f593de8a68558a200000eca8d0bdc",
254
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/composer.json": "27ad0b2937068e201fd0312a7dcfba706a8a318ca4e09d80f29611803bfb28d48433ba5f2b452da8bd76fdfe2b9f073f81f2e2cd6fc3e4223b20637408f6c836",
255
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/AppendStream.php": "d94d352d6f640589e84fe2aae0bd20880c4d6e897a29a47d4dffe6aed4d852fd5df274db2e68124c7f15b84d6f4fc684873fd03d003db39caa61b024b053e396",
256
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/BufferStream.php": "eee7de67e107fb33e8f97949743726a30e8201fd874490fc93870a410b1e0e3a059b75dda972b3a844b8c739b9b768a73d65c61bf8030589d0d787aa26f70e8e",
257
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/CachingStream.php": "e9b1e3d5e2bfae610677b9d216643be7b2e8b97cf661bc5c67631f994df0dc88a9a9ac7bb9dd68fcfd2ed343cadbbae227a8a46baa3b732733497e24f1338be7",
258
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/DroppingStream.php": "63db37354a2eba98b768f0929ee9a4ffbce1647a79cc9aee5e994cb693e53cfdb9f7a0fc4c32b68b46c64b39438b1c53a30532f5f8fb442f07062a6b4861e39e",
259
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/FnStream.php": "bd25e2ca8ea196a5e876c5b9d01c6f2a27b206f7ba05d047cb46476c52191a594f1280c7435b6429e4ea411fe5fc01a2388e213df26d27c5ae5094a0d0f2d619",
260
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Header.php": "27014466522ffca93b4a3da6e96a5e8501f11691f7642a2e5091f3d0c1b146789ea41fd7fa1e3948f264926e7b764b557b1b564a95a7b5cd56c17c8ddfb6b7d1",
261
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/InflateStream.php": "e19b69eb2f1d2f8782f7285414095ea810f746d02a447badef5ec7185623235f17f5689682b185ba124e71a19b0dcf3d36b64894d183e25edf27f1d1e34c1c0f",
262
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/LazyOpenStream.php": "8c262a2c574767d61a9eb084d6848bef77d047601ec5688a90fbc012d5349d9b4ea188444fe509c8ffbcbf6ecdfd839a461505ed3746b6e1c5283860f7fd4a2d",
263
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/LimitStream.php": "81a43b1ec261207c1a52faac2c5099a429e43083bbe0c9099f447859d2ea12a45d30e7f0b5a994696084b3c59401bc28564685c432644caf6a9d8b9669404c91",
264
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Message.php": "4e9b857c226b57e2d2faea27643d6f213bba65bf158889a528fd684cf1acce6f480805d04da39a32fbd25be9fc51c4f1a3c1bbc9e92f3707fcf33a120b2aa256",
265
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/MessageTrait.php": "367bacfe383be2caeb0064fe80e5f6b138050dd4189bb65ff82d8f86d0b1b604090b61a2473d7e80c733c395cb893fa9eb2dad0a63a353c19da32e940a1de01a",
266
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/MimeType.php": "98467f19beca7d4239963d4d91a7896d44539c13a5c694c4aa8ec68f3b57031367d1cddff19fb51c389393cd1402a574c9afdc448766c8807228d726796d2e9c",
267
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/MultipartStream.php": "5bbb8f71ad1f2f421eac8c0d40c3a18372516e8ab8f2bb3f917871bec9aef0eafbef930902084aa3ca64a8ae930edb1f2befe1e6b49dec387ea239c5c475c099",
268
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/NoSeekStream.php": "f003ec01ce15f5dd56200396a84a2c94a1b134d320230983ef91efb1abc770827018894a1b8d1f3a68c2aa481e8f0bfbaec4c568d0b0fe251a61f76ee22efa38",
269
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/PumpStream.php": "15192b83cabf910107b30bde59197618e524aece85f9d396dcd8459174fe50a1cb82de51e5225b8e6ea64fbeec7b4d94f035bba2ed893efebb660105021fc98d",
270
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Query.php": "8ace1f141c08396103431803ed35e1bf247fdf7f7c7b727ca63e58a1cfdd7e353a6c266c8a7bdbb863e5d290414ea630bbe37f55f275cc5a5b946b794ce01740",
271
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Request.php": "e0582b7b304fddcd81a214bd8ecd4db301479eddec3084b18b822f5e22fbc9d1fe3f3d2f6ba52959619dfbd0e98db304b2400e67675fca41f470ca6126085da2",
272
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Response.php": "32524250d58fba5c152472ed37160a9aba92c586c9b2a6bc55f97134e490636189bc8708fd8ca4145478a5bb20ea51b5bc417fa8d61ab08fab3479a04c4506e2",
273
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Rfc7230.php": "beb2f85fd643c3cdb3c92b401c4df1385bc6fcddf7dfbfbed88396611438720a1b86ecb9b913472ca8edf1bd9782a3692b2138195fb366ac1b8a7f1b0b81d390",
274
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/ServerRequest.php": "f3fead87c83ce2f73b2890ec79cc620f319c59ebc41a041e4b70b38bb1e412c928fd7ff0f10d96fffed841cdc1ef2874d5ddb0e7cfbbad3ffa81ce7484365c05",
275
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Stream.php": "7d108ed410ba89cad35637f837d97f7ef53c43a4666d0502e3e7dc4aad06e7bc365f311961d2bb8768faf9d9c6d64d09e080aa9bc65638084a127e7a563acbbb",
276
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/StreamDecoratorTrait.php": "e1b90e1d97a4a1ed1eb1552bcaa9011f79733167b7e5e3f2af8cfdc54adf0d64a414ed630ec74418020fd8ecc7c75e43db6bbe0fdb9ec6d3ea928bd3bb3f4561",
277
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/StreamWrapper.php": "7ed1833a91a1f56b743172192b7ce4399928b261eddba6bdcdde958bbeedeadcaadff4fe5b3913dad0e4b2cd9346f47b43849cc65bbdb839c9d9e4b586638eef",
278
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/UploadedFile.php": "a66f1119bd7327a19315456f17ac2d3ecb40e564705d41047a91a02b431efcde1eab2750b2f354fd2f5c10c1ec1b5968e84e758d51210f011dafa8df5fb35c0c",
279
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Uri.php": "fc5c81c97687dcd34ebd18c6714479eb6b4d1c7d58963bf7f1f732eae98a04b094dd9c99d58f4bff265b2faf0629a456c391ab5b96534c927420f51a95dda637",
280
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/UriNormalizer.php": "8992ef486358f43df4a9567a6a232ad76883d9c7cacdc94707343e5465c857a4385739f66d0024136df94c59e60a5ccbf1850634a55f2cc1f56adddc717434e0",
281
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/UriResolver.php": "46e4c0ed24579ad9a0cf467141fda7dce6dd3a3d3281a1606261f322462d1b19bca413f3c5590b7ad42fda1fc57e60ba86d121b5af0c5b5a2ea21bbdf07f44fa",
282
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/Utils.php": "be75312627f929b2ac94cd6d12972816a13660a40d25cf87f6fc7fb7af416316ba8988656147a16becfa8120ce2a484c84d9f399b43dea2cd3c7ed916f7d8302",
283
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/functions.php": "f31604b89969730b482cd03a13b1356ff9b91324eeaa9ec45a45f86be2bd52a8209cec55aa878d5875a3c82fadd86848d558789d0072e853505d644f0a2603ab",
284
+        "providers\/Plivo\/vendor\/guzzlehttp\/psr7\/src\/functions_include.php": "5b85d1438039f778c454f67bfd3ff2933d06b1aa4bbf9dc516e385bd36cd749f7001de6278c5a1b4e3c5a7d280876d4d35337f87a0dcc6e521ccc20a3ddad1bb",
285
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/AUTHORS.md": "bd202fc574c862a7c3d4a27653605b6fa377823744a793a7848ddaa7001166fd645d6047892d79c8488786d82fee785b87b19e9af1d04512503eb195bd300aad",
286
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/CHANGELOG.md": "ef87f930b797ba0b32dec670491e021b5c881f6986624c1906d8f910e8393b37e6d7f5eb9f860c1bb8447ce61a206bca80db4b2279c57bb064a28be3d83690fd",
287
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/Jenkinsfile": "98d95e7185d040e9aea6e75118ec17ac34e38e17f8ad5a38d869ea02c0c9de5dd79d208a78da23ccb87444df7b7de827b314469027ee7573cc51423521786320",
288
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/LICENSE.txt": "0974968907abaaf61b640ece98a502e3c677b7cf734ccc82cb522b3e166c50eaccb189b4d31b03bdfe8e61a97b3ce06917a7ff5c7c60887e2ae944f909fb6e72",
289
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/README.md": "ddaea1367057ed09023311b6ce37938985c188fbbcb6867c6c3ddfbdb984b954e42fd6450d1e5cfe10374ddc4448f9b96d6130d465983d634ddb3c0b01a276a4",
290
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/ci\/config.yml": "d50e43de2ba68261ae35625f8ce984903baffc3c6535d31a7fb3c5efddd08f71cf0ec3aaf22ee9e17e93852dd99284b653b343a053ba50a45cf6716033131e3f",
291
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/composer.json": "c6b4f35c928d33d62b48139a8be5d85868fdcd0716380865f8dbe0f5a708600ad7dffb3ba510a45bf4a8002f7e1fbefb1c835de7e3e2d9b7c1cbddf9fa2b565d",
292
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Examples\/JWT.php": "ee8052cfd45be4eac77df60902c518a14bf2df07ae7218322493a8e2d115280b87c65f9637ca766a63d82dce36c7c78e894984dc83031a9b7a8d5a6345d38214",
293
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Examples\/Phlo.php": "f9d6482c51987aaa3d7f0db59cd45030e17284262681866999309205161094d96a55a39dd2898d0b7980074d764e1bde6cb6ad1f50be8a40cc9d557431c1bf91",
294
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Examples\/SSML.php": "932a827eedcd81956c275529815a2f7542636b0cb887fcf182648e8f972006f6ba8ea4a763b3de48aac989f26a5e44752c7d3a62df256ee2b6a1c922de677e14",
295
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Authentication\/BasicAuth.php": "42c036c38225556834ad5cb916db0c4783c7127909053ef623e7f71aa51c9fc968b9523fe5dcdaebee769cecdb0c4c76215116cbf5959b268c8792fa96754531",
296
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/BaseClient.php": "029f2be5a3c7734b5030b4fa96e0d7c0c1252bb7b30b9f001a78abaa646d6d3821a127859e5d170ea5e3c7f5c86d06112f28152c5cb2315f94dbccd318f9e5e0",
297
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoAuthenticationException.php": "7ee7458999adea1ab1722358f669467cb35265eb616ef2eb16e6bc3d42a7f3c2fcb0b42655df8f4f21127bfecded765bcb479a6923dbf1a184e00f6e26321ab4",
298
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoNotFoundException.php": "bf54dd70534e988c27d5e7d17bf8edf9dc65191b77677d9ffbf95ae3bd019f1ba368065e82440e04f9a0d7045cd62b5915943273b5d8d72ba01676ebf2975edb",
299
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoRequestException.php": "6655a36e42e700283235b84889088e378bab6861ae98ea99c20bde017ed39b83dc743e5c166e8129b9910a434b119578b23523fdfd5e9e1dcf3d57c5cf9375ef",
300
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoResponseException.php": "4f18628f90b1c5142446f0e394d5071a91995baec240344a1afa47687ae463cdc3dd18a79008813077a3511c1b00dff7a8715d26990afcb6f9726598c96822f3",
301
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoRestException.php": "758babb40ea45fb50dafe5231605196214736f014860618af9ca7161157255cdf20c5b0bf534f6f6b30a4f9bf612b5ff5edd2f7adc45553ef12555354f82c15a",
302
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoServerException.php": "b2b8f6d1d03a720885ce5718b1c80bc75c7f483f72a1d2d2313b98a37e152ca78bb688f7923f025563517a52de7e915325cf86e463a2083c30ca2473446b91c6",
303
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoValidationException.php": "5faec3f351037d6affa710c10f733c57a7919cb04820f93ef0c19f75b2f2b2b8ae1a0d004c216673977539b713ca31475f233fdd21698a390319364d2b9a4ba3",
304
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Exceptions\/PlivoXMLException.php": "a66429863ac7caad7e0d77f7a1fc105fea0a45e7eecb753e64bfd5a76c89b5eb06e4228bd63a78134090774458a646e10a11417855d3e72b2a6fd75aa754c625",
305
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Http\/PlivoRequest.php": "3fa26ce55e1b201dbe78e4bf3615f8c38d9e6c4e96e5b3673f6cf7985bc4055b88f227677273189381bd29076ae5e8baba6c0cef4bd612f2ff8fbd2847b6c129",
306
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Http\/PlivoResponse.php": "3f9f1ce15ef75db2e028f198d1bb337c37f31fa6dc7e5b985ad589f6a4dd7d873e3dae968b80f5e1eb6056b4bd00e1a4df4d54242206861302f9d6263d177bbe",
307
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/HttpClients\/HttpClientsFactory.php": "a9fbd6c007260fc2169648c9c764ff7b5988af0874b21211f8e85e8a995897d597cbc0c9fce4ec5c8d60a901ea05c5a8cd70684c2302ea17bff528ac674ea578",
308
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/HttpClients\/PlivoGuzzleHttpClient.php": "dc661dc489b30bfa98e0d75f04147d164ad953e7dc51326a20fa94846fe30afff07ce92958c27a9bce9fd15371543852c0be4c24031cf382b54403a0901189ce",
309
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/HttpClients\/PlivoHttpClientInterface.php": "61a18efcb4383bea7598ad9167ffe49a73e295d2ed3229c015f9a5ea08b00362005df1388cf6846f1c331b123b187290a1651341c76ce2cd4233926c927b6e9c",
310
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/MessageClient.php": "f96e09d05b71a2e0b6675300132634f5664026bbb84472a1e7ca5f72b679390170ed5aa0d4e21a4dd1bc646cf0267f0f9240c931657f7cca9b2bdea501586d26",
311
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Account\/Account.php": "22bf526a376e6045fe9045ef4eaef52c769ceb8a7c3ef11902e66acdbb673fa521f70f446e6724155c8499cc700a6cf4f4d435ed06d81baab69f638cb15651ef",
312
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Account\/AccountInterface.php": "5093f51c3803de918f3a500f1754f47a3dbf990008804c07e543da253a22641b96ca2ae5faa7e6800cfa10a41f7d407e5d29e9907c0970a9183a8795be9f7543",
313
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Account\/Address\/Address.php": "7ba3e1e7e136d43989fa0449b29882d78fcea39cb764e54228c7a4a899d5ce4db2deae9d9ff9ed5cc53a8af72f98c55914c10be3dbb7b9a354b8a06e17cce829",
314
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Account\/Address\/AddressInterface.php": "36182073184f67cb024e0c020307d4d74c8b5c65e3ac7affcb76e189c91af9750c318404d8ba3a5a6e104d64459c59c80d7a944395796f0f5aaad18d43d93720",
315
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Application\/Application.php": "9431715557954e8ac1cc340f3f568a6eddd6e00a0ff0356154b2778b118f620d0afad3979e79eef0a583b313256fdd018516cc8128a441dc667b39668b6f506b",
316
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Application\/ApplicationCreateResponse.php": "cb1167e6057eb71e102d55ad2ac3cc2c7aa2a757b317cc97d8d08dc400548d4ac56379653583d53185ee8ab37c4dd189b66af011bc9a32baae55991922c41466",
317
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Application\/ApplicationInterface.php": "77af1063e341dacee15504837264b8140ffa3e8f537b9eb0b102e8f6d184deefab6a08ff7f771965c31d6c84333de9963b2e998bd0389bd0517479d5ee150d3f",
318
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Application\/ApplicationList.php": "0840ebcf3a0d9688cc68a82f11484339d8dadc9d1a50787ee11b3849a361a421f30417ad4322633c53633b4cf58ff7980de6ef87471fc88b16d090f127763450",
319
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/Call.php": "8e0a3bd97abbb7b9d03e22a4eca6eac4989653c43facff064a374f6787698bcc91320352d105f66aa3f31cc0d70902c8cef0f9264062ec4bf4e5cba6d07549ec",
320
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/CallCreateResponse.php": "a3a07958282fc5a6e7b99978427e2361e8828a63c06a940159a7fbb356ab9621a899e6e2a25c27d445fb92ac34b63d8e5a8b6f0782b7f20c7d9f4308306903ee",
321
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/CallInterface.php": "9aa42eadb3b1c06c802d46f1a11b17acf59e0c78ae65b6c9039b4afd9fe53f171cd8023be738a359128afef545a6fddd43bc039d94b014d122e9714f9591ab71",
322
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/CallList.php": "9883c38a74497c496cbf7c4a837051cb6bfa0ed0b9ca9298f8908e7195a000196f7c79b4846417c64af0aeddb6327e45ad4b36352a28e8300c977e21db0fbd0e",
323
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/CallLive.php": "14fc226091078fd069998fe41625d086407e0c22455dde078284f9a3e8fb34fbcac0b75484c5350b437387dc203db7690d9fe1f02aeb09da2d5c57f7b2ffa651",
324
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/CallQueued.php": "64552d83e5911b11202ae4a965bcd7c408643c446566c3d09aebb0bd02fac0dca41477988aae62e91bfb42913900f1eeae9d20693c6bc29651e2734b06cf18da",
325
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Call\/CallRecording.php": "d23438ea994b0ab936c3917d77ae9bb38bc9ca14dff4c5c120a0f583db46891af3bde1a8c3f55d15bacae99723e510184c14c60eb6d3d411d46aa90c5c8acfa8",
326
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/CallFeedback\/CallFeedbackCreateResponse.php": "cff0c47988bfee02787a2d73df6b3165749844c1a93b1fb91e87e80582bd28c8c7efe101fcd532bdab62886eadc6354924eea81278da5037ad9d3ee5d8dc8f29",
327
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/CallFeedback\/CallFeedbackInterface.php": "7860708568f488bd0832e626123f4bb5ab986fa5d54f305d4744503ceb4e919857b78a02b766e7241d324a77d86592f60f26d1ed78955f5550bd0fcc7bbabcab",
328
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Conference\/Conference.php": "8b97d6c9abee836cce410fa1216fdb5aa8a4df0c8543a75c2415bb31a5ee2d87531d5d162b218660a33cdc30539861cb09d85a780feab2d5321d0e8ce06194cc",
329
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Conference\/ConferenceInterface.php": "34f563cac4a75ca234e4517cb4678998461011440f30f9d81895adfdbb2e1960009114773ac30901dfbd2596d327554fd335057de66516b656f7a96446f4b06b",
330
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Conference\/ConferenceMember.php": "1a880200a2988394ed0436702f805ce60762be1774e1d156f38e45be39cc72203fd4f04411a521ceba8fa9647cb00f6d1bc6d94798b66f12175fc68d88c51dcb",
331
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Conference\/ConferenceRecording.php": "1c3239209726556971c2cccc812ce5bb5a3fc8c7a0e4f3ef520e037acde32d9659dea1dc5d3803e1f7cfd39e945a1680983bdeba8cf62459fc168f0df731adab",
332
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Endpoint\/Endpoint.php": "4c9a87fd6042a3eb486af5dc899d1e4c0948de5ebb1467cc85704030947e2588e79d23407ff662a21b097fb46a05925c3df29dd6e2a038555cf44844342cb206",
333
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Endpoint\/EndpointCreateReponse.php": "f77356f3ca29ef7163e47530004a5d79c1da73e922b17333a89512e39c7d3cc842b161d9dcbc745075f6a6c7ae27b7f7cf85f56a6d5bb796b87db4efbb8425ae",
334
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Endpoint\/EndpointInterface.php": "09914bc8e8eeca2812a4dc07469137011eec1dd77b99e3aefc8d5b8f4675b8f221bc54e37417f6c45b07896b84bed953f8c85831f9e7cc7b85b7293142b60fff",
335
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Lookup\/LookupInterface.php": "040b0a2c01ca3c0c02c2c8450b47e8d1847ab7158014ae161ce971e330712d14d389cd746a353707d2bd2667dc604e55c662af8eb15796cfc613f285e170ed15",
336
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Media\/Media.php": "72b83f02669ec7b942dd898a74c22e909cd9b058ea2e903e92ef4dd9e985305311d53c30a0c54a3f0c210433aeb7b8bd04a4b3a768c853aa73ee4dad9c621a56",
337
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Media\/MediaInterface.php": "1cda06754bd1ba503a8405561594f9d3cd5befee2cc6d9cee98542886c71601bd8744899e7ede346df6b90552f05a9eadeec4cb4d11fdab3269de88170cae961",
338
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Message\/Message.php": "54ae356246cc911258552001390f10f701929afa24801b2bc6cde72484c915e2e738a03d04aee90908003efb3b4b3cc8106f92d7ff87d2119e8a350f7aeab54e",
339
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Message\/MessageCreateResponse.php": "75495f459ecf577e2e0c2f8c075d569f36df80c5c828fd1d6b84a001de2c3d032add50b5ef08177d5c68014fccbc939c8ff89ce6c884ac0c1b64f4301d81cc5e",
340
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Message\/MessageInterface.php": "e96af121fd4a851e4c1f27297c602a5e6862e0ac54974aedb19248f017f2d98386ea9b495ef6cb775aacafa7b51b6117665c803356442786142c15e86066ef41",
341
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Message\/MessageList.php": "baacdb72ec116be9a14b8e7e55d6c40cfd8b04c5bd1b0d93d5c9919ccba2591105e03dee96effee29e95ab7b7e58e45569760ae825351c1891877dd96853254e",
342
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Number\/Number.php": "1bf8e1b1844ccced8d8068a80ae45b6904f59b0fa0e7d6a7c5b43adda906859ec11d709a501f560aac3f8315176e9260ba4796aa9cbbd637431ec94f0ec0c668",
343
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Number\/NumberInterface.php": "e633bf2e705735759f6e27f9e747e3e05e839484b57672e2da405b7e2d8615653fa828f8295a442d13f5b64645fd009ba6cd923f0c163f2070710c7df57a1a70",
344
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/ConferenceBridge\/ConferenceBridge.php": "3da97309ccefdb15596bab5180d386e2a78cf938823225820f5b206d8d8f366209dcf96bd139cd0364729c8b733612ae067d03e1e29aef472c4dc82527d3002f",
345
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/ConferenceBridge\/ConferenceBridgeMember.php": "9ee728dc1f37fc183fd4890ca5d213bb1f47899d2379a16009de7ae32b75b459444a1a329357faff349909ee89843ac5798c75699fb2b8d939501f61dc09b564",
346
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/MultiiPartyCall\/MultiPartyCall.php": "d13d863ee416714a697600882f33b88a8bc9de8d5603149fa199f787d7d904d55aaa6646cfdb3d71caa99e4e95d7e352199e8b54230d3c64cfb81924f1b603f9",
347
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/MultiiPartyCall\/MultiPartyCallMember.php": "6e8f1c6a1177d0c933352bc2d8bd54c989db7679f2feb893f430e9e634c446d033d01a82ea740185b1926734f285facdb3d99b18ffcefe83be723fc08b50fc12",
348
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/Node\/NodeClass.php": "b8a08dfe16a42c08ea66d141b3b4471caffd2bbf89fa4b360a1b16a7072ea29d538792c16b93f1e3f1a1a01d564acf1a40906c32482c4cef0ef42f1647e483d8",
349
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/Node\/NodeMember.php": "e13f76753f278f07e8778f1d0ad64c9ff401633423ab2476700ad0711ea5534f7caa871b5e10fbb26096feca64471205082f9ba45de607e7ce71eccda0e7db91",
350
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/Phlo.php": "da8e7b69e9290d876b6ebe6778c09ab68f47f13cb22438ac92d6eb880b7fe72ffcc68c681cbb9be074e36f3ce4afefc69680e7a3493d3046a04ca9ec432d7a99",
351
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/PhloRestClient.php": "5f3b9bb5e3f7dd96572f1dc71531caeb0b14b21ba7c291561c1ebb040c3ded22bfc0dbd9030843cfeda8b4f83e69d86ed9db2b3b7d0cc8b311ec64000f3b935c",
352
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PHLO\/Phlorunner.php": "c1f3764aa4a4c14a33614bc7cdaa05043d268b24f88cb2312bec3596e5e7e5286e9d0429edb8583b640723784b28ebf69df691d5e4ec53b7d7912252832c3ed9",
353
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PhoneNumber\/PhoneNumber.php": "57bb602a9f511dd39c7143c50a9ca6537bd83f398eeb6f198feec689877a9a423d9cfb0645c4d20eaf30490ae6b6ebb91fbf1d00ce633a2007333ddd6273b032",
354
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PhoneNumber\/PhoneNumberBuyResponse.php": "6929f9a7447425d76afae60b91de8d6a5a42a1e7864871dc73a40199181d5af8be9f645185ce1e796e75440d138cd0f69ef86ef404879d74b58107ce32824b6b",
355
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/PhoneNumber\/PhoneNumberInterface.php": "3720a8056618a019c64de2e4e05e99e0b30cf48de07117e75172b8ba02f2b2c60a1e0b12c3cc07b3f5ba8aeee2e747c3eed43b5bf589c29c7236b47b5ce75747",
356
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Powerpack\/Numberpool.php": "a774de315b1d34a61c9b9af9b21b8fd1f624b48bcdbc7ed1302ed25cc21093e05ce1533c0ce4788ad36ab28792878321a99b941cf9e1a8ec7fa2f2ab1d16f872",
357
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Powerpack\/Numbers.php": "f62f6534b223fa353f2363e38fb1069c3d10544a4cae2efeaff30019c0cfec7de2b4b9f551cfc16bf26fa1dfb916f6d916f9cd1d1357f8cf6f7cc84815812237",
358
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Powerpack\/Powerpack.php": "895da995fc1445bb6f7458c3904c918d8ba8e8db75e94e558f04ab8355058bf82d881d7c282fd8e03acf723c232f3081733a9ace2bef1da42c3e9f4de452d2cb",
359
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Powerpack\/PowerpackInterface.php": "e09a8e4e67ece27935a81730b7587bf29afe72ff9aac57b6c0efa6fdbc4b7cf4c91d60bdcc506a2c0b86f7a4cf7df70c38135e295504417d39024a4671b3cd33",
360
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Powerpack\/Shortcode.php": "afd1a0a277918a55fabfc2b46460ab6a8740ac68e1d7b9a0180d88229d7a93269305765fdc362c02cc2996ff7c3d8c95417bc90bb74e44f9c2cf12f023f45b08",
361
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Powerpack\/Tollfree.php": "0c63aaf33046375a8d7c0f9c7c092ca1041f553b1987ad5e2944630dd23f865785e06205b0711c215468630455d8c2264c0b141fee5cbdb4bf9430e6ef90527d",
362
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Inbound.php": "285fd073a2fbf84c533af3c0e60b369689592882364413a1879691a025655bf4bdc40831d13d96c59ec7a8827233e92d478c14d1d648df885c75fbe3d054351b",
363
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Local.php": "5140df58e671179a4edbfa82fcb7b7277e440706406200255ade35177e9a715c3340f5920c4a57c351b6e222f7bb1ef20b207d0830c487bd14b9fa713d3d8c4f",
364
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Message.php": "ae4e8bbe3a668748ba57bfa571cabcd97932d6cb7a8a63ea04689863ccf75a63e0aa867fad60c39e263cc685521a8465b46f730014933dcdc941ebf152fc437b",
365
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Outbound.php": "7656989e6b1da4e4887f8443304e422ad2aa01c9c05aea5b5245b4f3edc333935be4f573fc5105e13cf03ba6ed0ee0ea323cc76c833846bc5cfa01f3a0f33763",
366
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/OutboundNetwork.php": "900ae54c0c0aa0f85af4f02da252a34907999bcd311e9e39ef8d8e27a16fc6c8bbde5d5f6460af6b8e68cf584419ccd7fbc4de177cb827cabb5ae9b2c896494e",
367
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/PhoneNumbers.php": "cb51001dfd504ac52dfd39e2a0fcd01686de42e78464c76767f99fbc7884cc2d6e304cedd72e66dde42852f72cd833dc49dc1e92fe1487b2682648432e7979fa",
368
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Pricing.php": "5d197bd5eef109ba3d877f6de48f8567f135466adf1d811d32908d8d4fa7c8961592733d6bdbaa4f646c3d25a31c8098768dff183d192617b2c1726e8f41c447",
369
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/PricingInterface.php": "dc940fc2f0338348b06fefb22caa65b98fbfd37063621fb4e4f1e23c5dfe21149e2e648c1a32b09012b34c5bd622fe28126bd33ba1255c6ae3c370dabce6ee97",
370
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Tollfree.php": "ad733c0d904ecfd646e79a3b6bb3ade270f99df5e6353bd6c8695322a71238fae107a55d33167063dc2e4b1b905273bb0631f051d06cbfcf5d01c94e9252fbdb",
371
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Pricing\/Voice.php": "ab645548152bfd840951e981c0d18aad23d613afefd4453af077a6055f902d6bea6a0bcc805288f130da6686d8419913e86422cae35b57c1087eea3371b7e799",
372
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Recording\/Recording.php": "def8da050e24afea59514b4fda360ecd1d80a49df2013b258e3d78304d6eb2ccbe21ff1ac50a851079234a1460d0f2750da8fb59c9ff184e8ba1f1becdfffe6c",
373
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Recording\/RecordingInterface.php": "1953832ff8be0a6801f306632f3ca3bc46f067d08662b8ca6d53e29d53507a48750bdd891d2d0164c029f675b8c4c1dfa6765c9abf328578838b428dcea22615",
374
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/Resource.php": "b8a8f583217c43c3eceedcb8f047efa1569bfe5f440fcf4f252f1a8402f484e18abff63229521f89697c1f7df21a2ff919488fcd9df42b5aaf7a160a50f0c62a",
375
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/ResourceInterface.php": "85bde5b0479b85aefa79139d36192ac334e3deb3a07353b7b1b0cea1180a050a92dcb563ef4a968b6436f60ac990fc5c1322ba3ee6f4ffd41d2997d604653b6b",
376
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/ResourceList.php": "71fc010407c57d77f5b31105f6e645d04347d961c3c81eef6cacc7b8dd475d86bd228c5ea5dd5976ce34d025b0753083b5361a47cde5d5daf0507678762106fe",
377
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/ResponseDelete.php": "3acf13bc2797c0ed58c78abac46ae2822a67b9c9194b3c9864738516847618c0033fe12c5a62d9dcb7d110ffd4264c534fded370d04a2960a2da32059fecaa8e",
378
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/ResponseUpdate.php": "4db3ee43405d0a456dbc23801c2c0d71676c3f88ac7c4161395ad275e7fd0dc6b53aee99a882706da4f14fc6c35844d54143a7fa3b6597a5a25d59ed67e0e6bc",
379
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/SubAccount\/SubAccount.php": "b39e628ab06827320f3dcb47d3ea55d459af1a133430e8e51e8e6aed5216c31b54498c836cfd2a5c5f2d9cda4bcac03ac476bd8ae81c3ee2c7865ddfcd359dfb",
380
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/SubAccount\/SubAccountCreateResponse.php": "3b92a7ef8da848a7a5d7b79436ae557657e97141ecb2bad076e69d495d78f94f6e9c68464dd7e790d64dc563428e4567a1baf96df1f8bc97cfdcb946e60e94ce",
381
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/SubAccount\/SubAccountInterface.php": "a4cec509ce127faf30261cf75555a2905c6e551223b4b90949251f0822dc20d7b97efadbcb6bb189cc9302acffed8106ceab79628a7531c161f4f713d6a26c4e",
382
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Resources\/SubAccount\/SubAccountList.php": "228e0fc0fc27fb523c9d2d9e62de77a5deb3bb2a29c10d91d7c59b6cf36b3e12b8b1935a69fb0ceda72c4008b2a04436e6aa3f84740edf265d0f647eed7c52d4",
383
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/RestClient.php": "91f01799f98c6d65e1a0a8025668fb0c9f5fa4b77d44e86790b34599c2b9045cbce2cb3a5dcd93a1fa8523cb688d9f2b895d7d5f2377f64f2e33ce68e621dd82",
384
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Util\/ArrayOperations.php": "04a84eb09d1ba33c3414dfc74d1c4b31c3149dc8e3a038912be632673a92e693da8e531a987c5ce747aa11fe01bf65bc05ac91924ccbb8f157c15c62f8ce9694",
385
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Util\/jwt.php": "61ef00cfe10afee4047149729431595a9e21d44b25de3e8808014312a869110bc22898552fd9216cda6906c91de2b3ef9d723ff0d4e18020d1b7f5d1050fe810",
386
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Util\/signatureValidation.php": "2bf40afd282bd8711459cff1b366510ea253508349adca2f64ad101b6c4e3e20bf405194b9e421ea7cad5b738716624127969de5497e16e3647872e0b3bfc6a6",
387
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Util\/v3SignatureValidation.php": "d70083f5ecd20fc41035462a2a27e04a9367d9b7b13e6bad5579dde4556ff187b8ecdfa17b2c07a0fcf88cce0141baf7dccfaad85a17aa2fd1a7afe7998d1037",
388
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/Version.php": "365ed59af02f30183af840aafe55b67b682919cbb3d662f860baf1defaede8a67fccc5a7f087209494239466f356fc83f612faa02f9f03a301f5ffc66b52bd09",
389
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Break.php": "89a669d486a72465efc2c6128deb6760dd86c9fb69cd8c0f57c209d10eb74067efb50bc6f0e68e2d1c9c2f39862ef3fa03a35c65b7395aea6ca963a013869658",
390
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Conference.php": "bf673327e263996b05a0b45e323168e3d44b27a65efb8a8acb0eccb0276360c1a0391f08edc34ac617aa079c6c2b1f45eba6142446a7ae2286e23f337819caef",
391
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Cont.php": "45ed9435166f1b72dc5ee98afaf3547ae646d16d41677ce5409a6005ccb9ff23743e4c528385a1e0a8f5570eb7ec9374433f609bb8cdcbdfe756842f1005c52f",
392
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/DTMF.php": "14c619e3f01d6dee2dbbe9b718c6c64458a97bf70ae333455aa45c9cce91e4bab693f5265de0099c9cef2334a5310bb85e3374c5f0cde9b93c3051cdf5b57a4f",
393
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Dial.php": "5370d1f1a1ca8420560fa204d295558ba9aeb626fb7149ee06e12acf7f4b7d079307f329f91594e138847a2b3dd9e3f3e9a9e6e774a3c1095c3201ab249e9c03",
394
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Element.php": "4913c3c78365a85eb5c90aa721b0e1cf535c00d5815f509e336ce635cf47a9d9aed1346ff0cbc875eabae65190be2875d0820312a6a5c90c6df3acfa23bc80c0",
395
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Emphasis.php": "d6fda7993f909d3a1a50441ef74003811252d68a33ec2da63d3551236a005952d3b6c7e2bcdf5d9c85d33bee2a9255dbc2b95988cbe0e115b42eeb667d58ca38",
396
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/GetDigits.php": "e41a4e05fd55fec82a24cb2a545db122000251abc0986715a4d5866dc64604ac340c59cf0a30a35ffeeaf17713eed730a7705f32aa20aa3b14ffea368cdddfe2",
397
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/GetInput.php": "cb11a5e0311d3b8938f7d94462d24c5d4b8a2ea4d733943253ffcf36aaa648cd3a4337d732799f382526e0e2b2059dd1489e9ac7fc5ae478eb1db07b3830a711",
398
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Hangup.php": "6a7ac35846ffaf61d8de286929bdce05974799b26b17f4d61e68b6f740cff49bc4a0b72899d1150ae03d72e4f8c4dc7cac491872e76be0aec6b1a665446a9226",
399
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Lang.php": "c16c3db519373df61712fb1748f91785d79ba0fcd7e85a32cff1d17ae89768cbc10b3c4cbceab380fa9762cc1b6948d8fa56054d78185f8c9c1d6c60a012f527",
400
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Message.php": "541a76d5dc1e25633d7bf67c83d1fa123820296b4755e7e48aca094040ba0c2acc6215eb29176551516941b8e8225e6084fbf89892893557e12f678cbe2abb86",
401
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Number.php": "82569de717d895eca9c4270a3fc48022e666e59e6d6c74dffe4982a8db1f6031d80c51863226c750cef5db111f0de940878baaafb352153bd0d053f716c43fe2",
402
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/P.php": "d8bc0f70c13af91549bf4c37ce4c95b6683590ac9c9a3006bf2a4dc02d85ea63a33d0d8fce4a6465f25e0f86b35994d98e7bf75c07e30737305a7f2707ceb444",
403
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Phoneme.php": "9bce52123dcc7451f21ecb2e155884479b7530715d78d175cd616da86198151481632af22cfc19f9c70a4cf0f29f3262f335982fc9988e4aa3a435cd74f14c59",
404
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Play.php": "9b25a9f3a6149ad856c4aa008c405192bf2804432d83d3a572cf066dbb151b8298272b0a9185bb26a5faa51c03d069aed172ddb135d4dff3fb99af9fe982ded5",
405
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/PlivoXML.php": "03c37815022f4b4e7ea917f69b5516c3bb5499e68b65ed1b50f7427d9827de1e84037745d25b420c1f81ab829f51ae752b126943005c82b06a668c8ff895e923",
406
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/PreAnswer.php": "f66f22bedaae6dce341d650d5ded5007d867361c570162a642e0a15f5fd6e90b49a4c8fac2d3a1cb5fea446c75e30834a1106a3acd1ac02a87b5a7df7c1d5af2",
407
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Prosody.php": "12c8b634b226bad4ec0a7dea7b8249959943bc5ab0e71f75fd42afbf6d1413834563c38430e9348bde2cdf1059f266a2ef59fb7a8f6187ecec135ee9d5dede4b",
408
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Record.php": "070470af5650220e0556baa6b109684e1abceb6e80af620ec750f0c691824249121e1c6aef6cc1c91bebb45b76ea9db24f9cadbdbab8857b367ba2521d1cd001",
409
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Redirect.php": "34e09e0b208c4dde1c4b53c451b09f23985c8f74737e73f4675053494cfc81b14920afd6620ff161877c4e1b7b6e7381cf3f824a2b06508d84299aa4e0e45690",
410
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Response.php": "8db3a9e823e3c11b8377829c783d93f0b7cf98afc6d837e514803b478a7887d6602bae6efac9dae6a2e7683d8409c23f78c463185754fd7916845aec23e42c58",
411
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/S.php": "d0dc3f3bcc818d107fd8e4be38718587edf610e3f840d7e6763ce8fef51a1e96de3b49076995802aac9edc7d8a976ef024a1d45ef634599a56d13c56a8ba73de",
412
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/SayAs.php": "46c8fff6a9dbb36df1bb14d0c4247569e00ce77b37730d7f8fe6fc4a404a632ae70e48c774f40c4ac0e19b10ecca7c09686c7d5a6fc7d5311edcba657177b6db",
413
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Speak.php": "d18aafc18ac404a85d18627ddc66d2810ba1061f8e0d3d3634d5f5258b239a139649a8cf479367dc026929010288a291aa1144aec2415a2de6083040b8a4a96f",
414
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Sub.php": "9d34d26e76074e65fc01a3a477ac176027b1ceb5dca2fff450111bd2cfc0027c7f7338777b494728ae2617a27075888ea699d4226b60049c4fec633d42cff8d5",
415
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/User.php": "2dab0ac6bb38d9216c1b39b81ce20f1a2af1d385c90ea13aa566176eeb288f8ce80e11048209abf8c38151207137cc86b754b7784cc478dcfa1f567fcf929520",
416
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/W.php": "798d6f10e6d07a54b29916216dbb2382f25bbf2f96e15906f842cd2ae4aee22b8f3e56535264b1da6d40835d5b9da6a9f4346303f7602c9562587b29fa419f3b",
417
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/src\/Plivo\/XML\/Wait.php": "99e6e66fb4d2a81f0419ac823be64ea8c81e6ffc8313934b41d6189519d053b54b5e95dbc7b869dc979b72b551b5654dcd6eef0540c3b01eb900716e97d52dd9",
418
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/BaseTestCase.php": "662140921fab3f1e7be65bef2d063673900eb3c41de8ddf68320de194e254ec3fbba3322790812c258698af81da35277cbdfc0d2fc957fd5f68956e7db2ceac2",
419
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/accountGetResponse.json": "1ee7d7e260e8678fa70fa47206ac7c4645e9d698da7017ab05fb56266710e34bce48b19d3c65541a084be28cfe918e81fd52073064071daba77355af2eddbbf2",
420
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/accountModifyResponse.json": "ef0e777d38b4605ab58d951f26e975566b61a26ebe5710b9c8c7588aae799c68cf76dc5860f44aaa666864f3fc1f74185b5eba888c1dfa8c2004fb8baf6d859a",
421
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/applicationCreateResponse.json": "19336630707d50a021e3dd3cbcd8a229f9f6123211e27fdba211494bc40e9b9fc5573ef328806bf00b937106e7c894ef96a98080f6003d91cdec67f50196849d",
422
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/applicationGetResponse.json": "26a3aee28fa9219455b0c7a54d47eaf1ee7e9fb526185d1598d5611246c1ad7b0cb1abb05b12d21189463955e25d2da906cf5b04f1bd4c3b826d44de47c0d56d",
423
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/applicationListResponse.json": "b363791ef3276030677b53f555a42deb02a9873cb5b21e17aee9176d425ed38c562da7fc162cf5771f0bd259b46d615ded3799f34f6fef590e2df97180ebd228",
424
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/applicationModifyResponse.json": "742b49b7f428a281b1189fd5f23811931f2d6c71fa271ead086b6acfac63bafed22b86f2e460fcea35d8bdd46786c5db83707f35c7a855efbb92e51ec01a4859",
425
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/break.xml": "6707a46a4316a9f23104a23e4ce9c79f8b4f969639c08f5196a9aa94ba3abd4a1972a29d6131e563a685732e8cb0a4fc90a76f2d0ff5b72637fba2f974abecd3",
426
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/callCreateResponse.json": "513446e1e7fb97b30b86dad2119bc9fe73e70f01f4976ac40e57e41e7d96a2faf978fc72fe2ff49e3326fdef8e17cb4da24bf665be81089aad1232716e42e114",
427
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/callGetResponse.json": "2958c05e7fe02f5f6f2f8834b34050599df05c6f5751fde2fb038853383683e78b2b33b9534bf8da38770173e08ea9c7015d7b2d4f270efddcaedffd77ce661a",
428
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/callListResponse.json": "b2b35a27aaff76dafc6f5a42b6ff515e56ea9d7c196670613b97c2b4c0b7f2dfc3ba7ca705b2618f3851e1db554268018c7c2bb658e94b66493576048c54ab49",
429
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/callUpdateResponse.json": "06be7ca7ccaf82f24f23e8c33382d372ba639662283023a9b6ef555fa24d273efd845ab27fd423dd4267d66a8df24604f96113aa3bb8f8dcfa49e713f3d71bbf",
430
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceDeleteAllResponse.json": "6722c7663c8877f4bd5d417638d5a0fde3db7cd2ba1880dc66a7ce9ad25a14de60b4942d84647cc21c0b12211227161349109162ef3eafc2a9607c2645d3c93a",
431
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceDeleteResponse.json": "9a8baf62bab7971a89490d637633a3d498d4442bb11ca29486d21a3dde432ca6c0cb36d236bbc94859efac83b2e56d33442a13a4395f4b026dfece2103ca790d",
432
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceGetResponse.json": "950fb7d6e6e120ce670da43937ab4ce9e7a7df5296848cb52261f5f854bd89d47f26d76f89929adc59bdadbc8d0e77de79f29edc5d6e6b4b73aff1a0c126bd43",
433
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceListResponse.json": "9f5635d9e0988b03c2bffa8457962cb6870a39d4354ec6c065b58949850b188d2829fcd3db1761ec42a4bed30ee3704b6c353d2b9372742cd6d8b00bff273dc3",
434
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberDeafCreateResponse.json": "b39ae8d7a1de7d5732afdc00da955a91850b855f6463b143b5837023dd8281b450fa79635a3fc729b5b198c6af5cb57f9c6797c8eb56daf72b7c7131196fb4da",
435
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberDeleteResponse.json": "ec18404f82674de8b7ca25eaf95074cefef51b13b038de14dc9ed5f2664c6e6c5c87d3f7a08eeab3926869e171ac26d1647ba1cca03253085a194cb0fbe16975",
436
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberKickCreateResponse.json": "9f924beac462c4ad9f42a705f7bfde5aafe5e73563b07e98ac9db42e95d3c657f5c4ba0d6ea64b01e2e061563fec41d53f8ae8fbd7f5e08857a903c948019e1c",
437
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberMuteCreateResponse.json": "c3f1c38b6c8295b28d531c446199454fd7422d00e3cf71fdd318a821edca4afba444f8cea38175c0853b34dcda5dcc2c6317a9f3103e16474fb36c43241a52de",
438
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberPlayCreateResponse.json": "ac345d15512ca5debe0a20092d8a4bba1f725a581799a632bbdccea771f1b6094b6df3362120a29c1d9109cd8ca8857447c3be08436fa94a5a4304725b75ef4d",
439
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberPlayDeleteResponse.json": "10b6ab89ba98b9d6d08dba8637971ca9260757c318a4842521c7d2bb2a1b967498453aee4cef6fd964cf2e614c25364f543412a0a88b877154b3faa9f18ab3ca",
440
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberSpeakCreateResponse.json": "b2b01526d4838a72c816ad9c6ca7f9cb473a89818d4444b48aefc269d0173fc9eeed1e2473667517280c18315d67a548f41937ab4b7d26f2edd4d0e13486aff7",
441
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceMemberSpeakDeleteResponse.json": "d42658e98680911d21be32033be208b53071e3ee2c514a86809ef4d06cc138ca0a74d9b2e546c54b51c66f3aa891cf0ba3b4db9a6a07e7f06ed37bfb39ef3a6f",
442
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/conferenceRecordCreateResponse.json": "c9d8570ab20fea79181b1416cdc44b8e9f8b18b06ad446a0929ecbec53a6bb3d66ddc8609a2baff92d8ddf9bb68b802ac4eb3d62e958d2cdc1485711a6286ed8",
443
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/contSpeak.xml": "1115d194144f96d3b4ba895d45268e346e7e56bd308b4b7c58bf62712380908bb71d5250323bfa6d13b8d25e64a86580437f7ac1f2c63896965e3c13909c240d",
444
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/defaultSpeak.xml": "2449ff96f102465168a4551ddac6ff85bc680370b423d46ee10b345c128755560e0bf48c070081e8045839503450c0f8b443fe0b33b455410ad5dfd639a6adb0",
445
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/emphasisSpeak.xml": "1ae7422578c6921013c5dd65650f0c1efa50512824b429334cc150ee6872dd2a7981a125b07a8023e360d8a881a32333de24f1b595c95a339507dfb29732af83",
446
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/endpointCreateResponse.json": "e0cd43507839270c51117e48fdf3158e67662c1bdf9c8c964b57a13c15517ab7c83483855764b763f63bfee011bb893c20eca7e7a0b3b8872bbb1f26228ed720",
447
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/endpointGetResponse.json": "05359131cc3ed432c1b29f3766d019be556f58e5e7f7b502d866d0057c04917ad7011bea5afd7ca8f2814dc75c45a52930d48464f7fd740ae94b45d0a07d3627",
448
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/endpointListResponse.json": "d6488ec5e6277af9a34629d901a211e37c9a522107f84ea77f861c417345ddfa409d7de389ae69b719997600a0495289bcde64791ef07c257f75bdef4fa8006e",
449
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/endpointUpdateResponse.json": "3f20870d3ef78c57407bd42cd424775a7014473d891020bfc41fd78c9187acc3d7fc2a2d7a137eb5bf9e8741525db9aec853889b11d2d3ff508f7fb16a4bfc88",
450
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/langSpeak.xml": "1eb16f6028ee00a12e677560ec9b3ca4921deb2d6da15b3686c43f506e9a13ab0cf811d71e942e1f225989f3a486ee39b4949d17d8692ac0a50574845491cc8f",
451
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallDtmfCreateResponse.json": "f30ceb762f24445068ff4a688935a84cb64840310bd518806c1259ec26fd60da6a8be9f11c9c0882d08c857058944cf1c69c95035517716dba322a1a865435f2",
452
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallGetResponse.json": "339633aa5d9cd2aea4a86dc48dd8c63ea8c0c56d5cc0f4513bcd2d66df425ce4b74b246a8c39d6cb0dcde75a8c01d4ec8347e69342649ac27599a79a72fafd9e",
453
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallListGetResponse.json": "7e8efa8df76422d6a9bb0133c81d96b9ed932f7f529644a109b35e9f8f301b3a548e8e7f6a9213e301f25e914b98c3855160ca7e0d6f0283e947cd6fc95c5ed8",
454
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallPlayCreateResponse.json": "4cf2ddd4f3087fdcdf772219c5ed84ffe1dc027208540059bc532961b6c4cad382bce98dec481e0245c99e288c9523e8f33ae7c3c35316c8130f49f81db40604",
455
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallRecordCreateResponse.json": "02f2c4c88fc63e5585f6e5988d5f615488507a7d7eba442430753a60f0cc2763c38abf905042c9ae0f7d017dc50caf67f269267972b5a7fdd4fe7675572589a6",
456
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallSpeakCreateResponse.json": "ef69736cd0199704894c2fd938e4f84768b09a6b9d2f334ef0a83b1750db0bf0eab538471fead4397b49ffa8e86011da111e867d5d8b3532bf3f4250958d6146",
457
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/liveCallSpeakDeleteResponse.json": "63a9fda757cfbe1a338c42f19532609e8607f3c2c8a317ec8e5aa2a164b0e9f9a652129bbf7fbf9fe05c38a0f68138ba10b4d256f48dda1fa292c18f2b717d3b",
458
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/lookupGetResponse.json": "6b2dd461ce651012160ed88d092de0859ff1cc132c57091a1064b5745b83cd6e5144e8204b6810da7bb675eca802fff54fa298f03be6ef858c59058acd24e640",
459
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/mediaGetResponse.json": "251c9d7226411a160031776b1c7039d7e7f3d715ad7bb89131353611a2509a570656b8e29577e505102cf588ba50cab34b3b74351dd33e2a99333676d48b7aaf",
460
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/mediaListResponse.json": "1512baf046701056ae6b5ef06a1e6405cd62a27d4b82f5b38ed2b2ef6faddfd147b6d57074d04d77cc14325d50d7908c0446acd4a5a0355e9dd9316f80b0f448",
461
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/mediaResponse.json": "329e01ec90033528ca170704dc7a3de8f5d004a609fda5abaee4ad610b1559464a97b423ca27248f49fa3696f12ce6c1b3ef69ba198ae57877927ff78257231f",
462
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/messageGetResponse.json": "10494dc350e9a659083f44802a899a893e67fd82acdc506210c827642e27bb4ca1fca7c00a73a7aa20900ead392b9983ae719c6a9aaeeb0ff9f9b9e02539ca4b",
463
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/messageListResponse.json": "5751782fdb135ac45cec47687b7bcb10d4e2c4c8ae88461baca0eb6f0f81b8144aca9b610cc6ef7f3cffd4b5dc2ddac08247e74608166d147bafb1a9ecd4b834",
464
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/messageSendResponse.json": "ae5ef8b7e2a5db03fc5c04e96cef35b3f819f1670cce72e0e729b57de018bd6ffc254e00f20fa7c662eea100f78bb1824f0080275ac270f7e1229566683fc62a",
465
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/mmsmediaListResponse.json": "fa4d1e3885b6c84d72c9f9a4a414de7d1ae1d574db325cd773600c7a17f83fcbe2a84c0daa8fc690d5f5d95431b1ffe5097c17279593ccb4155d5f99b1a853c6",
466
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/numberCreateResponse.json": "e7acbc2aac3a716dd50e27de2e8937e27fe70da7dfcce17561f4d81a2de53e8cdfb5a695255e1ac65c8c49e4b894722e7ecc9297b9d040dadff97d1cb61ea414",
467
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/numberGetResponse.json": "261a85df87eb4ebd1d310575e8f33d94f74c30f5ba3aef1ed47654f7569ebe4310019c5dd317a8c6e2b015a1ac3f72455118e0878d688817580b18b747d6dda4",
468
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/numberListResponse.json": "134543e58c07917a79e0498e85466b9cbb1c97a0e3087473463419bc6c178bc278ca75e148f885eead7f6b1074063256fa61745c57a0dec4ac060c4b03afc499",
469
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/numberUpdateResponse.json": "e7acbc2aac3a716dd50e27de2e8937e27fe70da7dfcce17561f4d81a2de53e8cdfb5a695255e1ac65c8c49e4b894722e7ecc9297b9d040dadff97d1cb61ea414",
470
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/numberpoolListResponse.json": "961fe25a8fe8c35dee1b0608a24d741b6ab91f2104a9f2af2080279d6cbe4e631416d7b3d8e3772715e376a603cb740d652435a0f2d7971e64e00eb44e7cd518",
471
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/numberpoolResponse.json": "c725314dd96d000028683c175528d15657c046cb421add91a927472c235ae5c1ee1aab060aa0eec56b6c717138623684f827a2de50bdbec1017e7bff937b437f",
472
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/pSpeak.xml": "1e49af0752b825db21fc50126642fde3f39dd8b63cec3db00c3df92ca38935d58b8752ad14928278b98ef23421d0926d624b6aae948f9473398d25e2d087b963",
473
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/paramBreak.xml": "1202da39615a87758a5fd85096a4d98f6c2726d705ef0b1086cfc66cd0f456b15e3f79d9850e1bb8b99e9114e41b3ca19ee4fd269a42c002c205de005c72ceef",
474
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/phoneNumberCreateResponse.json": "a1dd38958ee69b5036aaa1c86cc730802dc2d7612eb1de9266f9a6651f6f067cf9a42d44c736bf85d1f40048f01f99fa05ccb3fb26baf3875e3bea98fbb9bbd8",
475
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/phoneNumberListResponse.json": "f2c263fdf122dfcf98289f6cd9276cd8c22fe4ff5bffca19b3509800d07909664e9ddfa3e145da04c06dfc6c5227a39868d17ca947e55b65a9cb18a6faadfe57",
476
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/phonemeSpeak.xml": "30620187252e4a92154e06e611a2cda1ca881a0d85b1c6c36e3c713734c0be9ce79bb9ad38a11e040cff437c5676c01638eecbacc5b50a20e0adb506565a9475",
477
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/powerpackDeleteResponse.json": "f170bba1b0b6bb42c88bc74353ea4db09b82f07f5a2166f693d0579e5b7d6beacb8cf11e39cff546345333b14752456212584e284c2c360cc673d009fd2aa018",
478
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/powerpackListResponse.json": "0cf4f36945bf4f73377a6688f99bb3efb0c35924ca9278bd777ecd0081c3f667d45de4a34f7101588b7a7b3b20179d18a393dcc468ed88df8eb53b5e2463d7c1",
479
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/powerpackResponse.json": "4318b75a2ac1642f6ee33fc62f18765a5142aa52e0353082a9d38cbc7660e40f24e1665a59c723ba90ba9a86edb4cd4a396bb9a0c00cebf6d5944e0ba84e7919",
480
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/pricingGetResponse.json": "25a616f338c147cb22228535abafa9c1439f663230d1fc5109af24f4f11a637c5d0cfdbfbf3b2762b87d0b4693f14223254e431f3b8ab1f518b32ea884e2d1fd",
481
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/prosodySpeak.xml": "0529a04b9ebbfc245e7d50bce1177e3eea9f0f6ede900e9fd3a447f86078ca86fe8c9911fad4645494cc784394194c5e6b63141a2a9125a1ecdde2cbe8bd7c86",
482
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/recordingGetResponse.json": "bdf9cd97b6c687685b9c37a0921bcba910dfc811abe416be7b17fefbf857c3ee1233e987570eb444d168edd660c26acb55377f60b8aa0a898f0c9af1743edc81",
483
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/recordingListResponse.json": "2d831eb418cd0de8a0d63da8a2ed133005a3e15e4e021c3451a737c45f42e5753ca5143204acf2f8bdf6ee91cf1ee8b04ee960f942ae0e62bfc3583ab44a1dbb",
484
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/sSpeak.xml": "b81f50357fb60ad968d8e949aed15c7544abed0a45c26c5bdcd4b166fa1d9bf74f57137fcfd378fec345e1fb2281ac38c30b2a3150cc6fcdc13581ea29379796",
485
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/sayAsSpeak.xml": "84e2d4a310c8d1fccc5be4be4cab026e1dde129ed2e18ab4fedcd50512cee91a52cf437606cc936c474cbfa508a105f36272edb6bcae29388f2a75bcb354de6b",
486
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/shortcodeListResponse.json": "449e0c165ad81254715b4521e5f4d39b0a6d1ecd583bf337e8b85ba40550a0942c04a8e33b69e5327a275fca4e42e31dd1719f100c8d6e459939a3696ede1a71",
487
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/shortcodeResponse.json": "867e2309b5c912c9dac5b06929a835b578b0dd3391c43f6e0d454adccf997060e1e5013051b394a94d44af3e5cfea67a88f4376088a376a031d6fde5fafa09be",
488
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/speak.xml": "a781afeb86ed31833e74d834de6d9834783264ec43678fe3e70a7f963e97a9dfd05dcb5ae75f51fdeec1d5d8d299d8c476454307a23efb830022a477500c02f2",
489
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/subSpeak.xml": "06ff8e0c15b36727265d9f80c736a1781438c04445e91bd563b73a1f9ed4b501458f7e3ec22607dcd96e9f95da6e6d874c39381ca061a768c2b664a1b4bfc504",
490
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/subaccountCreateResponse.json": "7fb28239b065aab21f14d158e51ab6bfff6b10de97ca558da02adb639fd15e99343ca54277d0e0b0dc6be11c01abe6517fcc2f0e862d5a3538342f86bea87994",
491
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/subaccountGetResponse.json": "929de7e767657a691c8bf34be8abe52990835f9787114256bca7a1fd6016b34798d36e2318ad3d4a2a8931986d8034e2310e4b4247fa38a84314658402aa3bc3",
492
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/subaccountListResponse.json": "c57bcf1f52d302550eacbe5492bbb1cc17bd399d03b6c83971bebd83fa8be975e97859063a2115edfed47f622adfb413d5c28d6cc180710211bce192d867052c",
493
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/subaccountModifyResponse.json": "a06022b797598bdabfd7029128d9ebc9934784edf77175292c17b60152e7464938f78ddb8ab2883e0da22fdf94e584d0fe8d766c40228bc0a564e6ce76c39365",
494
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/uploadmedia.json": "35f19877904dd5eacf97183a286db18153002e37159f6e007c9c70644843d73963e9293a5e64c1854665821e36592f5ca11289d2ece86fafb3ddc4b8b758dc4f",
495
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Mocks\/wSpeak.xml": "05cdd9418d049dc33432e02bc305b10635daf3bda936c695c4136bc4bb8167ac63e6ae809202a566e5a1488d8543c06fd9c52f869b03a474bfc3db560769c00b",
496
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/AccountTest.php": "8a98fbb165ab60db8a7423252e78d9db1da922dc2e1de9ef5cde32488c04380ab01e8fe53f4f542c602b28e574966adf58385456388fb4aff543dc04467de668",
497
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/ApplicationTest.php": "e23381682056702928ea1c587bf8241f71743e4349cb30b621f2c843711c108c0811689c953ecd52515b2c780c50c134f959e4ef77ad2c0dd65dfccfa8c79c2c",
498
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/CallTest.php": "7aa7df68b91782de7a8ff67ce4bdce917de03ce4800da2d6c103f0d1297fc26c09effbbb7ead06d70566398b8679c54246213c4babefca43976c289b8bdb895c",
499
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/ConferenceTest.php": "3d1149c50cc760ec57de791d7a1eb46a5210c113fe91e1756dc642d2d94b333067c9c3c5ff9d0c90d9ad8981963394d332287b57b84c634c8e4008ec5cb2356c",
500
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/EndpointTest.php": "aae4c23a72674a9d4da6261986147a3b3a1c5e4da03d2efe7f4ec21336e03d352ddc0f7e47dab3c9b4063a170d37e0eebeba649ecd1159d85a3c5553789c51b1",
501
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/LookupTest.php": "c436483d9ad54681ed44ef7a6b44d4899d06b7b421be27d2a076aa4bbef23a5d160d5098c60d5c380a8e66ebf8245c917074edf6a7b682d056f9f60e082de032",
502
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/MediaTest.php": "a6ea3f17046c123698c0b8fc1e7cfca6665159166dd53b51d1b5a7700373527c7346a90e67a382f4df26ed3f92209790c3ca93c0c3d3b653d424e17a1fed9f17",
503
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/MessageTest.php": "9749cc39c4acb64b49150958745f19952ffeab648abf06ae839eccf8eb9a6c66bea62e7d8fa398dc48a79bdc97ee063df934ba827632faf88f4aca01e5432181",
504
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/NumberTest.php": "9123fe40158482d314279a729e4c5c0eecf3733884ea39df16de986e775e93e90b8d9c7ad35fbde8f3d4cde3e02b33c70ebe87cbb27039615de8213cc27aad47",
505
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/PhoneNumberTest.php": "4b52dd78392c66e1d1803a278ab98bb03e4bfe5275e28b043e4f672357125b4373acece1c2c5668081be021a683acd2796e6ba5ff2646baf3435dda1d6de7667",
506
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/PowerpackTest.php": "52a3c6967c93b1b996abb3fe7e40ebaec915e58e715c6943b0f5ebd945c8a59023184dd1339cd044d2f3ef1a0041a61559a41a3832bfc222332fd85bca8371c9",
507
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/PricingTest.php": "91a088d32f726c2eb49160363f7a77d351f3f65d43a9282cbea646310e2d01a33d22a2adff9ce5795f949bd205c0b6e77571f0a231265514704f42bdefbc51bf",
508
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/RecordingTest.php": "353008dcfc66ae09e915787634877d598930e60fff3f1e6eec0aa5590881f66d78ebd79aa1ba2b2a20409e4b9372eef9ab28406c9fd29f95ca6c773d8c83fa63",
509
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/Resources\/SubAccountTest.php": "6dd803629402c6f7b8d923753477f6c03d6cfbd50aa59fcd63556527cdbc3d932557b318cf8c7a9f5a9d3ff8ff143ef15f31256e488fa8c35cd62bf80ae04d5a",
510
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/TestClient.php": "8917a380e2cc030228dbb37a7a3aaedd2cd624d8102eee1fc3469a9838f31f7ee734a40cd45e510d63bf4c1526da4bb3af8d45bd4ebd4382cc9fd5bc2ba178c1",
511
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/UtilTest.php": "6a66cd73b0cd403f64f8a4752381964bbac7507b4449e81c9aaa64d61db244128c604a8995327dd8e8ccc8a30cee7a3a57fc617b845ebe65a65ac38125ca7394",
512
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/BreakTest.php": "740c84bc38e7044f5138e3816b72c6a94bca3accb592733421578a6eee2080bc6721d85cefeb8b6f1db751e2056fbf722e0dae61d260b089dd803e72cd9cc0d7",
513
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/ContSpeakTest.php": "f3b641231907bf807c5c09b65a13409ea054b0116b9b36f5bbcc2bfa651592ae1f4707be5780c37c5b9f1516044a9f524f4ca829cd0b5387a6a32526ba11cc94",
514
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/EmphasisTest.php": "b76b6d0eee048b44965f87fa6f59614e64d885864ef3ff0aa2310746d76304fb5ac6cc6d0c714e7560e5472e018fd0183cf9a918d3e4ee5415723314d7d219e6",
515
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/LangTest.php": "1a4ef409ded7d9c7abd8c63994dd3e221b16bd1fcca8133ce43e04b300a28468cea68e430098393acafb78e537e37b0574644735cb84fd08e33dbd828e2fb071",
516
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/PTest.php": "9084715ad9065f1a926e8dfdabc5816b16a385dd5cd74f16f6fdfd1aef043b7d344d9cdac4b9dc43df85e8e63f329909553e20b86d995d9eb6d25d716fc5fd1b",
517
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/PhonemeTest.php": "f85a3119f95615c3d3e16c0a4c1d2aec7b2191629b60de276cedb769b23e11546fc27fff57e329c1ac6cb52868208d29f88d1412b452932b573d88cee9fbd68c",
518
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/ProsodyTest.php": "5aecbb6cb41b0269b0895e580bf87dae24703c3116dd39774c11d52406635f4167bf55ed0b950cb4d8af9138c03361161527c7f0e08867053034d8aea1fb1daa",
519
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/STest.php": "55343bd191ba9b88fdafcc409c1685224cd6673225c1ecdc006d4c3643d9e4f71fde0a07ead3f1bfda80bed486f09a7fdf42e16cf3d4fe66f592bb72397320bf",
520
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/SayAsTest.php": "005fb0efa4803847719d9e7d52438ada0026b3860d7143fa4deb96a80826ff0f8608b3dd9302617547dd36cdee5293ec25570dd6513cd81a921ff483379574ab",
521
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/SpeakTest.php": "cc92de5d0f5df6de17b121249074752bb191265335a6e50dcc4739fe525cc9d0014c187a7d15cd0c1226c56360277469ba10da72dc56dde01f478acc510a8dad",
522
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/SubTest.php": "5c113371cb363691313226362512772facc38c30afdc32e96976aa309d6ac33aa32bab7d4ba674cd566182641048434dc65cf1403f25ea4adfdf6c6793db2fc9",
523
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XML\/WTest.php": "f7cb4983bde61290a90fac15c009ff1780b02fb81c8568d0e8a1f40fab97dc1ec2245cd477b5ec669c6f54e56bcf7351e38c09caac7255756174baf4070c9284",
524
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/XmlTest.php": "58317dda536a0383749d695ee8cce6f73d6ab413984673d46b10d9299e5a70c6cc464051e986b75c849286787a8fb23ef15e8bdf6bbc9a27e1c0cadf46a1bcd3",
525
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/bootstrap.php": "fb1c83cc2a11ffef9903eaf721f4cbcda4767f70368be33a0980aec4e5b515fa8258750f6e19fca0eff6843d0294de9c35b8e95af0e62f51a94442be0099720d",
526
+        "providers\/Plivo\/vendor\/plivo\/plivo-php\/tests\/phpunit.xml": "74191aa62aebbcf797167fc2bfb6bb304cb3d309287a73919caa1c43c188dcef47a1f1905e56143952e4b342ef183a84887dacd6976c18e58025582d5f672035",
527
+        "providers\/Plivo\/vendor\/psr\/http-client\/CHANGELOG.md": "82bb81ca074204aff5d95ac5d3edfa9c85569c8b9114f809e3e2f9525a6046a1276187ca42f638ed428311631791f60e6dace74cd60d77f1af0a41e9f76ab2ac",
528
+        "providers\/Plivo\/vendor\/psr\/http-client\/LICENSE": "3e0ee70fc857b6dda26ef2eafa55ef09384d82bb2f85b4289abcd94a60201c698eb477dcf03a73858b2cbb9efcf00affa199e848344b84dd4a4c135601e886ce",
529
+        "providers\/Plivo\/vendor\/psr\/http-client\/README.md": "a8fc38f5744eb4c1f14f5016b02108319b7cceea7fb3219f57f0604a2e92778fa9be6f1e340003b095f70c962aff0b49ccfb0264b26eecb8fa7782667e62cf3a",
530
+        "providers\/Plivo\/vendor\/psr\/http-client\/composer.json": "b767c510e3dc28fc5c8c0debf4e5627f4897940d41ced88cb0c85284c2e0765f49305997407e84d87154a4d9e14045e6c50fd86163d3d7452294af8b7bc36ccf",
531
+        "providers\/Plivo\/vendor\/psr\/http-client\/src\/ClientExceptionInterface.php": "33aededf573747615cbf7b8bc6aa10faea7762c903a0cc98bc43803043f9bad58460f09f7301814c22e95f2a6d0269388d8ca899ab76fcf0f2bd8d82aea5d9c3",
532
+        "providers\/Plivo\/vendor\/psr\/http-client\/src\/ClientInterface.php": "11b1cee24748c4ed1a41681b1b6e43e865e08150be14452de885daaca737f4029d65e8381632a23910789d3cf5e9f9d02f4999aad62e4e8c80a2fda9ac96a4ed",
533
+        "providers\/Plivo\/vendor\/psr\/http-client\/src\/NetworkExceptionInterface.php": "6d3d81d18a51f451e8a1b74a16b3ac8ce6c5642013a2d1375ce6718090de5369779f9d6f594675aeeb7bc3f55a11f1b9396036354c4e9ae0c90183ff369fd65e",
534
+        "providers\/Plivo\/vendor\/psr\/http-client\/src\/RequestExceptionInterface.php": "46391124b679cd54538ce5ae6b05d7fcfb6b9ef7680f33c8771f94b38075a366788293b757ccc674060d615783476e1151d0ab8a5f2a10e24578c9b46cc1433f",
535
+        "providers\/Plivo\/vendor\/psr\/http-message\/CHANGELOG.md": "5567e49c016bd259491fd13a96e5b88629fe67ccaa0d75f7aa7c54096edd663fc743930eeade981a041cf7524d9f65104718c129fa36a200397d30c0e5d2c954",
536
+        "providers\/Plivo\/vendor\/psr\/http-message\/LICENSE": "22ef0ac33682fbed60a5274a5b25991308decbb45c6ed45fb3222cc045bb9e552fa7310b1ab6f38329b63f53a02c25e7bc5e955ad23c5bb2366b417563cb71de",
537
+        "providers\/Plivo\/vendor\/psr\/http-message\/README.md": "d58ab57a3e35e51848c3c21313836c88eaca950eb5b716878ba950ad2389bdd84b24a5fd8e6b19ce3ff04b07d879b5206b0f26d5e3a63a5be19beac0e9ccc1de",
538
+        "providers\/Plivo\/vendor\/psr\/http-message\/composer.json": "4f074821b6fb7074c418bed0fb6232677a0cf6ae5ddf24694e14bd5aa7fb3610a645f2221fd024e7c4bfe3e95501421455dcfbbbb38468e9db442b8cde9471a7",
539
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/MessageInterface.php": "b79e96e691ad169d4d70420953ccb5933301ce7cedc17d4eaba859dbd56719008198fd201e3be1606ea5dbc78b559f1d86ba17b73ab7e843f0c2f0b49564147f",
540
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/RequestInterface.php": "f54aefad46987c6b4880d5f09f7e99909e6e2a99f9d305d1f73e4de58b43493179149912352869e50fc46e057f50c78ba7ed5df6280a7c0347f3d7c36afcbfe4",
541
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/ResponseInterface.php": "69d177fb504f47ca0181ab35e2155cacf16e77535d07bf4eb4d790e1ddbc7a133f3de21eff936a3e75acb704c936ee2f2b12b2cf3516464222c3d60ea9760488",
542
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/ServerRequestInterface.php": "ea36ff66e8bd962e468fb2bc832e70f7bbd81f92dc0e607cd69092b737609d565f3e254a2d54fb3588f5302315f62e53c6eefe9299ba4b6f1f53ba8feffa815c",
543
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/StreamInterface.php": "11ab8a9d07beea1f1633f8f6cabb2a463ff288555f2fb8a4cc0b99404d8580493018557a0f2674feef653be51f6fb8d9aa3ad8e6dede0391cadb7bb49f96f781",
544
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/UploadedFileInterface.php": "65da733a08d80c5490fec8e69c7b56a47efc522e720a2ddcc673bd74c0e21f5fad4d522ad47da4942d25d139b5392e0882de32b7fe5a5697b86f40fd96ff0f8e",
545
+        "providers\/Plivo\/vendor\/psr\/http-message\/src\/UriInterface.php": "0d46735005331a3489e3ef4c8229307320de44b0443ff74d238cf8f3962d83e99316da9435259d479b48477d33e8713dd3d1a1859264c22f2a53b43cd6adae2c",
546
+        "providers\/Plivo\/vendor\/ralouphie\/getallheaders\/LICENSE": "ba7ad111dab105773d8a75d20024b48c4222cba6f7836b7b608fddf34f367cd218302829a1926a675bfd22660f4562b0e9a679d15b41162412924ebcc1a4e557",
547
+        "providers\/Plivo\/vendor\/ralouphie\/getallheaders\/README.md": "48ce2def80836640ced369db92da9f9e943b319849cc89441023bc260edd6919c710d08c91fbdf04864c6e08bf89e60a397f5e814b3e9699b48df574f5799522",
548
+        "providers\/Plivo\/vendor\/ralouphie\/getallheaders\/composer.json": "495b111d0e0b4f4496ccaec984dc89c897f189a67d840c09b0cf17034629e1c896c37c4ddb1afdceb7d5a188dd0d90405ce34aad409d3b7722169628411d3ca4",
549
+        "providers\/Plivo\/vendor\/ralouphie\/getallheaders\/src\/getallheaders.php": "a61a5f91f21a68108c7e9c8eef22282e4b1b6f6f14ff997c5f47c83f39acd08ec60f4b9d25d306d67fdc68ec57c7f71a44a1f63ebf7c25b40ad61fa1cb4e58a6",
550
+        "providers\/Telnyx\/CHANGELOG.md": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e",
551
+        "providers\/Telnyx\/LICENSE": "8756122099aea86ddf6f176a480c0454f2be6dd278e475bd6be7d7ab3d572162f1bd44c9f623e52e53514cb15336be6e84a5eafc8e2a347b481ab5799ebd6e17",
552
+        "providers\/Telnyx\/README.md": "321748e1de717ff62ccd3fb2c10fbed8ce92a66271f2047c83be8929f965c179cd163e429175b44893ae30addef3623f96659b98528a405a585f7afc7394e866",
553
+        "providers\/Telnyx\/VERSION": "7558cccb74c98362a480e1c0ae17e711de8e5d6cd10f508a31395105c0efb22cdea79aa6f9f6f890837d519acafc2cb3c429d3ab17a283e1992e5aca5053e25b",
554
+        "providers\/Telnyx\/build.php": "485d76b827a54d8455550e8a8f8d14862f9444381da251e66c2bb8ceaf2106a554c1cd339666b1260450749d0244d6b9ba0c6d0a2220ab2411aa4041fc83f8ad",
555
+        "providers\/Telnyx\/composer.json": "7ab90dcc0b5854786b213e5f2ee8c8030b21f65b2f8d0f74a3aa6d771ca1054ae5e1ba58ad6684dd1234e7eb7244be537cdb0a6888172cffcdaefcc7f5908dd5",
556
+        "providers\/Telnyx\/composer.lock": "1e4b665caeb711f94b1e7f0ce6388e91ada9973159c1230d4e60f0dcfd44ba9af2dd236e6acaa27564e91b4a89dde817d5a73cad8682aa9cb93b203f467c6be0",
557
+        "providers\/Telnyx\/data\/ca-certificates.crt": "66816e077ee99ceb9535a472e6bbf4f0e48ca838099c8a97c7baf3297fcada9a43016ea1ded63a455ee56a8f18501417a0f744fc17b215bb599cafd76b754518",
558
+        "providers\/Telnyx\/docker-compose.yml": "1fe4c651e406095f0ff1bfc196406d473184bf53cf80f7c67dc79f1aa94b26db74174e0e9bc47adc95eb2a5f6eb950255c4a5cf44ccb7029ba712df3be9e6384",
559
+        "providers\/Telnyx\/docker\/Dockerfile": "a63d1fabd8c19fef37b90922aa4bb21fbd1094635666cf2a3a4db47009888bfd3f1ad5c34c05184e2ccc8f581971f6dae91c1ff137730821422cd482c39e9390",
560
+        "providers\/Telnyx\/docker\/entrypoint.sh": "2bf3911c365a271fc52d17a0aac1687abf52e5286a5d52cd34367e18651dcfd6ef1f791b54105b7742f5d691564ddca3c05a9ba4ce8edfbc68fe919e0bdf6c1e",
561
+        "providers\/Telnyx\/init.php": "e590e355286b775423b39dd23b5aa0d3383d8a85ed2d1346802e0c487cb834154b4ba1b0ca41ae112ba81cf5afbcc9133db8747e08565c00fa3b0ea04fa7ccbd",
562
+        "providers\/Telnyx\/lib\/AlphanumericSenderID.php": "c6f7d381cd9901af59d67c66fbe6ace0729c77ac2b2962ce41351ed076cb39c9049aeeb72ba0e3933ebce4ab8a936b86a7e21d30a1c07b2b08cad9da2abcda1e",
563
+        "providers\/Telnyx\/lib\/ApiOperations\/All.php": "5caeaf5bede40fa19422387d224255ed534a866638b22a7a832111cada5496764bc0434cb1aa7365e1d4e0a8ad55545bb05a42a17ae5f2b361ed42c12166a229",
564
+        "providers\/Telnyx\/lib\/ApiOperations\/Create.php": "811f9227ecc5acb172e8e7120541227de0bc22cbf66a41490b743b3e49647a38889d5cfa5d64139b602572f0fcc0fbb96e3971c78801ed9acf7b50db2ab7499c",
565
+        "providers\/Telnyx\/lib\/ApiOperations\/Delete.php": "4c03010d81be8014694e366cf93244dd2f73dfb38fe8a1f3066b6ce179b999967de5a9d3e3140b3076d0dbbeccea329ac750ebb93915ced1e44891ab589f0c7f",
566
+        "providers\/Telnyx\/lib\/ApiOperations\/NestedResource.php": "390efb020ed7c101b32379716bc2111e83273e2a7092da61623f85295c67ad1f6ac2fda617ec91eb28d02ed52a86db9992ee044356f3d96aff2e3474b16da601",
567
+        "providers\/Telnyx\/lib\/ApiOperations\/Request.php": "5b947c7171a05a754fce9c5bcb81f93c1614db086fd4ceef9be1a57977f8bfa7311af0a60a2879d8cb9380c64ddbf7c991738e5b5a4e4b2feb5d88e25c822f3d",
568
+        "providers\/Telnyx\/lib\/ApiOperations\/Retrieve.php": "d2a5aed1aaab9421f2f2b41f69047a70bdea46082e118cd94e087f4082865313d7c67aa037fac194063c53b06d9dccbfa5e65582a9adbbcaaa2982396cbda01c",
569
+        "providers\/Telnyx\/lib\/ApiOperations\/Update.php": "a102e823a46dca1eea6c0bd67b4b7c63bdc0d074c97b42a830de18006782309d3c5f77103b32e82c778f670aade73d3c31f49da49682d9ac204560bd868cd526",
570
+        "providers\/Telnyx\/lib\/ApiRequestor.php": "617ebb71c97dbd896ad736a4e1235f784ea7b89dd73a980a2b259820e3dde0ae935fa532d1fc8e0d9e14a63f843e880e074319bab2f9c519c1ec19467f80bbd7",
571
+        "providers\/Telnyx\/lib\/ApiResource.php": "5adbc90947859652ee20745236c330c5a3124edd3140cb54cb2d4ecb46409d4d825024708b6bc0a44a418f181fd5631a65b41381aae7a55d7c98d80ca9751b5e",
572
+        "providers\/Telnyx\/lib\/ApiResponse.php": "0d292d053a85224f4ac839f54253decab0eec5ae9861ca95314e98cad0fec2d2f0a7e712a8ec433adb302b6702d69262c8866b20fd08d67b2d18571965bf6789",
573
+        "providers\/Telnyx\/lib\/AvailablePhoneNumber.php": "7c82ca4fa28264c4fdd910c71741270657e52cdbc760343339bbb7c1d5980d27b7af476f7e1bd431926d428dba685a6e34d250f9678ef0a4e3cd8c4b06289e55",
574
+        "providers\/Telnyx\/lib\/Collection.php": "8953b7490974401e598cfdba09be005dcc037ff74d7eed660d11afca7a45d62c47f6b6c4f31b3b3003f3d9401599283122034362618a9c3d487eb131d05cfa13",
575
+        "providers\/Telnyx\/lib\/Error\/Api.php": "5c496f65e000a74652c5e7e3c79303befb693e497d67dab4e13287ebe72722c9651fa04c4de4065ea969e140f7a2f74ccaee2ab728f05790ee26200558d0085c",
576
+        "providers\/Telnyx\/lib\/Error\/ApiConnection.php": "469821ef557d096a088d2997f762b4a39c82c49bcf22ca707bcbf611b20006106522150d6365835e0c7e23e3303bd407d78181fb7b5d86bd35095645e68da158",
577
+        "providers\/Telnyx\/lib\/Error\/Authentication.php": "e1c7a938a695fcd8602e5a972086989efd349a6d8d5e3abddbf6f548ba2e1f9bdabe708b5ea75474f7c3588ba7cca8a1dc60970a8be70a80962f90342e67c13c",
578
+        "providers\/Telnyx\/lib\/Error\/Base.php": "9d311a5445b2f3d9c4e25c42094734c3d6243fdc5025c7e5a609ce49d2b2a47f01ea2f163154917f3330e1a92d30a736319c4daf3ae18bb6ddc41d131afae0ff",
579
+        "providers\/Telnyx\/lib\/Error\/Idempotency.php": "cde2f56479baab53e74c6784878c7914e7393b655bfdbf7a36e0619fa9c521671c105c3d5002983b3759989a22eafa0bba7b4aedd4801d7d6b820842c0285e35",
580
+        "providers\/Telnyx\/lib\/Error\/InvalidRequest.php": "0c5748224174c20020155c9f0c734121d07c752460ef63648b08a2392bb6d8b6ff0a9eba13ed1cfb8988545f6dc8c70930de6e78da03c63da0e59bc5fa109a9f",
581
+        "providers\/Telnyx\/lib\/Error\/Permission.php": "3a03b08e77e6fd0897de16d69fb3769707f6fb46717b2a00f1282d7b3e33527f5ca5ea94b6df03c883ea177520140ab2dce4986e0ee0977cce8c375e8a5011fd",
582
+        "providers\/Telnyx\/lib\/Error\/RateLimit.php": "0ceb884f1078559f5bbfbba6153e6bacd6ebc49dac2d047da9e7c64d45c7cff0abc067711366aaec74a4f2736b7205c02ae9de8c214871a82ed1fc53faf4be73",
583
+        "providers\/Telnyx\/lib\/Error\/SignatureVerification.php": "8aec6ea46f62c2b6ecf845cadb726332f89a6c0dd92f4864ac71ffd25268b2af0468cfa83b32a24e91c735ae947498bdc6181efe09857c6bfa799cec721dadda",
584
+        "providers\/Telnyx\/lib\/HttpClient\/ClientInterface.php": "f47e88048bac320e8cabb1b61869f138f84a04858afc3b7aff4de858db9b3efc507d1607037bf07ec5fb1f1df4069b71bf8ec1d0edf953bd1eb8255e67651ae9",
585
+        "providers\/Telnyx\/lib\/HttpClient\/CurlClient.php": "fed4939d221213da7fa7865b4405e5c0b7dc092375e5acd890bfdf178baa6572ec7ac7ad57cb02caab5af24d2aa52763bae1b21679f3b94e6f7ba659cee7a438",
586
+        "providers\/Telnyx\/lib\/Message.php": "18acf4bf51ec27d330df16216924c65a45db59895b610a3c803ef1d09beb7d96d20753b4ec16be06ed40f2886ad46bb3d866f14a87021484ede5d33ac1a93c4a",
587
+        "providers\/Telnyx\/lib\/MessagingPhoneNumber.php": "2a2caa5e44efc5de92ef9b0f8ed0a68af1ab2c80932f4cd7fe79caa87ca1e146af3bd0e1d16d977738da2a3af1fb3cef77081c32a0dac50bbe8ef54a108efbc9",
588
+        "providers\/Telnyx\/lib\/MessagingProfile.php": "351d96a913427c045f534b6993c37fa6ce2ecbdd7a398502ae6447d631ff322ce146cd73dcd1161c999f6bc9ab9764221b4bd3567888dd14c110b98bdc4432b3",
589
+        "providers\/Telnyx\/lib\/NumberOrder.php": "52067d9999c150fbefcbba9969b308bb6118eabe25bd08f30cc4978cdebd68fce4479e53d71ce29632133e8c69bb4ce9276301f5a36ea95bd77d29fd057f5d46",
590
+        "providers\/Telnyx\/lib\/NumberReservation.php": "2b44bfa3fdcce2e21668004d458e9e6bcdb5e33cc37e9a0c980bbdcacec945dc4e06e489bf5b9d0194df00229a79e39bc2a62395d44e4072473441e258841baa",
591
+        "providers\/Telnyx\/lib\/Reporting\/ReportRun.php": "2a7b066db83e08b86e3da4c0b2d041c4d53ce0a1fc95ca3dab76ad2bbf549d74f9a97974be6bbbf0d7b592a814a00b514bb26ad13c7621b5c229f9bc40abac7c",
592
+        "providers\/Telnyx\/lib\/Reporting\/ReportType.php": "92ad055c626d39d9f878666310ffec1c425d4625af9e7803547d50f1684c166ea1dc67d79c35580ae08850bb6e570a81994014e82f4d4080377cfbc664c4fbc5",
593
+        "providers\/Telnyx\/lib\/RequestTelemetry.php": "cefdb55dce61e5f276bd49f6b49e57c78085338537e56cce6fea5a81cd1d2235f1eaa78be326cbd513117be88a046177afb628659088b66ce423799995c53709",
594
+        "providers\/Telnyx\/lib\/ShortCode.php": "4abc882d0dbc72becbff07212d17b8e1383b0efb43818a7eab983fd2a08c3f591a4f4ba2f185003fab0622a43329c969d2fcc80b23cb94410007a0879309ad49",
595
+        "providers\/Telnyx\/lib\/SingletonApiResource.php": "f11599b789dfaef76ef6cf10bade1b426d2e16749bd207c6d08ddd007fea470fdbf0492f9a59cf8bc9f8589aa4532cd6c3887629cf27060696c3f086b0a48673",
596
+        "providers\/Telnyx\/lib\/Telnyx.php": "4971ff61049149242b0cfdca4a15dce213c465ee697cb444eb47da8215eddf2737508164c59393bd7661cf40b1a525afa9fc0df0dae8a071a59f3646a5ec44b9",
597
+        "providers\/Telnyx\/lib\/TelnyxObject.php": "a1bb11b6bfecd69ba694dd34d6309707e916ef45edea1e81e160c572dc404aa4e16841f3be7a82b3965037efef24db7c7c9730fbb65d26e8a188d30fa9af01f6",
598
+        "providers\/Telnyx\/lib\/Util\/AutoPagingIterator.php": "d03ac3841bb553d847be9ea73ab9debd8c1f2c829b0d38ac4416a121ac535a5ece2ecd9943d89e720cb5abb1c907ca9b96df899a561c190ccd6843bde785114b",
599
+        "providers\/Telnyx\/lib\/Util\/CaseInsensitiveArray.php": "bcdf3fba35ae234bc63ba6cdb5429aaa5fd6baed85857991abb9eff854b23eb7a878184ed038636292ac470b67f91c6bf8d79c20a6214d31c872d22fe51833a5",
600
+        "providers\/Telnyx\/lib\/Util\/DefaultLogger.php": "50a69f9f6ad628e489a05fdad0df811c926c957c301adb0b4b906dcce9733a0598f6c2eb126865c54a0100131dc4230a834b1e98275237ce8e90bff2e96cd0fb",
601
+        "providers\/Telnyx\/lib\/Util\/LoggerInterface.php": "8d2dc2c59af5e625eaeef0b85b09f78a42e533b62fee84717d67a4c706fbacd94674f439d3ac60984c0a3947b7d2f5a8ccfb64e071c41d063b8298f57578f88c",
602
+        "providers\/Telnyx\/lib\/Util\/RandomGenerator.php": "292c880420b28390e3d734c6343acd48f322db0c474f80430402916de1dcbf8e988b3d2753a7c18e763e632f474284b213ccc8e8fe4e52f00569e72728dcccb4",
603
+        "providers\/Telnyx\/lib\/Util\/RequestOptions.php": "61a13e62a72e7fc4a1f4d2a707d03ca785af36dd8566e037efa4b1a07d91debe1bccc637bbae6ab9dd836b20a4133cdb7316d6c2628da0d13d2164d6613f1e3f",
604
+        "providers\/Telnyx\/lib\/Util\/Set.php": "1381d2144748a490fd27329fe231e9d3a9a8b428499d4005f9ff18a946c350d8dda1ea90285314a1a99f5d351b1b235ad37a74823c37d7345da8af528dbbba87",
605
+        "providers\/Telnyx\/lib\/Util\/Util.php": "d7c35dbf5a2832ced6059800a6730fbe75338252641edab902adfb134a179d96e162f05bca2902c6c2d99cf4827d5b89b0daac826162c7d460e17017ee405606",
606
+        "providers\/Telnyx\/phpunit.no_autoload.xml": "06ad2f4fe0a292902757629f5605509f32a0d1dca527550619c98a61519d83fc70f3c886b12f5e5734b1031186fd9c7fed6fba813cd816b0f07d36c2a6bf11e4",
607
+        "providers\/Telnyx\/phpunit.xml": "82ac037adc20f2aa76682878094e8bffbfe31782dc6a94e2987bac5546e3ffec90577d03715f4ce481cc977685eec9e4109a61b4b46bc19351c2cad555d7cadf",
608
+        "providers\/Telnyx\/tests\/TelnyxMock.php": "e8e93ca1114530cb7e9cad46eb20e32072934496d515a9391ce8093773450dd60f3288f9d3ba46533a0f650fe67b508d5e54bbfc6e1642443d1fc043b88eaaeb",
609
+        "providers\/Telnyx\/tests\/TestCase.php": "9945df738b56e344648cc00d3d4b94345c15d8749ce511b5095a87d5e52aed35d8e3c773276d9dde9d9fa04eada784a55e4876ebf70a198ba719c8e94c8c32d8",
610
+        "providers\/Telnyx\/tests\/api_resources\/AlphanumericSenderIDTest.php": "1db47c5c215f1dccbc0456035edb1619cb7575dfe2b152924a6e1abe4a021bf63be3b1d1cf1b86285c5425f5df46c8e396cd66b6ff6a27534e402e145e5fb194",
611
+        "providers\/Telnyx\/tests\/api_resources\/AvailablePhoneNumberTest.php": "823ab5138035a84a790d70c9bc5964e7aa163f195aeaa2fb50d2cfc7068f1a77440f09a134bec36a187cf57cca6c735b428b225239a263aa26cc5cecbecdf6d5",
612
+        "providers\/Telnyx\/tests\/api_resources\/CollectionTest.php": "af248a4d4c4504f5fb7148e8f5ddbce3a05cc859a761f57cffb8335be10b07ef6d4e808002601f92eff2968e86873fbbc3fad838420db0694f81b9cd95091452",
613
+        "providers\/Telnyx\/tests\/api_resources\/MessageTest.php": "a616a69339b599526dfd24a25d8e99eefc99c2341bb7d4f635d1b4984f41dc38a3eb6bca3e4242caccb974b141a490624669b5c2b2f5315b6cb07540d74fcad7",
614
+        "providers\/Telnyx\/tests\/api_resources\/MessagingPhoneNumberTest.php": "40409c270a6f9a683bc690f6e91051fe1ac4c8a6cb1b4e5536416d64fc3f8c81f327f33e562ee94cee1481e0ec2f13148b0dc3f76f3f20a49a9d80adfa5c1afa",
615
+        "providers\/Telnyx\/tests\/api_resources\/MessagingProfileTest.php": "1ca7abc2b47f221b491ebbe7def5569deada6eaf4184bd6e6327f7bf2da15669d1fff581e24c466621e8462e816c0a12d02e0aa1d91aa3746092f8a09a9131ae",
616
+        "providers\/Telnyx\/tests\/api_resources\/NumberOrderTest.php": "dd6e4382dcdb0cd60ded9d9db6262bbc7f523e8f5eb842e15655fe8ba4e24ad5192b8be40bbc762de2c62de3aeec31e1373063420a99e39bf02f5bf74915d5ab",
617
+        "providers\/Telnyx\/tests\/api_resources\/NumberReservationTest.php": "8b8386c0e044e120b6d60f97433c9ecf0ddc272f805034768300bf01bfbc731a3f6f964758e509d650013df03bca66eb1db13fa1a24315df76ea55fd86287fd6",
618
+        "providers\/Telnyx\/tests\/api_resources\/ShortCodeTest.php": "8aef092868b89adda6517905c7f05245b3c39affed4c7723e5a32cf17b8e39528e8925923aad4b2add5a0bbce9049a8f934141b87a790fcb002eaf77aa494258",
619
+        "providers\/Telnyx\/tests\/bootstrap.no_autoload.php": "cb002f7c8f77834b6414db6535f083bcd227ee6085363fa3cb0f66b55226680a45c8562fd8458249868465957b2aeae134b3379f8ee2ed22c96425475e9c0af1",
620
+        "providers\/Telnyx\/tests\/bootstrap.php": "50e143ed68aceb91d3e119d5a31521e76bfe9876bd780c90ac83afb7ca4f32be48ff81c33c134109eafe1d22f35e0957a9a834966b8853df99dc1df04795adf4",
621
+        "providers\/Telnyx\/tests\/data\/test.png": "6ad523f5b65487369d305613366b9f68dcdeee225291766e3b25faf45439ca069f614030c08ca54c714fdbf7a944fac489b1515a8bf9e0d3191e1bcbbfe6a9df",
622
+        "providers\/Telnyx\/tests\/openapi\/README.md": "0c54fffd5b7a5f393358864ff9e3bd3793075d6060cc1336603b2455d60f16d160ffd47b52bca6834acf0d9713855b386f69580099a3dcc131e8d5d617975ff2",
623
+        "providers\/Telnyx\/update_certs.php": "46dfc1129c3dff2211cdd8274fadd8629c450e94a7a1c8527373221b25a0664b6043d6b007351ac9afa4b40ba349a7fdbf4ad2e088cf0a8d864f7cbb81145fb9",
624
+        "providers\/Telnyx\/vendor\/autoload.php": "1d4735a3ebfd65901ce478f8bb98ac576ef9ba2706f17a1c6ab125979a882ec7ff463b577fed1c418f817c1a56e842fc25b6aeb8e7ce6dcdd554a25e03959c3a",
625
+        "providers\/Telnyx\/vendor\/composer\/ClassLoader.php": "866e8cbde808b4e7774c5d9e2bdda44e84ff9bc84268785aff1a75277bd7918dc26ceeb27732718c9ea93756777ec0d16c09c15f9c1179be3cbb410c7914d295",
626
+        "providers\/Telnyx\/vendor\/composer\/InstalledVersions.php": "86ebb1216b59b01b7cd1f3b2e66311cd6295b58fab91a9a82603f903c6d2f716d7697a82d625372538f809e9e45f7dbd257a00e2b95d23c3785e4eeb3a6ebb60",
627
+        "providers\/Telnyx\/vendor\/composer\/LICENSE": "f3bb64009f41a425df5a9bbab53490f0eb9b74fa8d6aaa2f57efb928edc4ffff330260666edeaa04a91fed708c3663371cf01b284f3a08d6698aaef7a23f355a",
628
+        "providers\/Telnyx\/vendor\/composer\/autoload_classmap.php": "a298b75d605ec9a330a5efe11769e79f02cf202f49d8b241afbd175c7fcfa0ac4db8e72a29aa1d839138e3b181fbfeca525181eb57e998a4a2c14ec9e457cf1a",
629
+        "providers\/Telnyx\/vendor\/composer\/autoload_files.php": "107b2d75757e7b39e2d279e373fd4291d57e91a7f442b0f880b51d07e7119beb9d41d1cdf916131bba717e8da953e2117ff83f1bd9ef850fc1d9056d0f02996f",
630
+        "providers\/Telnyx\/vendor\/composer\/autoload_namespaces.php": "30324cf2dc20c214c5b5c8fdc2099b67772149ddea1d1d51969c711be9a83d036e43746c600f958a6b49969b16a10ef93e9b1e3d5af9714721ead916b9aef344",
631
+        "providers\/Telnyx\/vendor\/composer\/autoload_psr4.php": "02804e683dc13b4eb2ad98284be2dff3eeb97f0ae9054c3a45641ce7e6144a3b5f34ae36eb764fd2faae39fe5dd4131b4dffd4649c6ba3220ef24aeab45efcb4",
632
+        "providers\/Telnyx\/vendor\/composer\/autoload_real.php": "469f95fde429006c3262cabe72cd49970b0cd6098b743d8e5a646af25679dfe539c98d3337b51a8faf7f30d9c64e1def8d131a93e8897f801830e7e1c4da5874",
633
+        "providers\/Telnyx\/vendor\/composer\/autoload_static.php": "4845f043e32744886f456f358ea87cdcfd641508151ba6c3b0169c9aa53fe111f05b78b82e204368da01da68d7007709c9140d08dce4e7dca3cc4c9f60397dcb",
634
+        "providers\/Telnyx\/vendor\/composer\/installed.json": "5ca47a408f164e118f7ccba81577933913002efce47331f2eeb13f3e24d78878521db08454026d270deaa6552095260d745f0a424c91eb7efd36f6a9a20adfba",
635
+        "providers\/Telnyx\/vendor\/composer\/installed.php": "38fb24f1f4e4aa0435926d601c7b78797c231eb0e3621e370b17078645f5d238a1d02da3a29cd14a9125f78f53964445f4326311f6e830cf8faa24e944215ce4",
636
+        "providers\/Telnyx\/vendor\/composer\/platform_check.php": "4d385b31994301facce94382fa007a56ee32268d2e1cdbe7c9f9cfa834ed4195d3cf8e8e7c9a800c97aafe2c9b46f3c1a93e632c7415e8a9e4a282c083cc6f9a",
637
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/LICENSE": "0c0bf603f7e196edaf56d02acbb2e14df7f73a2da0617d62b5fc811f088c29865ecdbc7c6925a19bda63132cc651c56f1cdac79dfa02aaeb3fcca49033636ee0",
638
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/build-phar.sh": "a5ecc580bc6e95a9c901ad1a0097fd47ab857dee79d0221ae463e27f27cc8b2227e1975ab2699b9d0782f0b0396ed9b3ac0106f53fe61315cd2954ae54beb333",
639
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/composer.json": "c400438df2f41ace7bff40d284236bb06c6095ac03b58caef5b062e7ef317bac5a6bf551c94459ffc838acdae7df6cdfc615dfc3cbecd16be37ba67bd948415f",
640
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/dist\/random_compat.phar.pubkey": "e8909663e5350be2fa9416e28c6b179c41e87feab8da0d6fa6a41c294c9b00e8cc40ae8bcd03997770056f70d946315fd530f72f42974f63195f14b3c675e3c9",
641
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/dist\/random_compat.phar.pubkey.asc": "f07fb9c7b00f297e73127dddb1f3986fcebdb0760454765f6ce0977347919c0c74ea197ed310bcd86dca7ed227812bfa6d1595c44e40f10c085cbcbf602e163f",
642
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/lib\/random.php": "fe4539e2b55b47dfff1e2256c91498e5a41a85e28e42d790fdbcc42102c16abb09b0d7a0e2268ee004c555e1001241a9925fab1eeaa16c11ae2188e1f01540b9",
643
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/other\/build_phar.php": "370c622746a37b65aa6e36c2fb94486b4fb01f2db3f3c9539a7fde711d1abe3f9e9c30bc61f4200e6da9b47086c207b03cd7258d77dd2ea6b48126a618e2fa0e",
644
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/psalm-autoload.php": "f05ea11c8e973ddffde4d60688b161701217ac8e5c9237cfb57babf7113482d5e19ea441f5092eb1448a21b95ceed75f994427d6febfe0de100c376ed17e91c3",
645
+        "providers\/Telnyx\/vendor\/paragonie\/random_compat\/psalm.xml": "88c631fb2f70a79d0e56a4484fb7ae8b6b3502ed2a9599757e7a3302c42b0adfc6f0c45c9916b88d7430f209d8934b6121221dd8b424dd913c49236db7ef01c4",
646
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/LICENSE": "db260eb10b8775cb408f675dcbe11bfb1a738d638f4215467df6c4bd03b8265dec7712fffa30dbcd38b5ef944266c3963343d033f497eaa6dc602f55fdd8729d",
647
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/README.md": "82f123f85b02a7e91c3ebece404b85ef5a0950e0ca79bb0841735a5a03b88d1a3efed4bc8229b3ee1db245471cf58b81923ac9800586ace3b794421f379f7bb3",
648
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/appveyor.yml": "ed6f025871e47d5afb1eda2e0705a2185670c447279cadd8c0fa796779fa2f1d7a5f17efaf6412c403e40bee345ac3224a45f9aa0e5143f06ea5e25ba8cb848a",
649
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/autoload-fast.php": "a40c6c77f211a2257d3339ad80ae7197ede8ba0a94c76b48052cfbcc8ce903959dbd8e3434e6660bfce2c5e935cb9f38568f96cf00819d03f4a1c46cd6b7b0b1",
650
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/autoload-pedantic.php": "c1a0e8a5b461135bc58ebf0a37d75e865d9e44ce666aba9a95d6416cc7d57a834aae6fb6ef4a9cb4176690a4e41cdd8638106a11b32a155f3a8ca3acebf7a504",
651
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/autoload-php7.php": "0ac98043c8df48e7bdd3a20c11688ad3702a06271687e1019c2a7288288532ea593e7e462635b806c0b18dacbb8f2bd6d9c700a61d2b1deb90eba0b49660b008",
652
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/autoload-phpunit.php": "d34cda9cd77a67d93817d5b9b1bb51a13521b2539f9a8d0189debb1938934df1d5fd51fd2a82c9d4775f5a8613708a1e78687fab86c3afdc356bc4b02045bc66",
653
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/autoload.php": "91c2a6366a27a76a0390c69dc4cf061c73cb03a22a3303aad673cd08e8cd659c7fa7e6796acdd9d2d271f015eb16b15663c5d21d8a538fe14f459519c9f9e8d1",
654
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/build-phar.sh": "5bc154a32c62797e85b82595da69ed11676d98deb9644b62a12d5ec169d3edfd4d3b24c67170143f12ca63d9bea06cd0803f68d5e63a7849ea9c4dc9483f7b4e",
655
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/composer-php52.json": "10cd40189c6ef385b9e21311b8b2bc8f7943273552227c8006a38889d743fde82c8c61286484d59bebfb83e645a87cf6d99f29409439a1057fd16a4ca7727417",
656
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/composer.json": "e9b03b450c47dc1a593e35493c7c80c373f958ac5ddbe89a163f15e7a30a8139ac0f9868466610899e3d5e5d573d517bf09acfc68d2b9420e3301b39e7736aad",
657
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/dist\/Makefile": "1cb0cca3e1413538bad70b8c8a22dd68d17bcb6450e0c4ee41fab9fab09c36bffb4816dd0f7ea2f40ca1b4cec6b030c5c0cc17955d2c83ec08759e748b04d965",
658
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/dist\/box.json": "47543b120abf7596f26b58f9911963e9bd0cbe2297b65d43f74dc52130e503ce09049a4be53146387b7fb42b7640f6577e3c1f4862540d4f8a0e668b0001e62c",
659
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/constants.php": "4e0597dadc39ae7b81e46ef5f3f045812a11753d9116215bf0d905e0bb3760bc44639988f1ec8f0ae8998f507e0c99eecbd19705f5399edfacb87172d7a577ba",
660
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/namespaced.php": "c550633d5dbd23c1bb2fe9a14b787e239bd5fa898932ddb8a1b1f8909a57393e01f12337fcc53f54b24bc48a97c3ed89de03da089ffbea71ef90d48c5091e200",
661
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/php72compat.php": "85b52455b2764ef4b80d60b8d99d5f65264b2a2e7d770b2ab05871a5aad213ad35f2cd755a8b5d19b5ddcea758c024175480f2dbc89ec75dc86ccdb453f5fc25",
662
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/php72compat_const.php": "177d6b1b8fb5286842400019be1465fa0438e06dfce2fbf5e93e93d0715c161ad07c0c31c17394cb0c6673a058f34544454cc0845893242dfb5a998655c93701",
663
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/ristretto255.php": "f2c36f65a9a556c43bf9f2fcad02f1c87c29d89bb5b3d81634112defbae7ac0c85e558fb3b5a5e74d95906a4b543e7a2cf16fd444ff28888ef09d73fb9e6b6f9",
664
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/sodium_compat.php": "75e3119fb1d400aba554506a562c64c1b1b82e66277383bf307406fd1f4c68499a32b82108529d5af99878890e3551dfd1fef1ab62ae86982c27dc975dd39155",
665
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/lib\/stream-xchacha20.php": "4cf0cb7bf023249c18f2261057f994faf8c4233022651285fdf8978fe9a71d7eae0511ea1f64faf2f3fcb1ae5b010112a5a4ebe8df9fea7ce908916cc2ec90af",
666
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Compat.php": "7a8389a0ca9cb8e544b7f345c60705e1cca41769105531211219142f15c83bd60b442dbe8bd62042a5fddf31040a19ba1f3f00ba6c2a44c3160089a2605099da",
667
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/BLAKE2b.php": "91aa0293c7c821d238f36fbb1f4327e67a718b53c13f0ea0f4d6e1d1675618bdadf183d842d4dea103017be863d40762a20c644a4f3619c7549991f11a19445b",
668
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/ChaCha20.php": "7e09160954fc59c77890f28e75f7ce8b75fdf08b9d5461c5e7dc1f49bc664bcb1b7ac74e3f5437657a20729c2db965d968060b27309a4a06a252d22b7f8dd4f6",
669
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/ChaCha20\/Ctx.php": "f19f61e54d42bf154182d203594613371f430d7c78f5b8229cb9bb94e19e42bb9a8e434639accff18497cd728ef391a1128d0145b8958f8d4350ee340340df39",
670
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/ChaCha20\/IetfCtx.php": "41ac6fb53ae553db13ef5c12d8c1c16d017267f130e8a00e9c2a8ad10d723aaee5ee08f2888f016babe4d712a0f1fa50012e4ebe6626b34973c26ad6728e36da",
671
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519.php": "5404d91b94a8e6c442c3eb30b763f1dd0c1234b845b967b7048f71d5a0b6e1ab287b44f43e06ae5bd6fce31f78154b8655353d7df86b6ac699a41200b9df33d7",
672
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/Fe.php": "937defa56e99d4f38a81b88c03c649deca5b0f41f5d0b8e340cadccb34ef0677563f18967bb9f63e9547137a2a1827f9e37c62005fe745aff3764e39adf86cee",
673
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/Ge\/Cached.php": "3db1263681f9414d237a8318c08ad07bbe3279b7310e21a40c22033f5d90eb5d7074dbde430eec7910a8d7e4286fa6c0131938c92045520f56fe6acc37af70af",
674
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/Ge\/P1p1.php": "d757efd8638aa0c1609d59c47f3b18608a0fc6e1e5bc3cb94f16fd3fa2d6125872a796f4837cd8b940ca6988db92d3c668bba684c721476ee5fdb6fb6d50670e",
675
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/Ge\/P2.php": "cd70c62efef16eb21967d5bb0489dadef845fb3cd4faf0b1bb7d080a8685164b2b0fde4d8865dec22037795eea6df605dc2151f20871c31d5e9e0084f0066219",
676
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/Ge\/P3.php": "56c14b848691af72c00f5dcc3d31281a300d0ea9b6ec273ff929cf30d2279cf34d51891729a5b095445fffa8a63b8c8147f4d1ea24935c86b0216b3c40aa4241",
677
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/Ge\/Precomp.php": "f6c53daf36931b4289248a231da52759e91e5c38af10b2cb89a1bd7e55d29e316dc77d144fb9e52ca1cbf50db84234aeebf13603c62d58d5b3ee58dc19cc18f0",
678
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Curve25519\/H.php": "c2e48f6273cabcdc40f20fd0f7ea55975fc9da5a419b1c9cb834b694c858533f9a0d3e3ce768b532ea6b69ff5d2df1ae4c246a15b7129916d4034ac497ca2be4",
679
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Ed25519.php": "eda61c7ee144449df655ea9a9142d0b26624644542012652598bdc51493f61938c13651b32b05e942d31d3cfbfb7899b8621f4ebd8a5909a1ed12704b2bcfbca",
680
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/HChaCha20.php": "b5005439c15ef7aed83b566e670053819f59c415d9c5f607550c756622d7161ca32fe65dad8f688e6a292f88192637260d859302064b416465c08bbf7f6dbe13",
681
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/HSalsa20.php": "c882b541376c8eea8ab3bb63d8b51dddb345cc45ade8d5d264dbaa96427f72f0201aea828e696808155da7a978c4a1fad09723d42ec393117693e48187cf2a4f",
682
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Poly1305.php": "c438e61d6b330be26cff863f8b5c42fa3284d6e8abdd1e43a2023c2695dec643d2641b2239a9b0fbea1a34e9e8011d5094b4eb024b111b6fa903a1c026328747",
683
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Poly1305\/State.php": "4558eb5b05c7664408a4e793c2b85a4c2593ab8a1118c3b89db712f337a12346e2e882a0c638c32af733f5589a310b4a528c9bc02c136692ae82f3ac7e6cddab",
684
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Salsa20.php": "2836d7eeeec597187c456ec790107a5dc478a1f79c1c1e4ede4314bb830f865f189e048e3dc55742703e2fb7bf31275f515cca57ab5bc47332961bbdcac7c490",
685
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/SipHash.php": "345fc6b9f37659ec9830c9b3bd1459257b81568dc73809c023c551dd825981b0da6b150b6b7cd57b00097ae9cd3b742d730ebfda2d2e459ebd7d5257fc967156",
686
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Util.php": "81aac8187fcd44a14ae856e34d7337c012ff3603c606e1b9ff5a95fd5cdeb962725b70672a57b600d344fb2f34aeea00ddc8f1d4d8f8888961fae9171f8262d1",
687
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/X25519.php": "d11fca34bc3d313e365ca47981a0efb880a3cc8be3e2cb00da7df69de8d52f2f1fc793c1654cce1385ea66aec40eb5339c5cbf120c127cb399b72fe84b7297c4",
688
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/XChaCha20.php": "de5d7f3dd4402fe3c99b66a92fa4f0766beec66928c8996b3754b2f7a8869b65035c6ebafcc8ba2fe9b309adf541e89eba9491554f1ba548af6139770aedabf8",
689
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Core\/Xsalsa20.php": "6abb7e9217d5463d373023d5aab49c41cd3e1026835985dd13256e68374ef63b90b7dd033f7fe14ea60229a98e5e64d0d0f23b7a382ecc9d8b41746bbe3fec11",
690
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/Crypto.php": "257d3d05f1acc745b21f25652ddf0b09b5a68b2b75abaa9216bee10ea958f8ed1d3c964dda5326216366d9cca4a71e8678c23994fd07eca2582e3d8c8aa75500",
691
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/namespaced\/File.php": "d7cce5179670dc18544eace3bf8b8b9863e62fc9520526da2870e45d5d400004fdeeb3c0f44a90caf0742f89b633e7fe3f996bd5f89af4c7f52ea37f429e453b",
692
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/phpunit.xml.dist": "0f8b25b7effe47068dfafdc568c3298d7c5f2d4eb1abc040c8dcda1b0daea8523a1f82d8e00d6475ffde3cb566c18d17ccfd07db59c72bda11f40d555b692d32",
693
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/psalm-above-3.xml": "5bb5402c96cd45a0d88542bfaa12ee03c26c3242f42f1e33a2a32e5a16143e6b66e7dd4bca7cbe30f73ee9eea7e72862e356f1bc4c4daaaaf1ebcb248d63b230",
694
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/psalm-below-3.xml": "9ef67d2d8ee81c94d0ed80d592894be0c200045b295178f246865d12a54d963e97b4a8d75ab88595bbb73d74c75ab2275a54b9a33733bea2d15487c5894f515c",
695
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Compat.php": "1c233a4b931c13b00e243f699eed9e81fc683846e089a24ad90dd17f786bfdec9ab32509eb9666074c9fc2a168ea8d411144274e6c4d4413996c78bd3c536515",
696
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/BLAKE2b.php": "27fdd20dc655cc7f58454cfa97fb974e4d99f6da5b97d79e669d41b9c5bfd1be18fa34f0ef7a353731a3bebb11b56fcb68818cabb3d8ff026682e7b39106c6f5",
697
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Base64\/Common.php": "c8512fc6d570a3198107493c7b8d20f38539caec221adb14161d7efbd6ab7d1d0bef4cb5528fcd84cd9484f1a9e0fbeb45aaa2365012680b0106ea92f8873281",
698
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Base64\/Original.php": "4564f7cfef60c318abe626832bcd355cffbe04d020e04d18c5554fc1610c4a1b0ae8d1111681e2a458ae0b9d7ef3528bd62aef019fe3c1a3f9d28b5ae58da86f",
699
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Base64\/UrlSafe.php": "dcbd158a52f33b9c64c8046c8f091d9af95657a562ac694c9ac0beb3a1876d55a3f23cd42c1777d9cf2a55cdae38d88ec54628b2d5fccd6befc92d4d51eaca2a",
700
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/ChaCha20.php": "f0015a4f95fb6028c015c954992233d76ff0b07c7c60de6347e7b7ff1cf704e80de4ed5b3e236502fddd3c56071aa8012758d905031d6154f965c4898251329c",
701
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/ChaCha20\/Ctx.php": "aeb8c31a1bb46b8519f280f23d349fa93911bf766715c0964c0a901369d0f0599e87c6e13459734f582a04ce74d9ba9f3ed7553d4b7214855a815424a8a8610d",
702
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/ChaCha20\/IetfCtx.php": "d22a84b5bbe07297fa80c989e93681b27b3ee502a9b77b63e2b08eccdca03cb98c39834feec5fce3cb0e1915f2944b06e94fe555da123de982fedc61b30c1f91",
703
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519.php": "b25ba0383cbaa00339f5cbaff6b400a25f3bd4d244d2fe70a08b987ead0ebb04a7f51b9476baf01fea5967610911f809114e39d21d4e278a9be72b48ca39b09e",
704
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/Fe.php": "0fad7d424e7f3fbc0abd6a4f9113c83523aadc3f9d3423a94da0954f56d31705ca567ffad0972794bfbba00c4909c8638130b99a983cc52022d262d6b7d145bb",
705
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/Ge\/Cached.php": "58ed8181f08dd61076c0ae9ce176455d951de04b9b1b03260c593d009414e9757d9120ea9e94040ddc1e0867f8a6574dc55e3acf82f946100d03d4506c9f778b",
706
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/Ge\/P1p1.php": "63b5f5a6c7061826799c2e3285884ac2108adb19ea246475b98fb68a26aebd694eeba56191fe15fbc1a9ecb9b85c139bf9e8b65b4456b8fb42652fcf29097fad",
707
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/Ge\/P2.php": "4caf0b912ad4bd82f8c447fc25829177323ba7af6d2355a7709b8ef99a855b51158e5252a1739cf6e9ae72b780e415af0cf3d510bded3fbce3542c99cf057535",
708
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/Ge\/P3.php": "5bd84bc8087c48e62e9d29451c0165376ae8486ad9288556c81e4cb897822cdaf95a2df6093f16e2a336839d0a4ea7c1535361bf041d8be0fddeb1eb245eae55",
709
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/Ge\/Precomp.php": "a58cbf2c93a75948b4576395ba1ebcef5a35b6dfb4625690e872010a44edd92939ba146b145cf40bc2cb6e45da0e19f169a45b575d813a70428f171459ee2d8c",
710
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/H.php": "0ce669e4f370acdbf6cf27d5a525b0a3a3bb7c794b8a2ccc7b2f3a3670fbb048a8493e3e6306a5f148204f50a5458d47ffe4a2705520e15631b02d45d39b0676",
711
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Curve25519\/README.md": "3f50765b54a3cf172c9cdaf2541a54273b811df61330af83883de5309103d6309a0900ecbae056f60aa831e438543c16c809fe183cc15c6a2f2bf15f6f910cf7",
712
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Ed25519.php": "89eada60bdd8739af528cd74b771a2ac04e36aa3e588549c7e8a82d2267a4df5eb4ef13c806185ac65bcd33fcba0f49a03cdbc03f143ffaa576ba6f4ab5efaa7",
713
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/HChaCha20.php": "e221d5f3c4818256a895cc05a8e68ae2b3cced7eaf4e425f3c373d59b2cec31fa7b498e5e42af7e374e70c3a176f966da3cccc4be97b646182a8bef2817986cd",
714
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/HSalsa20.php": "05e5376ceaa53ddb24971a43ded855892cf37fe0f03647660f573334ca79e61edafdd511c418cdb3d42e62298462e729c69b4dae3eb802c4749774b43d659536",
715
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Poly1305.php": "1bc3f6e6323d44ab76eca14cce61e7043ee98d8f7c50f29a5e29704c35adee345faaac767af588e1c6566f5732c1ec40ea815c51711056737460c9143adef1e8",
716
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Poly1305\/State.php": "9a69f92ff7c3e384cd57c0d5fddf9111d57abc9849acebb329ffd1ac4f53e539e1548140f4a430f628cb378d7fc980494307df13e4d1837b0af377bd7811c6d5",
717
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Ristretto255.php": "c4fcc5c22d8ece4e704c847ca01ce6edba7682fb2b9b91d74d664a204cd5955128c3bf8089a855312244f28c4ef6953927832ed989a03edf6eaec5c26df1722e",
718
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Salsa20.php": "8c2ad19b46f527ef9c091cbab17f64d36610745ef32f778e3911e1aa2a142e88c0f6e005ced046a678d66982d2e9ca48677f082697af3999cb62fecee4d800bb",
719
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/SecretStream\/State.php": "629c6f96a7bba323ddb8eb422e7048839c188560932cb4306b9f11ba8a2b15afdfc037fc14ce8725ed3efc72c26700cf6cd2ca4a85870fa885aad6b6d57a4a0c",
720
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/SipHash.php": "6f24cd7d32eb80c943461199a0937b0acdf01560542c54ca916fae6843c3dc5fa65d751380434508aa50501f7dfb6c227e9330996956c4a8c8b32b6ae55bebba",
721
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/Util.php": "fe12c7259ad5daa7eecd8e199c77f822e612333169878309cec5b5483a9bcc775261c344a31023c2741d53f37f05a0f6dc6289dc45c7d7b8ac7fedafd5458d57",
722
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/X25519.php": "ea1d665ec23534de7f18c4f48094de4463753baf8b9ba011e38b969873bbaaa32e6b90bbbd0597baed3687c28e37fe394c224a229d734671b7d7e03197d039f1",
723
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/XChaCha20.php": "56d827be22c68fe9a2cc01b9f5890846197c5831c3c0f129d9b8c522391b7d7391a217a2dc48a4bd78e81c3d2f3bd8187546d311f991148fdf43a8a67730c81e",
724
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core\/XSalsa20.php": "c0367d97622bfb654340a6a7948e8ca4ed399d106dd8b27169a9f5d9bc6532129548b4dabf9f12ffba654f490b8adfa07b0b76935bda15705560feb7c590a3bb",
725
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/BLAKE2b.php": "97cb339b44cc54299394b4fc27c8ab13d5a8d48aa4c8fce71733a27cea5d3226df4341bf9722fb4f4ba71c38f5491d677774245d75bd91a693269aaba0487036",
726
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/ChaCha20.php": "da693dd0be25c739b477673933d361ed4b2f83110ae98f7c6805af20789fb4379b4b7a4ae34aca588666cfbdf61c2dd5776f8a4b1ee0215dae64ea09c6479a10",
727
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/ChaCha20\/Ctx.php": "621194fbbe2eb42c04c9d94e45e3a0ebafdb4cd87195b924705f8c2a9e54c9dc52fa6dcb39967ea1dc4ceeb6f2d20659a1b0aced8035529376f6244ffaa96f07",
728
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/ChaCha20\/IetfCtx.php": "b4a0690f9af7ace9fb3f8c10ca78989573a1cd49d3309f9c0011501daa3c44f7b616868e417096076846b19502ddaaaacb7c85f9b5c8622c57e4882982e09a10",
729
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519.php": "fd10531c29a88f84f8b7de7c09a0e9e66472658827bcbdc55dcb1fba54f620b32dfe9359788e67abe4f6ffed3e4841e6b74939d7504188cfda243512a86c7eb4",
730
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/Fe.php": "e6e5ce11b327d42167d51d2fa462ca6a54bf180229261af9ac1189fab30941148136ddabfff606dcf656985cb9da9bee93902f1863a84a3e5d42bfccbb0111d3",
731
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/Ge\/Cached.php": "350f529a5a178921a2f40818a1668c3effdeac12b9b8aded2f57f1654343d0f7f535c780c5a271d9b7772969fff9381befcb85aaf676650c67b6e583d616c064",
732
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/Ge\/P1p1.php": "fc8344d196cfa17fb61ab576b0a73f0ecbdfdf03de53d669cbf56bf10cf13eabd8c8a83d3eab7d9f9436b4dbb8d0785f9929c190059e0695579811405f3c840a",
733
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/Ge\/P2.php": "6c4051bff3e25a7863fcfef3b9c1f028fa8b94d301e4de5dcb6654c629bc95f44978fdb697698375e3cfd1dfb9ae6a3c8dfcad0bd5138e51cd5d5315b5e5b788",
734
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/Ge\/P3.php": "d6ee2e6bd34cba83a2025bd79e2d8a829d39f148c65ceee5a382662ef25b1c684552e0486ca29215f52d5d1e140176bdf6e2c40febd55970db55675b76d448e2",
735
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/Ge\/Precomp.php": "397b94e8292ad4f09cc37f1b08a7f364e12d6acb74f125ff0148c5562631f632a2ecc44db517cbd5ea61865e70732e6223a0c736b831c751df859a7d2afc4ae6",
736
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/H.php": "7bd14df9e3afbf8bc2ba27d5faf6ba72f17eed218cb7e89f4a458f500f6d9a60c52eaf5f1fd656d7de492246b0b0ac3d5904da319c5d85b754c64ce4b1f1b433",
737
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Curve25519\/README.md": "3f50765b54a3cf172c9cdaf2541a54273b811df61330af83883de5309103d6309a0900ecbae056f60aa831e438543c16c809fe183cc15c6a2f2bf15f6f910cf7",
738
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Ed25519.php": "30b970fe798803452a504ac453c70b5a2b51cf3094639dc58195b3c8e44fc37089c58bec2337d7f79ca60c91c4951af5dfa89e9dfbe3ae327084a806a6b8db7f",
739
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/HChaCha20.php": "d4fdd553cde5a1ff277805bbba85128e3ea59e4fc32eaacbc8502414148933c760ef6da06fd967bc594f9d22523c62e45ebd7cc9411ad4b76e2d76c0fc2c00c5",
740
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/HSalsa20.php": "8bbde85156bb88b6f0f14cab67840cabf1e1c456f9459edc145e09907161bd6fbea93fd37f121678064de6922102e78789cbfa3c2eddfcb40b93178fa3fbab6e",
741
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Int32.php": "325772c5cadd6953316e83afe2a04804041292f25cb16e6027ea230e20aebcdd819c937977918161eeb9c43187fc105be2824949c9d6059e9c0a39e0cbc42219",
742
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Int64.php": "8fde2b57266d78e8b03d8c3f89a1fbca3329bb6d0ed4526b3c6dbf5a0e92ef9d8e9e3697cd23b7eb5f7524fba7474cc5a2e06f1ba6faa04f7cb8729c985a5794",
743
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Poly1305.php": "f0cc2f5cf32a37ad6c3dbaff1a8a155ff334995eab78ab42f2e5bd950390babaee0c1588e3f17d4e73cf970b8e3c34f536096d7da23182f526b0eed704e3ecc8",
744
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Poly1305\/State.php": "8656ebf7aa0c2c7e8cf01546a261bf5e9f6c374eb5f40f8133bcb33e35bda2f19f47471b2ae6af6224df7ab9bf3886cc43b88049e8ddbe54b8dd129b28491129",
745
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Salsa20.php": "bbb3dc0a30030d9c5f5ef1ef63e36f9a067d67891185b9620ebee17a67bee31a7abc420abb7b82f38e913b5de54d235859f0e8f5f718d8f02316f4fb03e24b2a",
746
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/SecretStream\/State.php": "69d505517dbbdd2e77cf5aed72673edffa2aa008e70325db88877ba5673ac3ac070bc4c19cf13707932b0b4d71ee0a9b007e06a0f822292ec278a60def7cf511",
747
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/SipHash.php": "8c3c2d2e4c656ee6f7af729856cc4c79918ae2e09a167d6d0cb92f7dc9240c0bdaa36e65a167f5b63961d9f9ac4df2c19e50c848e5a6da5855566deb5b9ab8b4",
748
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/Util.php": "d6ff44eb1015687847600f8b7f6a80974f4de1cb80224ea7f733e908fd53ba2aa669b97d891fe89bf0bb8d358c15a2bbf0661a779e68a715cde0405455127eb4",
749
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/X25519.php": "9e2d803c100fc9a3749100dda30fabe25c6ec59382be64f9995b6505e1652d5b2762111f2243b69316abd942c88106fa5239adcae842971f22fedd8e3aedd954",
750
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/XChaCha20.php": "1d4ef660701da25af79c9d4af2f158e3f62afbc1e5c2aa062f64b970dd33378d5f67c9f0172991985ddd65a976759e09f4604ffdf6ae158bd8a98f4e97af851d",
751
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Core32\/XSalsa20.php": "ffcbccb7d8a1d0262c5e74cbc679022bbcf1acf9160599ce2b92f66e261996f0e93b419231fd41ca95852e09b7a892dd8e98101c3426d30cb294f869908ee21b",
752
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Crypto.php": "1af076765319483b5e0c2a3ed9d5a12133fd41b7172cd15073da3723200c41cdf077dbee04f1e4badc2b86ee5e23965dfd0e8f3af3f52b3b584ab2f775f64cf7",
753
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/Crypto32.php": "9fd3ecc6e6faec645f2c5166ca551cbb4ff8430664bdb46c383da399048de42ab505a05c709b6ed0de245402a1abd701f21398252f059003a59fd55bffd6399b",
754
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/File.php": "4f2a6c996bd3fe4a07e4e1d49d2790e68798add08c4887efb3d7bdc7beb5ec2c1601b8e77a0b40e570211f7d3b4e5a5f97471f60df8b31434487495677052640",
755
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/PHP52\/SplFixedArray.php": "2adc50710dd4bc2cc1138b741cde09f225f727f2177d006ce8ca82691de0336dc51b6c30384938eef1693ae92628460f8984aaacf336815dea092de4ed1521b5",
756
+        "providers\/Telnyx\/vendor\/paragonie\/sodium_compat\/src\/SodiumException.php": "705f6e9777db6be71970f7e218339e36d50023abf723446195cef782976d7431f815a90d1ed83e32ec527303057287f890215b4b0a9a8c992a13d111e8bfb947",
757
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/CHANGELOG.md": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e",
758
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/LICENSE": "8756122099aea86ddf6f176a480c0454f2be6dd278e475bd6be7d7ab3d572162f1bd44c9f623e52e53514cb15336be6e84a5eafc8e2a347b481ab5799ebd6e17",
759
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/README.md": "b552bcb37ad765a0aba888fe43d2e2f41b5bee6c90e734c365797e74dd0b8c4df017ae74dab2458edb410630299efd7b649438db57acd53fefb1723e233416f3",
760
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/VERSION": "294108697ec66acf16af2f9518c5999605a8585058ad25dc9303029fd890e6835b2fcda23fff2ad60058f8f6a8a19c945d998e4e228453d4946e395b9aa2055d",
761
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/build.php": "485d76b827a54d8455550e8a8f8d14862f9444381da251e66c2bb8ceaf2106a554c1cd339666b1260450749d0244d6b9ba0c6d0a2220ab2411aa4041fc83f8ad",
762
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/composer.json": "e05f4af7ceef33d82ed5704be36e1b9839236d13073d0e23ef77d33ce7ec303cc2cfc2ddcd25318f1a5295bbe3b61a13bc2fe72f55c226e2f072e2a0b1959481",
763
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/composer.lock": "2b8c24986c6cbd290c0ce53ac4f773836751aebfd65a2350fd07b4cf45292ce2667a54494fa098da13a385ce7a9e10a2ed55d20f7c8dd6817f93f33a6cc710fd",
764
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/data\/ca-certificates.crt": "659e8d36bcb65a7fdd299ee008fc4ecd42be87d8ae7d7d15828567b9be44b4ed8a316978f2f7d3d5d7e96a4da0b30bb8bdcfae5202ef099691daa796318a869e",
765
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/docker-compose.yml": "1fe4c651e406095f0ff1bfc196406d473184bf53cf80f7c67dc79f1aa94b26db74174e0e9bc47adc95eb2a5f6eb950255c4a5cf44ccb7029ba712df3be9e6384",
766
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/docker\/Dockerfile": "a63d1fabd8c19fef37b90922aa4bb21fbd1094635666cf2a3a4db47009888bfd3f1ad5c34c05184e2ccc8f581971f6dae91c1ff137730821422cd482c39e9390",
767
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/docker\/entrypoint.sh": "2bf3911c365a271fc52d17a0aac1687abf52e5286a5d52cd34367e18651dcfd6ef1f791b54105b7742f5d691564ddca3c05a9ba4ce8edfbc68fe919e0bdf6c1e",
768
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/examples\/example_webhook.php": "336b92a647e49d8c994c8e6dc6b26670f0a58cb57d4679d0ba7177fa1f56a84a628e5385dd4c1c25a1395b1d8499e54d34eb2c20f9742a2a2a3d0cb20c36be08",
769
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/examples\/simple_webhook.php": "ed299912ca9a55170796df76b25c5c92462660b065ef7eabf24bf7f552e75fe44512fc3fa977fae2a9dd5e9be1ea28100a456de926fd7f24c32152f577f8e46b",
770
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/examples\/verify_sms_demo.php": "042dee741d4fe90d78edcd0614df6a371cee77d1a95d34623b4e558ead69378c693a33d044f450ea204efd7253e7eeee1e5a4119708dfddbafeea358bc5408b0",
771
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/init.php": "82a207681a76c9b00d1a35fcfe64753cf286d9d0122366f8c1f3009ecd6c548369d2b65d5b4e03f20faa9502b967a3bdae30865e5bf8598eba630b5f9555542f",
772
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Address.php": "a01e1efcaab0209fa7cf32ed85722ff793b9c0f750daf7d3bcd0499037dea764f2a61defa54b4bbaf602f8d0f5f477fd4198e35d6d8b47b82fd13c7a7e70ad59",
773
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/AlphanumericSenderID.php": "c6f7d381cd9901af59d67c66fbe6ace0729c77ac2b2962ce41351ed076cb39c9049aeeb72ba0e3933ebce4ab8a936b86a7e21d30a1c07b2b08cad9da2abcda1e",
774
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/All.php": "5a6381d1492e2ebd1498fb4371b55c7e112ebf2c898e1861d7dfd2345db8c56df221795208a29b2a0e42295846fcf98f6a60fa8839df7e28fb66b9bde9226ce5",
775
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/Create.php": "811f9227ecc5acb172e8e7120541227de0bc22cbf66a41490b743b3e49647a38889d5cfa5d64139b602572f0fcc0fbb96e3971c78801ed9acf7b50db2ab7499c",
776
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/Delete.php": "e3cde9f67ab7281870c7399c4e76ff5807791b94b595567f56ee4ee494574e0f6f282a8d0c024c78c1709940198460f386ab8de6118a85de7d8a52feea0b0dd9",
777
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/NestedResource.php": "209aecf9e6abb679b4f1ec2b59b1ce363a73970f6d389829b77802cb88b7bb368506e4d0aad42f090b715b4d4a580fdbe5c8479c02227102b4d147d615fbdb8e",
778
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/Request.php": "afcba7de3fa312bc9e532e43bdcab8fcc5ca8b532c6f7bec08f94a8d7b2849467266f98af029bd688a136ac24ab2b7f438ca2fc666395c589d578e9d0156053b",
779
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/Retrieve.php": "6f29bd2711e3c6b586c2bf6d9805b986a5f76fb0cd8c98c63259cd9873eeacd679f9718dd333110966ec3bb772e2ad06da7b1586bb590180770bf300aef63c8f",
780
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiOperations\/Update.php": "1d353ac81bc74cd57c75f01da21d6c59e053813930a0eb0fa054417bc87b6a140f64393bc04ac312b8c16803bb4c3eabae278839973f772e3202df32828480c0",
781
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiRequestor.php": "deeca798d9ba058eced71d846bd22cac360cbb25bd1271db25cd0ebdb29b1af9ee863b362849035e8a9f6ee62bd49b8415cec97e1fc01e674ad6942ac987b6e0",
782
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiResource.php": "f093051a36277165763e1ee66594056cc266fdb89caec9ab9223ae6af9add8ea4a20e6e3ea6fff4e9625fcbb95f430686f1f89db36f981d7d54034d79bf397a4",
783
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ApiResponse.php": "0d292d053a85224f4ac839f54253decab0eec5ae9861ca95314e98cad0fec2d2f0a7e712a8ec433adb302b6702d69262c8866b20fd08d67b2d18571965bf6789",
784
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/AvailablePhoneNumber.php": "7c82ca4fa28264c4fdd910c71741270657e52cdbc760343339bbb7c1d5980d27b7af476f7e1bd431926d428dba685a6e34d250f9678ef0a4e3cd8c4b06289e55",
785
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Balance.php": "333bbe5f278ca247d8287c8da5cf3b3f6a96c896a82e3c3b54d01277e3cdc82dd5bbda2a1253fb473a29c49d3030b73b24eb8231cc34f85b0a43bd853682e000",
786
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/BillingGroup.php": "60d9fed23d1520237a50a707986709f3b700d42d049e4070a48fbb50f257a98eab779f45a15939af3d5bce811014c01abbcb86fa1b9ccc5b89d55f44c4b1a308",
787
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Call.php": "eec97591c5e7af2b057dac6e6498cbb2c1fee0439b1b7f31c2d879a5a0fdb5a3eb5ba3bb7e3c5a9195d9019e9df82c99a491ec52f15bec59b496435c0787d43e",
788
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/CallControlApplication.php": "fee499465ecfdd2d5aee0479d3770a80219a5837bed934e0930413e6dde740be21bcd965216c782e0765ba18fd71714ac69a5ee887497845ccc1bd7797d6cac4",
789
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Collection.php": "ba4afd20a921ae7c838a74bd9efcc4e468fc12ecae86b2222f97c9405d376a77533f55924bd1d577429825e746ac59142f6d4576f4d446cb3757cb36b65894fd",
790
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Conference.php": "ef9da126fc06537687947c8eea71fc34a53a7d44607d60bcaea7d8c7f55e76a94a9d7e0057f9abf7efb1f4f270680cba042112a127c2c487fe3c617c5102be29",
791
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Connection.php": "c5f43a62ff80b2e91556dc63ad2f78cd83b4fcae4a7a28ede36388177591fbfc6c20b244f6fd4e540cd9401e34b04946bf422eedfce25316e61c89f15de97665",
792
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/CredentialConnection.php": "fe9d8b7b34a24f5b3b83d6a2597359fedce871db3a526124832d4bf4129e7515366ae16517b8dae259305ae69f95655aaa8b4710a9addc23fffee0e70b70b74c",
793
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ErrorObject.php": "cf83764f49da72bbc816c8741644e15b9a74481145c6c0c11c390221ee4c7ae485cfc09d77db24a48b0756b69c85570242bb2b903c39ca699e636a299ec4dd31",
794
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Event.php": "4e4ccaef81755432630c46881a958928c8b633ef1dea76d05f05711da17f68bf6e5b7b77395abf297b3ab128c065da7b4ed38d1be3a45306eb6d7a1080e72994",
795
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/ApiConnectionException.php": "b2a920958f3e1664a6ea5c5f32c73f9914b3f59d8a927c4e920d385ce87a6676475823729f203b09f5530da667f52e3dc3d4471fa498277270ee9360d0797b5f",
796
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/ApiErrorException.php": "b775efde92c04d1a53dd3f948f2efd92baf1f1dcb5092ed0863f37bb71fe03052562fa89349b1030f3d27a0dffa974ee47c9a3655b40a3941b05e721e7fe97c9",
797
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/AuthenticationException.php": "f8154528a04642cdd24f3de876b1a38d6f97e357d36badafd39e596ca739df7fb77f4259de1efde8bc300f126b20f6e242db4c1e3a25503565df579b62676ec7",
798
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/BadMethodCallException.php": "5e6df108c1df11bc1275948d96829f0ca6ff039126934ec57dbeee74913af00a64e6a9f2b58f42bf74aebeb94596c45cbcf66e5a4afa8924b238ca63d424f452",
799
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/ExceptionInterface.php": "77d5904b79a9a5b265ef121cd19d91b952f631ac7436e7896bb0786d9afc0b7ffe54c7ea901091baefa0154b91abfbb3f9f3a7fcfea4053f27cb44be2d7cb23f",
800
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/InvalidArgumentException.php": "f2872cf684dba5abd50bf876971e32364a23c9259c1e85a01575348614274453d00cc655b01c2dbf2c78c88f4a6143cb486c786dd1664204dc7676a64a9cac4c",
801
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/InvalidRequestException.php": "fa310ff5d5ea8f02f731089c27e6903d9b0e692a3faf272efd19ae4f1075a2a1219d167730b21cac6a30e705816c4230e2511fdda981fb47714f4d81606ffcdd",
802
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/PermissionException.php": "4cc209df863027760738530c5c01962702970a73ac7f11be232234413376dfd34db049f4e49305c8a15ee1f016b26f1c128312930e10cab174e80d6ba20cb12f",
803
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/RateLimitException.php": "c37157b02475d2a3940dc7d007b84cc3c86cab88b42e841a392e3ce4919e637c9b59bc7b33ad3ed8b4b32e74dddafd8e61a6f30d60029b8b1ecc82b8faad4833",
804
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/SignatureVerificationException.php": "3aaa44cc52efcc4caeaee624c070e8ec87b665decbdf00d8aef04ac857358028e4bc0495c4a86c504f3ccc6d753413c5ed685816e3b80851026bf2034514cb59",
805
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/UnexpectedValueException.php": "33504e45241779bae5e9c1d6ace82a75d545e6f7ae76f7d7f071fa4bbab13b2c23d11e59230da3c242b548ee7b5386bf4795e0d06d1719812348d1f9efb0c1cb",
806
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Exception\/UnknownApiErrorException.php": "cf5cc44f46c03d9d0de656e2ae61d7b077d123a4b6666a4b0f57fafa2033e072ceb5b14d6a47987bb14e0acd48ae00b39d4d6ac1849fadc879bcc43ed1acb44a",
807
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/FQDN.php": "b7d44de17cfcd207ac1fe6aada6c24871a98dadafc4cddebe28b135c6e507634608e1b6c7052a40cc750f6515fe19c2de29864d4b9551e7002fd800cc6cc05fa",
808
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/FQDNConnection.php": "527d18ad480447e4d79e567e7a91796ca31bb778f10011aa9fafafba6e769d387fdfbc306a6f1ba58e583bc7c37a9a66f1961494d3639dcdcd8912efcd0e6a55",
809
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Fax.php": "fd8af5f711fb5341e2b86a7fc66a49707bd31efabd2cd63a1d5153c24462f07341d6af618b7e82ff1faeb9bdc203f62b6dd5570d74754e052300d0d7edd0424b",
810
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/FaxApplication.php": "f489a9e161565a6e7f55a4d90fc05bdc8147a8947788a757a2b5464059ff2c49e61fa26b6d1f0b43fbf9ce8d0c08328e276442ab4d2d100e7ef34e9b2e0860c0",
811
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/HttpClient\/ClientInterface.php": "da6ee5de3e8aec8ac144511858cb3bec53bfd2aa0b5ff27eb43c7f72dcdbfb1646da223cbd861db7595db904007ff4c8d6a010122547a98bc1d2c07139328a80",
812
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/HttpClient\/CurlClient.php": "dfcbf2f40053699b94de74defc4a57461c2e07280976a377cf4ec3600e6279fa9cc434060b0291c7e10a634647e1a86e67cbaaadc49783eb532681ca25256a42",
813
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/IP.php": "624821d6dcc5d30a1a08368bacba88cc7ce8b768bb3315b3f8013606e303fa8940c13da8ece0c67a43329a0cfd86d8bd09682963eb54138f4253eb2f159c7560",
814
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/IPConnection.php": "01239dc2096fbe207ce1a5a58dad8d25795b9a8a81dbdd4290730009f2fafee76d74335aa951fb7b54e930e4e9530a0566daa9ef7e99ea60a50b8daf956f11dd",
815
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/InboundChannel.php": "c37478b08abc62ca491806db6e2814c4a28a11357fef873f6aff8867e179dc8d89817ee3db3fdaa84150111cbeb426ad0282dfd7550eb815dca100843f542178",
816
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Message.php": "18acf4bf51ec27d330df16216924c65a45db59895b610a3c803ef1d09beb7d96d20753b4ec16be06ed40f2886ad46bb3d866f14a87021484ede5d33ac1a93c4a",
817
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/MessagingHostedNumberOrder.php": "ecee6ab7a46ebf03b93870017aba4ce00c10ee36342a6d3ead209078aacf4ebcb798ae129535fb15af860355b52ea72ae6bcbf0e5261a9d66224e43560858227",
818
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/MessagingPhoneNumber.php": "2a2caa5e44efc5de92ef9b0f8ed0a68af1ab2c80932f4cd7fe79caa87ca1e146af3bd0e1d16d977738da2a3af1fb3cef77081c32a0dac50bbe8ef54a108efbc9",
819
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/MessagingProfile.php": "7a561dcea7b45a4ad4c3dbfc6baa766f011de2b2dee9a23e512689b374017b05f4fcc5c3510f19111a9d8484ed93a5e05d3dc01f35d75e356f475a894596dc49",
820
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/MobileOperatorNetwork.php": "d4436bfd9a628713889a37846829763909033339a086b6983eac792e9af42c0df2a8bcbd688c5c54a196d1fcb3d22aae7b45e9e18c015592d979e9a924c42ffd",
821
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/NumberLookup.php": "cac3b5f1ea0ca30f9121849a8aa52ed2e18b7776c4f1d552dca4c3536e0d4eb96af45267bb687319a9ec715972bc95a19c7dda54c33a2701e20cff9564dfcee5",
822
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/NumberOrder.php": "52067d9999c150fbefcbba9969b308bb6118eabe25bd08f30cc4978cdebd68fce4479e53d71ce29632133e8c69bb4ce9276301f5a36ea95bd77d29fd057f5d46",
823
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/NumberOrderDocument.php": "007830f9c03979a7811a4e0dd0c74c4b2b6d05e05b56b9d6ceb5a6e55167eb95b2546087ae17328715e01d486c0e58e396bc41816b44866391b98d48ca246d03",
824
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/NumberReservation.php": "988c853084f13e0d86445d6638517f84ef3d90c3f618c2c85c0bd8ab790012c3986a1a3eb3e00fef7759d04a6a1957bd9521bb8da6ade8c05fd2e02a8040f6a3",
825
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/OtaUpdate.php": "3c9579c6ac1ef6f31ff572fa3fb7562b3618182cb36eab3f406d8fbe6fc7b1d35a996e47923074428583ee3653aaff3792f9fdc47eabe1627f1a85722fd9dbf0",
826
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/OutboundVoiceProfile.php": "d0c5985f6f629904f4c95b892e329f280f7e0e13b8794d1950e216ef4c28ede7b94baa99f18803ff6f60b09d6178ad39fe5d3c182e984c2b4b57e9732991597e",
827
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/PhoneNumber.php": "8106765a769bf3f6190783917aa923f3f7690af5b7bf971e3dbe73ee5f227b27531a553cff9cc425ccfc7cf2ac52bcfc685f3d3b178875f8fa837a5de99a077c",
828
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/PhoneNumber\/Messaging.php": "d0aded1cbbd4c6108b0fc6e6773dbd03040af54c967f0a8aa9b2523db769317182889c882e6efe6fb0e187ac3f2919563aa6a937c77f4c1ff94e5bbc31f4d9d6",
829
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/PhoneNumber\/Voice.php": "e7e8184351cb186fee77019e88600dcb15da0435161d1878799433686e012167ab3347d7f02efb5cd511b5d02cd7b6547453f6ecaab623ed23fac7c91b0a7333",
830
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/PortingOrder.php": "ad9a683aab02c8817796e62131fa9cad6f3490d3afe231b5718b3b4f0689a535543362a88333ab808c36e9c41bfc8b7b6178be7fbd5b12f38b6d806053726997",
831
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/PortingPhoneNumber.php": "ff2e1e98371b6a7b0cc5265d1ab82f053d97711a72633a7d3911a4211dacf75c08083d6629aa4fc028643c0dc929d3ab56132f6f21808b875a9ce679e56fe055",
832
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Portout.php": "71de0eb22350f649e5023b2c4a374b3d10a4beb0f8066d67482c62f68a39219d9cda4bd95d91e1df2fc215479f45b1ab79bfc0ccc2d39267d2f268356ae83ec8",
833
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/RegulatoryRequirement.php": "0658d49bc2c20a9a16ac72ea01b5306eda422d81747529c3373333facb5ce1940252387aa498d2957dec62f0eeaa8aac3979ffd84ca72308e660a1a0708796d4",
834
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/RequestTelemetry.php": "cefdb55dce61e5f276bd49f6b49e57c78085338537e56cce6fea5a81cd1d2235f1eaa78be326cbd513117be88a046177afb628659088b66ce423799995c53709",
835
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/ShortCode.php": "4abc882d0dbc72becbff07212d17b8e1383b0efb43818a7eab983fd2a08c3f591a4f4ba2f185003fab0622a43329c969d2fcc80b23cb94410007a0879309ad49",
836
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/SimCard.php": "46289711eda27b37931b0d9f7e9624c114ef9c1e997ea88055dfdf6fe6dfaf7f9169b9a67cbfe48100dc4df2b73ba4d27328b0ca3ff0af3655789535ec3c0b26",
837
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/TelephonyCredential.php": "497a3dde2d7fcf8bf57b502c71daa5e166010daae45e30e1db7ebacb3a37028fc70c7cdcf39a356dd32f845664e8e9723a366fa69610c8f9bd31fa59b3300624",
838
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Telnyx.php": "f5ecf9589eaf7db991051de8482d582b36edc387b8a7ca48c80a419c1a99e1393d7f099aa4ad3e87adb4706ab62c8714dc843c9a8ce77d6fe6ea5ab929d9a882",
839
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/TelnyxObject.php": "0f45c91559ef686a3eb4ce3777ab7d43ba288b380ffd1031cc3c562138410d3582c251e2d986e8a84a2c189257ed4307500e3fa0d662a48a30b28a9622ae8ad2",
840
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/AutoPagingIterator.php": "d03ac3841bb553d847be9ea73ab9debd8c1f2c829b0d38ac4416a121ac535a5ece2ecd9943d89e720cb5abb1c907ca9b96df899a561c190ccd6843bde785114b",
841
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/CaseInsensitiveArray.php": "d5bcc37aeab4fcbbe0b9f4a9057a5654f6080ed899ae54f8ef18bfc907f244071a6693386dd306caceb6bf338883a13c7972574ac5d700aa00e22ec363932cd6",
842
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/DefaultLogger.php": "50a69f9f6ad628e489a05fdad0df811c926c957c301adb0b4b906dcce9733a0598f6c2eb126865c54a0100131dc4230a834b1e98275237ce8e90bff2e96cd0fb",
843
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/LoggerInterface.php": "8d2dc2c59af5e625eaeef0b85b09f78a42e533b62fee84717d67a4c706fbacd94674f439d3ac60984c0a3947b7d2f5a8ccfb64e071c41d063b8298f57578f88c",
844
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/ObjectTypes.php": "99ce4f7d4d4d9d43e24f3124a7c21b9540267aa160c780efe69d6559843a12948f3790b179db66282b0adda384309a793636d71aeb97d9aab0a62dccfbe2b51b",
845
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/RandomGenerator.php": "292c880420b28390e3d734c6343acd48f322db0c474f80430402916de1dcbf8e988b3d2753a7c18e763e632f474284b213ccc8e8fe4e52f00569e72728dcccb4",
846
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/RequestOptions.php": "00b6d4890b5a38f42f13ffdca556bbf1377c05c8a79ad2d6d0b69b7e27deb70252c15088458da4bbd56e7832cc6b2828e261241661dc344727e2bfb170465de2",
847
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/Set.php": "9cfa1c1bc6c012e8a7a797ba8a7893382eeeb234da73f93594a159f78b9858c984dec1e42da5a6cdb240f00d27d250e3fd6a7842d40c23513661201a148a6c5e",
848
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Util\/Util.php": "4556fc8b785486adfb60ea8001296ad0ae7b13d785f92d545324b557fc4aad85a69ec19dbca27dd868050d64670e4e2be2e3a4f50e4aaac609b0089c0e9e2749",
849
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Verification.php": "b63d4f9d717ba204dcedd1c3315db3300567fe09563faed0e4b8f1415171e43e0068fb06ebb2f42c808602248f623f5773414a1612539a873070f461398be650",
850
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/VerifyProfile.php": "fbdf0818dbe1fdcd6bf13720f21ab6552a3ee7930c80a9adc44c3863ebb3df990b18adc8beee6770f4fca9bcda0d514a689d051c129d871eca48f2c0eccd7649",
851
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/VerifyVerification.php": "f2883946ac990666dfa62e07dad649ae0c9de75d5682857cd22419fda8926d45d504ce4fbf38896a1cbf25323a604a818d3b89f05baf58d91cef497c54d981e7",
852
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/Webhook.php": "b451d90496fcad105eb4f61d5716b93878405315742c09d7c4be96c6b9c0427e35c03c1a664ab2f30f1288566b45117f87b069a3ce96d64111ef6a1ef289ac9e",
853
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/lib\/WebhookSignature.php": "ad990cd80d771718468e39aab1b06809a0efb9bb47f5ea4d42a649dbe481f5929fcbd502da6140f1438920e96ce2e4af82d9cfd810b0ddd0eaea391599685c0d",
854
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/phpunit.no_autoload.xml": "06ad2f4fe0a292902757629f5605509f32a0d1dca527550619c98a61519d83fc70f3c886b12f5e5734b1031186fd9c7fed6fba813cd816b0f07d36c2a6bf11e4",
855
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/phpunit.xml": "82ac037adc20f2aa76682878094e8bffbfe31782dc6a94e2987bac5546e3ffec90577d03715f4ce481cc977685eec9e4109a61b4b46bc19351c2cad555d7cadf",
856
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/TelnyxMock.php": "e8e93ca1114530cb7e9cad46eb20e32072934496d515a9391ce8093773450dd60f3288f9d3ba46533a0f650fe67b508d5e54bbfc6e1642443d1fc043b88eaaeb",
857
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/TestCase.php": "9945df738b56e344648cc00d3d4b94345c15d8749ce511b5095a87d5e52aed35d8e3c773276d9dde9d9fa04eada784a55e4876ebf70a198ba719c8e94c8c32d8",
858
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/AddressTest.php": "dd980e7890ad3dc1d12858f2d241a461689a34892bd780a8db034e620c23d01587996042c2c12d82333b2072bfcca6585afb06213694b7415b0b13d3084b83f5",
859
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiOperations\/AllTest.php": "6031bc6fa9e899f06af9465468fb9e15bf5a9a7c1051fb52fbd383ea879842e72ba4b5347d07566182c632b5f66d5f2d4bdf73c1368a3581c6010330bff91ec9",
860
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiOperations\/CreateTest.php": "c94c7e854a40716aec0e257c4d7fa279c3e941d64a37e167d4885dae5a0e22a513c8f3b018c436eff90ee045432c5e34b96aeb7d879380e9386c2bc177b94f39",
861
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiOperations\/DeleteTest.php": "02ea2d3adfd1d83770f10dc42cc2c12c28079ca80933fbe02219ea79fe7eb6958d2b1d76cb7a0bfee9e308c01efb1eff61901e22d192e15e89ae67f7edcabe5e",
862
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiOperations\/RequestTest.php": "f6e158958616f0637f827b94cce168e873e0d3be09e4ec27165f984af3d89c0be4d5d5cd3ed66df5b6237bf183003a0de1c652f599827fd01a2ee7ad47d5fd61",
863
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiOperations\/RetrieveTest.php": "b26b8f61eb3cb893ce4ff9517817295fe9b727dd570b1cf79ace36e16902e0ab9f460d6b65342afa28c59236b59ec0ba0809e1cee673f69ea26489fdbf5f4f42",
864
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiOperations\/UpdateTest.php": "6aafed3640a1173822ac9a26c002168eeef552f9b681fab9ec4f191df4f988a920d8c290b2f875c02596ef613273ed003e4b5a6bb6e0bc2760f54ffff445cdd1",
865
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiRequestorTest.php": "5a1234c4a1e4107aaf970bf87f0fdb1420979dd575a548e589b046cd7feea4dc914f25bf15474fe5bcd9773c94184b610d06b309d48639964a78e6137078cb5a",
866
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiResourceTest.php": "05562966c7ecea541b0ae95f67a11d9e2b86e45439b436b319e252d5998e0eb7a6c9b677e233572fc616caee856d9764b56feed80fd07cc1bec0d861490753b4",
867
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ApiResponseTest.php": "6f8d458b49e34df5c0634276659fd441e4140fb4dade92b384230e4e2b897e0da6d0e82c373b1eca98770dc3396ffc8b924672ce2141426706c624d00ffc7af9",
868
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/AvailablePhoneNumberTest.php": "354326429958fdd199df78d11bbc582a0988018b8f907d93808cbd53243f50332482c0603bf4ff12db2a8977ffe7e663ea9d6e8cb5f485aece0d46ae8942833d",
869
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/BalanceTest.php": "8f866f88a8a59754e2fce7d5fe2a0bf50399fd21711cef171873a45308ff96f929b23163495c273e96c9894b7ea39ee5149c45e764fa0de3b51807a329c674c6",
870
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/BillingGroupTest.php": "4333c81ee3ac767fa600095d95f324286d289c7e105ab251f635d9a942e75c418bde60f96c5954ae29dc152ee5fe7679bc5a8b67452f5fa1f59a411dc4854c69",
871
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/CallControlApplicationTest.php": "2bb4f83cdf82457840352c5beaaed8963aba1dcb59711e310d5aaed0d35429730796b412f1aa4e85d5be5a2288ebdd12fc2be9ad75549506d1a613d604d20749",
872
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/CallTest.php": "50f830a3a3c28953ec53c244d22381910307513ba18b7199d5e7bffc5747863e4da975fa972114b2f8a81d0c24afb2f72df8315010febd8d606d086d79d82165",
873
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/CollectionTest.php": "9e742f72d8a223e64bf1a25362f9a28356c0b55037811510692880a359ee5e39266d9e76aa0832de39530e26798806929fb9ab9795a04651ff316f609e2211f8",
874
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ConferenceTest.php": "4e8ab0baaf21da65e3942b0d98caff11b7a30c24bae10ba546b82f7031d7a85b9d88087f9ac8172e69546eb7635bc1cf8f39b509017b82116e0e13b557bc1f7e",
875
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ConnectionTest.php": "429f80316a563f45783c87db6b6d3dd1564190b5c6a259f254e91ad8b71b2aa5e6ed40b9cf1a98632b7c89b66441e07f0285d434c78dd9729c032c7a4891d4ee",
876
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/CredentialConnectionTest.php": "a1c37f36e418debb034faa2b7df5095eee175ac8801baed517089622123dcc4af642448aecde7aa8b19cf67629de087e4995ec816d791b5007923ee614590c1c",
877
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ErrorObjectTest.php": "97344e9d24c204ae429b856d0b32299de4380ec52e9cfbdef6090add25355d268e3dd3ec35ae7c5e0893f5bb204624930d1a856932243180bb71b40e5a1dc08f",
878
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/EventTest.php": "5152c008cb3de14a47586eeaf3ef778629b2beef87fe154a2c40c337c3f918d664c0ea44d8339e22846fedc696fe6b98f0bb0b557d3f88a3ac62990445a55ec5",
879
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Exception\/ApiErrorExceptionTest.php": "7d54379e1ab9f7d6bddb721ea1c284a8d023674e24e99d115f388ae367250089e10b5962e2bd091e3ebbedd0cc83bb4f821eb0a986ae11487e341569ef7f5c6e",
880
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Exception\/InvalidRequestExceptionTest.php": "a7da1818af1dfb3eaade1e1a122a8a3224e03a557396e11528af75b13cfae07764f82a282a3161d514358b4c55312193c73b5a8900fd70463fe0a66b448cc9f8",
881
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Exception\/SignatureVerificationExceptionTest.php": "1bb0fd1563a5c91b78b02e4f66f3cf0288986f546a0805830e0d4ad1ac449549930558caf86c06cdc578279323c43e4739747961065d5ddfa198dbbcd9540599",
882
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/FQDNConnectionTest.php": "0af10bfb2398682865c4ee72cfb34425fe73b0fd20c86b51c61c4cf72f8c4d39a4ecfa21e4ae2e07a67fdf956057549f0c8c4f77e27e65dc1b75dae8b9b849c9",
883
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/FQDNTest.php": "625370468fb338819fb823fbd38656799a8750f5093eebf75c02cfb592969a8635a442ec2febfe07705a5d6feea362b7644c25c67ae653a245bdf55fc178a2ed",
884
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/FaxApplicationTest.php": "64a60460c62983cb0afc2c76880628e16270f14b0b761a8d62766cbe4c0fb33dfc7bd93ae0cb62de25a8f2b3e1994826fcbfe300ea37353f398c4cc8ed7dd62b",
885
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/FaxTest.php": "a920c8ac18021bedbbc4972109afb0cd0afc16e5d86df2fffa2f8e0bdf837e5684124f926f01daf0bae439473022899498441a770ad8cc52479da3d012f1ea1f",
886
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/HttpClient\/CurlClientTest.php": "cff15215b95a804e4ee233df60671c5c1e9270f621025f6ea7cd5a0bdbb55175caa6c43c62e176300bde05c9ee90d84efda0dcdf0d0b5dda4dab2a47d1a669b7",
887
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/IPConnectionTest.php": "6e034e287616ac89e5059d337c682e3fde010130f4403dc76fe4efa12742c40dac114ddc1aaf7ce9e553c597d9ac27170419c5e33fb1439c31c6b585953ff1a4",
888
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/IPTest.php": "7ff33e91d1c7b8bdbef1ca1f5e373150a05f709e524d5a62b000b5c8b8d697ce42306ea8df917305d9ef2a4ea19f797ca28e2f8d0d5f9e3e31c4ebe5eab55ee9",
889
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/InboundChannelTest.php": "c430f6df3eb5add5bda2342e4b4a3acd77b33d74758516782ee0a045d75e7387aaccf36017fdaef18d71cf8865a28faaa0cf07a4f31c9876858719d84d479657",
890
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/MessageTest.php": "08ae5ad7b98362fa7c1478254f851078ef7e9a223c74f3fc57619d2b9c255259edefefc400e261cceafce7072fa7457b8c1cb4dc8dda29b51e432f6d274a8c3a",
891
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/MessagingHostedNumberOrderTest.php": "f8f8ac7271fb01b07815e2a92d7a0974e4320de63942eadc12df307c9458a7cbda7ddae505a731c491e4aa6bcdda7bec04786890df80dd9acd422593f2a02c0e",
892
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/MessagingPhoneNumberTest.php": "7827d12be3191d1329168c6b277899b81df17aa18b775be538b9b29ec9a90868969c05cf61d53715c42105b92cc37977270c1a7b78bee3d13214d8ece51172f2",
893
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/MessagingProfileTest.php": "0949c56ac67ee6f87854959635dbd003391e497325305692784905987d114b399e4c648252f314bc1147e385daf4e60198cbfd6aa940a6cb24992b8cb5abc24e",
894
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/MobileOperatorNetworkTest.php": "6cdaa23aa8cd0a0e9cc43b6f17c86d9c1f7793f7eb30b774f4a8ae9754488e59e0c180823c31d062abaa356578a8718c65f367588c61015e5e36f9f98e7a5cbe",
895
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/NumberLookupTest.php": "e03a73e589abd73cf52a637dd7d273dd2477533b66bcb75685552b77b47f7b58116c4637477da7f9ccb36a408909d91d3f0d3079396aca9bee996b862f358499",
896
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/NumberOrderDocumentTest.php": "06f3e8f8e8dcf5d8c96f25a6f1888d59e9433654ff060701bcc5cb9f54b07357bb3606ac17af3e3913033fb639358df85c6d5c55bff114407168333d7d49cbec",
897
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/NumberOrderTest.php": "176ca2e94df05262e8a43f14e112fb62108ce886bd90a690e8b907881c696e35bd223f08a4960fb58ebebd20cd42bd4217ffa14132e53ddac260926c6d7e8842",
898
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/NumberReservationTest.php": "11742f7449c279908848fd493817731f3f1343895e16d3426a7a7f9fc3d4cc27e275a858e16d7efb8e9c18d32de1ffffc92929e8e3ba277157ab7304c3023c86",
899
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/OtaUpdateTest.php": "14830affab4936804afdd723714f2dc76c520fc2fd6e4d36d7bb255ef566836eafb6b29c18c5adb8785eed39f4bab030e3cd1aab1ef0293d9660b38a10fd6a45",
900
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/OutboundVoiceProfileTest.php": "e49828087e2114fb11569db7387a0acb7cce8bdb0cd655b280b567445ba2dbf16f8b66a88369876e7a2530fb282bf5a04be702719adf4ace871c2b6df8fa5edf",
901
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/PhoneNumber\/MessagingTest.php": "b3c5665f4661624f58f02b814ab1edbee5ceb8c26643bd356b486f049dbb498a44da0af43daf200890c79acad16d51c169d7aa1a2ad4befe074b0ac539ebe3c0",
902
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/PhoneNumber\/VoiceTest.php": "af08b444289d0194437c414916a8ec9285b98413d78e74d1c832b9b45583f9037832a538751628b5dc86b5a13c40c63e9dd360b719501762e8e868fcaa6fb215",
903
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/PhoneNumberTest.php": "7a07f41165e45e5fab268b0e01523c2f67f0ad146965c401856582c4b4a3f63e53324585b1785b41cbeb637d8e61e26e2bfdb57feaf6c6c04cc33be8e4864df8",
904
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/PortingOrderTest.php": "48d2ed4bb9354c772eef6484a0c9a195487c39f26bee3d143ddf64ae7da15e42e5f280a3e26eaa280940230fdee52ea09b7e5320823d4baefa73eec4490537ad",
905
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/PortingPhoneNumberTest.php": "476748b7e467c4f5a648c394eb19dbf297aebc2c16357c946dbc4f363241639dd1001985a7bb21166d5bc77bff1e31edce6e379dbda10f04406377dafcae1bd5",
906
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/PortoutTest.php": "cd262d5eae7c9ef9ba8c76856ef2d4f604484e6bf8646e9ad5231e89f5d45c8176a8ac33a757c53e4be8e2c98e6bb750c6041aefe8b2a589ac1e70a2db4493b2",
907
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/RegulatoryRequirementTest.php": "daa2836606e7c3f34fa122045e982e42f5da86b46f367ddcd7fe9b12e2a3fe5d472d4f38403d4b63aa0c58473d3b5901b8dd49b93a56fa3e76a0bdcf88ebade0",
908
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/RequestTelemetryTest.php": "61190b3601f7c2c72f55e9b1634cfaf11ca53231cf4b5f854ab14859b97f5dc0f07f6c95b8f7c3516ed253e13768b7d4ed9c1d15d0772fd1850eb894f5821152",
909
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/ShortCodeTest.php": "f2e867e0b75d8334ccce51f7bdce842b350e7028319e8d388e0512b5e119585952a54ea79762010f12de8ffcd1c440638ba5300ddbe59adfdcefc712d8e079ac",
910
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/SimCardTest.php": "7000edb2f9b739bdbd44fceeee2e4a16c708efb22c7e38483569d5416f3c107bcecdc759e2e6108553193ba99acc542f5bf3bc353ee1428593a81b80d89ad7c8",
911
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/TelephonyCredentialTest.php": "1f65bad536cd49b2df684db54533b9799856b32464b80700bed5008c9379c414f756d075ab8e231d83f5bd9c1729dba064a5ab5c7e515ca5c32e85698e2036ad",
912
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/TelnyxObjectTest.php": "6214f2c38865c7a183f6a3fd64bc79e7f04963bd726fc124a87b65412075fd236e00cb5f5ed514a3ca2847faec77f4e7a14c59e8906478543daea9c4ddecb7b7",
913
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/TelnyxTelemetryTest.php": "ced938d8d20bdcd0d465155e1bd3ffbaec8ba96a6392c42dbec27a1d10a04da17b90fd3b91322c94b54fcd5a974528e6f10d081ca9b1915a8c8166e0727ceb31",
914
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/TelnyxTest.php": "d88d70053ebb64905acccf7e3cf651ea40c9155130e351d56135c96ada96263311faeabc83d4cef1e72387302ea4a11edf338c3744093d9828e056351eefe11a",
915
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Util\/CaseInsensitiveArrayTest.php": "671262198a48a16dc2ddb7ecf1c7fd309241db9c74c11072d86cbd2f56403973e4bb17ca5bc6c489bddf46cc391098dd6b666b134fded9430c211c2a3193fc58",
916
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Util\/DefaultLoggerTest.php": "39942a071430588bf6c089f5d0c97596b3b46b5b7a2b45d900cc41670dcf4bcf0d34e37895e494f0c89242e52d11d8a62f419650407c26ed91b43ea18c816e9e",
917
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Util\/ObjectTypesTest.php": "2d697994485e6c8f9084f9155a5a5b753261bcd2afcc9dfc5760daa5d4196b7c5baee49b264142a705ca7dd6c5d2cde227db3c1f860173aee6769299db95cd83",
918
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Util\/RequestOptionsTest.php": "86d628c4b19e4b7d057cac471219603643b6405e83745535b6c5f743fe84d5cf918a273f9e8e22c5eded36cc20ce49453e90c0ae05a9ed437059ddc287ccb5f7",
919
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Util\/SetTest.php": "c91cbf6d983f16e033eec154e56705b1d942243371df25d5cec7cb375a359faf29fec0c87fa5f3e4d7aad512d7e757361cf409e60d643fff7fa8fef72d9ff172",
920
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/Util\/UtilTest.php": "10f13d306d3ac2211b67e759a6e1fbbbdcbc1cb791db4531ac799a8f84be67b3ab43cc85498b786b0630510324bf5039ac7ed39e2252f607f7937e802f9b578d",
921
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/VerificationTest.php": "8ea7985bfc5075c0e5d3a8b0b703af578479e481d769a0e8659d4b0996314aae15de36cc7022e087c0625c5976255aae323f9ac141e9e4fef3939a23fda6d260",
922
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/VerifyProfileTest.php": "c0986530c0ddd14e2227cbf9ceb0614aeec3c3b2dc37b5bce0de0d174ebd047f61fa28ba0787b4de1fd3efb5d77d5924e36ebf6fbba09711d0237f520365e8fc",
923
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/api_resources\/WebhookTest.php": "7e06c31d714348c6c9a6cf14c4a21a1f593287fe61e41630a6d766f15cf2595dccb1cd92981578cc205f6c89839a07c7c845efca2b44521d0aa36c0be9e444f7",
924
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/bootstrap.no_autoload.php": "cb002f7c8f77834b6414db6535f083bcd227ee6085363fa3cb0f66b55226680a45c8562fd8458249868465957b2aeae134b3379f8ee2ed22c96425475e9c0af1",
925
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/bootstrap.php": "50e143ed68aceb91d3e119d5a31521e76bfe9876bd780c90ac83afb7ca4f32be48ff81c33c134109eafe1d22f35e0957a9a834966b8853df99dc1df04795adf4",
926
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/data\/test.png": "6ad523f5b65487369d305613366b9f68dcdeee225291766e3b25faf45439ca069f614030c08ca54c714fdbf7a944fac489b1515a8bf9e0d3191e1bcbbfe6a9df",
927
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/tests\/openapi\/README.md": "0c54fffd5b7a5f393358864ff9e3bd3793075d6060cc1336603b2455d60f16d160ffd47b52bca6834acf0d9713855b386f69580099a3dcc131e8d5d617975ff2",
928
+        "providers\/Telnyx\/vendor\/telnyx\/telnyx-php\/update_certs.php": "6a7fd896832dbc4c039fc907c74f25fad01f26882809d1ed0bef2870ba7db5d5930311208e2864190209862a077e4397dabcc1760ef2ec7e29127868016fc0d8",
929
+        "providers\/Twilio\/readme.txt": "879f75eaefe03b56788a884a5cb031533b33a94acd816b9e3e51a9cf0db826de700062955fc45d9561bd4c69f71178e2976f702e801fc06c3c076494c55c8bcb",
930
+        "templates\/content\/index.php": "63d6e27dee39188b80cef2b095db84791e02af0526b80d41bd37845386714f9f82cc9dafaf97fa355b927ab9b74527199ec70604480e09feb10a2b076e313b5a",
931
+        "templates\/index.php": "15ea019ef66fa303773941fa9ca673e472e9521b3f9fdb9052870e6f0596ca3939b247c8924ec0d67e0f3fee6e612e2c447a1297cf23cb5b6144e58a6197d65e",
932
+        "templates\/navigation\/index.php": "809473d6820d964c49f32e64f568f20142a0a6e14af2921201d2fa63e0d49d6328530dd1110312325afa83a01a1402815c5b0219d103dcf4cb0e5d7fd4cbfacc",
933
+        "templates\/settings\/admin.php": "5a56cfca9b3101821fbde144ba49b1bbc61334eb4b10ffabee9be13a58601927b5eb4d78cbb8248455260d609d2bac76990d3678e9fd5c3395bafaed7d4edae2",
934
+        "templates\/settings\/personal.php": "014fd60a0c314287e8518f2fc7e2f2c1e6a297607360619e76f618820d95566fcb908a64674e0916954a7964a641c17728b6cb90d80ef0aa35a733e3e7b334fa"
935
+    },
936
+    "signature": "RRj89lwnT3pq5aY7CW5qomkpGY125sttv5QUIDhB\/Wn4hl3zsLx+KpI\/FEWqu4S2swOzA9h\/zJUHXg3tGb5lugHMcYmg0tZ1s6gHjn8w1fGF4ZlpN5D251nlm001ZdTq6n8ndwVuqaKj9+4tPI1y2d\/fClPc3cFEeZzrp73mv7x4BQlts7SgMOLE+11oomkHNd2RQcfgIcQvt9x58GsHPvj8q9BH09r58Z+06HbXx7R0gAatf1IsNxa55tNpRXO05MsYphIX92vmjqNuDcsnMrEv1wCD2d1n1cuDQYpsjRZGriMArbl+AOj3yuOQau8KwS1GD7DIvcrh0\/UKn9UnlptANe7u4UvYaWdXprM3oLbMRoyJRiPRwM6Lf7maIrtQfqvBtDGgYgoMR4JjQNbAR+leW72BoGz2pcGRMuWMw3g9Wh7OPIjbEFfgjUZpDY2mjSvITX9eLRii8vUNyDD+ZrqZulR4TmHYv0pabwVffZSzTYbwTR7GA4MK+gcrlzUaGOK4gaNypvtg8+VbI\/GQPji3FIzFkJ9vlE5eCGUxf+SsCtIYUwfvZIUcFpld4Y+EZUPcfd7hgz7zjjS3yed+qYLAb40rjg8aPbZl71rQmzNqUU9UwvaFQ6vqegSQwpUmvw+rKckvluuSmZG0hc6OeZc5TkHJ38Mvmewxx8vcs7A=",
937
+    "certificate": "-----BEGIN CERTIFICATE-----\r\nMIIECTCCAvECAhG8MA0GCSqGSIb3DQEBCwUAMHsxCzAJBgNVBAYTAkRFMRswGQYD\r\nVQQIDBJCYWRlbi1XdWVydHRlbWJlcmcxFzAVBgNVBAoMDk5leHRjbG91ZCBHbWJI\r\nMTYwNAYDVQQDDC1OZXh0Y2xvdWQgQ29kZSBTaWduaW5nIEludGVybWVkaWF0ZSBB\r\ndXRob3JpdHkwHhcNMjIwMjI1MTYwMjIyWhcNMzIwNjAyMTYwMjIyWjAZMRcwFQYD\r\nVQQDDA5zbXNfcmVsZW50bGVzczCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC\r\nggIBALbJJdLJIooOqb46AyOdNlWR9LXm3hWzjNBkH0o8wtMFEnotUOLcbaXbmTun\r\niG0Q0eunZGLSF6in+kY5M420Jh9bbDP6bYI8iDG6CSDkmKgnfcdJRlB6i7g0qBG8\r\noMzOB1x7ZVTef8Ho2ylTMWCxCfTlcQ15okAUpLU1G37I5rg0DZH2fPdGs9PMg11a\r\n64Tofl2GJSf9aHsgLi0AXXVzSN\/96wmK2fJYBqTVsPo5qIqKtMVWduhDXsb9yT4q\r\nDMYzyHrr8ydrMSGPwfs940R00hG2qHJcuKKGjYCCtu7djMfpKA9fqsGZBE6IWlVH\r\nCZxYIHPaEfHOybPR5d2GIKzncUQjtO2\/9rsju31GwzrVswG7w0tQUIIaj5AFLIL3\r\njnagjo2LH11ta9mB+DikaZDfd4VYEEfkTJA4BjnNCDa9pYOaFBGGwJMBSH3eWJCZ\r\nURBtk2NBnIheFRaGWRAzUpKAc+ZYdnmuAqe3Eh1en9GNlKTMCO+mAHkFJp3z8Nai\r\n1ijEVK+PIgtrzqc48ft0r6L43Zd184JnSIscBm\/9GUb0sCf+Uv4WFBKm4c7nrWtM\r\nC1LMKqmj2OYD1fZJ65M1VrkAqh8VXNtqQI1caBGMkcs4\/\/1eo\/XomL6sEkvfa9Y2\r\n1OywnVt52ZeLHyUS2P1mvPyWZgL8AxIie82Mtp7ZWX9Q8ubbAgMBAAEwDQYJKoZI\r\nhvcNAQELBQADggEBAI6OdKpKpevWVprPZ1TzUpq5ATj2JyCZySYC71Ud8l3lAEmn\r\nuh9ok5P7ccY\/c\/9\/ePWuvGxNSHmk1+nEEWC8XNXY5OoU9+i+g7vXd6EKOsowallw\r\nvWZB2rjl6+eNC\/AVa0NE2d9C6AWZtLxiV6rVsmkNUbBS6orHq8JJ2PSJKPT0\/nfM\r\nWL+ZORuFguWazEsy9oZBlplaWNxyAgq\/L66SKXynQPe74kZeVdZ5aQluHnBKZAoh\r\n6v0c2YiaoG5Mg6tDWcx4zM8HXv39Nbg2hcAtP2j3F9EkHZaytW9nM7nTIOxZJtR\/\r\nuGJtkj5+e1NQaMYn2NDiYSZALGUQ3YkHv4OIzDY=\r\n-----END CERTIFICATE-----"
938
+}
0 939
\ No newline at end of file
1 940
new file mode 100644
... ...
@@ -0,0 +1,1516 @@
1
+<?php
2
+/**
3
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
4
+ *
5
+ * @author Double Bastion LLC
6
+ *
7
+ * @license GNU AGPL version 3 or any later version
8
+ *
9
+ * This program is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
11
+ * License as published by the Free Software Foundation; either
12
+ * version 3 of the License, or any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
18
+ *
19
+ * You should have received a copy of the GNU Affero General Public
20
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
+ *
22
+ */
23
+
24
+declare(strict_types=1);
25
+
26
+namespace OCA\SMSRelentless\Controller;
27
+
28
+use OCP\AppFramework\ApiController;
29
+use OCP\IRequest;
30
+use OCA\SMSRelentless\Service\SmsrelentlessService;
31
+use OCP\AppFramework\Http\DataResponse;
32
+use OCP\AppFramework\OCSController;
33
+use OCP\IUserSession;
34
+use OCP\IConfig;
35
+use \DateTime;
36
+use OCP\AppFramework\Controller;
37
+use OCP\Files\IAppData;
38
+use OCP\AppFramework\App;
39
+use OCP\Files\NotPermittedException;
40
+use \ReflectionClass;
41
+use OCP\Notification\INotification;
42
+use OCP\Notification\IManager;
43
+use OCP\IDBConnection;
44
+use OCP\IUserManager;
45
+use Plivo\RestClient;
46
+use Plivo\Util\signatureValidation;
47
+
48
+
49
+class AuthorApiController extends ApiController {
50
+
51
+    private $service;
52
+    private $userId;
53
+    private $config;
54
+    private $connection;
55
+    private $userManager;
56
+    private $manager;
57
+
58
+    public function __construct($appName, IRequest $request, SmsrelentlessService $service, $userId, IConfig $config, IDBConnection $connection, IUserManager $userManager, IManager $manager) {
59
+        parent::__construct(
60
+            $appName,
61
+            $request,
62
+            'PUT, POST, GET, DELETE, PATCH',
63
+            'Authorization, Content-Type, Accept',
64
+            1728000);
65
+
66
+        $this->service = $service;
67
+        $this->userId = $userId;
68
+        $this->config = $config;
69
+        $this->connection = $connection;
70
+        $this->userManager = $userManager;
71
+	$this->manager = $manager;
72
+    }
73
+
74
+
75
+    /**
76
+     * @NoAdminRequired
77
+     */
78
+    public function object_to_array($obj) {
79
+       if(is_object($obj)) $obj = (array)$this->dismount($obj);
80
+       if(is_array($obj)) {
81
+          $new = array();
82
+          foreach($obj as $key => $val) {
83
+              $new[$key] = $this->object_to_array($val);
84
+          }
85
+       }
86
+       else $new = $obj;
87
+       return $new;
88
+    }
89
+
90
+
91
+    /**
92
+     * @NoAdminRequired
93
+     */
94
+    public function dismount($object) {
95
+       $reflectionClass = new ReflectionClass(get_class($object));
96
+       $array = array();
97
+       foreach ($reflectionClass->getProperties() as $property) {
98
+          $property->setAccessible(true);
99
+          $array[$property->getName()] = $property->getValue($object);
100
+          $property->setAccessible(false);
101
+       }
102
+       return $array;
103
+    }
104
+
105
+
106
+    /**
107
+     * @NoAdminRequired
108
+     */
109
+    public function createMessageId() {
110
+
111
+             // Create a random string to use as message id for messages that don't have it
112
+	     $keypassin = substr(sha1((string) mt_rand()), 0, 32);
113
+	     $keysaltin = openssl_random_pseudo_bytes(24);
114
+	     $keyLengthin = 32;
115
+	     $iterationin = 50;
116
+	     $generated_keyin = openssl_pbkdf2($keypassin, $keysaltin, $keyLengthin, $iterationin, 'sha256');
117
+	     $ctdMessageId = "generated-id-" . bin2hex($generated_keyin);
118
+             return $ctdMessageId;
119
+    }
120
+
121
+
122
+    /**
123
+     * @NoAdminRequired
124
+     */
125
+    public function verifyHeader($receiveddata, $signature_header, $timestamp, $public_key = '', $tolerance = null ) {
126
+        // Typecast timestamp to int for comparisons
127
+        $timestamp = (int)$timestamp;
128
+
129
+        // Check if timestamp is within tolerance
130
+        if (($tolerance > 0) && (\abs(\time() - $timestamp) > $tolerance)) {
131
+             return false;
132
+        } else {
133
+
134
+            // Convert base64 string to bytes for sodium crypto functions
135
+            $public_key_bytes = base64_decode($public_key);
136
+            $signature_header_bytes = base64_decode($signature_header);
137
+
138
+            // Construct a message to test against the signature header using the timestamp and payload
139
+            $constructed_string = $timestamp . '|' . $receiveddata;
140
+
141
+            if (!\sodium_crypto_sign_verify_detached($signature_header_bytes, $constructed_string, $public_key_bytes)) {
142
+                return false;
143
+            } else {
144
+                return true;
145
+            }
146
+        }
147
+    }
148
+
149
+
150
+    /**
151
+     * @NoAdminRequired
152
+     * @NoCSRFRequired
153
+     * @PublicPage
154
+     */
155
+    public function recdeliveryreptel() {
156
+
157
+       $request = file_get_contents("php://input");
158
+       $recdata = json_decode($request, TRUE);
159
+
160
+       $delsmswebhookurl = $recdata["data"]["payload"]["webhook_url"];
161
+       $ncuserfortelnyxdel = $this->service->getuserbyteldelrwhurl($delsmswebhookurl);
162
+
163
+       if ($ncuserfortelnyxdel) {
164
+
165
+	       $messageid = $recdata["data"]["payload"]["id"];
166
+
167
+	       $network = $recdata["data"]["payload"]["to"][0]["carrier"];
168
+	       $messageprice = $recdata["data"]["payload"]["cost"]["amount"];
169
+	       $deliverystatus = $recdata["data"]["payload"]["to"][0]["status"];
170
+
171
+	       $goterrorinit = $recdata["data"]["payload"]["errors"];
172
+
173
+	       if (!empty($goterrorinit)) {
174
+		   $retrievedtitle = $recdata["data"]["payload"]["errors"][0]["title"];
175
+		   $retrievedcode = $recdata["data"]["payload"]["errors"][0]["code"];
176
+		   $messagestatus = "(Error " . $retrievedcode . ") " . $retrievedtitle;
177
+	       } else {
178
+		   $messagestatus = "Success ! The message has been successfully accepted for delivery.";
179
+	       }
180
+
181
+	       return $this->service->updatedeliverystatustel($ncuserfortelnyxdel, $messageid, $network, $messageprice, $messagestatus, $deliverystatus); 
182
+
183
+       } else { return "access denied"; }
184
+
185
+    }
186
+
187
+
188
+    /**
189
+     * @NoAdminRequired
190
+     * @NoCSRFRequired
191
+     * @PublicPage
192
+     */
193
+    public function recdeliveryrepnex() {
194
+
195
+       $plivodrurl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
196
+
197
+       $ncuserforplivodel = $this->service->getuserbyplivodelrwhurl($plivodrurl);
198
+
199
+       if ($ncuserforplivodel) {
200
+
201
+	       $networkcode = "";
202
+	       $mStatus = ""; 
203
+
204
+	       if (isset($_REQUEST["MessageUUID"])) { $messageid = $_REQUEST["MessageUUID"]; } else { $messageid = ''; }
205
+	       if (isset($_REQUEST["MCC"]) && isset($_REQUEST["MNC"])) { $networkcode = $_REQUEST["MCC"] . " " . $_REQUEST["MNC"]; } else { $networkcode = ''; }
206
+	       if (isset($_REQUEST["TotalAmount"])) { $messageprice = $_REQUEST["TotalAmount"]; } else { $messageprice = ''; }
207
+	       if (isset($_REQUEST["ErrorCode"]) && $_REQUEST["ErrorCode"] == "") {
208
+                   $mStatus = "Success ! The message has been successfully accepted for delivery.";
209
+               } elseif (isset($_REQUEST["ErrorCode"]) && $_REQUEST["ErrorCode"] != "") {
210
+                   $mStatus = "Error " . $_REQUEST["ErrorCode"]; 
211
+               } else { $mStatus = ''; }
212
+
213
+	       if (isset($_REQUEST["Status"])) { $deliverystatus = $_REQUEST["Status"]; }
214
+
215
+	       return $this->service->updatedeliverystatusnex($ncuserforplivodel, $messageid, $networkcode, $messageprice, $mStatus, $deliverystatus);
216
+
217
+       } else { return "access denied"; }
218
+
219
+    }
220
+
221
+
222
+    /**
223
+     * @NoAdminRequired
224
+     * @NoCSRFRequired
225
+     * @PublicPage
226
+     */
227
+    public function recdeliveryreptwil() {
228
+
229
+       $twildrurl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
230
+
231
+       $ncuserfortwildel = $this->service->getuserbytwildelrwhurl($twildrurl);
232
+
233
+       if ($ncuserfortwildel) {
234
+
235
+           $messageid = $_REQUEST["SmsSid"];
236
+
237
+           if ($messageid != null) {
238
+
239
+               $credentialstw = $this->service->getapicredentials($ncuserfortwildel, 'twilio');
240
+               $sidtw = $credentialstw[15];
241
+               $tokentw = $credentialstw[16];
242
+               $msdetails = json_decode(file_get_contents("https://".$sidtw.":".$tokentw."@api.twilio.com/2010-04-01/Accounts/".$sidtw."/Messages/".$messageid.".json"));
243
+               $errorMessage = $msdetails->error_message;
244
+               $errorCode = $msdetails->error_code;
245
+               $deliverystatus = $msdetails->status;
246
+
247
+               if ($errorCode == null) { 
248
+                   $mStatus = 'Success ! The message has been successfully accepted for delivery.'; 
249
+               } else { $mStatus = 'Error ' . $errorCode . '. '. ($errorMessage != '') ? 'Message: '. $errorMessage : ''; }
250
+
251
+               $messagepricepre = $msdetails->price;
252
+
253
+               if ($messagepricepre) {
254
+                   $messageprice = str_replace("-", "", $messagepricepre);
255
+               } else { $messageprice = ""; }
256
+
257
+               $networkcode = '';
258
+
259
+	       return $this->service->updatedeliverystatustwil($ncuserfortwildel, $messageid, $networkcode, $messageprice, $mStatus, $deliverystatus);
260
+
261
+           } else { exit(); }
262
+
263
+       } else { exit(); }
264
+
265
+    }
266
+
267
+
268
+    /**
269
+     * @NoAdminRequired
270
+     * @NoCSRFRequired
271
+     * @PublicPage
272
+     */
273
+    public function recdeliveryrepflow() {
274
+
275
+       $flowdrurl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
276
+
277
+       $ncuserforflowdel = $this->service->getuserbyflowdelrwhurl($flowdrurl);
278
+
279
+       if ($ncuserforflowdel) {
280
+
281
+           $receivereq = file_get_contents('php://input');
282
+           $recmdec = json_decode($receivereq, true);
283
+           $recmsid = $recmdec['data']['id'];
284
+
285
+           $smsapicredfl = $this->service->getapicredentials($ncuserforflowdel, 'flowroute');
286
+           $flowapikey = $smsapicredfl[20];
287
+           $flowapisecret = $smsapicredfl[21];
288
+
289
+           $getmsdetails = json_decode(file_get_contents("https://".$flowapikey.":".$flowapisecret."@api.flowroute.com/v2.1/messages/".$recmsid.""), true);
290
+           $messagepriceflinit = $getmsdetails['data']['attributes']['amount_display'];
291
+           $messagepricefl = str_replace("$", "", $messagepriceflinit);
292
+
293
+           $mdeliveryflinit = $getmsdetails['data']['attributes']['delivery_receipts'][0]['status'];
294
+
295
+           if ($mdeliveryflinit != 'message buffered') {
296
+               if ($mdeliveryflinit == 'Ok') {
297
+                   $messagedeliveryfl = "Issues";
298
+               } else { $messagedeliveryfl = $mdeliveryflinit; }
299
+           } else { $messagedeliveryfl = 'delivered'; }
300
+
301
+           $messagestatuscode = $getmsdetails['data']['attributes']['delivery_receipts'][0]['status_code'];
302
+           $messagestatusdescr = $getmsdetails['data']['attributes']['delivery_receipts'][0]['status_code_description'];
303
+
304
+           if ($messagestatuscode != '') { 
305
+               $messagestatusfl = (($messagestatusdescr != '') ? $messagestatusdescr . ". " : "") . "Status code: " . $messagestatuscode; 
306
+           } else { $messagestatusfl = "There were issues with message delivery."; }
307
+
308
+           $networkcodefl = '';
309
+
310
+           return $this->service->updatedeliverystatusflow($ncuserforflowdel, $recmsid, $networkcodefl, $messagepricefl,  $messagestatusfl, $messagedeliveryfl);
311
+
312
+       } else { return "access denied"; }
313
+
314
+    }
315
+
316
+
317
+    /**
318
+     * @NoAdminRequired
319
+     * @NoCSRFRequired
320
+     * @PublicPage
321
+     */
322
+    public function receivesmstel() {
323
+
324
+       $signature = $_SERVER['HTTP_TELNYX_SIGNATURE_ED25519'];
325
+       $timestamp = $_SERVER['HTTP_TELNYX_TIMESTAMP'];
326
+
327
+       $receivereq = file_get_contents('php://input');
328
+
329
+       $recmesdata = json_decode($receivereq, TRUE);
330
+
331
+       $recsmswebhookurl = $recmesdata["data"]["payload"]["webhook_url"];
332
+
333
+       $ncuserfortelnyx = $this->service->getuserbytelrecwhurl($recsmswebhookurl);
334
+
335
+       $txcredentials = $this->service->getapicredentials($ncuserfortelnyx, 'telnyx');
336
+
337
+       $telpubkey = $txcredentials[1];
338
+       $telnyxkey = $txcredentials[0];
339
+       $teldelrecurl = $txcredentials[3];
340
+       $messagingprofid = $txcredentials[4];
341
+
342
+       // Verify message signature
343
+       $signatureverify = $this->verifyHeader($receivereq, $signature, $timestamp, $telpubkey, $tolerance = 30);
344
+
345
+       if ($signatureverify) {
346
+
347
+          if ($ncuserfortelnyx) {
348
+
349
+               if ($recmesdata) {
350
+                   if (isset($recmesdata["data"]["payload"]["id"])) {
351
+                       $messageid = $recmesdata["data"]["payload"]["id"];
352
+                   } else { $messageid = $this->createMessageId(); }
353
+               } else { $messageid = $this->createMessageId(); }
354
+
355
+	       $messagedate = date("Y-m-d H:i:s");
356
+
357
+	       $messagefrom = $recmesdata["data"]["payload"]["from"]["phone_number"];
358
+
359
+	       $messageto = "Telnyx: " . $recmesdata["data"]["payload"]["to"][0]["phone_number"];
360
+
361
+               $messagetopr = $recmesdata["data"]["payload"]["to"][0]["phone_number"];
362
+
363
+               $messagetoprtx = "Tx: " . $messagetopr;
364
+
365
+               // Check if the message is a MMS
366
+               if ($recmesdata["data"]["payload"]['type'] == 'MMS') {
367
+
368
+                   $includedFilestx = '';
369
+
370
+                   foreach ($recmesdata["data"]["payload"]['media'] as $telkey => $telvalue) {
371
+                        if (is_array($telvalue)) {
372
+                            foreach ($telvalue as $telkeysec => $telvaluesec) {
373
+                                if ($telkeysec == "url") {
374
+                                    $includedFilestx .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $telvaluesec . "</div><br><br>";
375
+                                }
376
+                            }
377
+                        }
378
+                   }
379
+
380
+                   $messagetexttel = $recmesdata["data"]["payload"]["text"] . "<br><br><br></b>--- The files included in the MMS follow. Download them only if you trust the sender and the domains of the URLs ---<br><br><br>" . $includedFilestx;
381
+                   $ismmstel = 1;
382
+               } else {
383
+                   $messagetexttel = $recmesdata["data"]["payload"]["text"];
384
+                   $ismmstel = 0;
385
+               }
386
+
387
+	       $recmessagearr = [$messageid, $messagedate, $messagefrom, $messageto, $messagetexttel];
388
+
389
+	       $this->service->insertrecsms($ncuserfortelnyx, $recmessagearr);
390
+
391
+
392
+               // Check if there is any auto-reply configured for the receiving number
393
+	       $telgetarpl = $this->connection->prepare('SELECT `phone_number`, `days_of_week`, `daily_start`, `daily_end`, `vacation_start`, `vacation_end`, `message_text` FROM 
394
+                                                        `*PREFIX*sms_relent_autorply` WHERE `phone_number` = ?');
395
+	       $telgetarplres = $telgetarpl->execute([$messagetoprtx]);
396
+	       $telarpldata = $telgetarplres->fetch();
397
+	       $telgetarplres->closeCursor();
398
+
399
+               if ($telarpldata) {
400
+
401
+                   $autoreplytext = $telarpldata['message_text'];
402
+
403
+                   // Get the Display Name of the current user
404
+                   $crtuser = $this->userManager->get($ncuserfortelnyx);
405
+                   $displaynm = $crtuser->getDisplayName();
406
+
407
+                   // Check if the auto-reply is in 'daily mode'
408
+                   if ($telarpldata['days_of_week']) {
409
+
410
+                       // Check if the auto-reply should be sent 
411
+                       $daysofweekarrinit = explode(",", $telarpldata['days_of_week']);
412
+
413
+                       $daysofweekarr = [];
414
+                       $fulldays = [];
415
+                       foreach ($daysofweekarrinit as $crtday) {
416
+                           if (strpos($crtday, "full") !== false) {
417
+                               $fulldays[] = $crtday;
418
+                           } else {
419
+                               $daysofweekarr[] = $crtday;
420
+                           }
421
+                       }
422
+
423
+                       $dailystart = $telarpldata['daily_start'];
424
+                       $dailyend = $telarpldata['daily_end'];
425
+
426
+                       $crntdate = date("Y-m-d");
427
+                       $crntDayNumber = date('N', strtotime($crntdate));
428
+
429
+                       if (in_array($crntDayNumber, $daysofweekarr)) {
430
+
431
+                           $crntimehrmin = date("H:i");
432
+                           $crntdatefmt = new DateTime($crntimehrmin);
433
+                           $startdatefmt = new DateTime($dailystart);
434
+                           $enddatefmt = new DateTime($dailyend);
435
+
436
+                           if ($crntdatefmt >= $startdatefmt && $enddatefmt > $crntdatefmt) {
437
+                               // OK
438
+                           } else {
439
+
440
+	                       // Send the auto-reply
441
+		               \Telnyx\Telnyx::setApiKey($telnyxkey);
442
+		               $messagedate = date("Y-m-d H:i:s");
443
+		               $message = \Telnyx\Message::Create(["from" => $messagetopr, "to" => $messagefrom, "text" => $autoreplytext, "webhook_url" => $teldelrecurl]);
444
+
445
+		               // Insert the sent SMS in the 'sms_relent_sent' table
446
+			       if ($message) {
447
+				   if (isset($message['id'])) {
448
+				       $messageid = $message['id'];
449
+				   } else { $messageid = $this->createMessageId(); }
450
+			       } else { $messageid = $this->createMessageId(); }
451
+
452
+		               $messagefromtx = "Telnyx: " . $messagetopr;
453
+		               $messagetotx = $messagefrom;
454
+		               $messagenetwork = null;
455
+		               $messageprice = null;
456
+		               $messagestatus = $message['to'][0]['status'];
457
+		               $messagedelivery = null;
458
+
459
+		               $sentmessagearr = [$messageid, $messagedate, $messagefromtx, $messagetotx, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $autoreplytext];
460
+
461
+		               $this->service->insertsentsms($ncuserfortelnyx, $displaynm, $sentmessagearr);
462
+                           }
463
+                       }
464
+
465
+                       if (in_array($crntDayNumber . "(full)", $fulldays)) {
466
+
467
+	                       // Send the auto-reply
468
+		               \Telnyx\Telnyx::setApiKey($telnyxkey);
469
+		               $messagedate = date("Y-m-d H:i:s");
470
+		               $message = \Telnyx\Message::Create(["from" => $messagetopr, "to" => $messagefrom, "text" => $autoreplytext, "webhook_url" => $teldelrecurl]);
471
+
472
+		               // Insert the sent SMS in the 'sms_relent_sent' table
473
+			       if ($message) {
474
+				   if (isset($message['id'])) {
475
+				       $messageid = $message['id'];
476
+				   } else { $messageid = $this->createMessageId(); }
477
+			       } else { $messageid = $this->createMessageId(); }
478
+		               $messagefromtx = "Telnyx: " . $messagetopr;
479
+		               $messagetotx = $messagefrom;
480
+		               $messagenetwork = null;
481
+		               $messageprice = null;
482
+		               $messagestatus = $message['to'][0]['status'];
483
+		               $messagedelivery = null;
484
+
485
+		               $sentmessagearr = [$messageid, $messagedate, $messagefromtx, $messagetotx, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $autoreplytext];
486
+
487
+		               $this->service->insertsentsms($ncuserfortelnyx, $displaynm, $sentmessagearr);
488
+                       }
489
+
490
+                   } elseif ($telarpldata['vacation_start'] && $telarpldata['vacation_end']) {
491
+
492
+                             $vacationstart = $telarpldata['vacation_start'];
493
+                             $vacationend = $telarpldata['vacation_end'];
494
+
495
+                             $crntimeymd = date("Y-m-d H:i:s");
496
+                             $crntdatevcfmt = new DateTime($crntimeymd);
497
+                             $startdatevcfmt = new DateTime($vacationstart);
498
+                             $enddatefvcmt = new DateTime($vacationend);
499
+
500
+                             if ($startdatevcfmt <= $crntdatevcfmt && $crntdatevcfmt <= $enddatefvcmt) {
501
+
502
+			         // Send the auto-reply
503
+			         \Telnyx\Telnyx::setApiKey($telnyxkey);
504
+			         $messagedate = date("Y-m-d H:i:s");
505
+			         $message = \Telnyx\Message::Create(["from" => $messagetopr, "to" => $messagefrom, "text" => $autoreplytext, "webhook_url" => $teldelrecurl]);
506
+
507
+			         // Insert the sent SMS in the 'sms_relent_sent' table
508
+			         if ($message) {
509
+				     if (isset($message['id'])) {
510
+				         $messageid = $message['id'];
511
+				     } else { $messageid = $this->createMessageId(); }
512
+			         } else { $messageid = $this->createMessageId(); }
513
+			         $messagefromtx = "Telnyx: " . $messagetopr;
514
+			         $messagetotx = $messagefrom;
515
+			         $messagenetwork = null;
516
+			         $messageprice = null;
517
+			         $messagestatus = $message['to'][0]['status'];
518
+			         $messagedelivery = null;
519
+
520
+			         $sentmessagearr = [$messageid, $messagedate, $messagefromtx, $messagetotx, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $autoreplytext];
521
+
522
+			         $this->service->insertsentsms($ncuserfortelnyx, $displaynm, $sentmessagearr);
523
+                           }
524
+
525
+                   }
526
+               }
527
+
528
+
529
+	       // Send notifications
530
+               $nameofhost = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
531
+
532
+	       $telsmsapicred = $this->service->getapicredentials($ncuserfortelnyx, 'telnyx');
533
+	       $telnotify = $telsmsapicred[12];
534
+	       $emailaddress = $telsmsapicred[13];
535
+	       $includemessageinemail = $telsmsapicred[14];
536
+
537
+               if ($ismmstel == 0) { $smsormmstel = "SMS"; } else { $smsormmstel = "MMS"; }
538
+
539
+               // Send the Nextcloud notification(s)
540
+	       if ($telnotify != 0 ) {
541
+
542
+                   $allalloweduserstx = $this->service->getallowedusers($ncuserfortelnyx);
543
+
544
+                   foreach ($allalloweduserstx as $alusrkeytx => $specusrnametx) {
545
+
546
+		            $notificationtx = $this->manager->createNotification();
547
+		            $notificationtx->setApp('sms_relentless')
548
+			          ->setUser($specusrnametx)
549
+			          ->setDateTime(new \DateTime())
550
+			          ->setObject('sms_relentless', '11')
551
+			          ->setSubject('New SMS Message');
552
+		            $this->manager->notify($notificationtx);
553
+                   }
554
+	       }
555
+
556
+               // Send the email notification
557
+	       if ($emailaddress != '') {
558
+
559
+		   $gmtind = "UTC " . date('P');
560
+		   $smsdateinit = date("Y-m-d  H:i:s");
561
+		   $smsdate = $smsdateinit . " " . $gmtind;
562
+
563
+		   $subject = "New ". $smsormmstel ." message received";
564
+
565
+                   $messagetextnltel = str_replace("\n", "<br>", $messagetexttel);
566
+
567
+		   if ($includemessageinemail == 0) {
568
+		       $message = "Hello, <br><br> You have received a new message on ".$smsdate." .<br> You can check the new message by going to 'SMS Relentless' > 'Received SMS Messages'. <br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '" . $nameofhost . "' <br>";
569
+		   } else {
570
+		       $message = "Hello, <br><br> You have received a new message on ".$smsdate." :<br><br><br> Message ID: ".$messageid." <br> Message Date: ".$messagedate." <br> From: ".$messagefrom." <br> To: ".$messageto."<br> Message Text: <br><br><b>".$messagetextnltel."</b><br><br>____________<br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
571
+		   }
572
+
573
+                   $messagefin = chunk_split(base64_encode($message));
574
+
575
+		   $headers = "MIME-Version: 1.0" . "\r\n";
576
+		   $headers .= "Content-type: text/html; charset=UTF-8" . "\r\n";
577
+                   $headers .= "Content-Transfer-Encoding: base64" . "\r\n";
578
+
579
+		   // Set the email sender
580
+		   $headers .= "From: " . $emailaddress . "\r\n";
581
+		   $headers .= "Reply-To: " . $emailaddress . "\r\n";
582
+
583
+		   mail($emailaddress, $subject, $messagefin, $headers);
584
+	       }
585
+
586
+	       return http_response_code(200);
587
+
588
+          } else { return "access denied"; }
589
+
590
+       } else { return "access denied"; }
591
+
592
+    }
593
+
594
+
595
+    /**
596
+     * @NoAdminRequired
597
+     * @NoCSRFRequired
598
+     * @PublicPage
599
+     */
600
+    public function receivesmsnex() {
601
+
602
+       $plivosignature = $_SERVER['HTTP_X_PLIVO_SIGNATURE_V2'];
603
+       $plivononce = $_SERVER["HTTP_X_PLIVO_SIGNATURE_V2_NONCE"];
604
+
605
+       $plivorecurl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
606
+
607
+       $ncuserforplivo = $this->service->getuserbyplivorecwhurl($plivorecurl);
608
+
609
+       $smsapicred = $this->service->getapicredentials($ncuserforplivo, 'plivo');
610
+
611
+       $plivoapikey = $smsapicred[5];
612
+       $plivoauthtoken = $smsapicred[6];
613
+       $plivowhdelrcpt = $smsapicred[8];
614
+
615
+       $baseplivourlinit = explode("?", $plivorecurl);  
616
+       $baseplivoURI = $baseplivourlinit[0];
617
+
618
+       // Verify message signature
619
+       $SigValidation = new signatureValidation();
620
+       $signverify = $SigValidation->validateSignature($baseplivoURI, $plivononce, $plivosignature, $plivoauthtoken);
621
+
622
+       if ($signverify) {
623
+
624
+              if ($ncuserforplivo) {
625
+
626
+	          if ($_REQUEST) {
627
+		      if (isset($_REQUEST["MessageUUID"])) {
628
+		          $messageid = $_REQUEST["MessageUUID"];
629
+		      } else { $messageid = $this->createMessageId(); }
630
+	          } else { $messageid = $this->createMessageId(); }
631
+
632
+	          $messagedate = date("Y-m-d H:i:s");
633
+
634
+	          $messagefrom = "+" . $_REQUEST['From'];
635
+	          $messageto = "Plivo: +" . $_REQUEST['To'];
636
+	          $messagetoprpl = "Pl: +" . $_REQUEST['To'];
637
+                  $messagetoplsp = "+" . $_REQUEST['To'];
638
+
639
+                  // Check if the message is a MMS
640
+                  if ($_REQUEST['Type'] == 'mms') {
641
+
642
+                      $includedFilespl = '';
643
+                      foreach ($_REQUEST as $plkey => $plvalue) {
644
+
645
+			   if (strpos($plkey, "Media") !== false && $plkey != "MediaCount") {
646
+                               $includedFilespl .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $plvalue . "</div><br><br>";
647
+			   }
648
+                      }
649
+
650
+                      $messagetextpl = $_REQUEST['Body'] . "<br><br><br></b>--- The files included in the MMS follow. Download them only if you trust the sender and the domains of the URLs ---<br><br><br>" . $includedFilespl;
651
+                      $ismmspl = 1;
652
+                  } else {
653
+                      $messagetextpl = $_REQUEST['Text'];
654
+                      $ismmspl = 0;
655
+                  }
656
+
657
+	          $recmessagearr = [$messageid, $messagedate, $messagefrom, $messageto, $messagetextpl];
658
+
659
+                  $this->service->insertrecsms($ncuserforplivo, $recmessagearr);
660
+
661
+
662
+                  // Check if there is any auto-reply configured for the receiving number
663
+	          $plgetarpl = $this->connection->prepare('SELECT `phone_number`, `days_of_week`, `daily_start`, `daily_end`, `vacation_start`, `vacation_end`, `message_text` FROM 
664
+                                                          `*PREFIX*sms_relent_autorply` WHERE `phone_number` = ?');
665
+	          $plgetarplres = $plgetarpl->execute([$messagetoprpl]);
666
+	          $plarpldata = $plgetarplres->fetch();
667
+	          $plgetarplres->closeCursor();
668
+
669
+                  if ($plarpldata) {
670
+
671
+                      $autoreplytext = $plarpldata['message_text'];
672
+
673
+                      // Get the Display Name of the current user
674
+                      $crtuser = $this->userManager->get($ncuserforplivo);
675
+                      $displaynm = $crtuser->getDisplayName();
676
+
677
+                      // Check if the auto-reply is in 'daily mode'
678
+                      if ($plarpldata['days_of_week']) {
679
+
680
+                          // Check if the auto-reply should be sent 
681
+                          $daysofweekarrinit = explode(",", $plarpldata['days_of_week']);
682
+
683
+                          $daysofweekarr = [];
684
+                          $fulldays = [];
685
+                          foreach ($daysofweekarrinit as $crtday) {
686
+                              if (strpos($crtday, "full") !== false) {
687
+                                  $fulldays[] = $crtday;
688
+                              } else {
689
+                                  $daysofweekarr[] = $crtday;
690
+                              }
691
+                          }
692
+
693
+                          $dailystart = $plarpldata['daily_start'];
694
+                          $dailyend = $plarpldata['daily_end'];
695
+
696
+                          $crntdate = date("Y-m-d");
697
+                          $crntDayNumber = date('N', strtotime($crntdate));
698
+
699
+                          if (in_array($crntDayNumber, $daysofweekarr)) {
700
+
701
+                              $crntimehrmin = date("H:i");
702
+                              $crntdatefmt = new DateTime($crntimehrmin);
703
+                              $startdatefmt = new DateTime($dailystart);
704
+                              $enddatefmt = new DateTime($dailyend);
705
+
706
+                              if ($crntdatefmt >= $startdatefmt && $enddatefmt > $crntdatefmt) {
707
+                                  // OK
708
+                              } else {
709
+
710
+                                  // Send the auto-reply
711
+		                  $client = new RestClient($plivoapikey, $plivoauthtoken);
712
+                                  $messagedatepl = date("Y-m-d H:i:s");
713
+		                  $response = $client->messages->create($messagetoplsp,[$messagefrom],$autoreplytext,["url" => $plivowhdelrcpt]);
714
+			          $messageidinit = $response->getmessageUuid(0);
715
+
716
+				  if ($messageidinit) {
717
+				      if (isset($messageidinit[0])) {
718
+					  $messageid = $messageidinit[0];
719
+				      } else { $messageid = $this->createMessageId(); }
720
+				  } else { $messageid = $this->createMessageId(); }
721
+
722
+		                  if (property_exists($response, 'error')) { 
723
+		                      $messagestatus = "Error: " . $response->error;
724
+		                  } else { $messagestatus = 'The message has been accepted for delivery.'; }
725
+
726
+                                  $messagefrompl = $messageto;
727
+			          $messagetopl = $messagefrom;
728
+			          $messagenetwork = '';
729
+			          $messageprice = '';
730
+
731
+			          $messagedelivery = '';
732
+
733
+			          $sentmessagearr = [$messageid, $messagedatepl, $messagefrompl, $messagetopl, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $autoreplytext];
734
+
735
+			          $this->service->insertsentsms($ncuserforplivo, $displaynm, $sentmessagearr);
736
+                              }
737
+                          }
738
+
739
+                          if (in_array($crntDayNumber, $fulldays)) {
740
+
741
+                                  // Send the auto-reply
742
+		                  $client = new RestClient($plivoapikey, $plivoauthtoken);
743
+                                  $messagedatepl = date("Y-m-d H:i:s");
744
+		                  $response = $client->messages->create($messagetoplsp,[$messagefrom],$autoreplytext,["url" => $plivowhdelrcpt]);
745
+			          $messageidinit = $response->getmessageUuid(0);
746
+
747
+				  if ($messageidinit) {
748
+				      if (isset($messageidinit[0])) {
749
+					  $messageid = $messageidinit[0];
750
+				      } else { $messageid = $this->createMessageId(); }
751
+				  } else { $messageid = $this->createMessageId(); }
752
+
753
+		                  if (property_exists($response, 'error')) { 
754
+		                      $messagestatus = "Error: " . $response->error;
755
+		                  } else { $messagestatus = 'The message has been accepted for delivery.'; }
756
+
757
+                                  $messagefrompl = $messageto;
758
+			          $messagetopl = $messagefrom;
759
+			          $messagenetwork = '';
760
+			          $messageprice = '';
761
+
762
+			          $messagedelivery = '';
763
+
764
+			          $sentmessagearr = [$messageid, $messagedatepl, $messagefrompl, $messagetopl, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $autoreplytext];
765
+
766
+			          $this->service->insertsentsms($ncuserforplivo, $displaynm, $sentmessagearr);
767
+                          }
768
+
769
+                      } elseif ($plarpldata['vacation_start'] && $plarpldata['vacation_end']) {
770
+
771
+                             $vacationstart = $plarpldata['vacation_start'];
772
+                             $vacationend = $plarpldata['vacation_end'];
773
+
774
+                             $crntimeymd = date("Y-m-d H:i:s");
775
+                             $crntdatevcfmt = new DateTime($crntimeymd);
776
+                             $startdatevcfmt = new DateTime($vacationstart);
777
+                             $enddatefvcmt = new DateTime($vacationend);
778
+
779
+                             if ($startdatevcfmt <= $crntdatevcfmt && $crntdatevcfmt <= $enddatefvcmt) {
780
+
781
+		                 $client = new RestClient($plivoapikey, $plivoauthtoken);
782
+                                 $messagedatepl = date("Y-m-d H:i:s");
783
+		                 $response = $client->messages->create($messagetoplsp,[$messagefrom],$autoreplytext,["url" => $plivowhdelrcpt]);
784
+
785
+			         $messageidinit = $response->getmessageUuid(0);
786
+
787
+				  if ($messageidinit) {
788
+				      if (isset($messageidinit[0])) {
789
+					  $messageid = $messageidinit[0];
790
+				      } else { $messageid = $this->createMessageId(); }
791
+				  } else { $messageid = $this->createMessageId(); }
792
+
793
+		                 if (property_exists($response, 'error')) { 
794
+		                     $messagestatus = "Error: " . $response->error;
795
+		                 } else { $messagestatus = 'The message has been accepted for delivery.'; }
796
+
797
+                                 $messagefrompl = $messageto;
798
+			         $messagetopl = $messagefrom;
799
+			         $messagenetwork = '';
800
+			         $messageprice = '';
801
+
802
+			         $messagedelivery = '';
803
+
804
+			         $sentmessagearr = [$messageid, $messagedatepl, $messagefrompl, $messagetopl, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $autoreplytext];
805
+
806
+			         $this->service->insertsentsms($ncuserforplivo, $displaynm, $sentmessagearr);
807
+                             }
808
+
809
+                      }
810
+                  }
811
+
812
+
813
+	          // Send notifications
814
+                  $nameofhost = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
815
+
816
+	          $nextnotify = $smsapicred[12];
817
+	          $emailaddress = $smsapicred[13];
818
+	          $includemessageinemail = $smsapicred[14];
819
+
820
+                  if ($ismmspl == 0) { $smsormmspl = "SMS"; } else { $smsormmspl = "MMS"; }
821
+
822
+                  // Send the Nextcloud notification(s)
823
+	          if ($nextnotify != 0 ) {
824
+
825
+                      $allalloweduserspl = $this->service->getallowedusers($ncuserforplivo);
826
+
827
+                      foreach ($allalloweduserspl as $alusrkeypl => $specusrnamepl) {
828
+
829
+		               $notificationpl = $this->manager->createNotification();
830
+		               $notificationpl->setApp('sms_relentless')
831
+			                      ->setUser($specusrnamepl)
832
+			                      ->setDateTime(new \DateTime())
833
+			                      ->setObject('sms_relentless', '11')
834
+			                      ->setSubject('New SMS Message');
835
+		               $this->manager->notify($notificationpl);
836
+                      }
837
+	          }
838
+
839
+                  // Send the email notification
840
+	          if ($emailaddress != '') {
841
+
842
+		      $gmtind = "UTC " . date('P');
843
+		      $smsdateinit = date("Y-m-d  H:i:s");
844
+		      $smsdate = $smsdateinit . " " . $gmtind;
845
+
846
+		      $subject = "New ". $smsormmspl ." message received";
847
+
848
+                      $messagetextnlpl = str_replace("\n", "<br>", $messagetextpl);
849
+
850
+		      if ($includemessageinemail == 0) {
851
+		          $message = "Hello, <br><br> You have received a new message on ".$smsdate." .<br> You can check the new message by going to 'SMS Relentless' > 'Received SMS Messages'. <br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
852
+		      } else {
853
+		          $message = "Hello, <br><br> You have received a new message on ".$smsdate." :<br><br><br> Message ID: ".$messageid." <br> Message Date: ".$messagedate." <br> From: ".$messagefrom." <br> To: ".$messageto."<br> Message Text: <br><br><b>".$messagetextnlpl."</b><br><br>____________<br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
854
+		      }
855
+
856
+                      $messagefin = chunk_split(base64_encode($message));
857
+
858
+		      $headers = "MIME-Version: 1.0" . "\r\n";
859
+		      $headers .= "Content-type: text/html; charset=UTF-8" . "\r\n";
860
+                      $headers .= "Content-Transfer-Encoding: base64" . "\r\n";
861
+
862
+		      // Set the email sender
863
+		      $headers .= "From: " . $emailaddress . "\r\n";
864
+		      $headers .= "Reply-To: " . $emailaddress . "\r\n";
865
+
866
+		      mail($emailaddress, $subject, $messagefin, $headers);
867
+	          }
868
+
869
+	          return http_response_code(200);
870
+
871
+              } else { return "access denied"; }
872
+
873
+       } else { return "access denied"; }
874
+    }
875
+
876
+
877
+    /**
878
+     * @NoAdminRequired
879
+     * @NoCSRFRequired
880
+     * @PublicPage
881
+     */
882
+    public function receivesmstwil() {
883
+
884
+       $twilsig = $_SERVER['HTTP_X_TWILIO_SIGNATURE'];
885
+
886
+       $basepath = $this->config->getSystemValue('overwrite.cli.url');
887
+       $twilrecprm = $_GET["twilrecparam"];
888
+       $twilrecurl = $basepath . "/apps/sms_relentless/api/recsmstwil?twilrecparam=" . $twilrecprm;
889
+
890
+       $ncuserfortwil = $this->service->getuserbytwilrecwhurl($twilrecurl);
891
+
892
+       $smsapicred = $this->service->getapicredentials($ncuserfortwil, 'twilio');
893
+       $apikeyTw = $smsapicred[15];
894
+       $authTokenTw = $smsapicred[16];
895
+       $apidelrecurltw = $smsapicred[18];
896
+
897
+       $postVars = $_POST;
898
+       ksort($postVars);
899
+
900
+       $compurlpart = '';
901
+
902
+       foreach ($postVars as $twilkey => $twilvalue) {
903
+                $compurlpart .= $twilkey . $twilvalue;
904
+       }
905
+
906
+       $compURL1 = $basepath . "/apps/sms_relentless/api/recsmstwil?twilrecparam=" . $twilrecprm . $compurlpart;
907
+       $compURL2 = $basepath . "/apps/sms_relentless/api/recsmstwil?twilrecparam=" . $twilrecprm . "&twilrecparam=" . $twilrecprm . $compurlpart;
908
+       $computedsig1 = base64_encode(hash_hmac('sha1', $compURL1, $authTokenTw, true));
909
+       $computedsig2 = base64_encode(hash_hmac('sha1', $compURL2, $authTokenTw, true));
910
+
911
+       // Verify message signature
912
+       if (strcmp($computedsig1, $twilsig) == 0 || strcmp($computedsig2, $twilsig) == 0) {
913
+
914
+           if ($ncuserfortwil) {
915
+
916
+	       if ($_POST) {
917
+	           if (isset($_POST['MessageSid'])) {
918
+		       $messageid = $_POST['MessageSid'];
919
+	           } else { $messageid = $this->createMessageId(); }
920
+	       } else { $messageid = $this->createMessageId(); }
921
+
922
+	       $messagedate = date("Y-m-d H:i:s");
923
+
924
+	       $messagefrom = $_POST['From'];
925
+
926
+	       $messageto = "Twilio: " . $_POST['To'];
927
+
928
+	       $messagetoprtw = $_POST['To'];
929
+
930
+	       $messagetotwls = "Tw: " . $_POST['To'];
931
+
932
+               // Check if the new message is a MMS
933
+               if ($_POST['NumMedia'] != 0) {
934
+
935
+                   $includedFilestw = '';
936
+                   foreach ($_POST as $twkey => $twvalue) {
937
+
938
+			if (strpos($twkey, "MediaUrl") !== false) {
939
+
940
+                            $includedFilestw .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $twvalue . "</div><br><br>";
941
+			}
942
+                   }
943
+                   $messagetexttw = $_POST['Body'] . "<br><br><br></b>--- The files included in the MMS follow. Download them only if you trust the sender and the domains of the URLs ---<br><br><br>" . $includedFilestw;
944
+                   $ismmstw = 1;
945
+
946
+               } else {
947
+                   $messagetexttw = $_POST['Body'];
948
+                   $ismmstw = 0;
949
+               }
950
+
951
+	       $recmessagearr = [$messageid, $messagedate, $messagefrom, $messageto, $messagetexttw];
952
+
953
+	       $this->service->insertrecsms($ncuserfortwil, $recmessagearr);
954
+
955
+
956
+               // Check if there is any auto-reply configured for the receiving number
957
+	       $twilgetarpl = $this->connection->prepare('SELECT `phone_number`, `days_of_week`, `daily_start`, `daily_end`, `vacation_start`, `vacation_end`, `message_text` FROM 
958
+                                                         `*PREFIX*sms_relent_autorply` WHERE `phone_number` = ?');
959
+	       $twilgetarplres = $twilgetarpl->execute([$messagetotwls]);
960
+	       $twilarpldata = $twilgetarplres->fetch();
961
+	       $twilgetarplres->closeCursor();
962
+
963
+               if ($twilarpldata) {
964
+
965
+                   $autoreplytext = $twilarpldata['message_text'];
966
+
967
+                   // Get the Display Name of the current user
968
+                   $crtuser = $this->userManager->get($ncuserfortwil);
969
+                   $displaynm = $crtuser->getDisplayName();
970
+
971
+                   // Check if the auto-reply is in 'daily mode'
972
+                   if ($twilarpldata['days_of_week']) {
973
+
974
+                       // Check if the auto-reply should be sent 
975
+                       $daysofweekarrinit = explode(",", $twilarpldata['days_of_week']);
976
+
977
+                       $daysofweekarr = [];
978
+                       $fulldays = [];
979
+                       foreach ($daysofweekarrinit as $crtday) {
980
+                           if (strpos($crtday, "full") !== false) {
981
+                               $fulldays[] = str_replace("(full)", "", $crtday);
982
+                           } else {
983
+                               $daysofweekarr[] = $crtday;
984
+                           }
985
+                       }
986
+
987
+                       $dailystart = $twilarpldata['daily_start'];
988
+                       $dailyend = $twilarpldata['daily_end'];
989
+
990
+                       $crntdate = date("Y-m-d");
991
+                       $crntDayNumber = date('N', strtotime($crntdate));
992
+
993
+                       if (in_array($crntDayNumber, $daysofweekarr)) {
994
+
995
+                           $crntimehrmin = date("H:i");
996
+                           $crntdatefmt = new DateTime($crntimehrmin);
997
+                           $startdatefmt = new DateTime($dailystart);
998
+                           $enddatefmt = new DateTime($dailyend);
999
+
1000
+                           if ($crntdatefmt >= $startdatefmt && $enddatefmt > $crntdatefmt) {
1001
+                               // OK
1002
+                           } else {
1003
+
1004
+			       $datatoposttw = [["To" => $messagefrom, "From" => $messagetoprtw, "Body" => $autoreplytext, "StatusCallback" => $apidelrecurltw]];
1005
+
1006
+			       $postedsendingfl = implode('&', array_map('http_build_query', $datatoposttw));
1007
+			       $messagedatetw = date("Y-m-d H:i:s");
1008
+
1009
+			       $chtw = curl_init();
1010
+			       curl_setopt($chtw, CURLOPT_URL, 'https://api.twilio.com/2010-04-01/Accounts/' . $apikeyTw . '/Messages.json');
1011
+			       curl_setopt($chtw, CURLOPT_TIMEOUT, 300);
1012
+			       curl_setopt($chtw, CURLOPT_RETURNTRANSFER, 1);
1013
+			       curl_setopt($chtw, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
1014
+			       curl_setopt($chtw, CURLOPT_USERPWD, "$apikeyTw:$authTokenTw");
1015
+			       curl_setopt($chtw, CURLOPT_POST, 1);
1016
+			       curl_setopt($chtw, CURLOPT_POSTFIELDS, $postedsendingfl);
1017
+
1018
+			       $resulttw = curl_exec ($chtw);
1019
+			       $statusCodetw = curl_getinfo($chtw, CURLINFO_HTTP_CODE);
1020
+			       curl_close ($chtw);
1021
+
1022
+			       $decresulttw = json_decode($resulttw);
1023
+
1024
+			       if ($resulttw) {
1025
+				   if (property_exists($decresulttw, 'sid')) {
1026
+				       $messageidtw = $decresulttw->sid;
1027
+				   } else { $messageidtw = $this->createMessageId(); }
1028
+			       } else { $messageidtw = $this->createMessageId(); }
1029
+
1030
+			       if (in_array($statusCodetw, [200, 201, 202, 203, 204, 205, 206])) {
1031
+				   $messagestatustw = 'The message has been accepted for delivery.';
1032
+			       } else {
1033
+				   $messagestatustw = 'An error occurred while trying to send the message.';
1034
+			       }
1035
+
1036
+			       $messagenetworktw = '';
1037
+			       $messagepricetw = '';
1038
+			       $messagedeliverytw = '';
1039
+
1040
+			       $sentmessagearr = [$messageidtw, $messagedatetw, $messageto, $messagefrom, $messagenetworktw, $messagepricetw, $messagestatustw, $messagedeliverytw, $autoreplytext];
1041
+
1042
+			       $this->service->insertsentsms($ncuserfortwil, $displaynm, $sentmessagearr);
1043
+                           }
1044
+                       }
1045
+
1046
+                       if (in_array($crntDayNumber, $fulldays)) {
1047
+
1048
+			       $datatoposttw = [["To" => $messagefrom, "From" => $messagetoprtw, "Body" => $autoreplytext, "StatusCallback" => $apidelrecurltw]];
1049
+
1050
+			       $postedsendingfl = implode('&', array_map('http_build_query', $datatoposttw));
1051
+			       $messagedatetw = date("Y-m-d H:i:s");
1052
+
1053
+			       $chtw = curl_init();
1054
+			       curl_setopt($chtw, CURLOPT_URL, 'https://api.twilio.com/2010-04-01/Accounts/' . $apikeyTw . '/Messages.json');
1055
+			       curl_setopt($chtw, CURLOPT_TIMEOUT, 300);
1056
+			       curl_setopt($chtw, CURLOPT_RETURNTRANSFER, 1);
1057
+			       curl_setopt($chtw, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
1058
+			       curl_setopt($chtw, CURLOPT_USERPWD, "$apikeyTw:$authTokenTw");
1059
+			       curl_setopt($chtw, CURLOPT_POST, 1);
1060
+			       curl_setopt($chtw, CURLOPT_POSTFIELDS, $postedsendingfl);
1061
+
1062
+			       $resulttw = curl_exec ($chtw);
1063
+			       $statusCodetw = curl_getinfo($chtw, CURLINFO_HTTP_CODE);
1064
+			       curl_close ($chtw);
1065
+
1066
+			       $decresulttw = json_decode($resulttw);
1067
+
1068
+			       if ($resulttw) {
1069
+				   if (property_exists($decresulttw, 'sid')) {
1070
+				       $messageidtw = $decresulttw->sid;
1071
+				   } else { $messageidtw = $this->createMessageId(); }
1072
+			       } else { $messageidtw = $this->createMessageId(); }
1073
+
1074
+			       if (in_array($statusCodetw, [200, 201, 202, 203, 204, 205, 206])) {
1075
+				   $messagestatustw = 'The message has been accepted for delivery.';
1076
+			       } else {
1077
+				   $messagestatustw = 'An error occurred while trying to send the message.';
1078
+			       }
1079
+
1080
+			       $messagenetworktw = '';
1081
+			       $messagepricetw = '';
1082
+			       $messagedeliverytw = '';
1083
+
1084
+			       $sentmessagearr = [$messageidtw, $messagedatetw, $messageto, $messagefrom, $messagenetworktw, $messagepricetw, $messagestatustw, $messagedeliverytw, $autoreplytext];
1085
+
1086
+			       $this->service->insertsentsms($ncuserfortwil, $displaynm, $sentmessagearr);
1087
+                       }
1088
+
1089
+                   } elseif ($twilarpldata['vacation_start'] && $twilarpldata['vacation_end']) {
1090
+
1091
+                             $vacationstart = $twilarpldata['vacation_start'];
1092
+                             $vacationend = $twilarpldata['vacation_end'];
1093
+
1094
+                             $crntimeymd = date("Y-m-d H:i:s");
1095
+                             $crntdatevcfmt = new DateTime($crntimeymd);
1096
+                             $startdatevcfmt = new DateTime($vacationstart);
1097
+                             $enddatefvcmt = new DateTime($vacationend);
1098
+
1099
+                             if ($startdatevcfmt <= $crntdatevcfmt && $crntdatevcfmt <= $enddatefvcmt) {
1100
+
1101
+			         $datatoposttw = [["To" => $messagefrom, "From" => $messagetoprtw, "Body" => $autoreplytext, "StatusCallback" => $apidelrecurltw]];
1102
+
1103
+			         $postedsendingfl = implode('&', array_map('http_build_query', $datatoposttw));
1104
+			         $messagedatetw = date("Y-m-d H:i:s");
1105
+
1106
+			         $chtw = curl_init();
1107
+			         curl_setopt($chtw, CURLOPT_URL, 'https://api.twilio.com/2010-04-01/Accounts/' . $apikeyTw . '/Messages.json');
1108
+			         curl_setopt($chtw, CURLOPT_TIMEOUT, 300);
1109
+			         curl_setopt($chtw, CURLOPT_RETURNTRANSFER, 1);
1110
+			         curl_setopt($chtw, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
1111
+			         curl_setopt($chtw, CURLOPT_USERPWD, "$apikeyTw:$authTokenTw");
1112
+			         curl_setopt($chtw, CURLOPT_POST, 1);
1113
+			         curl_setopt($chtw, CURLOPT_POSTFIELDS, $postedsendingfl);
1114
+
1115
+			         $resulttw = curl_exec ($chtw);
1116
+			         $statusCodetw = curl_getinfo($chtw, CURLINFO_HTTP_CODE);
1117
+			         curl_close ($chtw);
1118
+
1119
+			         $decresulttw = json_decode($resulttw);
1120
+
1121
+			         if ($resulttw) {
1122
+				     if (property_exists($decresulttw, 'sid')) {
1123
+				         $messageidtw = $decresulttw->sid;
1124
+				     } else { $messageidtw = $this->createMessageId(); }
1125
+			         } else { $messageidtw = $this->createMessageId(); }
1126
+
1127
+			         if (in_array($statusCodetw, [200, 201, 202, 203, 204, 205, 206])) {
1128
+				     $messagestatustw = 'The message has been accepted for delivery.';
1129
+			         } else {
1130
+				     $messagestatustw = 'An error occurred while trying to send the message.';
1131
+			         }
1132
+
1133
+			         $messagenetworktw = '';
1134
+			         $messagepricetw = '';
1135
+			         $messagedeliverytw = '';
1136
+
1137
+			         $sentmessagearr = [$messageidtw, $messagedatetw, $messageto, $messagefrom, $messagenetworktw, $messagepricetw, $messagestatustw, $messagedeliverytw, $autoreplytext];
1138
+
1139
+			         $this->service->insertsentsms($ncuserfortwil, $displaynm, $sentmessagearr);
1140
+                             }
1141
+
1142
+                   }
1143
+               }
1144
+
1145
+
1146
+	       // Send notifications
1147
+               $nameofhost = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
1148
+
1149
+	       $twilnotify = $smsapicred[12];
1150
+	       $emailaddress = $smsapicred[13];
1151
+	       $includemessageinemail = $smsapicred[14];
1152
+
1153
+               if ($ismmstw == 0) { $smsormmstw = "SMS"; } else { $smsormmstw = "MMS"; }
1154
+
1155
+               // Send the Nextcloud notification(s)
1156
+	       if ($twilnotify != 0 ) {
1157
+
1158
+                   $allalloweduserstw = $this->service->getallowedusers($ncuserfortwil);
1159
+
1160
+                   foreach ($allalloweduserstw as $alusrkeytw => $specusrnametw) {
1161
+
1162
+	                    $notificationtw = $this->manager->createNotification();
1163
+		            $notificationtw->setApp('sms_relentless')
1164
+			                   ->setUser($specusrnametw)
1165
+			                   ->setDateTime(new \DateTime())
1166
+			                   ->setObject('sms_relentless', '11')
1167
+			                   ->setSubject('New SMS Message');
1168
+		            $this->manager->notify($notificationtw);
1169
+                   }
1170
+	       }
1171
+
1172
+               // Send the email notification
1173
+	       if ($emailaddress != '') {
1174
+
1175
+		   $gmtind = "UTC " . date('P');
1176
+		   $smsdateinit = date("Y-m-d  H:i:s");
1177
+		   $smsdate = $smsdateinit . " " . $gmtind;
1178
+
1179
+		   $subject = "New ". $smsormmstw ." message received";
1180
+
1181
+                   $messagetextnltw = str_replace("\n", "<br>", $messagetexttw);
1182
+
1183
+		   if ($includemessageinemail == 0) {
1184
+		       $message = "Hello, <br><br> You have received a new message on ".$smsdate." .<br> You can check the new message by going to 'SMS Relentless' > 'Received SMS Messages'. <br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
1185
+		   } else {
1186
+		       $message = "Hello, <br><br> You have received a new message on ".$smsdate." :<br><br><br> Message ID: ".$messageid." <br> Message Date: ".$messagedate." <br> From: ".$messagefrom." <br> To: ".$messageto."<br> Message Text: <br><br><b>".$messagetextnltw."</b><br><br>____________<br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
1187
+		   }
1188
+
1189
+                   $messagefin = chunk_split(base64_encode($message));
1190
+
1191
+		   $headers = "MIME-Version: 1.0" . "\r\n";
1192
+		   $headers .= "Content-type: text/html; charset=UTF-8" . "\r\n";
1193
+                   $headers .= "Content-Transfer-Encoding: base64" . "\r\n";
1194
+
1195
+		   // Set the email sender
1196
+		   $headers .= "From: " . $emailaddress . "\r\n";
1197
+		   $headers .= "Reply-To: " . $emailaddress . "\r\n";
1198
+
1199
+		   mail($emailaddress, $subject, $messagefin, $headers);
1200
+	       }
1201
+
1202
+               exit();
1203
+
1204
+           } else { exit(); }
1205
+
1206
+       } else { exit(); }
1207
+
1208
+    }
1209
+
1210
+
1211
+    /**
1212
+     * @NoAdminRequired
1213
+     * @NoCSRFRequired
1214
+     * @PublicPage
1215
+     */
1216
+    public function receivesmsflow() {
1217
+
1218
+       $flowdrurl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
1219
+
1220
+       $receivesms = file_get_contents('php://input');
1221
+       $recsmsarr = json_decode($receivesms, true);
1222
+
1223
+       $ncuserforflowrec = $this->service->getuserbyflowrecwhurl($flowdrurl);
1224
+
1225
+       if ($ncuserforflowrec) {
1226
+
1227
+           if ($recsmsarr) {
1228
+	       if (isset($recsmsarr['data']['id'])) {
1229
+	           $messageidfl = $recsmsarr['data']['id'];
1230
+	       } else { $messageidfl = $this->createMessageId(); }
1231
+           } else { $messageidfl = $this->createMessageId(); }
1232
+
1233
+           $messagedatefl = date("Y-m-d H:i:s");
1234
+
1235
+           $messagefromflpre = $recsmsarr['data']['attributes']['from'];
1236
+           if (substr($messagefromflpre, 0, 1) == '+') { $messagefromfl = $messagefromflpre; } else { $messagefromfl = '+' . $messagefromflpre; }
1237
+
1238
+           $messagetofl = "Flowroute: +" . $recsmsarr['data']['attributes']['to'];
1239
+           $messagetoprsl = "+" . $recsmsarr['data']['attributes']['to'];
1240
+           $messagetoprfl = "Fl: +" . $recsmsarr['data']['attributes']['to'];
1241
+
1242
+           // Check if the message is a MMS
1243
+           if ($recsmsarr['data']['attributes']['is_mms'] == true) {
1244
+
1245
+               $includedFilesfl = '';
1246
+               for ($k = 0; $k < count($recsmsarr['included']); $k++) {
1247
+
1248
+                    $includedFilesfl .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $recsmsarr['included'][$k]['attributes']['url'] . "</div><br><br>";
1249
+               }
1250
+               $messagetextfl = $recsmsarr['data']['attributes']['body'] . "<br><br><br></b>--- The files included in the MMS follow. Download them only if you trust the sender and the domains of the URLs ---<br><br><br>" . $includedFilesfl;
1251
+               $ismmsfl = 1;
1252
+           } else {
1253
+               $messagetextfl = $recsmsarr['data']['attributes']['body'];
1254
+               $ismmsfl = 0;
1255
+           }
1256
+
1257
+           $recmessagearr = [$messageidfl, $messagedatefl, $messagefromfl, $messagetofl, $messagetextfl];
1258
+
1259
+           $this->service->insertrecsms($ncuserforflowrec, $recmessagearr);
1260
+
1261
+           $flsmsapicred = $this->service->getapicredentials($ncuserforflowrec, 'flowroute');
1262
+	   $flownotify = $flsmsapicred[12];
1263
+	   $emailaddress = $flsmsapicred[13];
1264
+	   $includemessageinemail = $flsmsapicred[14];
1265
+           $flowapikey = $flsmsapicred[20];
1266
+           $flowapisecret = $flsmsapicred[21];
1267
+           $flowdelrecurl = $flsmsapicred[23];
1268
+
1269
+
1270
+           // Check if there is any auto-reply configured for the receiving number
1271
+	   $flgetarpl = $this->connection->prepare('SELECT `phone_number`, `days_of_week`, `daily_start`, `daily_end`, `vacation_start`, `vacation_end`, `message_text` FROM 
1272
+                                                   `*PREFIX*sms_relent_autorply` WHERE `phone_number` = ?');
1273
+	   $flgetarplres = $flgetarpl->execute([$messagetoprfl]);
1274
+	   $flarpldata = $flgetarplres->fetch();
1275
+	   $flgetarplres->closeCursor();
1276
+
1277
+           if ($flarpldata) {
1278
+
1279
+               $autoreplytext = $flarpldata['message_text'];
1280
+
1281
+               // Get the Display Name of the current user
1282
+               $crtuser = $this->userManager->get($ncuserforflowrec);
1283
+               $displaynm = $crtuser->getDisplayName();
1284
+
1285
+               // Check if the auto-reply is in 'daily mode'
1286
+               if ($flarpldata['days_of_week']) {
1287
+
1288
+                   // Check if the auto-reply should be sent 
1289
+                   $daysofweekarrinit = explode(",", $flarpldata['days_of_week']);
1290
+
1291
+                   $daysofweekarr = [];
1292
+                   $fulldays = [];
1293
+                   foreach ($daysofweekarrinit as $crtday) {
1294
+                       if (strpos($crtday, "full") !== false) {
1295
+                           $fulldays[] = str_replace("(full)", "", $crtday);
1296
+                       } else {
1297
+                           $daysofweekarr[] = $crtday;
1298
+                       }
1299
+                   }
1300
+
1301
+                   $dailystart = $flarpldata['daily_start'];
1302
+                   $dailyend = $flarpldata['daily_end'];
1303
+
1304
+                   $crntdate = date("Y-m-d");
1305
+                   $crntDayNumber = date('N', strtotime($crntdate));
1306
+
1307
+                   if (in_array($crntDayNumber, $daysofweekarr)) {
1308
+
1309
+                       $crntimehrmin = date("H:i");
1310
+                       $crntdatefmt = new DateTime($crntimehrmin);
1311
+                       $startdatefmt = new DateTime($dailystart);
1312
+                       $enddatefmt = new DateTime($dailyend);
1313
+
1314
+                       if ($crntdatefmt >= $startdatefmt && $enddatefmt > $crntdatefmt) {
1315
+                           // OK
1316
+                       } else {
1317
+
1318
+                           // Send the auto-reply
1319
+		           $postedparamsfl = json_encode(["to" => $messagefromfl, "from" => $messagetoprsl, "body" => $autoreplytext, "dlr_callback" => $flowdelrecurl]);
1320
+		           $messagedatefl = date("Y-m-d H:i:s");
1321
+
1322
+		           $chfl = curl_init();
1323
+		           curl_setopt($chfl, CURLOPT_URL, 'https://' . $flowapikey . ':' . $flowapisecret . '@api.flowroute.com/v2.1/messages');
1324
+		           curl_setopt($chfl, CURLOPT_HTTPHEADER, array("Content-Type: application/vnd.api+json"));
1325
+		           curl_setopt($chfl, CURLOPT_TIMEOUT, 300);
1326
+		           curl_setopt($chfl, CURLOPT_RETURNTRANSFER, 1);
1327
+		           curl_setopt($chfl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
1328
+		           curl_setopt($chfl, CURLOPT_POST, 1);
1329
+		           curl_setopt($chfl, CURLOPT_POSTFIELDS, $postedparamsfl);
1330
+		           $resultfl = curl_exec ($chfl);
1331
+		           $statusCode = curl_getinfo($chfl, CURLINFO_HTTP_CODE);
1332
+		           curl_close ($chfl);
1333
+
1334
+		           $decresultfl = json_decode($resultfl);
1335
+
1336
+		           if ($resultfl) {
1337
+			       if (isset($decresultfl->data->id)) {
1338
+			           $messageidfl = $decresultfl->data->id;
1339
+			       } else { $messageidfl = $this->createMessageId(); }
1340
+		           } else { $messageidfl = $this->createMessageId(); }
1341
+
1342
+		           if (in_array($statusCode, [200, 201, 202, 203, 204, 205, 206])) {
1343
+		               $messagestatusfl = 'The message has been accepted for delivery.'; 
1344
+		           } else { 
1345
+		               $messagestatusfl = 'An error occurred while trying to send the message.'; 
1346
+		           }
1347
+
1348
+		           $messagefromflow = "Flowroute: " . $messagetoprsl;
1349
+                           $messagetoflow = $messagefromfl;
1350
+		           $messagenetworkfl = '';
1351
+		           $messagepricefl = '';
1352
+		           $messagedeliveryfl = '';
1353
+
1354
+		           $sentmessagearr = [$messageidfl, $messagedatefl, $messagefromflow, $messagetoflow, $messagenetworkfl, $messagepricefl, $messagestatusfl, $messagedeliveryfl, $autoreplytext];
1355
+
1356
+		           $this->service->insertsentsms($ncuserforflowrec, $displaynm, $sentmessagearr);
1357
+                       }
1358
+                   }
1359
+
1360
+                   if (in_array($crntDayNumber, $fulldays)) {
1361
+
1362
+                           // Send the auto-reply
1363
+		           $postedparamsfl = json_encode(["to" => $messagefromfl, "from" => $messagetoprsl, "body" => $autoreplytext, "dlr_callback" => $flowdelrecurl]);
1364
+		           $messagedatefl = date("Y-m-d H:i:s");
1365
+
1366
+		           $chfl = curl_init();
1367
+		           curl_setopt($chfl, CURLOPT_URL, 'https://' . $flowapikey . ':' . $flowapisecret . '@api.flowroute.com/v2.1/messages');
1368
+		           curl_setopt($chfl, CURLOPT_HTTPHEADER, array("Content-Type: application/vnd.api+json"));
1369
+		           curl_setopt($chfl, CURLOPT_TIMEOUT, 300);
1370
+		           curl_setopt($chfl, CURLOPT_RETURNTRANSFER, 1);
1371
+		           curl_setopt($chfl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
1372
+		           curl_setopt($chfl, CURLOPT_POST, 1);
1373
+		           curl_setopt($chfl, CURLOPT_POSTFIELDS, $postedparamsfl);
1374
+		           $resultfl = curl_exec ($chfl);
1375
+		           $statusCode = curl_getinfo($chfl, CURLINFO_HTTP_CODE);
1376
+		           curl_close ($chfl);
1377
+
1378
+		           $decresultfl = json_decode($resultfl);
1379
+
1380
+		           if ($resultfl) {
1381
+			       if (isset($decresultfl->data->id)) {
1382
+			           $messageidfl = $decresultfl->data->id;
1383
+			       } else { $messageidfl = $this->createMessageId(); }
1384
+		           } else { $messageidfl = $this->createMessageId(); }
1385
+
1386
+		           if (in_array($statusCode, [200, 201, 202, 203, 204, 205, 206])) {
1387
+		               $messagestatusfl = 'The message has been accepted for delivery.'; 
1388
+		           } else { 
1389
+		               $messagestatusfl = 'An error occurred while trying to send the message.'; 
1390
+		           }
1391
+
1392
+		           $messagefromflow = "Flowroute: " . $messagetoprsl;
1393
+                           $messagetoflow = $messagefromfl;
1394
+		           $messagenetworkfl = '';
1395
+		           $messagepricefl = '';
1396
+		           $messagedeliveryfl = '';
1397
+
1398
+		           $sentmessagearr = [$messageidfl, $messagedatefl, $messagefromflow, $messagetoflow, $messagenetworkfl, $messagepricefl, $messagestatusfl, $messagedeliveryfl, $autoreplytext];
1399
+
1400
+		           $this->service->insertsentsms($ncuserforflowrec, $displaynm, $sentmessagearr);
1401
+                   }
1402
+
1403
+               } elseif ($flarpldata['vacation_start'] && $flarpldata['vacation_end']) {
1404
+
1405
+                         $vacationstart = $flarpldata['vacation_start'];
1406
+                         $vacationend = $flarpldata['vacation_end'];
1407
+
1408
+                         $crntimeymd = date("Y-m-d H:i:s");
1409
+                         $crntdatevcfmt = new DateTime($crntimeymd);
1410
+                         $startdatevcfmt = new DateTime($vacationstart);
1411
+                         $enddatefvcmt = new DateTime($vacationend);
1412
+
1413
+                         if ($startdatevcfmt <= $crntdatevcfmt && $crntdatevcfmt <= $enddatefvcmt) {
1414
+
1415
+		             $postedparamsfl = json_encode(["to" => $messagefromfl, "from" => $messagetoprsl, "body" => $autoreplytext, "dlr_callback" => $flowdelrecurl]);
1416
+		             $messagedatefl = date("Y-m-d H:i:s");
1417
+
1418
+		             $chfl = curl_init();
1419
+		             curl_setopt($chfl, CURLOPT_URL, 'https://' . $flowapikey . ':' . $flowapisecret . '@api.flowroute.com/v2.1/messages');
1420
+		             curl_setopt($chfl, CURLOPT_HTTPHEADER, array("Content-Type: application/vnd.api+json"));
1421
+		             curl_setopt($chfl, CURLOPT_TIMEOUT, 300);
1422
+		             curl_setopt($chfl, CURLOPT_RETURNTRANSFER, 1);
1423
+		             curl_setopt($chfl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
1424
+		             curl_setopt($chfl, CURLOPT_POST, 1);
1425
+		             curl_setopt($chfl, CURLOPT_POSTFIELDS, $postedparamsfl);
1426
+		             $resultfl = curl_exec ($chfl);
1427
+		             $statusCode = curl_getinfo($chfl, CURLINFO_HTTP_CODE);
1428
+		             curl_close ($chfl);
1429
+
1430
+		             $decresultfl = json_decode($resultfl);
1431
+
1432
+		             if ($resultfl) {
1433
+			         if (isset($decresultfl->data->id)) {
1434
+			             $messageidfl = $decresultfl->data->id;
1435
+			         } else { $messageidfl = $this->createMessageId(); }
1436
+		             } else { $messageidfl = $this->createMessageId(); }
1437
+
1438
+		             if (in_array($statusCode, [200, 201, 202, 203, 204, 205, 206])) {
1439
+		                 $messagestatusfl = 'The message has been accepted for delivery.'; 
1440
+		             } else { 
1441
+		                 $messagestatusfl = 'An error occurred while trying to send the message.'; 
1442
+		             }
1443
+
1444
+		             $messagefromflow = "Flowroute: " . $messagetoprsl;
1445
+                             $messagetoflow = $messagefromfl;
1446
+		             $messagenetworkfl = '';
1447
+		             $messagepricefl = '';
1448
+		             $messagedeliveryfl = '';
1449
+
1450
+		             $sentmessagearr = [$messageidfl, $messagedatefl, $messagefromflow, $messagetoflow, $messagenetworkfl, $messagepricefl, $messagestatusfl, $messagedeliveryfl, $autoreplytext];
1451
+
1452
+		             $this->service->insertsentsms($ncuserforflowrec, $displaynm, $sentmessagearr);
1453
+                         }
1454
+
1455
+               }
1456
+           }
1457
+
1458
+
1459
+	   // Send notifications
1460
+           $nameofhost = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
1461
+
1462
+           if ($ismmsfl == 0) { $smsormmsfl = "SMS"; } else { $smsormmsfl = "MMS"; }
1463
+
1464
+           // Send the Nextcloud notification(s)
1465
+	   if ($flownotify != 0 ) {
1466
+
1467
+               $allallowedusersfl = $this->service->getallowedusers($ncuserforflowrec);
1468
+
1469
+               foreach ($allallowedusersfl as $alusrkeyfl => $specusrnamefl) {
1470
+
1471
+	                $notificationfl = $this->manager->createNotification();
1472
+	                $notificationfl->setApp('sms_relentless')
1473
+		                       ->setUser($specusrnamefl)
1474
+			               ->setDateTime(new \DateTime())
1475
+			               ->setObject('sms_relentless', '11')
1476
+			               ->setSubject('New SMS Message');
1477
+	                $this->manager->notify($notificationfl);
1478
+               }
1479
+	   }
1480
+
1481
+           // Send the email notification
1482
+	   if ($emailaddress != '') {
1483
+
1484
+	       $gmtind = "UTC " . date('P');
1485
+	       $smsdateinit = date("Y-m-d  H:i:s");
1486
+	       $smsdate = $smsdateinit . " " . $gmtind;
1487
+
1488
+	       $subject = "New ". $smsormmsfl ." message received";
1489
+
1490
+               $messagetextnlfl = str_replace("\n", "<br>", $messagetextfl);
1491
+
1492
+	       if ($includemessageinemail == 0) {
1493
+	           $message = "Hello, <br><br> You have received a new message on ".$smsdate." .<br> You can check the new message by going to 'SMS Relentless' > 'Received SMS Messages'. <br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
1494
+	       } else {
1495
+	           $message = "Hello, <br><br> You have received a new message on ".$smsdate." :<br><br><br> Message ID: ".$messageidfl." <br> Message Date: ".$messagedatefl." <br> From: ".$messagefromfl." <br> To: ".$messagetofl."<br> Message Text: <br><br><b>".$messagetextnlfl."</b><br><br>____________<br><br> Yours, <br> SMS Relentless <br> An SMS application for Nextcloud <br> Host: '".$nameofhost."' <br>";
1496
+	       }
1497
+
1498
+               $messagefin = chunk_split(base64_encode($message));
1499
+
1500
+	       $headers = "MIME-Version: 1.0" . "\r\n";
1501
+	       $headers .= "Content-type: text/html; charset=UTF-8" . "\r\n";
1502
+               $headers .= "Content-Transfer-Encoding: base64" . "\r\n";
1503
+
1504
+	       // Set the email sender
1505
+	       $headers .= "From: " . $emailaddress . "\r\n";
1506
+	       $headers .= "Reply-To: " . $emailaddress . "\r\n";
1507
+
1508
+	       mail($emailaddress, $subject, $messagefin, $headers);
1509
+	   }
1510
+
1511
+           return http_response_code(200);
1512
+
1513
+       } else { return "access denied"; }
1514
+
1515
+    }
1516
+}
0 1517
new file mode 100644
... ...
@@ -0,0 +1,1243 @@
1
+<?php
2
+/**
3
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
4
+ *
5
+ * @author Double Bastion LLC
6
+ *
7
+ * @license GNU AGPL version 3 or any later version
8
+ *
9
+ * This program is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
11
+ * License as published by the Free Software Foundation; either
12
+ * version 3 of the License, or any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
18
+ *
19
+ * You should have received a copy of the GNU Affero General Public
20
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
+ *
22
+ */
23
+
24
+declare(strict_types=1);
25
+
26
+namespace OCA\SMSRelentless\Controller;
27
+
28
+use OCP\IRequest;
29
+use OCP\AppFramework\Controller;
30
+use OCA\SMSRelentless\Service\SmsrelentlessService;
31
+use OCP\AppFramework\App;
32
+use OC\Http\Client\Client;
33
+use OCP\Files\SimpleFS\ISimpleFile;
34
+use OCP\Files\SimpleFS\ISimpleFolder;
35
+use OCP\IL10N;
36
+use OCP\Files\Folder;
37
+use OCP\IConfig;
38
+use OC\Files\Filesystem;
39
+use OC\Files\View;
40
+use \ReflectionClass;
41
+use \FilesystemIterator;
42
+use \DateTime;
43
+use \DateInterval;
44
+use OCP\AppFramework\Http\DataResponse;
45
+use OCP\Files\NotFoundException;
46
+use OCP\Files\NotPermittedException;
47
+use Plivo\RestClient;
48
+use OCP\Share\IManager;
49
+use OCP\Constants;
50
+use OCP\IGroupManager;
51
+use OCP\IDBConnection;
52
+use OCP\IUserManager;
53
+use OC\URLGenerator;
54
+
55
+class SmsrelentlessController extends Controller {
56
+
57
+    private $service;
58
+    private $config;
59
+    private $userId;
60
+    private $folder;
61
+    private $filesystem;
62
+    private $view;
63
+    private $shareManager;
64
+    private $groupManager;
65
+    private $connection;
66
+    private $userManager;
67
+    private $urlGenerator;
68
+
69
+    public function __construct($appName, IRequest $request, SmsrelentlessService $service, IConfig $config, $userId, Folder $folder, Filesystem $filesystem, View $view, IManager $shareManager, IGroupManager $groupManager, IDBConnection $connection, IUserManager $userManager, URLGenerator $urlGenerator) {
70
+        parent::__construct($appName, $request);
71
+        $this->service = $service;
72
+        $this->config = $config;
73
+        $this->userId = $userId;
74
+        $this->folder = $folder;
75
+        $this->filesystem = $filesystem;
76
+        $this->view = $view;
77
+	$this->shareManager = $shareManager;
78
+        $this->groupManager = $groupManager;
79
+        $this->connection = $connection;
80
+        $this->userManager = $userManager;
81
+        $this->urlGenerator = $urlGenerator;
82
+    }
83
+
84
+
85
+    /**
86
+     * @NoAdminRequired
87
+     */
88
+    public function object_to_array($obj) {
89
+        if (is_object($obj)) $obj = (array)$this->dismount($obj);
90
+        if (is_array($obj)) {
91
+           $new = array();
92
+           foreach($obj as $key => $val) {
93
+               $new[$key] = $this->object_to_array($val);
94
+           }
95
+        }
96
+        else $new = $obj;
97
+        return $new;
98
+    }
99
+
100
+
101
+    /**
102
+     * @NoAdminRequired
103
+     */
104
+    public function dismount($object) {
105
+        $reflectionClass = new ReflectionClass(get_class($object));
106
+        $array = array();
107
+        foreach ($reflectionClass->getProperties() as $property) {
108
+           $property->setAccessible(true);
109
+           $array[$property->getName()] = $property->getValue($object);
110
+           $property->setAccessible(false);
111
+        }
112
+        return $array;
113
+    }
114
+
115
+
116
+    /**
117
+     * @NoAdminRequired
118
+     */
119
+    public function getappdirectory($userId) {
120
+        $apprelpath = $this->urlGenerator->linkTo('sms_relentless', 'COPYING.txt');
121
+        $apprelpatharr = explode("/", $apprelpath);
122
+        $currentappdir = $apprelpatharr[1];
123
+        return $currentappdir;
124
+    }
125
+
126
+
127
+    /**
128
+     * @NoAdminRequired
129
+     */
130
+    public function createMessageId() {
131
+             // Create a random string to use as message id for messages that don't have it
132
+	     $keypassin = substr(sha1((string) mt_rand()), 0, 32);
133
+	     $keysaltin = openssl_random_pseudo_bytes(24);
134
+	     $keyLengthin = 32;
135
+	     $iterationin = 50;
136
+	     $generated_keyin = openssl_pbkdf2($keypassin, $keysaltin, $keyLengthin, $iterationin, 'sha256');
137
+	     $ctdMessageId = "generated-id-" . bin2hex($generated_keyin);
138
+             return $ctdMessageId;
139
+    }
140
+
141
+
142
+    /**
143
+     * @NoAdminRequired
144
+     */
145
+    public function getbalancetel($userId) {
146
+
147
+        $telsmsapicred = $this->service->getapicredentials($this->userId, 'telnyx');
148
+
149
+        $telapikey = $telsmsapicred[0];
150
+        $ch = curl_init();
151
+        $headerstel = array("Content-Type: application/json", "Accept: application/json", "Authorization: Bearer ".$telapikey);
152
+
153
+        curl_setopt($ch, CURLOPT_URL, "https://api.telnyx.com/v2/balance");
154
+        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
155
+        curl_setopt($ch, CURLOPT_HTTPHEADER, $headerstel);
156
+        $responsetel = curl_exec($ch);
157
+        $recdatatel = json_decode($responsetel, TRUE);
158
+        $telbalresponse = $recdatatel['data']['balance'];
159
+        $currentbalancetel = round(floatval($telbalresponse), 3);
160
+        curl_close($ch);
161
+
162
+        return $currentbalancetel;
163
+    }
164
+
165
+
166
+    /**
167
+     * @NoAdminRequired
168
+     */
169
+    public function getbalancenex($userId) {
170
+
171
+        $smsapicred = $this->service->getapicredentials($this->userId, 'plivo');
172
+        $smsapikey = $smsapicred[5];
173
+        $smsapisecret = $smsapicred[6];
174
+
175
+        if ($smsapikey == '' || $smsapisecret == '') {
176
+            $currentbalancenex = "N/A";
177
+        } else {
178
+            $getmesdata = "https://".$smsapikey.":".$smsapisecret."@api.plivo.com/v1/Account/".$smsapikey."/";
179
+            $mesdata = file_get_contents($getmesdata);
180
+            $datainit = json_decode($mesdata);
181
+            $balancenex = $datainit->cash_credits;
182
+            $currentbalancenex = round(floatval($balancenex), 3);
183
+        }
184
+        return $currentbalancenex;
185
+    }
186
+
187
+
188
+    /**
189
+     * @NoAdminRequired
190
+     */
191
+    public function getbalancetwil($userId) {
192
+
193
+        $smsapicred = $this->service->getapicredentials($this->userId, 'twilio');
194
+        $smsapisid = $smsapicred[15];
195
+        $smsapitoken = $smsapicred[16];
196
+
197
+        if ($smsapisid == '' || $smsapitoken == '') {
198
+            $currentbalancetwil = "N/A";
199
+        } else {
200
+
201
+            $twilbalance = json_decode(file_get_contents("https://".$smsapisid.":".$smsapitoken."@api.twilio.com/2010-04-01/Accounts/".$smsapisid."/Balance.json"));
202
+            $balancetwil = $twilbalance->balance;
203
+
204
+            $currentbalancetwil = round(floatval($balancetwil), 3);
205
+        }
206
+        return $currentbalancetwil;
207
+    }
208
+
209
+
210
+    /**
211
+     * @NoAdminRequired
212
+     */
213
+    public function getbalanceflow($userId) {
214
+
215
+        $currentbalanceflow = 'n/a';
216
+        return $currentbalanceflow;
217
+    }
218
+
219
+
220
+    /**
221
+     * @NoAdminRequired
222
+     */
223
+    public function getsmsnumbers($userId) {
224
+
225
+        return $this->service->getsmsnumbers($this->userId);
226
+    }
227
+
228
+
229
+    /**
230
+     * @NoAdminRequired
231
+     */
232
+    public function refreshavailablenumbers($userId) {
233
+
234
+        return $this->service->refreshavailablenumbers($this->userId);
235
+    }
236
+
237
+
238
+    /**
239
+     * @NoAdminRequired
240
+     */
241
+    public function cleantempdir($userId) {
242
+
243
+        // Create the temporary folder if it doesn't exist
244
+        if ($this->folder->nodeExists('SMS_Relentless/temp_files') == false) {
245
+            $this->folder->newFolder('SMS_Relentless/temp_files');
246
+        }
247
+        $datadir = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data') . '/';
248
+        $targetdir = $datadir . $this->userId . "/files/SMS_Relentless/temp_files";
249
+        $fileSystemIterator = new FilesystemIterator($targetdir);
250
+
251
+        $dirfiles = [];
252
+        foreach ($fileSystemIterator as $fileInfo) {
253
+                 $dirfiles[] = $fileInfo->getFilename();
254
+        }
255
+
256
+        foreach ($dirfiles as $key => $indfile) {
257
+                 $thisuserroot = $this->view->getRoot();
258
+                 $tempfile = $thisuserroot . "/SMS_Relentless/temp_files/" . $indfile;
259
+                 $removetmpfile = $this->filesystem->unlink($tempfile);
260
+        }
261
+     }
262
+
263
+
264
+    /**
265
+     * @NoAdminRequired
266
+     */
267
+    public function cleanmultrecdir($userId) {
268
+
269
+        // Create the temporary folder if it doesn't exist
270
+        if ($this->folder->nodeExists('SMS_Relentless/multiple_recipients') == false) {
271
+            $this->folder->newFolder('SMS_Relentless/multiple_recipients');
272
+        }
273
+        $datadirmrc = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data') . '/';
274
+        $targetdirmrc = $datadirmrc . $this->userId . "/files/SMS_Relentless/multiple_recipients";
275
+        $fileSystemIteratormrc = new FilesystemIterator($targetdirmrc);
276
+
277
+        $dirfilesmrc = [];
278
+        foreach ($fileSystemIteratormrc as $fileInfomrc){
279
+                 $dirfilesmrc[] = $fileInfomrc->getFilename();
280
+        }
281
+
282
+        foreach ($dirfilesmrc as $mreckey => $mrecfile) {
283
+                 $thisuserrootmrc = $this->view->getRoot();
284
+                 $mrectempfile = $thisuserrootmrc . "/SMS_Relentless/multiple_recipients/" . $mrecfile;
285
+                 $removemrectmpfile = $this->filesystem->unlink($mrectempfile);
286
+        }
287
+     }
288
+
289
+
290
+    /**
291
+     * @NoAdminRequired
292
+     */
293
+    public function uploadNumbersFile($userId, $uploadfileforsms) {
294
+
295
+        // Create the temporary folder if it doesn't exist
296
+        if ($this->folder->nodeExists('SMS_Relentless/multiple_recipients') == false) {
297
+            $this->folder->newFolder('SMS_Relentless/multiple_recipients');
298
+        }
299
+
300
+        // First delete any file that has been previously uploaded
301
+        $datadir = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data') . '/';
302
+        $targetdir = $datadir . $this->userId . "/files/SMS_Relentless/multiple_recipients";
303
+        $fileSystemIterator = new FilesystemIterator($targetdir);
304
+
305
+        $dirfiles = [];
306
+        foreach ($fileSystemIterator as $fileInfo){
307
+                 $dirfiles[] = $fileInfo->getFilename();
308
+        }
309
+
310
+        foreach ($dirfiles as $key => $indfile) {
311
+                 $thisuserroot = $this->view->getRoot();
312
+                 $tempfile = $thisuserroot . "/SMS_Relentless/multiple_recipients/" . $indfile;
313
+                 $removetmpfile = $this->filesystem->unlink($tempfile);
314
+        }
315
+
316
+        // Upload the new file
317
+        $fileContent = file_get_contents($_FILES['uploadfileforsms']['tmp_name']);
318
+        $fileName = $_FILES['uploadfileforsms']['name'];
319
+
320
+        $userroot = $this->view->getRoot();
321
+        $targetfile = $userroot . "/SMS_Relentless/multiple_recipients/" . $fileName;
322
+
323
+        $target = $this->folder->newFile($targetfile);
324
+        $target->putContent($fileContent);
325
+
326
+        // Extract the phone numbers from the file
327
+        $numberarraysec = str_replace(array(";", "|", "\r\n", "\r", "\n", "\t"), ",", $fileContent);
328
+        $numberarraytert = preg_replace("/[^0-9,]/", "", $numberarraysec);
329
+        $numberarrayfourth = explode(",", $numberarraytert);
330
+        $numberarrayfifth = array_filter(array_map('trim', $numberarrayfourth));
331
+        $numberarray = array_unique($numberarrayfifth);
332
+
333
+        return $numberarray;
334
+    }
335
+
336
+
337
+    /**
338
+     * @NoAdminRequired
339
+     */
340
+    public function uploadfile($uploadfileformms) {
341
+
342
+           $fileContent = file_get_contents($_FILES['uploadfileformms']['tmp_name']);
343
+           $fileName = $_FILES['uploadfileformms']['name'];
344
+           $fileSizeinit = $_FILES['uploadfileformms']['size'];
345
+           $fileSize = $fileSizeinit / 1024;
346
+
347
+           if ($this->folder->nodeExists('SMS_Relentless/temp_files') == false) {
348
+               $this->folder->newFolder('SMS_Relentless/temp_files');
349
+           }
350
+
351
+           $userroot = $this->view->getRoot();
352
+           $targetfile = $userroot . "/SMS_Relentless/temp_files/" . $fileName;
353
+
354
+           $target = $this->folder->newFile($targetfile);
355
+           $target->putContent($fileContent);
356
+
357
+           // Get the cumulative files size of the uploaded files
358
+           $datadir = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data') . '/';
359
+           $targetdir = $datadir . $this->userId . "/files/SMS_Relentless/temp_files";
360
+
361
+           $fileSystemIterator = new FilesystemIterator($targetdir);
362
+
363
+           $dirfiles = [];
364
+           foreach ($fileSystemIterator as $fileInfo){
365
+                    $dirfiles[] = $fileInfo->getFilename();
366
+           }
367
+
368
+           $totalflsizeinit = 0;
369
+           foreach ($dirfiles as $key => $indfile) {
370
+                    $fileSizeinit = $this->filesystem->filesize($userroot . "/SMS_Relentless/temp_files/" . $indfile);
371
+                    $mbSize = round($fileSizeinit / 1024, 4);
372
+                    $totalflsizeinit += $mbSize;
373
+           }
374
+
375
+           $totalflsize = round($totalflsizeinit, 4);
376
+
377
+           return $totalflsize;
378
+    }
379
+
380
+
381
+    /**
382
+     * @NoAdminRequired
383
+     */
384
+    public function pickfile($path) {
385
+
386
+           if ($this->folder->nodeExists('SMS_Relentless/temp_files') == false) {
387
+               $this->folder->newFolder('SMS_Relentless/temp_files');
388
+           }
389
+
390
+           $datadir = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data') . '/';
391
+
392
+           $fltgt = $datadir . $this->userId . "/files" . $path;
393
+
394
+           $fileContent = file_get_contents($fltgt);
395
+
396
+           $pkfilesize = round(filesize($fltgt) / 1024, 4);
397
+
398
+           $patharr = explode("/", $path);
399
+
400
+           $revarr = array_reverse($patharr);
401
+
402
+           $relflpath = "/SMS_Relentless/temp_files/" . $revarr[0]; 
403
+
404
+           $target = $this->folder->newFile($relflpath);
405
+
406
+           $target->putContent($fileContent);
407
+
408
+           // Get the cumulative files size of the uploaded files
409
+           $targetdir = $datadir . $this->userId . "/files/SMS_Relentless/temp_files";
410
+
411
+           $fileSystemIterator = new FilesystemIterator($targetdir);
412
+
413
+           $dirfiles = [];
414
+           foreach ($fileSystemIterator as $fileInfo) {
415
+                    $dirfiles[] = $fileInfo->getFilename();
416
+           }
417
+
418
+           $totalflsizeinit = 0;
419
+
420
+           foreach ($dirfiles as $key => $indfile) {
421
+
422
+                    $fileSizeinit = $this->filesystem->filesize("/SMS_Relentless/temp_files/" . $indfile);
423
+                    $mbSize = round($fileSizeinit / 1024, 4);
424
+                    $totalflsizeinit += $mbSize;
425
+           }
426
+
427
+           $totalflsize = round($totalflsizeinit, 4);
428
+
429
+           $pickresult = [$totalflsize, $pkfilesize];
430
+
431
+           return $pickresult;
432
+    }
433
+
434
+
435
+    /**
436
+     * @NoAdminRequired
437
+     */
438
+    public function removeupfile($removedfilename) {
439
+
440
+           $tmpfl = "/" . $this->userId . "/files/SMS_Relentless/temp_files/" . $removedfilename;
441
+
442
+           $removefile = $this->view->unlink($tmpfl);
443
+
444
+           // Get the cumulative files size of the uploaded files
445
+           $datadir = $this->config->getSystemValue('datadirectory', \OC::$SERVERROOT . '/data') . '/';
446
+           $targetdir = $datadir . $this->userId . "/files/SMS_Relentless/temp_files";
447
+           $fileSystemIterator = new FilesystemIterator($targetdir);
448
+
449
+           $dirfiles = [];
450
+           foreach ($fileSystemIterator as $fileInfo){
451
+                    $dirfiles[] = $fileInfo->getFilename();
452
+           }
453
+
454
+           $totalflsizeinit = 0;
455
+
456
+           foreach ($dirfiles as $key => $indfile) {
457
+                    $fileSizeinit = $this->filesystem->filesize("/SMS_Relentless/temp_files/" . $indfile);
458
+                    $mbSize = round($fileSizeinit / 1024, 4);
459
+                    $totalflsizeinit += $mbSize;
460
+           }
461
+
462
+           $totalflsize = round($totalflsizeinit, 4);
463
+
464
+           return $totalflsize;
465
+    }
466
+
467
+
468
+    /**
469
+     * @NoAdminRequired
470
+     */
471
+    public function sendsmstel($userId, $receiversPhoneNbs, $fromsender, $waitinterval, $sentsmstext, $ismms, $mmsfiles) {
472
+
473
+         $telsmsapicred = $this->service->getapicredentials($this->userId, 'telnyx');
474
+         $telnyxkey = $telsmsapicred[0];
475
+         $teldelrecurl = $telsmsapicred[3];
476
+         $messagingprofid = $telsmsapicred[4];
477
+         $addDisplName = $telsmsapicred[24];
478
+
479
+         // Get the Display Name of the current user
480
+         $crtuser = $this->userManager->get($this->userId);
481
+         $displayname = $crtuser->getDisplayName();
482
+
483
+         if ($addDisplName == 1) {
484
+             $sentsmstext = $displayname . ": " . $sentsmstext;
485
+         }
486
+
487
+         \Telnyx\Telnyx::setApiKey($telnyxkey);
488
+
489
+         $microinterval = $waitinterval * 1000;
490
+
491
+         foreach ($receiversPhoneNbs as $keytel => $tonumber) {
492
+
493
+             usleep($microinterval);
494
+
495
+             $messagedate = date("Y-m-d H:i:s");
496
+
497
+             if ($ismms == 0) {
498
+
499
+                 if (preg_match('/[A-Za-z]+/', $fromsender)) {
500
+                     $message = \Telnyx\Message::Create(["from" => $fromsender, "to" => $tonumber, "text" => $sentsmstext, "webhook_url" => $teldelrecurl, "messaging_profile_id" => $messagingprofid]);
501
+                 } else {
502
+                     $message = \Telnyx\Message::Create(["from" => $fromsender, "to" => $tonumber, "text" => $sentsmstext, "webhook_url" => $teldelrecurl]);
503
+                 }
504
+
505
+                 $messagetexttel = $sentsmstext;
506
+
507
+             } else {
508
+
509
+                 $mediaURLarr = [];
510
+                 $includedMediaFiles = '';
511
+
512
+                 for ($p = 0; $p < count($mmsfiles); $p++ ) {
513
+
514
+                      $userroot = $this->view->getRoot();
515
+                      $filetoshare = $userroot . "/SMS_Relentless/temp_files/".$mmsfiles[$p]."";
516
+
517
+                      $flsharetarget = $this->folder->newFile($filetoshare);
518
+
519
+	              $share = $this->shareManager->newShare();
520
+	              $share->setNode($flsharetarget);
521
+	              $share->setPermissions(Constants::PERMISSION_READ);
522
+	              $share->setShareType(\OC\Share\Constants::SHARE_TYPE_LINK);
523
+	              $share->setSharedBy($this->userId);
524
+                      $expirydate = DateTime::createFromFormat('Y-m-d H:i:s', $messagedate);
525
+                      $expirydate->add(new \DateInterval('P1D'));
526
+                      $share->setExpirationDate($expirydate);
527
+                      $shared = $this->shareManager->createShare($share);
528
+                      $shareToken = $shared->getToken();
529
+
530
+                      $hostnm = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
531
+
532
+                      $mediaURLarr[] = $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p];
533
+
534
+                      $includedMediaFiles .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p] . "</div><br><br>";
535
+                 }
536
+
537
+                 if (preg_match('/[A-Za-z]+/', $fromsender)) {
538
+                     $message = \Telnyx\Message::Create(["from" => $fromsender, "to" => $tonumber, "text" => $sentsmstext, "webhook_url" => $teldelrecurl, "messaging_profile_id" => $messagingprofid, "subject" => "MMS", "media_urls" => $mediaURLarr]);
539
+                 } else {
540
+                     $message = \Telnyx\Message::Create(["from" => $fromsender, "to" => $tonumber, "text" => $sentsmstext, "webhook_url" => $teldelrecurl, "subject" => "MMS", "media_urls" => $mediaURLarr]);
541
+                 }
542
+
543
+                 $messagetexttel = $sentsmstext . "<br><br><br>--- File(s) included in MMS ---<br><br>" . $includedMediaFiles;
544
+             }
545
+
546
+             if ($message) {
547
+                 if (isset($message['id'])) { $messageid = $message['id']; } else { $messageid = $this->createMessageId(); }
548
+             } else { $messageid = $this->createMessageId(); }
549
+
550
+             $messagefrom = "Telnyx: " . $fromsender;
551
+             $messageto = $tonumber;
552
+             $messagenetwork = null;
553
+             $messageprice = null;
554
+             $messagestatus = $message['to'][0]['status'];
555
+             $messagedelivery = null;
556
+
557
+             $sentmessagearr = [$messageid, $messagedate, $messagefrom, $messageto, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $messagetexttel];
558
+
559
+             $this->service->insertsentsms($this->userId, $displayname, $sentmessagearr);
560
+         }
561
+         return $displayname;
562
+    }
563
+
564
+
565
+    /**
566
+     * @NoAdminRequired
567
+     */
568
+    public function sendsmsnex($userId, $receiversPhoneNbs, $fromsender, $waitinterval, $sentsmstext, $ismms, $mmsfiles) {
569
+
570
+         $plsmsapicred = $this->service->getapicredentials($this->userId, 'plivo');
571
+
572
+         $smsapikey = $plsmsapicred[5];
573
+         $smsapisecret = $plsmsapicred[6];
574
+         $smsapideliveryrecurl = $plsmsapicred[8];
575
+         $addDisplName = $plsmsapicred[24];
576
+
577
+         // Get the Display Name of the current user
578
+         $crtuser = $this->userManager->get($this->userId);
579
+         $displayname = $crtuser->getDisplayName();
580
+
581
+         if ($addDisplName == 1) {
582
+             $sentsmstext = $displayname . ": " . $sentsmstext;
583
+         }
584
+
585
+         $microinterval = $waitinterval * 1000;
586
+
587
+         foreach ($receiversPhoneNbs as $keynex => $tonumber) {
588
+
589
+             usleep($microinterval);
590
+
591
+             $messagedatepl = date("Y-m-d H:i:s");
592
+
593
+             if ($ismms == 0) {
594
+
595
+                 $client = new RestClient($smsapikey, $smsapisecret);
596
+                 $response = $client->messages->create($fromsender,[$tonumber],$sentsmstext,["url" => $smsapideliveryrecurl]);
597
+                 $messagetextpl = $sentsmstext;
598
+	         $messageidinit = $response->getmessageUuid(0);
599
+                 $messageid = $messageidinit[0];
600
+
601
+                 if (property_exists($response, 'error')) { 
602
+                     $messagestatus = "Error: " . $response->error;
603
+                 } else { $messagestatus = 'The message has been accepted for delivery.'; }
604
+
605
+             } else {
606
+
607
+                 $mediaURLarr = [];
608
+                 $includedMediaFiles = '';
609
+
610
+                 for ($p = 0; $p < count($mmsfiles); $p++ ) {
611
+
612
+                      $userroot = $this->view->getRoot();
613
+                      $filetoshare = $userroot . "/SMS_Relentless/temp_files/".$mmsfiles[$p]."";
614
+
615
+                      $flsharetarget = $this->folder->newFile($filetoshare);
616
+
617
+	              $share = $this->shareManager->newShare();
618
+	              $share->setNode($flsharetarget);
619
+	              $share->setPermissions(Constants::PERMISSION_READ);
620
+	              $share->setShareType(\OC\Share\Constants::SHARE_TYPE_LINK);
621
+	              $share->setSharedBy($this->userId);
622
+                      $expirydate = DateTime::createFromFormat('Y-m-d H:i:s', $messagedatepl);
623
+                      $expirydate->add(new \DateInterval('P1D'));
624
+                      $share->setExpirationDate($expirydate);
625
+                      $shared = $this->shareManager->createShare($share);
626
+                      $shareToken = $shared->getToken();
627
+
628
+                      $hostnm = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
629
+
630
+                      $mediaURLarr[] = $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p];
631
+
632
+                      $includedMediaFiles .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p] . "</div><br><br>";
633
+                 }
634
+
635
+		 $datatosendpl = ["src" => $fromsender, "dst" => $tonumber, "text" => $sentsmstext, "url" => $smsapideliveryrecurl, "type" => "mms", "media_urls" => $mediaURLarr];
636
+		 $postedparamspl = json_encode($datatosendpl);
637
+
638
+		 $chpl = curl_init();
639
+		 curl_setopt($chpl, CURLOPT_URL, 'https://'.$smsapikey.':'.$smsapisecret.'@api.plivo.com/v1/Account/'.$smsapikey.'/Message/');
640
+		 curl_setopt($chpl, CURLOPT_HTTPHEADER, array("Content-Type: application/json"));
641
+		 curl_setopt($chpl, CURLOPT_TIMEOUT, 300);
642
+		 curl_setopt($chpl, CURLOPT_RETURNTRANSFER, 1);
643
+		 curl_setopt($chpl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
644
+		 curl_setopt($chpl, CURLOPT_POST, 1);
645
+		 curl_setopt($chpl, CURLOPT_POSTFIELDS, $postedparamspl);
646
+		 $resultpl = curl_exec ($chpl);
647
+		 $statusCodepl = curl_getinfo($chpl, CURLINFO_HTTP_CODE);
648
+		 curl_close ($chpl);
649
+
650
+		 $decresultpl = json_decode($resultpl);
651
+
652
+                 if ($decresultpl) {
653
+                     if (property_exists($decresultpl, 'message_uuid')) {
654
+                         $messageidinit = $decresultpl->message_uuid;
655
+                         $messageid = $messageidinit[0];
656
+                     } else { $messageid = $this->createMessageId(); }
657
+                 } else { $messageid = $this->createMessageId(); }
658
+
659
+	         if (in_array($statusCodepl, [200, 201, 202, 203, 204, 205, 206])) {
660
+
661
+                     if (property_exists($decresultpl, 'error')) {
662
+                         $messagestatus = "Error: " . $decresultpl->error;
663
+                     } else { $messagestatus = 'The message has been accepted for delivery.'; }
664
+
665
+                 } else { $messagestatus = 'An error occurred while trying to send the message.'; }
666
+
667
+                 $messagetextpl = $sentsmstext . "<br><br><br>--- File(s) included in MMS ---<br><br>" . $includedMediaFiles;
668
+             }
669
+
670
+             if (preg_match('/[A-Za-z]+/', $fromsender)) {
671
+                 $messagefrom = "Plivo: " . $fromsender;
672
+             } else { $messagefrom = "Plivo: +" . $fromsender; }
673
+
674
+             $messageto = $tonumber;
675
+             $messagenetwork = '';
676
+             $messageprice = '';
677
+
678
+             $messagedelivery = '';
679
+
680
+             $sentmessagearr = [$messageid, $messagedatepl, $messagefrom, $messageto, $messagenetwork, $messageprice, $messagestatus, $messagedelivery, $messagetextpl];
681
+
682
+             $this->service->insertsentsms($this->userId, $displayname, $sentmessagearr);
683
+         }
684
+         return $displayname;
685
+    }
686
+
687
+
688
+    /**
689
+     * @NoAdminRequired
690
+     */
691
+    public function sendsmstwil($userId, $receiversPhoneNbs, $fromsender, $waitinterval, $sentsmstext, $ismms, $mmsfiles) {
692
+
693
+         $twsmsapicred = $this->service->getapicredentials($this->userId, 'twilio');
694
+
695
+         $sid = $twsmsapicred[15];
696
+         $token = $twsmsapicred[16];
697
+         $smsapirecurltw = $twsmsapicred[18];
698
+         $addDisplName = $twsmsapicred[24];
699
+
700
+         // Get the Display Name of the current user
701
+         $crtuser = $this->userManager->get($this->userId);
702
+         $displayname = $crtuser->getDisplayName();
703
+
704
+         if ($addDisplName == 1) {
705
+             $sentsmstext = $displayname . ": " . $sentsmstext;
706
+         }
707
+
708
+         $microinterval = $waitinterval * 1000;
709
+
710
+         foreach ($receiversPhoneNbs as $keytwil => $tonumbertw) {
711
+
712
+             usleep($microinterval);
713
+
714
+             $messagedatetw = date("Y-m-d H:i:s");
715
+
716
+             if ($ismms == 0) {
717
+
718
+                 $datatoposttw = [["To" => $tonumbertw, "From" => $fromsender, "Body" => $sentsmstext, "StatusCallback" => $smsapirecurltw]];
719
+                 $sentsmstextfintw = $sentsmstext;
720
+
721
+             } else {
722
+
723
+                 $mediaURLs = [];
724
+                 $includedMediaFiles = '';
725
+
726
+                 for ($p = 0; $p < count($mmsfiles); $p++ ) {
727
+
728
+                      $userroot = $this->view->getRoot();
729
+                      $filetoshare = $userroot . "/SMS_Relentless/temp_files/".$mmsfiles[$p]."";
730
+
731
+                      $flsharetarget = $this->folder->newFile($filetoshare);
732
+
733
+	              $share = $this->shareManager->newShare();
734
+	              $share->setNode($flsharetarget);
735
+	              $share->setPermissions(Constants::PERMISSION_READ);
736
+	              $share->setShareType(\OC\Share\Constants::SHARE_TYPE_LINK);
737
+	              $share->setSharedBy($this->userId);
738
+                      $expirydate = DateTime::createFromFormat('Y-m-d H:i:s', $messagedatetw);
739
+                      $expirydate->add(new \DateInterval('P1D'));
740
+                      $share->setExpirationDate($expirydate);
741
+                      $shared = $this->shareManager->createShare($share);
742
+                      $shareToken = $shared->getToken();
743
+
744
+                      $hostnm = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
745
+
746
+                      $mediaURLs[] = $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p];
747
+
748
+                      $includedMediaFiles .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p] . "</div><br><br>";
749
+                 }
750
+
751
+                 $datatoposttw = [["To" => $tonumbertw, "From" => $fromsender, "Body" => $sentsmstext, "StatusCallback" => $smsapirecurltw]];
752
+
753
+                 for ($m = 0; $m < count($mediaURLs); $m++) {
754
+                      array_push($datatoposttw, ["MediaUrl" => $mediaURLs[$m]]);
755
+                 }
756
+
757
+                 $sentsmstextfintw = $sentsmstext . "<br><br><br>--- File(s) included in MMS ---<br><br>" . $includedMediaFiles;
758
+             }
759
+
760
+             $postedsendingfl = implode('&', array_map('http_build_query', $datatoposttw));
761
+
762
+	     $chtw = curl_init();
763
+	     curl_setopt($chtw, CURLOPT_URL, 'https://api.twilio.com/2010-04-01/Accounts/'.$sid.'/Messages.json');
764
+	     curl_setopt($chtw, CURLOPT_TIMEOUT, 300);
765
+	     curl_setopt($chtw, CURLOPT_RETURNTRANSFER, 1);
766
+	     curl_setopt($chtw, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
767
+             curl_setopt($chtw, CURLOPT_USERPWD, "$sid:$token");
768
+	     curl_setopt($chtw, CURLOPT_POST, 1);
769
+             curl_setopt($chtw, CURLOPT_POSTFIELDS, $postedsendingfl);
770
+
771
+	     $resulttw = curl_exec ($chtw);
772
+	     $statusCodetw = curl_getinfo($chtw, CURLINFO_HTTP_CODE);
773
+	     curl_close ($chtw);
774
+
775
+             $decresulttw = json_decode($resulttw);
776
+
777
+             if ($decresulttw) {
778
+                 if (property_exists($decresulttw, 'sid')) { $messageidtw = $decresulttw->sid; } else { $messageidtw = $this->createMessageId(); }
779
+             } else { $messageidtw = $this->createMessageId(); }
780
+
781
+	     if (in_array($statusCodetw, [200, 201, 202, 203, 204, 205, 206])) {
782
+                 $messagestatustw = 'The message has been accepted for delivery.';
783
+             } else {
784
+                 $messagestatustw = 'An error occurred while trying to send the message.';
785
+             }
786
+
787
+             $messagefromtw = "Twilio: " . $fromsender;
788
+
789
+             $messagenetworktw = '';
790
+             $messagepricetw = '';
791
+             $messagedeliverytw = '';
792
+
793
+             $sentmessagearr = [$messageidtw, $messagedatetw, $messagefromtw, $tonumbertw, $messagenetworktw, $messagepricetw, $messagestatustw, $messagedeliverytw, $sentsmstextfintw];
794
+
795
+             $this->service->insertsentsms($this->userId, $displayname, $sentmessagearr);
796
+         }
797
+         return $displayname;
798
+    }
799
+
800
+
801
+    /**
802
+     * @NoAdminRequired
803
+     */
804
+    public function sendsmsflow($userId, $receiversPhoneNbs, $fromsender, $waitinterval, $sentsmstext, $ismms, $mmsfiles) {
805
+
806
+         $flsmsapicred = $this->service->getapicredentials($this->userId, 'flowroute');
807
+
808
+         $flowapikey = $flsmsapicred[20];
809
+         $flowapisecret = $flsmsapicred[21];
810
+         $flowdelrecurl = $flsmsapicred[23];
811
+         $addDisplName = $flsmsapicred[24];
812
+
813
+         // Get the Display Name of the current user
814
+         $crtuser = $this->userManager->get($this->userId);
815
+         $displayname = $crtuser->getDisplayName();
816
+
817
+         if ($addDisplName == 1) {
818
+             $sentsmstext = $displayname . ": " . $sentsmstext;
819
+         }
820
+
821
+         $sentsmstextproc = str_replace('"','\\"', $sentsmstext);
822
+
823
+         $microinterval = $waitinterval * 1000;
824
+
825
+         foreach ($receiversPhoneNbs as $keyflow => $tonumberfl) {
826
+
827
+             usleep($microinterval);
828
+
829
+             $messagedatefl = date("Y-m-d H:i:s");
830
+
831
+             if ($ismms == 0) {
832
+
833
+                 $messagetextfinfl = $sentsmstext;
834
+                 $postedparamsfl = json_encode(["to" => $tonumberfl, "from" => $fromsender, "body" => $sentsmstextproc, "dlr_callback" => $flowdelrecurl]);
835
+
836
+             } else {
837
+
838
+		 $mediaurlsarr = [];
839
+		 $includedMediaFiles = '';
840
+
841
+		 for ($p = 0; $p < count($mmsfiles); $p++ ) {
842
+
843
+		      $userroot = $this->view->getRoot();
844
+		      $filetoshare = $userroot . "/SMS_Relentless/temp_files/".$mmsfiles[$p]."";
845
+
846
+		      $flsharetarget = $this->folder->newFile($filetoshare);
847
+
848
+		      $share = $this->shareManager->newShare();
849
+		      $share->setNode($flsharetarget);
850
+		      $share->setPermissions(Constants::PERMISSION_READ);
851
+		      $share->setShareType(\OC\Share\Constants::SHARE_TYPE_LINK);
852
+		      $share->setSharedBy($this->userId);
853
+                      $expirydate = DateTime::createFromFormat('Y-m-d H:i:s', $messagedatefl);
854
+                      $expirydate->add(new \DateInterval('P1D'));
855
+                      $share->setExpirationDate($expirydate);
856
+		      $shared = $this->shareManager->createShare($share);
857
+		      $shareToken = $shared->getToken();
858
+
859
+                      $hostnm = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'];
860
+
861
+		      $mediaurlsarr[] = $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p];
862
+
863
+                      $includedMediaFiles .= "<div id='mmsTblUrl-" . mt_rand(1, 10000) . "' class='mmstblUrls' title='Download this file only if you trust the sender and the domain of the URL.'>" . $hostnm . "/s/" . $shareToken . "/download/" . $mmsfiles[$p] . "</div><br><br>";
864
+		 }
865
+
866
+                 $messagetextfinfl = $sentsmstext . "<br><br><br>--- File(s) included in MMS ---<br><br>" . $includedMediaFiles;
867
+
868
+                 $postedparamsfl = json_encode(["to" => $tonumberfl, "from" => $fromsender, "body" => $sentsmstextproc, "dlr_callback" => $flowdelrecurl, "media_urls" => $mediaurlsarr]);
869
+             }
870
+
871
+	     $chfl = curl_init();
872
+	     curl_setopt($chfl, CURLOPT_URL, 'https://'.$flowapikey.':'.$flowapisecret.'@api.flowroute.com/v2.1/messages');
873
+	     curl_setopt($chfl, CURLOPT_HTTPHEADER, array("Content-Type: application/vnd.api+json"));
874
+	     curl_setopt($chfl, CURLOPT_TIMEOUT, 300);
875
+	     curl_setopt($chfl, CURLOPT_RETURNTRANSFER, 1);
876
+	     curl_setopt($chfl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
877
+	     curl_setopt($chfl, CURLOPT_POST, 1);
878
+             curl_setopt($chfl, CURLOPT_POSTFIELDS, $postedparamsfl);
879
+	     $resultfl = curl_exec ($chfl);
880
+	     $statusCode = curl_getinfo($chfl, CURLINFO_HTTP_CODE);
881
+	     curl_close ($chfl);
882
+
883
+             $decresultfl = json_decode($resultfl);
884
+
885
+             if ($decresultfl) {
886
+                 if (isset($decresultfl->data->id)) { 
887
+                     $messageidfl = $decresultfl->data->id;
888
+                 } else { $messageidfl = $this->createMessageId(); }
889
+             } else { $messageidfl = $this->createMessageId(); }
890
+
891
+	     if (in_array($statusCode, [200, 201, 202, 203, 204, 205, 206])) {
892
+                 $messagestatusfl = 'The message has been accepted for delivery.'; 
893
+             } else { 
894
+                 $messagestatusfl = 'An error occurred while trying to send the message.'; 
895
+             }
896
+
897
+             $messagefromfl = "Flowroute: " . $fromsender;
898
+             $messagetofl = $tonumberfl;
899
+             $messagenetworkfl = '';
900
+             $messagepricefl = '';
901
+             $messagedeliveryfl = '';
902
+
903
+             $sentmessagearr = [$messageidfl, $messagedatefl, $messagefromfl, $messagetofl, $messagenetworkfl, $messagepricefl, $messagestatusfl, $messagedeliveryfl, $messagetextfinfl];
904
+
905
+             $this->service->insertsentsms($this->userId, $displayname, $sentmessagearr);
906
+         }
907
+         return $displayname;
908
+    }
909
+
910
+
911
+    /**
912
+     * @NoAdminRequired
913
+     */
914
+    public function saveoldrecrows($userId, $oldrecRows) {
915
+
916
+           // Create the folder for removed messages if it doesn't exist
917
+           if ($this->folder->nodeExists('SMS_Relentless/removed_received_messages') == false) {
918
+               $this->folder->newFolder('SMS_Relentless/removed_received_messages');
919
+           }
920
+           $savecheck = 0;
921
+
922
+           if (count($oldrecRows) > 1) {
923
+               $msfileContent = implode("", $oldrecRows);
924
+
925
+               $delrowsdate = date("Y-m-d_H-i-s");
926
+               $msfileName = "Received_Messages_Deleted_On_" . $delrowsdate . ".csv";
927
+
928
+               $userroot = $this->view->getRoot();
929
+               $targetfile = $userroot . "/SMS_Relentless/removed_received_messages/" . $msfileName;
930
+
931
+               $target = $this->folder->newFile($targetfile);
932
+               $target->putContent($msfileContent);
933
+
934
+               if ($this->filesystem->file_get_contents($targetfile) != '') {
935
+                   $savecheck = 1;
936
+               }
937
+           }
938
+
939
+           return $savecheck;
940
+    }
941
+
942
+
943
+    /**
944
+     * @NoAdminRequired
945
+     */
946
+    public function saveoldsentrows($userId, $oldsentRows) {
947
+
948
+           // Create the folder for removed messages if it doesn't exist
949
+           if ($this->folder->nodeExists('SMS_Relentless/removed_sent_messages') == false) {
950
+               $this->folder->newFolder('SMS_Relentless/removed_sent_messages');
951
+           }
952
+           $savesentcheck = 0;
953
+
954
+           if (count($oldsentRows) > 1) {
955
+               $sntfileContent = implode("", $oldsentRows);
956
+
957
+               $delsentrowsdate = date("Y-m-d_H-i-s");
958
+               $sntfileName = "Sent_Messages_Deleted_On_" . $delsentrowsdate . ".csv";
959
+
960
+               $userroot = $this->view->getRoot();
961
+               $snttargetfile = $userroot . "/SMS_Relentless/removed_sent_messages/" . $sntfileName;
962
+
963
+               $snttarget = $this->folder->newFile($snttargetfile);
964
+               $snttarget->putContent($sntfileContent);
965
+
966
+               if ($this->filesystem->file_get_contents($snttargetfile) != '') {
967
+                   $savesentcheck = 1;
968
+               }
969
+           }
970
+
971
+           return $savesentcheck;
972
+    }
973
+
974
+
975
+    /**
976
+     * @NoAdminRequired
977
+     */
978
+    public function getreceivedtable($userId) {
979
+           return $this->service->getreceivedtable($this->userId);
980
+    }
981
+
982
+    /**
983
+     * @NoAdminRequired
984
+     */
985
+    public function getreceivedtablefordel($userId) {
986
+           return $this->service->getreceivedtablefordel($this->userId);
987
+    }
988
+
989
+    /**
990
+     * @NoAdminRequired
991
+     */
992
+    public function removerecrows($userId, $recmessagedbIDs) {
993
+
994
+           // Get the Display Name of the current user
995
+           $crtuserdel = $this->userManager->get($this->userId);
996
+           $userDelDspName = $crtuserdel->getDisplayName();
997
+
998
+           return $this->service->removerecrows($this->userId, $userDelDspName, $recmessagedbIDs);
999
+    }
1000
+
1001
+    /**
1002
+     * @NoAdminRequired
1003
+     */
1004
+    public function getsenttable($userId) {
1005
+           return $this->service->getsenttable($this->userId);
1006
+    }
1007
+
1008
+    /**
1009
+     * @NoAdminRequired
1010
+     */
1011
+    public function getsenttablefordel($userId) {
1012
+           return $this->service->getsenttablefordel($this->userId);
1013
+    }
1014
+
1015
+    /**
1016
+     * @NoAdminRequired
1017
+     */
1018
+    public function removesentrows($userId, $sentmessagedbIDs) {
1019
+
1020
+           // Get the Display Name of the current user
1021
+           $crtuserstdel = $this->userManager->get($this->userId);
1022
+           $userstDelDspName = $crtuserstdel->getDisplayName();
1023
+
1024
+           return $this->service->removesentrows($this->userId, $userstDelDspName, $sentmessagedbIDs);
1025
+    }
1026
+
1027
+    /**
1028
+     * @NoAdminRequired
1029
+     */
1030
+    public function getconversations($userId) {
1031
+           return $this->service->getconversations($this->userId);
1032
+    }
1033
+
1034
+    /**
1035
+     * @NoAdminRequired
1036
+     */
1037
+    public function archiveconv($userId, $conversationId) {
1038
+
1039
+           // Get the Display Name of the current user
1040
+           $crtusergt = $this->userManager->get($this->userId);
1041
+           $userDspNameArch = $crtusergt->getDisplayName();
1042
+
1043
+           return $this->service->archiveconv($this->userId, $userDspNameArch, $conversationId);
1044
+    }
1045
+
1046
+    /**
1047
+     * @NoAdminRequired
1048
+     */
1049
+    public function unarchiveconv($userId, $conversationId) {
1050
+
1051
+           // Get the Display Name of the current user
1052
+           $crtusergtun = $this->userManager->get($this->userId);
1053
+           $userDspNameUnarch = $crtusergtun->getDisplayName();
1054
+
1055
+           return $this->service->unarchiveconv($this->userId, $userDspNameUnarch, $conversationId);
1056
+    }
1057
+
1058
+    /**
1059
+     * @NoAdminRequired
1060
+     */
1061
+    public function saveconvdescription($userId, $convDescription, $convId) {
1062
+
1063
+           // Get the Display Name of the current user
1064
+           $crtuserdesc = $this->userManager->get($this->userId);
1065
+           $userDspNameDesc = $crtuserdesc->getDisplayName();
1066
+
1067
+           return $this->service->saveconvdescription($this->userId, $userDspNameDesc, $convDescription, $convId);
1068
+    }
1069
+
1070
+    /**
1071
+     * @NoAdminRequired
1072
+     */
1073
+    public function saveconvtag($userId, $convTag, $convId) {
1074
+
1075
+           // Get the Display Name of the current user
1076
+           $crtusertag = $this->userManager->get($this->userId);
1077
+           $userDspNameTag = $crtusertag->getDisplayName();
1078
+
1079
+           return $this->service->saveconvtag($this->userId, $userDspNameTag, $convTag, $convId);
1080
+    }
1081
+
1082
+    /**
1083
+     * @NoAdminRequired
1084
+     */
1085
+    public function saveconvflag($userId, $convFlag, $convId) {
1086
+
1087
+           // Get the Display Name of the current user
1088
+           $crtuserflag = $this->userManager->get($this->userId);
1089
+           $userDspNameFlag = $crtuserflag->getDisplayName();
1090
+
1091
+           return $this->service->saveconvflag($this->userId, $userDspNameFlag, $convFlag, $convId);
1092
+    }
1093
+
1094
+    /**
1095
+     * @NoAdminRequired
1096
+     */
1097
+    public function removeconvmsgs($userId, $conversationId) {
1098
+           return $this->service->removeconvmsgs($this->userId, $conversationId);
1099
+    }
1100
+
1101
+    /**
1102
+     * @NoAdminRequired
1103
+     */
1104
+    public function getgroupedtable($userId) {
1105
+           return $this->service->getgroupedtable($this->userId);
1106
+    }
1107
+
1108
+    /**
1109
+     * @NoAdminRequired
1110
+     */
1111
+    public function savedisplayname($userId, $authorDisplayname, $from) {
1112
+           return $this->service->savedisplayname($this->userId, $authorDisplayname, $from);
1113
+    }
1114
+
1115
+    /**
1116
+     * @NoAdminRequired
1117
+     */
1118
+    public function getmsgsperpgnewmsgarchnb($userId) {
1119
+           return $this->service->getmsgsperpgnewmsgarchnb($this->userId);
1120
+    }
1121
+
1122
+    /**
1123
+     * @NoAdminRequired
1124
+     */
1125
+    public function getnewmsgindicator($userId) {
1126
+           return $this->service->getnewmsgindicator($this->userId);
1127
+    }
1128
+
1129
+    /**
1130
+     * @NoAdminRequired
1131
+     */
1132
+    public function getdelrecsettings($userId) {
1133
+           return $this->service->getdelrecsettings($this->userId);
1134
+    }
1135
+
1136
+    public function updatenumberrestrictions($userId, $savedByDsplname, $phoneNumber, $groups, $users) {
1137
+           return $this->service->updatenumberrestrictions($this->userId, $savedByDsplname, $phoneNumber, $groups, $users);
1138
+    }
1139
+
1140
+    public function updatekeysallowedusers($userId, $groups, $users, $groupsdel, $usersdel, $provider) {
1141
+           return $this->service->updatekeysallowedusers($this->userId, $groups, $users, $groupsdel, $usersdel, $provider);
1142
+    }
1143
+
1144
+    public function removenumberrestrictions($userId, $phoneNumber) {
1145
+           return $this->service->removenumberrestrictions($this->userId, $phoneNumber);
1146
+    }
1147
+
1148
+    /**
1149
+     * @NoAdminRequired
1150
+     */
1151
+    public function updateautoreplies($userId, $savedByDsplname, $phoneNumber, $daysOfWeek, $dailyStart, $dailyEnd, $vacationStart, $vacationEnd, $messageText) {
1152
+           return $this->service->updateautoreplies($this->userId, $savedByDsplname, $phoneNumber, $daysOfWeek, $dailyStart, $dailyEnd, $vacationStart, $vacationEnd, $messageText);
1153
+    }
1154
+
1155
+    /**
1156
+     * @NoAdminRequired
1157
+     */
1158
+    public function removeautoreplies($userId, $phoneNumber) {
1159
+           return $this->service->removeautoreplies($this->userId, $phoneNumber);
1160
+    }
1161
+
1162
+    /**
1163
+     * @NoAdminRequired
1164
+     */
1165
+    public function getsettings($userId) {
1166
+           return $this->service->getsettings($this->userId);
1167
+    }
1168
+
1169
+    public function getadminsettings($userId) {
1170
+           return $this->service->getadminsettings($this->userId);
1171
+    }
1172
+
1173
+    /**
1174
+     * @NoAdminRequired
1175
+     */
1176
+    public function getautoreplyconf($userId) {
1177
+
1178
+           // Get the available phone numbers for the current user (the restricted phone numbers are excluded)
1179
+           $availphonenmbrs = $this->getsmsnumbers($this->userId);
1180
+
1181
+           // Get the display name of the current user
1182
+           $usrid = $this->userId;
1183
+           $getusrdnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
1184
+	   $getusrdnmres = $getusrdnm->execute([$usrid, 'displayname']);
1185
+	   $getusrdnmdata = $getusrdnmres->fetch();
1186
+	   $userDisplayNm = $getusrdnmdata['value'];
1187
+	   $getusrdnmres->closeCursor();
1188
+
1189
+           // Get the auto-replies for the available phone numbers
1190
+           $getautorpl = $this->connection->prepare('SELECT `saved_by_dsplname`, `phone_number`, `days_of_week`, `daily_start`, `daily_end`, `vacation_start`, `vacation_end`, 
1191
+                                                    `message_text` FROM `*PREFIX*sms_relent_autorply`');
1192
+	   $getautorplres = $getautorpl->execute();
1193
+           $autorplconf = [];
1194
+	   while ($acdatausrdnadm = $getautorplres->fetch()) {
1195
+                  $autorplconf[] = $acdatausrdnadm;
1196
+           }
1197
+	   $getautorplres->closeCursor();
1198
+
1199
+           if ($autorplconf) {
1200
+
1201
+               $autoreplyconf = [];
1202
+               foreach ($autorplconf as $arkey => $arvalue) {
1203
+                        if (in_array($arvalue['phone_number'], $availphonenmbrs)) {
1204
+                            $autoreplyconf[] = $arvalue;
1205
+                        }
1206
+               }
1207
+
1208
+           } else { $autoreplyconf = ''; }
1209
+
1210
+           $autoreplyfdb = ['userdisplayname' => $userDisplayNm, 'phonenumbers' => $availphonenmbrs, 'autoreplies' => $autoreplyconf];
1211
+
1212
+           return $autoreplyfdb;
1213
+    }
1214
+
1215
+    /**
1216
+     * @NoAdminRequired
1217
+     */
1218
+    public function getgroupedpernumber($userId, $phoneNumber) {
1219
+           return $this->service->getgroupedpernumber($this->userId, $phoneNumber);
1220
+    }
1221
+
1222
+    /**
1223
+     * @NoAdminRequired
1224
+     */
1225
+    public function getgroupedforreply($userId, $phoneNmbrFrom, $phoneNmbrTo) {
1226
+           return $this->service->getgroupedforreply($this->userId, $phoneNmbrFrom, $phoneNmbrTo);
1227
+    }
1228
+
1229
+    /**
1230
+     * @NoAdminRequired
1231
+     */
1232
+    public function updatesettings($userId, $telapiUrlRec, $telapiUrl, $nexapiUrlRec, $nexapiUrl, $twilapiUrlRec, $twilapiUrl, $flowapiUrlRec, $flowapiUrl, $messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr) {
1233
+           return $this->service->updatesettings($this->userId, $telapiUrlRec, $telapiUrl, $nexapiUrlRec, $nexapiUrl, $twilapiUrlRec, $twilapiUrl, $flowapiUrlRec, $flowapiUrl, $messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr);
1234
+    }
1235
+
1236
+    public function updateadminsettings($userId, $telapiKey, $telPubKey, $telapiUrlRec, $telapiUrl, $messagingProfileId, $nexapiKey, $nexapiSecret, $nexapiUrlRec, $nexapiUrl, $telSenderName, $nexSenderName, $twilapiKey, $twilapiSecret, $twilapiUrlRec, $twilapiUrl, $twilSenderName, $flowapiKey, $flowapiSecret, $flowapiUrlRec, $flowapiUrl, $showAllMessages) {
1237
+           return $this->service->updateadminsettings($this->userId, $telapiKey, $telPubKey, $telapiUrlRec, $telapiUrl, $messagingProfileId, $nexapiKey, $nexapiSecret, $nexapiUrlRec, $nexapiUrl, $telSenderName, $nexSenderName, $twilapiKey, $twilapiSecret, $twilapiUrlRec, $twilapiUrl, $twilSenderName, $flowapiKey, $flowapiSecret, $flowapiUrlRec, $flowapiUrl, $showAllMessages);
1238
+    }
1239
+
1240
+    public function updatepersadmnsettings($userId, $messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr) {
1241
+           return $this->service->updatepersadmnsettings($this->userId, $messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr);
1242
+    }
1243
+}
0 1244
new file mode 100644
... ...
@@ -0,0 +1,5718 @@
1
+<?php
2
+/**
3
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
4
+ *
5
+ * @author Double Bastion LLC
6
+ *
7
+ * @license GNU AGPL version 3 or any later version
8
+ *
9
+ * This program is free software; you can redistribute it and/or
10
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
11
+ * License as published by the Free Software Foundation; either
12
+ * version 3 of the License, or any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
18
+ *
19
+ * You should have received a copy of the GNU Affero General Public
20
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
+ *
22
+ */
23
+
24
+declare(strict_types=1);
25
+
26
+namespace OCA\SMSRelentless\Service;
27
+
28
+use OCP\IDBConnection;
29
+use OCP\Security\ICrypto;
30
+use OCP\AppFramework\ApiController;
31
+use OCP\AppFramework\Controller;
32
+use OCP\IRequest;
33
+use OCP\IGroupManager;
34
+use \ReflectionClass;
35
+
36
+class SmsrelentlessService {
37
+
38
+     private $connection;
39
+     private $crypto;
40
+     private $groupManager;
41
+
42
+     public function __construct(IDBConnection $connection, ICrypto $crypto, IGroupManager $groupManager) {
43
+
44
+                $this->connection = $connection;
45
+                $this->crypto = $crypto;
46
+                $this->groupManager = $groupManager;
47
+     }
48
+
49
+
50
+     /**
51
+      * @NoAdminRequired
52
+      *
53
+      */
54
+     public function insertrecsms($userId, $recmessagearr) {
55
+
56
+            $authorDisplayNm = '';
57
+            $internalSender = 0;
58
+
59
+            // Search for the associated Display Name in the previous messages sent from the same phone number, in the 'sms_relent_sent' table
60
+            $recmsgfromprc = '%' . $recmessagearr[2];
61
+            $getdspnmst = $this->connection->prepare('SELECT `from`, `author_displayname` FROM `*PREFIX*sms_relent_sent` WHERE `from` LIKE ?');
62
+            $getdspnmstres = $getdspnmst->execute([$recmsgfromprc]);
63
+
64
+            $dispnamearr = [];
65
+            while ($dspnmstfetched = $getdspnmstres->fetch()) {
66
+                   $dispnamearr[] = $dspnmstfetched['author_displayname'];
67
+            }
68
+	    $getdspnmstres->closeCursor();
69
+
70
+            if ($dispnamearr) {
71
+                $descdspnmarr = array_reverse($dispnamearr);
72
+                $authorDisplayNm = $descdspnmarr[0];
73
+                $internalSender = 1;
74
+            } else { $authorDisplayNm = ''; $internalSender = 0; }
75
+
76
+
77
+            if (!$authorDisplayNm) {
78
+
79
+                // Search for the associated Display Name in the previous messages coming from the same phone number, in the 'sms_relent_received' table
80
+                $getdspnm = $this->connection->prepare('SELECT `from`, `author_displayname` FROM `*PREFIX*sms_relent_received` WHERE `from` = ?');
81
+                $getdspnmres = $getdspnm->execute([$recmessagearr[2]]);
82
+
83
+                $dspnmearr = [];
84
+                while ($dspnmfetched = $getdspnmres->fetch()) {
85
+                       if ($dspnmfetched['author_displayname']) {
86
+                           $dspnmearr[] = $dspnmfetched['author_displayname'];
87
+                       }
88
+                }
89
+	        $getdspnmres->closeCursor();
90
+
91
+                if ($dspnmearr) {
92
+                    $descdisplaynmarr = array_reverse($dspnmearr);
93
+                    $authorDisplayNm = $descdisplaynmarr[0];
94
+                    $internalSender = 0;
95
+                } else { $authorDisplayNm = ''; $internalSender = 0; }
96
+            }
97
+
98
+            // Search for the conversation ID in the 'sms_relent_conv' table
99
+            $convExists = 0;
100
+            $archivedConv = 0;
101
+            $tophnumberarr = explode(": ", $recmessagearr[3]);
102
+            $tophnumber = $tophnumberarr[1];
103
+            $getconvid = $this->connection->prepare('SELECT `conversation_id`, `archived`, `last_msg_from`, `last_msg_to` FROM `*PREFIX*sms_relent_conv` WHERE 
104
+                                                   (`last_msg_from` = ? AND `last_msg_to` = ?) OR (`last_msg_from` = ? AND `last_msg_to` = ?)');
105
+            $getconvres = $getconvid->execute([$recmessagearr[2], $tophnumber, $tophnumber, $recmessagearr[2]]);
106
+            $convfetched = $getconvres->fetch();
107
+            $getconvres->closeCursor();
108
+
109
+            if ($convfetched) {
110
+                $conversationId = $convfetched['conversation_id'];
111
+                $convExists = 1;
112
+                $archivedConv = $convfetched['archived'];
113
+            } else {
114
+                // Create a conversation ID
115
+	        $keypassin = substr(sha1((string) mt_rand()), 0, 32);
116
+	        $keysaltin = openssl_random_pseudo_bytes(24);
117
+	        $keyLengthin = 64;
118
+	        $iterationin = 50;
119
+	        $generated_keyin = openssl_pbkdf2($keypassin, $keysaltin, $keyLengthin, $iterationin, 'sha256');
120
+	        $conversationId = bin2hex($generated_keyin);
121
+            }
122
+
123
+
124
+            // Insert the received message in the 'sms_relent_received' table
125
+            $escapedmessagepre = $recmessagearr[4];
126
+            $escapedmessage = nl2br($escapedmessagepre);
127
+
128
+            $sql = $this->connection->prepare('
129
+				INSERT INTO `*PREFIX*sms_relent_received`
130
+					(`user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`, `conversation_id`)
131
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
132
+			  ');
133
+	    $sql->execute([$userId, $recmessagearr[0], $recmessagearr[1], $recmessagearr[2], $recmessagearr[3], $escapedmessage, $authorDisplayNm, $internalSender, $conversationId]);
134
+
135
+
136
+            // Update or insert data in the 'sms_relent_conv' table
137
+            $archivedornot = 0;
138
+            $lastUnarchived = date("Y-m-d H:i:s");
139
+            $lastMsgDate = $lastUnarchived;
140
+            $lastMsgFrom = $recmessagearr[2];
141
+            $lastMsgToArr = explode(": ", $recmessagearr[3]);
142
+            $lastMsgTo = $lastMsgToArr[1];
143
+
144
+            if ($convExists == 1) {
145
+
146
+                if ($archivedConv == 1) {
147
+
148
+	            $sqlupdatecv = $this->connection->prepare('
149
+			        UPDATE `*PREFIX*sms_relent_conv`
150
+			        SET `archived` = ?, `last_unarchived` = ?, `unarchived_by` = ?, `last_msg_date` = ?, `last_msg_from` = ?, `last_msg_to` = ?, `last_message` = ?, 
151
+                                `lastmsgdisplayname` = ?, `lastmsgprovid` = ?
152
+	                        WHERE `conversation_id` = ?');
153
+	            $updatecvRes = $sqlupdatecv->execute([$archivedornot, $lastUnarchived, $authorDisplayNm, $lastMsgDate, $lastMsgFrom, $lastMsgTo, $escapedmessage, $authorDisplayNm, 
154
+                                                          $recmessagearr[0], $conversationId]);
155
+	            $updatecvRes->closeCursor();
156
+
157
+                } else {
158
+
159
+	            $sqlupdatecv = $this->connection->prepare('
160
+			        UPDATE `*PREFIX*sms_relent_conv`
161
+			        SET `archived` = ?, `last_msg_date` = ?, `last_msg_from` = ?, `last_msg_to` = ?, `last_message` = ?, `lastmsgdisplayname` = ?, `lastmsgprovid` = ?
162
+	                        WHERE `conversation_id` = ?');
163
+	            $updatecvRes = $sqlupdatecv->execute([$archivedornot, $lastMsgDate, $lastMsgFrom, $lastMsgTo, $escapedmessage, $authorDisplayNm, $recmessagearr[0], $conversationId]);
164
+	            $updatecvRes->closeCursor();
165
+                }
166
+
167
+            } else {
168
+
169
+                    $sqlinscv = $this->connection->prepare('
170
+				INSERT INTO `*PREFIX*sms_relent_conv`
171
+					(`conversation_id`, `archived`, `last_msg_date`, `last_msg_from`, `last_msg_to`, `last_message`, `lastmsgdisplayname`, `lastmsgprovid`)
172
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?)
173
+			        ');
174
+	            $sqlinscv->execute([$conversationId, $archivedornot, $lastMsgDate, $lastMsgFrom, $lastMsgTo, $escapedmessage, $authorDisplayNm, $recmessagearr[0]]);
175
+            }
176
+
177
+            // Save a 'new message received' indicator in the 'sms_relent_settings' table, for the (admin) user who received the message
178
+            $newMessageRcd = 1;
179
+	    $sqlupdatenm = $this->connection->prepare('
180
+			UPDATE `*PREFIX*sms_relent_settings`
181
+			SET `new_message_rcd` = ?
182
+	                WHERE `user_id` = ?');
183
+	    $updatenmRes = $sqlupdatenm->execute([$newMessageRcd, $userId]);
184
+	    $updatenmRes->closeCursor();
185
+
186
+
187
+            // Save a 'new message received' indicator in the 'sms_relent_settings' table, for the non-admin users with whom the admin receiving the message shared his API keys
188
+
189
+            // Get the groups and users that were allowed access to the API keys
190
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
191
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
192
+                                                   WHERE `user_id` = ?');
193
+            $getgrpsres = $getgrps->execute([$userId]);
194
+            $getgrpsusr = $getgrpsres->fetch();
195
+            $getgrpsres->closeCursor();
196
+
197
+            if ($getgrpsusr) {
198
+
199
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
200
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
201
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
202
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
203
+
204
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
205
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
206
+
207
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
208
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
209
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
210
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
211
+
212
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
213
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
214
+
215
+            } else {
216
+                $allwdusersunq = [];
217
+                $allwdgroupsunq = [];
218
+            }
219
+
220
+            // Get the username for each Display Name of the allowed users
221
+            $allwdusersfnl = [];
222
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
223
+
224
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
225
+		         $getacdatausrnmres = $getacdatausrnm->execute(['displayname', $alwdusrvalue]);
226
+		         $acdatausrname = $getacdatausrnmres->fetch();
227
+                         if ($acdatausrname) {
228
+                             $allwdusersfnl[] = $acdatausrname['uid'];
229
+                         }
230
+                         $getacdatausrnmres->closeCursor();
231
+            }
232
+
233
+            // Get the users from all the allowed groups
234
+            $allwdusersgrpmlt = [];
235
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
236
+
237
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
238
+                     if ($prgrpvalue != 'admin') {
239
+
240
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
241
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
242
+
243
+		         while ($getusrname = $getusringroupres->fetch()) {
244
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
245
+                         }
246
+		         $getusringroupres->closeCursor();
247
+                     }
248
+            }
249
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
250
+            
251
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
252
+            $allusruniquest = array_unique($allusr);
253
+
254
+            foreach ($allusruniquest as $alwdk => $allwdusr) {
255
+		     $newMsgRcd = 1;
256
+		     $sqlupdatenmsc = $this->connection->prepare('
257
+				UPDATE `*PREFIX*sms_relent_settings`
258
+				SET `new_message_rcd` = ?
259
+			        WHERE `user_id` = ?');
260
+		     $updatenmResc = $sqlupdatenmsc->execute([$newMsgRcd, $allwdusr]);
261
+		     $updatenmResc->closeCursor();
262
+            }
263
+     }
264
+
265
+
266
+     /**
267
+      * @NoAdminRequired
268
+      *
269
+      */
270
+     public function insertsentsms($userId, $displayname, $sentmessagearr) {
271
+
272
+            // Search for the conversation ID in the 'sms_relent_conv' table
273
+            $convExistssc = 0;
274
+            $archivedConvsc = 0;
275
+            $fromphnumberarr = explode(": ", $sentmessagearr[2]);
276
+            $fromphnumber = $fromphnumberarr[1];
277
+            $getconvidsc = $this->connection->prepare('SELECT `conversation_id`, `archived`, `last_msg_from`, `last_msg_to` FROM `*PREFIX*sms_relent_conv` WHERE 
278
+                                                     (`last_msg_from` = ? AND `last_msg_to` = ?) OR (`last_msg_from` = ? AND `last_msg_to` = ?)');
279
+            $getconvressc = $getconvidsc->execute([$fromphnumber, $sentmessagearr[3], $sentmessagearr[3], $fromphnumber]);
280
+            $convfetchedsc = $getconvressc->fetch();
281
+            $getconvressc->closeCursor();
282
+
283
+            if ($convfetchedsc) {
284
+                $conversationIdsc = $convfetchedsc['conversation_id'];
285
+                $convExistssc = 1;
286
+                $archivedConvsc = $convfetchedsc['archived'];
287
+            } else {
288
+                // Create a conversation ID
289
+	        $keypassinsc = substr(sha1((string) mt_rand()), 0, 32);
290
+	        $keysaltinsc = openssl_random_pseudo_bytes(24);
291
+	        $keyLengthinsc = 64;
292
+	        $iterationinsc = 50;
293
+	        $generated_keyinsc = openssl_pbkdf2($keypassinsc, $keysaltinsc, $keyLengthinsc, $iterationinsc, 'sha256');
294
+	        $conversationIdsc = bin2hex($generated_keyinsc);
295
+            }
296
+
297
+            // Insert the sent message in the 'sms_relent_sent' table
298
+            $textwithnl = nl2br($sentmessagearr[8]);
299
+            $sql = $this->connection->prepare('
300
+				INSERT INTO `*PREFIX*sms_relent_sent`
301
+					(`user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`, `conversation_id`)
302
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
303
+			  ');
304
+	    $sql->execute([$userId, $sentmessagearr[0], $sentmessagearr[1], $sentmessagearr[2], $sentmessagearr[3], $sentmessagearr[4], $sentmessagearr[5], $sentmessagearr[6], 
305
+                           $sentmessagearr[7], $textwithnl, $displayname, $conversationIdsc]);
306
+
307
+
308
+            // Update or insert data in the 'sms_relent_conv' table
309
+            $archivedornotsc = 0;
310
+            $lastUnarchivedsc = date("Y-m-d H:i:s");
311
+            $lastMsgDatesc = $lastUnarchivedsc;
312
+            $lastMsgFromArrsc = explode(": ", $sentmessagearr[2]);
313
+            $lastMsgFromsc = $lastMsgFromArrsc[1];
314
+            $lastMsgTosc = $sentmessagearr[3];
315
+
316
+            if ($convExistssc == 1) {
317
+
318
+                if ($archivedConvsc == 1) {
319
+
320
+	            $sqlupdatecvsc = $this->connection->prepare('
321
+			        UPDATE `*PREFIX*sms_relent_conv`
322
+			        SET `archived` = ?, `last_unarchived` = ?, `unarchived_by` = ?, `last_msg_date` = ?, `last_msg_from` = ?, `last_msg_to` = ?, `last_message` = ?, 
323
+                                `lastmsgdisplayname` = ?, `lastmsgprovid` = ?
324
+	                        WHERE `conversation_id` = ?');
325
+	            $updatecvRessc = $sqlupdatecvsc->execute([$archivedornotsc, $lastUnarchivedsc, $displayname, $lastMsgDatesc, $lastMsgFromsc, $lastMsgTosc, $textwithnl, 
326
+                                                              $displayname, $sentmessagearr[0], $conversationIdsc]);
327
+	            $updatecvRessc->closeCursor();
328
+
329
+                } else {
330
+
331
+	            $sqlupdatecvsc = $this->connection->prepare('
332
+			        UPDATE `*PREFIX*sms_relent_conv`
333
+			        SET `archived` = ?, `last_msg_date` = ?, `last_msg_from` = ?, `last_msg_to` = ?, `last_message` = ?, `lastmsgdisplayname` = ?, `lastmsgprovid` = ?
334
+	                        WHERE `conversation_id` = ?');
335
+	            $updatecvRessc = $sqlupdatecvsc->execute([$archivedornotsc, $lastMsgDatesc, $lastMsgFromsc, $lastMsgTosc, $textwithnl, $displayname, $sentmessagearr[0], 
336
+                                                              $conversationIdsc]);
337
+	            $updatecvRessc->closeCursor();
338
+                }
339
+
340
+            } else {
341
+
342
+                    $sqlinscvsc = $this->connection->prepare('
343
+				INSERT INTO `*PREFIX*sms_relent_conv`
344
+					(`conversation_id`, `archived`, `last_msg_date`, `last_msg_from`, `last_msg_to`, `last_message`, `lastmsgdisplayname`, `lastmsgprovid`)
345
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?)
346
+			        ');
347
+	            $sqlinscvsc->execute([$conversationIdsc, $archivedornotsc, $lastMsgDatesc, $lastMsgFromsc, $lastMsgTosc, $textwithnl, $displayname, $sentmessagearr[0]]);
348
+            }
349
+     }
350
+
351
+
352
+     /**
353
+      * @NoAdminRequired
354
+      *
355
+      */
356
+     public function updatedeliverystatustel($ncuserfortelnyxdel, $messageid, $network, $messageprice, $messagestatus, $deliverystatus) {
357
+
358
+	    $sqlupdateds = $this->connection->prepare('
359
+			UPDATE `*PREFIX*sms_relent_sent`
360
+			SET `price` = ?, `status` = ?, `deliveryreceipt` = ?, `network` = ?
361
+                        WHERE `message_id` = ? AND `user_id` = ? ');
362
+	    $updateRes = $sqlupdateds->execute([$messageprice, $messagestatus, $deliverystatus, $network, $messageid, $ncuserfortelnyxdel]);
363
+	    $updateRes->closeCursor();
364
+     }
365
+
366
+
367
+     /**
368
+      * @NoAdminRequired
369
+      *
370
+      */
371
+     public function updatedeliverystatusnex($ncuserforplivodel, $messageid, $networkcode, $messageprice, $mStatus, $deliverystatus) {
372
+
373
+	    $sqlupdatedspl = $this->connection->prepare('
374
+			UPDATE `*PREFIX*sms_relent_sent`
375
+			SET `price` = ?, `deliveryreceipt` = ?, `status` = ?, `network` = ?
376
+                        WHERE `message_id` = ? AND `user_id` = ? ');
377
+	    $updateResdspl = $sqlupdatedspl->execute([$messageprice, $deliverystatus, $mStatus, $networkcode, $messageid, $ncuserforplivodel]);
378
+	    $updateResdspl->closeCursor();
379
+     }
380
+
381
+
382
+     /**
383
+      * @NoAdminRequired
384
+      *
385
+      */
386
+     public function updatedeliverystatustwil($ncuserfortwildel, $messageid, $networkcode, $messageprice, $mStatus, $deliverystatus) {
387
+
388
+	    $sqlupdatedstw = $this->connection->prepare('
389
+			UPDATE `*PREFIX*sms_relent_sent`
390
+			SET `price` = ?, `deliveryreceipt` = ?, `status` = ?, `network` = ?
391
+                        WHERE `message_id` = ? AND `user_id` = ? ');
392
+	    $updateResdstw = $sqlupdatedstw->execute([$messageprice, $deliverystatus, $mStatus, $networkcode, $messageid, $ncuserfortwildel]);
393
+	    $updateResdstw->closeCursor();
394
+     }
395
+
396
+
397
+     /**
398
+      * @NoAdminRequired
399
+      *
400
+      */
401
+     public function updatedeliverystatusflow($ncuserforflowdel, $messageid, $networkcode, $messageprice, $mStatus, $deliverystatus) {
402
+
403
+	    $sqlupdatedsfl = $this->connection->prepare('
404
+			UPDATE `*PREFIX*sms_relent_sent`
405
+			SET `price` = ?, `deliveryreceipt` = ?, `status` = ?, `network` = ?
406
+                        WHERE `message_id` = ? AND `user_id` = ? ');
407
+	    $updateResdsfl = $sqlupdatedsfl->execute([$messageprice, $deliverystatus, $mStatus, $networkcode, $messageid, $ncuserforflowdel]);
408
+	    $updateResdsfl->closeCursor();
409
+     }
410
+
411
+
412
+     /**
413
+      * @NoAdminRequired
414
+      */
415
+     public function getreceivedtable($userId) {
416
+
417
+        // Get the user's preferences from the settings
418
+        $getgamcheckrc = $this->connection->prepare('
419
+		       SELECT `user_id`, `show_all_messages`, `show_display_names`
420
+		       FROM  `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
421
+        $getgamcheckrcres = $getgamcheckrc->execute([$userId]);
422
+        $getcrgamsrcpref = $getgamcheckrcres->fetch();
423
+        $crgamsrcpref = $getcrgamsrcpref['show_all_messages'];
424
+        $crdnmsrcpref = $getcrgamsrcpref['show_display_names'];
425
+        $getgamcheckrcres->closeCursor();
426
+
427
+
428
+        // Collect the users with whom the current admin is sharing his API keys and whose messages he will be able to see
429
+        if ($crgamsrcpref == 1 && $this->groupManager->isAdmin($userId)) {
430
+
431
+            // Get the groups and users that were allowed access to the API keys
432
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
433
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
434
+                                                   WHERE `user_id` = ?');
435
+            $getgrpsres = $getgrps->execute([$userId]);
436
+            $getgrpsusr = $getgrpsres->fetch();
437
+            $getgrpsres->closeCursor();
438
+
439
+            if ($getgrpsusr) {
440
+
441
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
442
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
443
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
444
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
445
+
446
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
447
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
448
+
449
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
450
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
451
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
452
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
453
+
454
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
455
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
456
+
457
+            } else {
458
+                $allwdusersunq = [];
459
+                $allwdgroupsunq = [];
460
+            }
461
+
462
+            // Get the username for each Display Name of the allowed users
463
+            $allwdusersfnl = [];
464
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
465
+
466
+                         $displName = 'displayname';
467
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
468
+		         $getacdatausrnmres = $getacdatausrnm->execute([$displName, $alwdusrvalue]);
469
+		         $acdatausrname = $getacdatausrnmres->fetch();
470
+                         if ($acdatausrname) {
471
+                             $allwdusersfnl[] = $acdatausrname['uid'];
472
+                         }
473
+                         $getacdatausrnmres->closeCursor();
474
+            }
475
+
476
+            // Get the users from all the allowed groups
477
+            $allwdusersgrpmlt = [];
478
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
479
+
480
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
481
+                     if ($prgrpvalue != 'admin') {
482
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
483
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
484
+
485
+		         while ($getusrname = $getusringroupres->fetch()) {
486
+
487
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
488
+                         }
489
+		         $getusringroupres->closeCursor();
490
+                     }
491
+            }
492
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
493
+     
494
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
495
+            $allusruniquest = array_unique($allusr);
496
+
497
+            if ($allusruniquest) {
498
+                array_unshift($allusruniquest, $userId);
499
+                $allusruniquerc = $allusruniquest;
500
+            } else { $allusruniquerc = [$userId]; }
501
+
502
+            $procardatarcsec = "'" . implode("','", $allusruniquerc) . "'";
503
+
504
+        }
505
+
506
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
507
+        if ($crgamsrcpref == 1 && $this->groupManager->isAdmin($userId)) {
508
+
509
+            if ($crdnmsrcpref == 1) {
510
+
511
+                $rcresult = $this->connection->executeQuery("
512
+                                   SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
513
+			           FROM `*PREFIX*sms_relent_received` 
514
+                                   WHERE `user_id` IN (" . $procardatarcsec . ")");
515
+
516
+            } else {
517
+
518
+                $rcresult = $this->connection->executeQuery("
519
+			SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `internal_sender`
520
+			FROM `*PREFIX*sms_relent_received` 
521
+                        WHERE `user_id` IN (" . $procardatarcsec . ")");
522
+            }
523
+
524
+        // If the user is an admin and he wants to see only his messages
525
+        } elseif ($crgamsrcpref == 0 && $this->groupManager->isAdmin($userId)) {
526
+
527
+            if ($crdnmsrcpref == 1) {
528
+	        $getrectable = $this->connection->prepare('
529
+			SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
530
+			FROM `*PREFIX*sms_relent_received` 
531
+                        WHERE `user_id` = ?');
532
+	        $rcresult = $getrectable->execute([$userId]);
533
+            } else {
534
+	        $getrectable = $this->connection->prepare('
535
+			SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `internal_sender`
536
+			FROM `*PREFIX*sms_relent_received` 
537
+                        WHERE `user_id` = ?');
538
+	        $rcresult = $getrectable->execute([$userId]);
539
+            }
540
+
541
+        // If the user is not an admin 
542
+        } elseif (!$this->groupManager->isAdmin($userId)) {
543
+
544
+	    // Get the Display Name of the current user
545
+            $dsplyname = 'displayname';
546
+	    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
547
+	    $getacdatadnres = $getacdatadn->execute([$userId, $dsplyname]);
548
+	    $acdatausrdnadm = $getacdatadnres->fetch();
549
+	    $cruserdname = $acdatausrdnadm['value'];
550
+	    $getacdatadnres->closeCursor();
551
+
552
+            // Get the groups to which the current user belongs
553
+            $getusrgrp = $this->connection->prepare('
554
+	          SELECT `gid`, `uid`
555
+	          FROM  `*PREFIX*group_user`
556
+                  WHERE `uid` = ?');
557
+            $getusrgrpres = $getusrgrp->execute([$userId]);
558
+
559
+            $usergrps = [];
560
+            while ($fetchedgrps = $getusrgrpres->fetch()) {
561
+                   $usergrps[] = $fetchedgrps['gid'];
562
+            }
563
+            $getusrgrpres->closeCursor();
564
+
565
+            // Get the restrictions from the 'sms_relent_restrict' table
566
+            $getrestr = $this->connection->prepare('
567
+		       SELECT `phone_number`, `groups`, `users`
568
+		       FROM  `*PREFIX*sms_relent_restrict`');
569
+            $getrestrres = $getrestr->execute();
570
+
571
+            $restrdata = [];
572
+            while ($restrfetched = $getrestrres->fetch()) {
573
+                   $restrdata[] = $restrfetched;
574
+            }
575
+            $getrestrres->closeCursor();
576
+
577
+            // Get the phone numbers that the user is allowed/not allowed to use
578
+            if ($restrdata) {
579
+
580
+                $restrPhoneNmbrs = [];
581
+                $allowedPhoneNmbrs = [];
582
+                foreach ($restrdata as $rskey => $rsvalue) {
583
+
584
+                         $chck = 0;
585
+                         $restrgrparr = explode("|", $rsvalue['groups']);
586
+                         foreach ($restrgrparr as $rkey => $rvalue) {
587
+                                  if ($rvalue) {
588
+                                      if (strpos(implode("|", $usergrps), $rvalue) !== false) { $chck++; }
589
+                                  }
590
+                         }
591
+                         if (strpos($rsvalue['users'], $cruserdname) !== false) { $chck++; }
592
+
593
+                         if ($chck == 0) {
594
+                             $restrPhoneNmbrs[] = $rsvalue['phone_number'];
595
+                         }
596
+                }
597
+
598
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
599
+
600
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
601
+			 $crphnmbr = explode(": ", $apnvalue);
602
+			 if ($crphnmbr[0] == 'Tx') {
603
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
604
+			 } elseif ($crphnmbr[0] == 'Pl') {
605
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
606
+			 } elseif ($crphnmbr[0] == 'Tw') {
607
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
608
+			 } elseif ($crphnmbr[0] == 'Fl') {
609
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
610
+			 }
611
+		}
612
+
613
+                $procalwduid = $allowedPhoneNmbrs;
614
+                $procalwduidsec = "'" . implode("','", $procalwduid) . "'";
615
+
616
+                if ($crdnmsrcpref == 1) {
617
+
618
+                    if ($procalwduidsec != "''") {
619
+
620
+                        $rcresult = $this->connection->executeQuery("
621
+			                   SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
622
+			                   FROM `*PREFIX*sms_relent_received`
623
+			                   WHERE `user_id` = '$userId' OR `to` IN (" . $procalwduidsec . ")");
624
+
625
+                    } else {
626
+
627
+	                $getrectable = $this->connection->prepare('
628
+			    SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
629
+			    FROM `*PREFIX*sms_relent_received`
630
+			    WHERE `user_id` = ?');
631
+	                $rcresult = $getrectable->execute([$userId]);
632
+                    }
633
+
634
+                } else {
635
+
636
+                    if ($procalwduidsec) {
637
+
638
+                        $rcresult = $this->connection->executeQuery("
639
+			    SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `internal_sender`
640
+			    FROM `*PREFIX*sms_relent_received`
641
+			    WHERE `user_id` = '$userId' OR `to` IN (" . $procalwduidsec . ")");
642
+                    } else {
643
+	                $getrectable = $this->connection->prepare('
644
+			    SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `internal_sender`
645
+			    FROM `*PREFIX*sms_relent_received`
646
+			    WHERE `user_id` = ?');
647
+	                $rcresult = $getrectable->execute([$userId]);
648
+                    }
649
+                }
650
+
651
+            } else {
652
+
653
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
654
+
655
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
656
+			 $crphnmbr = explode(": ", $apnvalue);
657
+			 if ($crphnmbr[0] == 'Tx') {
658
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
659
+			 } elseif ($crphnmbr[0] == 'Pl') {
660
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
661
+			 } elseif ($crphnmbr[0] == 'Tw') {
662
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
663
+			 } elseif ($crphnmbr[0] == 'Fl') {
664
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
665
+			 }
666
+		}
667
+
668
+                $procalwduid = $allowedPhoneNmbrs;
669
+                $procalwduidsec = "'" . implode("','", $procalwduid) . "'";
670
+
671
+                if ($crdnmsrcpref == 1) {
672
+
673
+                    if ($procalwduidsec != "''") {
674
+
675
+                        $rcresult = $this->connection->executeQuery("
676
+			                   SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
677
+			                   FROM `*PREFIX*sms_relent_received`
678
+			                   WHERE `user_id` = '$userId' OR `to` IN (" . $procalwduidsec . ")");
679
+
680
+                    } else {
681
+
682
+	                $getrectable = $this->connection->prepare('
683
+			    SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
684
+			    FROM `*PREFIX*sms_relent_received`
685
+			    WHERE `user_id` = ?');
686
+	                $rcresult = $getrectable->execute([$userId]);
687
+                    }
688
+
689
+                } else {
690
+
691
+                    if ($procalwduidsec) {
692
+
693
+                        $rcresult = $this->connection->executeQuery("
694
+			    SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `internal_sender`
695
+			    FROM `*PREFIX*sms_relent_received`
696
+			    WHERE `user_id` = '$userId' OR `to` IN (" . $procalwduidsec . ")");
697
+                    } else {
698
+	                $getrectable = $this->connection->prepare('
699
+			    SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `internal_sender`
700
+			    FROM `*PREFIX*sms_relent_received`
701
+			    WHERE `user_id` = ?');
702
+	                $rcresult = $getrectable->execute([$userId]);
703
+                    }
704
+                }
705
+            }
706
+        }
707
+
708
+        $recdatatable = [];
709
+        while ($rowfetched = $rcresult->fetch()) {
710
+               $recdatatable[] = $rowfetched;
711
+        }
712
+	$rcresult->closeCursor();
713
+
714
+        $recdatafromdb = $recdatatable;
715
+
716
+
717
+        if ($this->groupManager->isAdmin($userId)) {
718
+
719
+              $recdatafdb = ['datarows' => $recdatafromdb, 'showdispnm' => $crdnmsrcpref];
720
+              return $recdatafdb;
721
+
722
+        } else {
723
+
724
+            if ($restrdata) {
725
+
726
+                // Clean the 'not allowed' phone numbers from tags
727
+                $restrPhfin = [];
728
+                foreach ($restrPhoneNmbrs as $phkey => $phvalue) {
729
+
730
+                    $restrpharr = explode(": ", $phvalue);
731
+                    $restrPhfin[] = $restrpharr[1];
732
+                }
733
+
734
+                // Assemble the array of message rows that excludes the rows for the 'not allowed' phone numbers
735
+                foreach ($recdatafromdb as $mdkey => $mdvalue) {
736
+
737
+                    if (str_contains($mdvalue['to'], "+")) {
738
+                        $fromnmbrarr = explode("+", $mdvalue['to']);
739
+                        if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
740
+                            unset($recdatafromdb[$mdkey]);
741
+                        }
742
+                    } else {
743
+                        $tonmbrarr = explode(": ", $mdvalue['to']);
744
+                        if (count($tonmbrarr) == 2) {
745
+                            $tonmbrtbcmprd = $tonmbrarr[1];
746
+                        } else {
747
+                            $tonmbrtbcmprd = $tonmbrarr[0];
748
+                        }
749
+                        if (in_array($tonmbrtbcmprd, $restrPhfin)) {
750
+                            unset($recdatafromdb[$mdkey]);
751
+                        }
752
+                    }
753
+                }
754
+
755
+                $recdatafdbproc = array_values($recdatafromdb);
756
+
757
+                $recdataproc = ['datarows' => $recdatafdbproc, 'showdispnm' => $crdnmsrcpref];
758
+                return $recdataproc;
759
+
760
+            } else {
761
+
762
+                $recdatafdb = ['datarows' => $recdatafromdb, 'showdispnm' => $crdnmsrcpref];
763
+                return $recdatafdb;
764
+            }
765
+        }
766
+     }
767
+
768
+
769
+     /**
770
+      * @NoAdminRequired
771
+      */
772
+     public function getreceivedtablefordel($userId) {
773
+
774
+        if ($this->groupManager->isAdmin($userId)) {
775
+
776
+            $getrecfordl = $this->connection->prepare('
777
+			SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `message`, `author_displayname`, `internal_sender`
778
+			FROM  `*PREFIX*sms_relent_received`
779
+			WHERE `user_id` = ?');
780
+	    $resultdl = $getrecfordl->execute([$userId]);
781
+
782
+            $recdatatable = [];
783
+            while ($rowfetched = $resultdl->fetch()) {
784
+                   $recdatatable[] = $rowfetched;
785
+            }
786
+            $resultdl->closeCursor();
787
+
788
+            $recdatafromdb = $recdatatable;
789
+
790
+            return $recdatafromdb;
791
+
792
+        } else { return "not permitted"; }
793
+     }
794
+
795
+
796
+     /**
797
+      * @NoAdminRequired
798
+      */
799
+     public function removeMsgFromConv($msgProvId) {
800
+
801
+             // Check if the message that will be deleted is the last message in a conversation
802
+             $chcklstmsg = $this->connection->prepare('SELECT `conversation_id`, `last_msg_date`, `last_msg_from`, `last_msg_to`, `last_message`, `lastmsgdisplayname`, 
803
+                                                      `lastmsgprovid` FROM `*PREFIX*sms_relent_conv` WHERE `lastmsgprovid` = ?');
804
+             $checklstmsgres = $chcklstmsg->execute([$msgProvId]);
805
+             $convlmsgfetched = $checklstmsgres->fetch();
806
+             $checklstmsgres->closeCursor();
807
+
808
+             if ($convlmsgfetched) {
809
+
810
+                 $conversationID = $convlmsgfetched['conversation_id'];
811
+                 $lastmsgFrom = $convlmsgfetched['last_msg_from'];
812
+                 $lastmsgFromLike = "%" . $convlmsgfetched['last_msg_from'];
813
+                 $lastmsgTo = $convlmsgfetched['last_msg_to'];
814
+                 $lastmsgToLike = "%" . $convlmsgfetched['last_msg_to'];
815
+
816
+                 // Check if the conversation contains other messages (in the 'sms_relent_received' table), apart from the last message that will be deleted
817
+	         $getcnvqr = $this->connection->prepare('SELECT `message_id`, `date`, `from`, `to`, `message`, `author_displayname` FROM `*PREFIX*sms_relent_received` WHERE 
818
+	                                               (`from` = ? AND `to` LIKE ?) OR (`from` = ? AND `to` LIKE ?)');
819
+	         $getcnvres = $getcnvqr->execute([$lastmsgFrom, $lastmsgToLike, $lastmsgTo, $lastmsgFromLike]);
820
+
821
+	         $msgexchrec = [];
822
+	         while ($rwsfetched = $getcnvres->fetch()) {
823
+	                $msgexchrec[] = $rwsfetched;
824
+	         }
825
+	         $getcnvres->closeCursor();
826
+
827
+                 // Check if the conversation contains other messages (in the 'sms_relent_sent' table), apart from the last message that will be deleted
828
+	         $getcnvqrst = $this->connection->prepare('SELECT `message_id`, `date`, `from`, `to`, `message`, `author_displayname` FROM `*PREFIX*sms_relent_sent` WHERE 
829
+	                                                 (`from` LIKE ? AND `to` = ?) OR (`from` LIKE ? AND `to` = ?)');
830
+	         $getcnvstres = $getcnvqrst->execute([$lastmsgFromLike, $lastmsgTo, $lastmsgToLike, $lastmsgFrom]);
831
+
832
+	         $msgexchsent = [];
833
+	         while ($rwsfetchedst = $getcnvstres->fetch()) {
834
+	                $msgexchsent[] = $rwsfetchedst;
835
+	         }
836
+	         $getcnvstres->closeCursor();
837
+
838
+                 $mergedrecsent = array_merge($msgexchrec, $msgexchsent);
839
+
840
+                 // Check if there are at least 2 messages exchanged between the two numbers
841
+                 if (count($mergedrecsent) > 1) {
842
+
843
+                     // Order all the messages exchanged between the two numbers
844
+                     usort($mergedrecsent, function($a, $b) { return strtotime($a["date"]) - strtotime($b["date"]); });
845
+
846
+                     // Get the last but one message
847
+                     $msgdatares = array_slice($mergedrecsent, -2, 1);
848
+                     $lastbutone = $msgdatares[0];
849
+
850
+                     // Replace the message that will be deleted with the last but one message in the same conversation
851
+                     if (str_contains($lastbutone['to'], ": ")) {
852
+                         $lastMsgToarr = explode(": ", $lastbutone['to']);
853
+                         $lastMsgTo = $lastMsgToarr[1];
854
+                     } else { $lastMsgTo = $lastbutone['to']; }
855
+
856
+                     if (str_contains($lastbutone['from'], ": ")) {
857
+                         $lastMsgFromarr = explode(": ", $lastbutone['from']);
858
+                         $lastMsgFrom = $lastMsgFromarr[1];
859
+                     } else { $lastMsgFrom = $lastbutone['from']; }
860
+
861
+                     $updatecnv = $this->connection->prepare('
862
+		             UPDATE `*PREFIX*sms_relent_conv`
863
+		             SET `last_msg_date` = ?, `last_msg_from` = ?, `last_msg_to` = ?, `last_message` = ?, `lastmsgdisplayname` = ?, `lastmsgprovid` = ?
864
+                             WHERE `conversation_id` = ?');
865
+                     $updatecnvres = $updatecnv->execute([$lastbutone['date'], $lastMsgFrom, $lastMsgTo, $lastbutone['message'], $lastbutone['author_displayname'], 
866
+                                                          $lastbutone['message_id'], $conversationID]);
867
+                     $updatecnvres->closeCursor();
868
+
869
+                 } else {
870
+
871
+                     // Since the last message in the conversation is the only message of the conversation and will be deleted, delete the conversation row from the conversations table
872
+		     $convmsgdel = $this->connection->prepare('
873
+				   DELETE FROM `*PREFIX*sms_relent_conv`
874
+				   WHERE `conversation_id` = ?');
875
+		     $convmsgdelres = $convmsgdel->execute([$conversationID]);
876
+		     $convmsgdelres->closeCursor();
877
+
878
+		     // Reindex the conversations table
879
+		     $sqlupdateconv = $this->connection->prepare('
880
+			           SET @resetconv = 0;
881
+				   UPDATE `*PREFIX*sms_relent_conv`
882
+				   SET `id` = @resetconv := @resetconv + 1;
883
+			           ALTER TABLE `*PREFIX*sms_relent_conv` auto_increment=1;');
884
+		     $updateconvRes = $sqlupdateconv->execute();
885
+		     $updateconvRes->closeCursor();
886
+                 }
887
+             }
888
+     }
889
+
890
+
891
+     /**
892
+      * @NoAdminRequired
893
+      */
894
+     public function removerecrows($userId, $userDelDspName, $recmessagedbIDs) {
895
+
896
+        if ($this->groupManager->isAdmin($userId)) {
897
+
898
+            /* The user who deletes the messages is an admin */
899
+
900
+            foreach ($recmessagedbIDs as $key => $rowtodelrw) {
901
+
902
+                     $rowtodelarr = explode("|", $rowtodelrw);
903
+                     $msgDbId = $rowtodelarr[0];
904
+                     $msgProvId = $rowtodelarr[1];
905
+
906
+                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
907
+                     $this->removeMsgFromConv($msgProvId);
908
+
909
+                     // Delete the message
910
+                     if ($msgProvId != "" && $msgProvId != "n/a") {
911
+		         $rdlquery = $this->connection->prepare('
912
+		                     DELETE FROM `*PREFIX*sms_relent_received`
913
+		                     WHERE `message_id` = ?');
914
+		         $delRes = $rdlquery->execute([$msgProvId]);
915
+		         $delRes->closeCursor();
916
+                     } else {
917
+		         $rdlquery = $this->connection->prepare('
918
+		                     DELETE FROM `*PREFIX*sms_relent_received`
919
+		                     WHERE `id` = ?');
920
+		         $delRes = $rdlquery->execute([$msgDbId]);
921
+		         $delRes->closeCursor();
922
+                     }
923
+            }
924
+
925
+            // Reindex the table of received messages
926
+	    $sqlupdate = $this->connection->prepare('
927
+                      SET @resetrec = 0;
928
+		      UPDATE `*PREFIX*sms_relent_received`
929
+		      SET `id` = @resetrec := @resetrec + 1;
930
+                      ALTER TABLE `*PREFIX*sms_relent_received` auto_increment=1;');
931
+	    $updateRes = $sqlupdate->execute();
932
+	    $updateRes->closeCursor();
933
+
934
+            return "success";
935
+
936
+        } else {
937
+
938
+            /* The user who deletes the messages is not an admin */
939
+
940
+            $permcheck = false;
941
+            $delcheck = 0;
942
+            foreach ($recmessagedbIDs as $key => $rowtodelrw) {
943
+
944
+                $rowtodelarr = explode("|", $rowtodelrw);
945
+                $msgDbId = $rowtodelarr[0];
946
+                $msgProvId = $rowtodelarr[1];
947
+
948
+                // Get the phone number on which the message was received, and the number's provider 
949
+                $getphprv = $this->connection->prepare('SELECT `id`, `to` FROM `*PREFIX*sms_relent_received` WHERE `id` = ?');
950
+		$getphprvres = $getphprv->execute([$msgDbId]);
951
+		$phnmbrprov = $getphprvres->fetch();
952
+                $getphprvres->closeCursor();
953
+
954
+                if ($phnmbrprov) {
955
+                    $retrphprovraw = $phnmbrprov['to'];
956
+                    $retrphprovarr = explode(": ", $retrphprovraw);
957
+                    $retrprovider = $retrphprovarr[0];
958
+                    $retrphnumber = "%" . $retrphprovarr[1] . "%";
959
+
960
+                    // Get the username of the admin who shared the retrieved phone number with the non-admin user
961
+                    $getadm = $this->connection->prepare('SELECT `user_id`, `available_numbers` FROM `*PREFIX*sms_relent_settings` WHERE `available_numbers` LIKE ?');
962
+		    $getadmres = $getadm->execute([$retrphnumber]);
963
+                    $admunameretr = [];
964
+		    while ($getadmuname = $getadmres->fetch()) {
965
+                           $admunameretr[] = $getadmuname['user_id'];
966
+                    }
967
+                    $getadmres->closeCursor();
968
+
969
+                    if ($admunameretr) {
970
+                        foreach ($admunameretr as $admkey => $admuname) {
971
+
972
+                                 // Check if the retrieved admin allowed the user to delete messages
973
+                                 $userDspNameder = "%" . $userDelDspName . "%";
974
+                                 $usrsgrpsdel = 1;
975
+
976
+                                 if ($retrprovider == "Telnyx") {
977
+
978
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `tnx_users_allowed`, `tnx_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `tnx_users_allowed` LIKE ? AND `tnx_users_del` = ?');
979
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
980
+                                     $admallwddel = $checkpermres->fetch();
981
+                                     $checkpermres->closeCursor();
982
+
983
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
984
+                                     if ($admallwddel) {
985
+
986
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
987
+                                         $this->removeMsgFromConv($msgProvId);
988
+
989
+                                         if ($msgProvId != "" && $msgProvId != "n/a") {
990
+				             $delquery = $this->connection->prepare('
991
+					          DELETE FROM `*PREFIX*sms_relent_received`
992
+					          WHERE `message_id` = ?');
993
+				             $qrdelResult = $delquery->execute([$msgProvId]);
994
+				             $qrdelResult->closeCursor();
995
+                                             $permcheck = true;
996
+                                             $delcheck++;
997
+                                         } else {
998
+				             $delquery = $this->connection->prepare('
999
+					          DELETE FROM `*PREFIX*sms_relent_received`
1000
+					          WHERE `id` = ?');
1001
+				             $qrdelResult = $delquery->execute([$msgDbId]);
1002
+				             $qrdelResult->closeCursor();
1003
+                                             $permcheck = true;
1004
+                                             $delcheck++;
1005
+                                         }
1006
+
1007
+                                     } else {
1008
+                                         // Check if the user has been allowed to delete messages by group
1009
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `tnx_groups_del` = ?');
1010
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1011
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1012
+                                         $checkpermgrpres->closeCursor();
1013
+                              
1014
+                                         if ($admallwddelgrp) {
1015
+					     // Get the groups to which the current user belongs
1016
+					     $getusrgrp = $this->connection->prepare('
1017
+						  SELECT `gid`, `uid`
1018
+						  FROM  `*PREFIX*group_user`
1019
+						  WHERE `uid` = ?');
1020
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1021
+
1022
+					     $usergrps = [];
1023
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1024
+						    $usergrps[] = $fetchedgrps['gid'];
1025
+					     }
1026
+					     $getusrgrpres->closeCursor();
1027
+
1028
+                                             $groupsallowed = explode("|", $admallwddelgrp['tnx_groups_allowed']);
1029
+
1030
+                                             if ($usergrps && $groupsallowed) {
1031
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1032
+
1033
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1034
+                                                 if (count($countGrps) > 0) {
1035
+
1036
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1037
+                                                     $this->removeMsgFromConv($msgProvId);
1038
+
1039
+		                                     if ($msgProvId != "" && $msgProvId != "n/a") {
1040
+						         $delquery = $this->connection->prepare('
1041
+							      DELETE FROM `*PREFIX*sms_relent_received`
1042
+							      WHERE `message_id` = ?');
1043
+						         $qrdelResult = $delquery->execute([$msgProvId]);
1044
+						         $qrdelResult->closeCursor();
1045
+                                                         $permcheck = true;
1046
+		                                         $delcheck++;
1047
+		                                     } else {
1048
+						         $delquery = $this->connection->prepare('
1049
+							      DELETE FROM `*PREFIX*sms_relent_received`
1050
+							      WHERE `id` = ?');
1051
+						         $qrdelResult = $delquery->execute([$msgDbId]);
1052
+						         $qrdelResult->closeCursor();
1053
+                                                         $permcheck = true;
1054
+		                                         $delcheck++;
1055
+		                                     }
1056
+
1057
+                                                 }
1058
+                                             }
1059
+                                         }
1060
+                                     }
1061
+
1062
+                                 } elseif ($retrprovider == "Plivo") {
1063
+
1064
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `plv_users_allowed`, `plv_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `plv_users_allowed` LIKE ? AND `plv_users_del` = ?');
1065
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
1066
+                                     $admallwddel = $checkpermres->fetch();
1067
+                                     $checkpermres->closeCursor();
1068
+
1069
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
1070
+                                     if ($admallwddel) {
1071
+
1072
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1073
+                                         $this->removeMsgFromConv($msgProvId);
1074
+
1075
+                                         if ($msgProvId != "" && $msgProvId != "n/a") {
1076
+				             $delquery = $this->connection->prepare('
1077
+					          DELETE FROM `*PREFIX*sms_relent_received`
1078
+					          WHERE `message_id` = ?');
1079
+				             $qrdelResult = $delquery->execute([$msgProvId]);
1080
+				             $qrdelResult->closeCursor();
1081
+                                             $permcheck = true;
1082
+                                             $delcheck++;
1083
+                                         } else {
1084
+				             $delquery = $this->connection->prepare('
1085
+					          DELETE FROM `*PREFIX*sms_relent_received`
1086
+					          WHERE `id` = ?');
1087
+				             $qrdelResult = $delquery->execute([$msgDbId]);
1088
+				             $qrdelResult->closeCursor();
1089
+                                             $permcheck = true;
1090
+                                             $delcheck++;
1091
+                                         }
1092
+                                      
1093
+                                     } else {
1094
+                                         // Check if the user has been allowed to delete messages by group
1095
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `plv_groups_allowed`, `plv_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `plv_groups_del` = ?');
1096
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1097
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1098
+                                         $checkpermgrpres->closeCursor();
1099
+                              
1100
+                                         if ($admallwddelgrp) {
1101
+					     // Get the groups to which the current user belongs
1102
+					     $getusrgrp = $this->connection->prepare('
1103
+						  SELECT `gid`, `uid`
1104
+						  FROM  `*PREFIX*group_user`
1105
+						  WHERE `uid` = ?');
1106
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1107
+
1108
+					     $usergrps = [];
1109
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1110
+						    $usergrps[] = $fetchedgrps['gid'];
1111
+					     }
1112
+					     $getusrgrpres->closeCursor();
1113
+
1114
+                                             $groupsallowed = explode("|", $admallwddelgrp['plv_groups_allowed']);
1115
+
1116
+                                             if ($usergrps && $groupsallowed) {
1117
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1118
+
1119
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1120
+                                                 if (count($countGrps) > 0) {
1121
+
1122
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1123
+                                                     $this->removeMsgFromConv($msgProvId);
1124
+
1125
+				                     if ($msgProvId != "" && $msgProvId != "n/a") {
1126
+							 $delquery = $this->connection->prepare('
1127
+							      DELETE FROM `*PREFIX*sms_relent_received`
1128
+						              WHERE `message_id` = ?');
1129
+							 $qrdelResult = $delquery->execute([$msgProvId]);
1130
+							 $qrdelResult->closeCursor();
1131
+                                                         $permcheck = true;
1132
+				                         $delcheck++;
1133
+				                     } else {
1134
+							 $delquery = $this->connection->prepare('
1135
+						              DELETE FROM `*PREFIX*sms_relent_received`
1136
+							      WHERE `id` = ?');
1137
+							 $qrdelResult = $delquery->execute([$msgDbId]);
1138
+							 $qrdelResult->closeCursor();
1139
+                                                         $permcheck = true;
1140
+				                         $delcheck++;
1141
+				                     }
1142
+                                                 }
1143
+                                             }
1144
+                                         }
1145
+                                     }
1146
+
1147
+                                 } elseif ($retrprovider == "Twilio") {
1148
+
1149
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `twl_users_allowed`, `twl_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `twl_users_allowed` LIKE ? AND `twl_users_del` = ?');
1150
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
1151
+                                     $admallwddel = $checkpermres->fetch();
1152
+                                     $checkpermres->closeCursor();
1153
+
1154
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
1155
+                                     if ($admallwddel) {
1156
+
1157
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1158
+                                         $this->removeMsgFromConv($msgProvId);
1159
+
1160
+                                         if ($msgProvId != "" && $msgProvId != "n/a") {
1161
+				             $delquery = $this->connection->prepare('
1162
+					          DELETE FROM `*PREFIX*sms_relent_received`
1163
+					          WHERE `message_id` = ?');
1164
+				             $qrdelResult = $delquery->execute([$msgProvId]);
1165
+				             $qrdelResult->closeCursor();
1166
+                                             $permcheck = true;
1167
+                                             $delcheck++;
1168
+                                         } else {
1169
+				             $delquery = $this->connection->prepare('
1170
+					          DELETE FROM `*PREFIX*sms_relent_received`
1171
+					          WHERE `id` = ?');
1172
+				             $qrdelResult = $delquery->execute([$msgDbId]);
1173
+				             $qrdelResult->closeCursor();
1174
+                                             $permcheck = true;
1175
+                                             $delcheck++;
1176
+                                         }
1177
+
1178
+                                     } else {
1179
+                                         // Check if the user has been allowed to delete messages by group
1180
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `twl_groups_allowed`, `twl_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `twl_groups_del` = ?');
1181
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1182
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1183
+                                         $checkpermgrpres->closeCursor();
1184
+                              
1185
+                                         if ($admallwddelgrp) {
1186
+					     // Get the groups to which the current user belongs
1187
+					     $getusrgrp = $this->connection->prepare('
1188
+						  SELECT `gid`, `uid`
1189
+						  FROM  `*PREFIX*group_user`
1190
+						  WHERE `uid` = ?');
1191
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1192
+
1193
+					     $usergrps = [];
1194
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1195
+						    $usergrps[] = $fetchedgrps['gid'];
1196
+					     }
1197
+					     $getusrgrpres->closeCursor();
1198
+
1199
+                                             $groupsallowed = explode("|", $admallwddelgrp['twl_groups_allowed']);
1200
+
1201
+                                             if ($usergrps && $groupsallowed) {
1202
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1203
+
1204
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1205
+                                                 if (count($countGrps) > 0) {
1206
+
1207
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1208
+                                                     $this->removeMsgFromConv($msgProvId);
1209
+
1210
+				                     if ($msgProvId != "" && $msgProvId != "n/a") {
1211
+							 $delquery = $this->connection->prepare('
1212
+							      DELETE FROM `*PREFIX*sms_relent_received`
1213
+							      WHERE `message_id` = ?');
1214
+							 $qrdelResult = $delquery->execute([$msgProvId]);
1215
+							 $qrdelResult->closeCursor();
1216
+                                                         $permcheck = true;
1217
+				                         $delcheck++;
1218
+				                     } else {
1219
+							 $delquery = $this->connection->prepare('
1220
+							      DELETE FROM `*PREFIX*sms_relent_received`
1221
+							      WHERE `id` = ?');
1222
+							 $qrdelResult = $delquery->execute([$msgDbId]);
1223
+							 $qrdelResult->closeCursor();
1224
+                                                         $permcheck = true;
1225
+				                         $delcheck++;
1226
+				                     }
1227
+
1228
+                                                 }
1229
+                                             }
1230
+                                         }
1231
+                                     }
1232
+
1233
+                                 } elseif ($retrprovider == "Flowroute") {
1234
+
1235
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `flr_users_allowed`, `flr_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `flr_users_allowed` LIKE ? AND `flr_users_del` = ?');
1236
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
1237
+                                     $admallwddel = $checkpermres->fetch();
1238
+                                     $checkpermres->closeCursor();
1239
+
1240
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
1241
+                                     if ($admallwddel) {
1242
+
1243
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1244
+                                         $this->removeMsgFromConv($msgProvId);
1245
+
1246
+                                         if ($msgProvId != "" && $msgProvId != "n/a") {
1247
+				             $delquery = $this->connection->prepare('
1248
+					          DELETE FROM `*PREFIX*sms_relent_received`
1249
+					          WHERE `message_id` = ?');
1250
+				             $qrdelResult = $delquery->execute([$msgProvId]);
1251
+				             $qrdelResult->closeCursor();
1252
+                                             $permcheck = true;
1253
+                                             $delcheck++;
1254
+                                         } else {
1255
+				             $delquery = $this->connection->prepare('
1256
+					          DELETE FROM `*PREFIX*sms_relent_received`
1257
+					          WHERE `id` = ?');
1258
+				             $qrdelResult = $delquery->execute([$msgDbId]);
1259
+				             $qrdelResult->closeCursor();
1260
+                                             $permcheck = true;
1261
+                                             $delcheck++;
1262
+                                         }
1263
+                                  
1264
+                                     } else {
1265
+                                         // Check if the user has been allowed to delete messages by group
1266
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `flr_groups_allowed`, `flr_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `flr_groups_del` = ?');
1267
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1268
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1269
+                                         $checkpermgrpres->closeCursor();
1270
+                              
1271
+                                         if ($admallwddelgrp) {
1272
+					     // Get the groups to which the current user belongs
1273
+					     $getusrgrp = $this->connection->prepare('
1274
+						  SELECT `gid`, `uid`
1275
+						  FROM  `*PREFIX*group_user`
1276
+						  WHERE `uid` = ?');
1277
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1278
+
1279
+					     $usergrps = [];
1280
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1281
+						    $usergrps[] = $fetchedgrps['gid'];
1282
+					     }
1283
+					     $getusrgrpres->closeCursor();
1284
+
1285
+                                             $groupsallowed = explode("|", $admallwddelgrp['flr_groups_allowed']);
1286
+
1287
+                                             if ($usergrps && $groupsallowed) {
1288
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1289
+
1290
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1291
+                                                 if (count($countGrps) > 0) {
1292
+
1293
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1294
+                                                     $this->removeMsgFromConv($msgProvId);
1295
+
1296
+				                     if ($msgProvId != "" && $msgProvId != "n/a") {
1297
+							 $delquery = $this->connection->prepare('
1298
+							      DELETE FROM `*PREFIX*sms_relent_received`
1299
+							      WHERE `message_id` = ?');
1300
+							 $qrdelResult = $delquery->execute([$msgProvId]);
1301
+							 $qrdelResult->closeCursor();
1302
+                                                         $permcheck = true;
1303
+				                         $delcheck++;
1304
+				                     } else {
1305
+							 $delquery = $this->connection->prepare('
1306
+							      DELETE FROM `*PREFIX*sms_relent_received`
1307
+							      WHERE `id` = ?');
1308
+							 $qrdelResult = $delquery->execute([$msgDbId]);
1309
+							 $qrdelResult->closeCursor();
1310
+                                                         $permcheck = true;
1311
+				                         $delcheck++;
1312
+				                     }
1313
+
1314
+                                                 }
1315
+                                             }
1316
+                                         }
1317
+                                     }
1318
+                                 }
1319
+
1320
+                        }
1321
+                    }
1322
+                }
1323
+            }
1324
+
1325
+            if ($delcheck > 0) {
1326
+                // Reindex the table of received messages
1327
+	        $sqlupdate = $this->connection->prepare('
1328
+                      SET @resetrec = 0;
1329
+		      UPDATE `*PREFIX*sms_relent_received`
1330
+		      SET `id` = @resetrec := @resetrec + 1;
1331
+                      ALTER TABLE `*PREFIX*sms_relent_received` auto_increment=1;');
1332
+	        $updateRes = $sqlupdate->execute();
1333
+	        $updateRes->closeCursor();
1334
+            }
1335
+
1336
+            if ($permcheck) { return "success"; } else { return "not allowed"; }
1337
+        }
1338
+     }
1339
+
1340
+
1341
+     /**
1342
+      * @NoAdminRequired
1343
+      */
1344
+     public function getsenttable($userId) {
1345
+
1346
+        // Get the user's preferences from the settings
1347
+        $getgamcheck = $this->connection->prepare('
1348
+		       SELECT `user_id`, `show_all_messages`, `show_display_names`
1349
+		       FROM  `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
1350
+        $getgamcheckres = $getgamcheck->execute([$userId]);
1351
+        $getcrgamspref = $getgamcheckres->fetch();
1352
+        $crgamspref = $getcrgamspref['show_all_messages'];
1353
+        $crdnamespref = $getcrgamspref['show_display_names'];
1354
+        $getgamcheckres->closeCursor();
1355
+
1356
+
1357
+        // Collect the users with whom the current admin is sharing his API keys and whose messages he will be able to see
1358
+        if ($crgamspref == 1 && $this->groupManager->isAdmin($userId)) {
1359
+
1360
+            // Get the groups and users that were allowed access to the API keys
1361
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
1362
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
1363
+                                                   WHERE `user_id` = ?');
1364
+            $getgrpsres = $getgrps->execute([$userId]);
1365
+            $getgrpsusr = $getgrpsres->fetch();
1366
+            $getgrpsres->closeCursor();
1367
+
1368
+            if ($getgrpsusr) {
1369
+
1370
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
1371
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
1372
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
1373
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
1374
+
1375
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
1376
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
1377
+
1378
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
1379
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
1380
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
1381
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
1382
+
1383
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
1384
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
1385
+
1386
+            } else {
1387
+                $allwdusersunq = [];
1388
+                $allwdgroupsunq = [];
1389
+            }
1390
+
1391
+            // Get the username for each Display Name of the allowed users
1392
+            $allwdusersfnl = [];
1393
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
1394
+
1395
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
1396
+		         $getacdatausrnmres = $getacdatausrnm->execute(['displayname', $alwdusrvalue]);
1397
+		         $acdatausrname = $getacdatausrnmres->fetch();
1398
+                         if ($acdatausrname) {
1399
+                             $allwdusersfnl[] = $acdatausrname['uid'];
1400
+                         }
1401
+                         $getacdatausrnmres->closeCursor();
1402
+            }
1403
+
1404
+            // Get the users from all the allowed groups
1405
+            $allwdusersgrpmlt = [];
1406
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
1407
+
1408
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
1409
+                     if ($prgrpvalue != 'admin') {
1410
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
1411
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
1412
+
1413
+		         while ($getusrname = $getusringroupres->fetch()) {
1414
+
1415
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
1416
+                         }
1417
+		         $getusringroupres->closeCursor();
1418
+                     }
1419
+            }
1420
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
1421
+            
1422
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
1423
+            $allusruniquest = array_unique($allusr);
1424
+
1425
+            if ($allusruniquest) {
1426
+                array_unshift($allusruniquest, $userId);
1427
+                $allusrunique = $allusruniquest;
1428
+            } else { $allusrunique = [$userId]; }
1429
+
1430
+            $allusruniquesec = "'" . implode("','", $allusrunique) . "'";
1431
+        }
1432
+
1433
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
1434
+        if ($crgamspref == 1 && $this->groupManager->isAdmin($userId)) {
1435
+
1436
+            if ($crdnamespref == 1) {
1437
+
1438
+                $resultsent = $this->connection->executeQuery("
1439
+                       SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`
1440
+		       FROM  `*PREFIX*sms_relent_sent` 
1441
+                       WHERE `user_id` IN (" . $allusruniquesec . ")");
1442
+            } else {
1443
+
1444
+                $resultsent = $this->connection->executeQuery("
1445
+                       SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`
1446
+		       FROM  `*PREFIX*sms_relent_sent`
1447
+                       WHERE `user_id` IN (" . $allusruniquesec . ")");
1448
+            }
1449
+
1450
+        // If the user is an admin and he wants to see only his messages
1451
+        } elseif ($crgamspref == 0 && $this->groupManager->isAdmin($userId)) {
1452
+
1453
+            if ($crdnamespref == 1) {
1454
+                $getsenttbl = $this->connection->prepare('
1455
+		       SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`
1456
+		       FROM  `*PREFIX*sms_relent_sent` 
1457
+                       WHERE `user_id` = ?');
1458
+                $resultsent = $getsenttbl->execute([$userId]);
1459
+            } else {
1460
+                $getsenttbl = $this->connection->prepare('
1461
+		       SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`
1462
+		       FROM  `*PREFIX*sms_relent_sent` 
1463
+                       WHERE `user_id` = ?');
1464
+                $resultsent = $getsenttbl->execute([$userId]);
1465
+            }
1466
+
1467
+        // If the user is not an admin 
1468
+        } elseif (!$this->groupManager->isAdmin($userId)) {
1469
+
1470
+	    // Get the Display Name of the current user
1471
+            $dsplnme = 'displayname';
1472
+	    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
1473
+	    $getacdatadnres = $getacdatadn->execute([$userId, $dsplnme]);
1474
+	    $acdatausrdnadm = $getacdatadnres->fetch();
1475
+	    $cruserdname = $acdatausrdnadm['value'];
1476
+	    $getacdatadnres->closeCursor();
1477
+
1478
+            // Get the groups to which the current user belongs
1479
+            $getusrgrp = $this->connection->prepare('
1480
+	          SELECT `gid`, `uid`
1481
+	          FROM  `*PREFIX*group_user`
1482
+                  WHERE `uid` = ?');
1483
+            $getusrgrpres = $getusrgrp->execute([$userId]);
1484
+
1485
+            $usergrps = [];
1486
+            while ($fetchedgrps = $getusrgrpres->fetch()) {
1487
+                   $usergrps[] = $fetchedgrps['gid'];
1488
+            }
1489
+            $getusrgrpres->closeCursor();
1490
+
1491
+            // Get the restrictions from the 'sms_relent_restrict' table
1492
+            $getrestr = $this->connection->prepare('
1493
+		       SELECT `phone_number`, `groups`, `users`
1494
+		       FROM  `*PREFIX*sms_relent_restrict`');
1495
+            $getrestrres = $getrestr->execute();
1496
+
1497
+            $restrdata = [];
1498
+            while ($restrfetched = $getrestrres->fetch()) {
1499
+                   $restrdata[] = $restrfetched;
1500
+            }
1501
+            $getrestrres->closeCursor();
1502
+
1503
+            // Get the phone numbers that the user is allowed/not allowed to use
1504
+            if ($restrdata) {
1505
+
1506
+                $restrPhoneNmbrs = [];
1507
+                $allowedPhoneNmbrs = [];
1508
+                foreach ($restrdata as $rskey => $rsvalue) {
1509
+
1510
+                         $chck = 0;
1511
+                         $restrgrparr = explode("|", $rsvalue['groups']);
1512
+                         foreach ($restrgrparr as $rkey => $rvalue) {
1513
+                                  if ($rvalue) {
1514
+                                      if (strpos(implode("|", $usergrps), $rvalue) !== false) { $chck++; }
1515
+                                  }
1516
+                         }
1517
+                         if (strpos($rsvalue['users'], $cruserdname) !== false) { $chck++; }
1518
+
1519
+                         if ($chck == 0) { 
1520
+                             $restrPhoneNmbrs[] = $rsvalue['phone_number']; 
1521
+                         }
1522
+                }
1523
+
1524
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
1525
+
1526
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
1527
+			 $crphnmbr = explode(": ", $apnvalue);
1528
+			 if ($crphnmbr[0] == 'Tx') {
1529
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
1530
+			 } elseif ($crphnmbr[0] == 'Pl') {
1531
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
1532
+			 } elseif ($crphnmbr[0] == 'Tw') {
1533
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
1534
+			 } elseif ($crphnmbr[0] == 'Fl') {
1535
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
1536
+			 }
1537
+		}
1538
+
1539
+                $procalwduid = $allowedPhoneNmbrs;
1540
+                $procalwduidsec = "'" . implode("','", $procalwduid) . "'";
1541
+
1542
+                if ($crdnamespref == 1) {
1543
+                    if ($procalwduidsec != "''") {
1544
+
1545
+                        $resultsent = $this->connection->executeQuery("
1546
+		            SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`
1547
+		            FROM `*PREFIX*sms_relent_sent`
1548
+			    WHERE `user_id` = '$userId' OR `from` IN (" . $procalwduidsec . ")");
1549
+                    } else {
1550
+	                $getsenttbl = $this->connection->prepare('
1551
+		            SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`
1552
+		            FROM `*PREFIX*sms_relent_sent`
1553
+			    WHERE `user_id` = ?');
1554
+	                $resultsent = $getsenttbl->execute([$userId]);
1555
+                    }
1556
+                } else {
1557
+                    if ($procalwduidsec != "''") {
1558
+
1559
+                        $resultsent = $this->connection->executeQuery("
1560
+		            SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`
1561
+		            FROM `*PREFIX*sms_relent_sent`
1562
+			    WHERE `user_id` = '$userId' OR `from` IN (" . $procalwduidsec . ")");
1563
+
1564
+                    } else {
1565
+	                $getsenttbl = $this->connection->prepare('
1566
+		            SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`
1567
+		            FROM `*PREFIX*sms_relent_sent`
1568
+			    WHERE `user_id` = ?');
1569
+	                $resultsent = $getsenttbl->execute([$userId]);
1570
+                    }
1571
+                }
1572
+
1573
+            } else {
1574
+
1575
+                if ($crdnamespref == 1) {
1576
+                    $getsenttbl = $this->connection->prepare('
1577
+		       SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`
1578
+		       FROM `*PREFIX*sms_relent_sent`
1579
+		       WHERE `user_id` = ?');
1580
+                    $resultsent = $getsenttbl->execute([$userId]);
1581
+                } else {
1582
+                    $getsenttbl = $this->connection->prepare('
1583
+		       SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`
1584
+		       FROM `*PREFIX*sms_relent_sent`
1585
+		       WHERE `user_id` = ?');
1586
+                    $resultsent = $getsenttbl->execute([$userId]);
1587
+                }
1588
+            }
1589
+        }
1590
+
1591
+
1592
+        $sentdatatable = [];
1593
+        while ($rowfetched = $resultsent->fetch()){
1594
+               $sentdatatable[] = $rowfetched;
1595
+        }
1596
+        $resultsent->closeCursor();
1597
+
1598
+        $sentdatafromdb = $sentdatatable;
1599
+
1600
+
1601
+        if ($this->groupManager->isAdmin($userId)) {
1602
+
1603
+            $sentdatafdb = ['datarows' => $sentdatafromdb, 'showdispnm' => $crdnamespref];
1604
+            return $sentdatafdb;
1605
+
1606
+        } else {
1607
+
1608
+            if ($restrdata) {
1609
+
1610
+                // Clean the phone numbers from tags
1611
+                $restrPhfin = [];
1612
+                foreach ($restrPhoneNmbrs as $phkey => $phvalue) {
1613
+
1614
+                    $restrpharr = explode(": ", $phvalue);
1615
+                    $restrPhfin[] = $restrpharr[1];
1616
+                }
1617
+
1618
+                // Assemble the array of message rows that excludes the rows for the restricted phone numbers
1619
+                foreach ($sentdatafromdb as $smdkey => $smdvalue) {
1620
+
1621
+                    if (str_contains($smdvalue['from'], "+")) {
1622
+                        $fromnmbrarr = explode("+", $smdvalue['from']);
1623
+                        if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
1624
+                            unset($sentdatafromdb[$smdkey]);
1625
+                        }
1626
+                    } else {
1627
+                        $frmnmbrarr = explode(": ", $smdvalue['from']);
1628
+                        if (count($frmnmbrarr) == 2) {
1629
+                            $nmbtbcmprd = $frmnmbrarr[1];
1630
+                        } else { 
1631
+                            $nmbtbcmprd = $frmnmbrarr[0];
1632
+                        }
1633
+
1634
+                        if (in_array($nmbtbcmprd, $restrPhfin)) {
1635
+                            unset($sentdatafromdb[$smdkey]);
1636
+                        }
1637
+                    }
1638
+                }
1639
+
1640
+                $sentdatadbproc = array_values($sentdatafromdb);
1641
+
1642
+                $sentdatafdb = ['datarows' => $sentdatadbproc, 'showdispnm' => $crdnamespref];
1643
+                return $sentdatafdb;
1644
+
1645
+            } else {
1646
+
1647
+                $sentdatafdb = ['datarows' => $sentdatafromdb, 'showdispnm' => $crdnamespref];
1648
+                return $sentdatafdb;
1649
+            }
1650
+        }
1651
+     }
1652
+
1653
+
1654
+     /**
1655
+      * @NoAdminRequired
1656
+      */
1657
+     public function getsenttablefordel($userId) {
1658
+
1659
+        if ($this->groupManager->isAdmin($userId)) {
1660
+
1661
+            $getsenttbldel = $this->connection->prepare('
1662
+		          SELECT `id`, `user_id`, `message_id`, `date`, `from`, `to`, `network`, `price`, `status`, `deliveryreceipt`, `message`, `author_displayname`
1663
+		          FROM  `*PREFIX*sms_relent_sent`
1664
+		          WHERE `user_id` = ?');
1665
+            $resultsentdl = $getsenttbldel->execute([$userId]);
1666
+
1667
+            $sentdatatable = [];
1668
+            while ($rowfetched = $resultsentdl->fetch()){
1669
+                   $sentdatatable[] = $rowfetched;
1670
+            }
1671
+            $resultsentdl->closeCursor();
1672
+
1673
+            $sentdatafromdb = $sentdatatable;
1674
+
1675
+            return $sentdatafromdb;
1676
+
1677
+        } else { return "not permitted"; }
1678
+     }
1679
+
1680
+
1681
+     /**
1682
+      * @NoAdminRequired
1683
+      */
1684
+     public function removesentrows($userId, $userstDelDspName, $sentmessagedbIDs) {
1685
+
1686
+        if ($this->groupManager->isAdmin($userId)) {
1687
+
1688
+            /* The user who deletes the messages is an admin */
1689
+
1690
+            foreach ($sentmessagedbIDs as $key => $sentrowtodel) {
1691
+
1692
+                     $rowtodelarr = explode("|", $sentrowtodel);
1693
+                     $msgDbId = $rowtodelarr[0];
1694
+                     $msgProvId = $rowtodelarr[1];
1695
+
1696
+                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1697
+                     $this->removeMsgFromConv($msgProvId);
1698
+
1699
+                     // Delete the message
1700
+                     if ($msgProvId != "" && $msgProvId != "n/a") {
1701
+		         $smdlquery = $this->connection->prepare('
1702
+		               DELETE FROM `*PREFIX*sms_relent_sent`
1703
+		               WHERE `message_id` = ?');
1704
+		         $delsmsgRes = $smdlquery->execute([$msgProvId]);
1705
+		         $delsmsgRes->closeCursor();
1706
+                     } else {
1707
+		         $smdlquery = $this->connection->prepare('
1708
+		               DELETE FROM `*PREFIX*sms_relent_sent`
1709
+		               WHERE `id` = ?');
1710
+		         $delsmsgRes = $smdlquery->execute([$msgDbId]);
1711
+		         $delsmsgRes->closeCursor();
1712
+                     }
1713
+            }
1714
+
1715
+            // Reindex the table of sent messages
1716
+	    $sqlupdatest = $this->connection->prepare('
1717
+                      SET @resetsent = 0;
1718
+		      UPDATE `*PREFIX*sms_relent_sent`
1719
+		      SET `id` = @resetsent := @resetsent + 1;
1720
+                      ALTER TABLE `*PREFIX*sms_relent_sent` auto_increment=1;');
1721
+	    $updatestRes = $sqlupdatest->execute();
1722
+	    $updatestRes->closeCursor();
1723
+
1724
+            return "success";
1725
+
1726
+        } else {
1727
+
1728
+            /* The user who deletes the messages is not an admin */
1729
+
1730
+            $permcheckst = false;
1731
+            $delstcheck = 0;
1732
+            foreach ($sentmessagedbIDs as $key => $sentrowtodel) {
1733
+
1734
+                $rowtodelarr = explode("|", $sentrowtodel);
1735
+                $msgDbId = $rowtodelarr[0];
1736
+                $msgProvId = $rowtodelarr[1];
1737
+
1738
+                // Get the phone number from which the message was sent, and the number's provider 
1739
+                $getphprv = $this->connection->prepare('SELECT `id`, `user_id`, `from` FROM `*PREFIX*sms_relent_sent` WHERE `id` = ?');
1740
+		$getphprvres = $getphprv->execute([$msgDbId]);
1741
+		$phnmbrprov = $getphprvres->fetch();
1742
+                $getphprvres->closeCursor();
1743
+
1744
+                if ($phnmbrprov) {
1745
+
1746
+                    $retrphprovraw = $phnmbrprov['from'];
1747
+                    $retrphprovarr = explode(": ", $retrphprovraw);
1748
+                    $retrprovider = $retrphprovarr[0];
1749
+                    $retrphnumber = "%" . $retrphprovarr[1] . "%";
1750
+
1751
+                    // Get the username of the admin who shared the retrieved phone number with the non-admin user
1752
+                    $getadm = $this->connection->prepare('SELECT `user_id`, `available_numbers` FROM `*PREFIX*sms_relent_settings` WHERE `available_numbers` LIKE ?');
1753
+		    $getadmres = $getadm->execute([$retrphnumber]);
1754
+                    $admunameretr = [];
1755
+		    while ($getadmuname = $getadmres->fetch()) {
1756
+                           $admunameretr[] = $getadmuname['user_id'];
1757
+                    }
1758
+                    $getadmres->closeCursor();
1759
+
1760
+                    if ($admunameretr) {
1761
+
1762
+                            foreach ($admunameretr as $admkey => $admuname) {
1763
+
1764
+                                 // Check if the retrieved admin allowed the user to delete messages
1765
+                                 $userDspNameder = "%" . $userstDelDspName . "%";
1766
+                                 $usrsgrpsdel = 1;
1767
+
1768
+                                 if ($retrprovider == "Telnyx") {
1769
+
1770
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `tnx_users_allowed`, `tnx_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `tnx_users_allowed` LIKE ? AND `tnx_users_del` = ?');
1771
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
1772
+                                     $admallwddel = $checkpermres->fetch();
1773
+                                     $checkpermres->closeCursor();
1774
+
1775
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
1776
+                                     if ($admallwddel) {
1777
+
1778
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1779
+                                         $this->removeMsgFromConv($msgProvId);
1780
+
1781
+				         if ($msgProvId != "" && $msgProvId != "n/a") {
1782
+					     $smdlquery = $this->connection->prepare('
1783
+					           DELETE FROM `*PREFIX*sms_relent_sent`
1784
+					           WHERE `message_id` = ?');
1785
+					     $delsmsgRes = $smdlquery->execute([$msgProvId]);
1786
+					     $delsmsgRes->closeCursor();
1787
+                                             $permcheckst = true;
1788
+				             $delstcheck++;
1789
+				         } else {
1790
+					     $smdlquery = $this->connection->prepare('
1791
+					           DELETE FROM `*PREFIX*sms_relent_sent`
1792
+					           WHERE `id` = ?');
1793
+					     $delsmsgRes = $smdlquery->execute([$msgDbId]);
1794
+					     $delsmsgRes->closeCursor();
1795
+                                             $permcheckst = true;
1796
+				             $delstcheck++;
1797
+				         }
1798
+                                      
1799
+                                     } else {
1800
+                                         // Check if the user has been allowed to delete messages by group
1801
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `tnx_groups_del` = ?');
1802
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1803
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1804
+                                         $checkpermgrpres->closeCursor();
1805
+                              
1806
+                                         if ($admallwddelgrp) {
1807
+					     // Get the groups to which the current user belongs
1808
+					     $getusrgrp = $this->connection->prepare('
1809
+						  SELECT `gid`, `uid`
1810
+						  FROM  `*PREFIX*group_user`
1811
+						  WHERE `uid` = ?');
1812
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1813
+
1814
+					     $usergrps = [];
1815
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1816
+						    $usergrps[] = $fetchedgrps['gid'];
1817
+					     }
1818
+					     $getusrgrpres->closeCursor();
1819
+
1820
+                                             $groupsallowed = explode("|", $admallwddelgrp['tnx_groups_allowed']);
1821
+
1822
+                                             if ($usergrps && $groupsallowed) {
1823
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1824
+
1825
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1826
+                                                 if (count($countGrps) > 0) {
1827
+
1828
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1829
+                                                     $this->removeMsgFromConv($msgProvId);
1830
+
1831
+					             if ($msgProvId != "" && $msgProvId != "n/a") {
1832
+							 $smdlquery = $this->connection->prepare('
1833
+							       DELETE FROM `*PREFIX*sms_relent_sent`
1834
+							       WHERE `message_id` = ?');
1835
+							 $delsmsgRes = $smdlquery->execute([$msgProvId]);
1836
+							 $delsmsgRes->closeCursor();
1837
+                                                         $permcheckst = true;
1838
+							 $delstcheck++;
1839
+					             } else {
1840
+							 $smdlquery = $this->connection->prepare('
1841
+							       DELETE FROM `*PREFIX*sms_relent_sent`
1842
+							       WHERE `id` = ?');
1843
+							 $delsmsgRes = $smdlquery->execute([$msgDbId]);
1844
+							 $delsmsgRes->closeCursor();
1845
+                                                         $permcheckst = true;
1846
+							 $delstcheck++;
1847
+					             }
1848
+                                                 }
1849
+                                             }
1850
+                                         }
1851
+                                     }
1852
+
1853
+                                 } elseif ($retrprovider == "Plivo") {
1854
+
1855
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `plv_users_allowed`, `plv_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `plv_users_allowed` LIKE ? AND `plv_users_del` = ?');
1856
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
1857
+                                     $admallwddel = $checkpermres->fetch();
1858
+                                     $checkpermres->closeCursor();
1859
+
1860
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
1861
+                                     if ($admallwddel) {
1862
+
1863
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1864
+                                         $this->removeMsgFromConv($msgProvId);
1865
+
1866
+				         if ($msgProvId != "" && $msgProvId != "n/a") {
1867
+					     $smdlquery = $this->connection->prepare('
1868
+					           DELETE FROM `*PREFIX*sms_relent_sent`
1869
+					           WHERE `message_id` = ?');
1870
+					     $delsmsgRes = $smdlquery->execute([$msgProvId]);
1871
+					     $delsmsgRes->closeCursor();
1872
+                                             $permcheckst = true;
1873
+				             $delstcheck++;
1874
+				         } else {
1875
+					     $smdlquery = $this->connection->prepare('
1876
+					           DELETE FROM `*PREFIX*sms_relent_sent`
1877
+					           WHERE `id` = ?');
1878
+					     $delsmsgRes = $smdlquery->execute([$msgDbId]);
1879
+					     $delsmsgRes->closeCursor();
1880
+                                             $permcheckst = true;
1881
+				             $delstcheck++;
1882
+				         }
1883
+                                    
1884
+                                     } else {
1885
+                                         // Check if the user has been allowed to delete messages by group
1886
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `plv_groups_allowed`, `plv_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `plv_groups_del` = ?');
1887
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1888
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1889
+                                         $checkpermgrpres->closeCursor();
1890
+                              
1891
+                                         if ($admallwddelgrp) {
1892
+					     // Get the groups to which the current user belongs
1893
+					     $getusrgrp = $this->connection->prepare('
1894
+						  SELECT `gid`, `uid`
1895
+						  FROM  `*PREFIX*group_user`
1896
+						  WHERE `uid` = ?');
1897
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1898
+
1899
+					     $usergrps = [];
1900
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1901
+						    $usergrps[] = $fetchedgrps['gid'];
1902
+					     }
1903
+					     $getusrgrpres->closeCursor();
1904
+
1905
+                                             $groupsallowed = explode("|", $admallwddelgrp['plv_groups_allowed']);
1906
+
1907
+                                             if ($usergrps && $groupsallowed) {
1908
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1909
+
1910
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1911
+                                                 if (count($countGrps) > 0) {
1912
+
1913
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1914
+                                                     $this->removeMsgFromConv($msgProvId);
1915
+
1916
+					             if ($msgProvId != "" && $msgProvId != "n/a") {
1917
+							 $smdlquery = $this->connection->prepare('
1918
+							       DELETE FROM `*PREFIX*sms_relent_sent`
1919
+							       WHERE `message_id` = ?');
1920
+							 $delsmsgRes = $smdlquery->execute([$msgProvId]);
1921
+							 $delsmsgRes->closeCursor();
1922
+                                                         $permcheckst = true;
1923
+							 $delstcheck++;
1924
+					             } else {
1925
+							 $smdlquery = $this->connection->prepare('
1926
+							       DELETE FROM `*PREFIX*sms_relent_sent`
1927
+							       WHERE `id` = ?');
1928
+							 $delsmsgRes = $smdlquery->execute([$msgDbId]);
1929
+							 $delsmsgRes->closeCursor();
1930
+                                                         $permcheckst = true;
1931
+							 $delstcheck++;
1932
+					             }
1933
+
1934
+                                                 }
1935
+                                             }
1936
+                                         }
1937
+                                     }
1938
+
1939
+                                 } elseif ($retrprovider == "Twilio") {
1940
+
1941
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `twl_users_allowed`, `twl_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `twl_users_allowed` LIKE ? AND `twl_users_del` = ?');
1942
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
1943
+                                     $admallwddel = $checkpermres->fetch();
1944
+                                     $checkpermres->closeCursor();
1945
+
1946
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
1947
+                                     if ($admallwddel) {
1948
+
1949
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
1950
+                                         $this->removeMsgFromConv($msgProvId);
1951
+
1952
+				         if ($msgProvId != "" && $msgProvId != "n/a") {
1953
+					     $smdlquery = $this->connection->prepare('
1954
+					           DELETE FROM `*PREFIX*sms_relent_sent`
1955
+					           WHERE `message_id` = ?');
1956
+					     $delsmsgRes = $smdlquery->execute([$msgProvId]);
1957
+					     $delsmsgRes->closeCursor();
1958
+                                             $permcheckst = true;
1959
+				             $delstcheck++;
1960
+				         } else {
1961
+					     $smdlquery = $this->connection->prepare('
1962
+					           DELETE FROM `*PREFIX*sms_relent_sent`
1963
+					           WHERE `id` = ?');
1964
+					     $delsmsgRes = $smdlquery->execute([$msgDbId]);
1965
+					     $delsmsgRes->closeCursor();
1966
+                                             $permcheckst = true;
1967
+				             $delstcheck++;
1968
+				         }
1969
+                                       
1970
+                                     } else {
1971
+                                         // Check if the user has been allowed to delete messages by group
1972
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `twl_groups_allowed`, `twl_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `twl_groups_del` = ?');
1973
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
1974
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
1975
+                                         $checkpermgrpres->closeCursor();
1976
+                              
1977
+                                         if ($admallwddelgrp) {
1978
+					     // Get the groups to which the current user belongs
1979
+					     $getusrgrp = $this->connection->prepare('
1980
+						  SELECT `gid`, `uid`
1981
+						  FROM  `*PREFIX*group_user`
1982
+						  WHERE `uid` = ?');
1983
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
1984
+
1985
+					     $usergrps = [];
1986
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
1987
+						    $usergrps[] = $fetchedgrps['gid'];
1988
+					     }
1989
+					     $getusrgrpres->closeCursor();
1990
+
1991
+                                             $groupsallowed = explode("|", $admallwddelgrp['twl_groups_allowed']);
1992
+
1993
+                                             if ($usergrps && $groupsallowed) {
1994
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
1995
+
1996
+                                                 // If the user has been allowed to delete messages by group, delete the current message
1997
+                                                 if (count($countGrps) > 0) {
1998
+
1999
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
2000
+                                                     $this->removeMsgFromConv($msgProvId);
2001
+
2002
+					             if ($msgProvId != "" && $msgProvId != "n/a") {
2003
+							 $smdlquery = $this->connection->prepare('
2004
+							       DELETE FROM `*PREFIX*sms_relent_sent`
2005
+							       WHERE `message_id` = ?');
2006
+							 $delsmsgRes = $smdlquery->execute([$msgProvId]);
2007
+							 $delsmsgRes->closeCursor();
2008
+                                                         $permcheckst = true;
2009
+							 $delstcheck++;
2010
+					             } else {
2011
+							 $smdlquery = $this->connection->prepare('
2012
+							       DELETE FROM `*PREFIX*sms_relent_sent`
2013
+							       WHERE `id` = ?');
2014
+							 $delsmsgRes = $smdlquery->execute([$msgDbId]);
2015
+							 $delsmsgRes->closeCursor();
2016
+                                                         $permcheckst = true;
2017
+							 $delstcheck++;
2018
+					             }
2019
+                                                 }
2020
+                                             }
2021
+                                         }
2022
+                                     }
2023
+
2024
+                                 } elseif ($retrprovider == "Flowroute") {
2025
+
2026
+                                     $checkperm = $this->connection->prepare('SELECT `user_id`, `flr_users_allowed`, `flr_users_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `flr_users_allowed` LIKE ? AND `flr_users_del` = ?');
2027
+		                     $checkpermres = $checkperm->execute([$admuname, $userDspNameder, $usrsgrpsdel]);
2028
+                                     $admallwddel = $checkpermres->fetch();
2029
+                                     $checkpermres->closeCursor();
2030
+
2031
+                                     // If the user has been allowed to delete messages by Display Name, delete the current message
2032
+                                     if ($admallwddel) {
2033
+
2034
+                                         // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
2035
+                                         $this->removeMsgFromConv($msgProvId);
2036
+
2037
+				         if ($msgProvId != "" && $msgProvId != "n/a") {
2038
+					     $smdlquery = $this->connection->prepare('
2039
+					           DELETE FROM `*PREFIX*sms_relent_sent`
2040
+					           WHERE `message_id` = ?');
2041
+					     $delsmsgRes = $smdlquery->execute([$msgProvId]);
2042
+					     $delsmsgRes->closeCursor();
2043
+                                             $permcheckst = true;
2044
+				             $delstcheck++;
2045
+				         } else {
2046
+					     $smdlquery = $this->connection->prepare('
2047
+					           DELETE FROM `*PREFIX*sms_relent_sent`
2048
+					           WHERE `id` = ?');
2049
+					     $delsmsgRes = $smdlquery->execute([$msgDbId]);
2050
+					     $delsmsgRes->closeCursor();
2051
+                                             $permcheckst = true;
2052
+				             $delstcheck++;
2053
+				         }
2054
+                                       
2055
+                                     } else {
2056
+                                         // Check if the user has been allowed to delete messages by group
2057
+                                         $checkpermgrp = $this->connection->prepare('SELECT `user_id`, `flr_groups_allowed`, `flr_groups_del` FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ? AND `flr_groups_del` = ?');
2058
+		                         $checkpermgrpres = $checkpermgrp->execute([$admuname, $usrsgrpsdel]);
2059
+                                         $admallwddelgrp = $checkpermgrpres->fetch();
2060
+                                         $checkpermgrpres->closeCursor();
2061
+                              
2062
+                                         if ($admallwddelgrp) {
2063
+					     // Get the groups to which the current user belongs
2064
+					     $getusrgrp = $this->connection->prepare('
2065
+						  SELECT `gid`, `uid`
2066
+						  FROM  `*PREFIX*group_user`
2067
+						  WHERE `uid` = ?');
2068
+					     $getusrgrpres = $getusrgrp->execute([$userId]);
2069
+
2070
+					     $usergrps = [];
2071
+					     while ($fetchedgrps = $getusrgrpres->fetch()) {
2072
+						    $usergrps[] = $fetchedgrps['gid'];
2073
+					     }
2074
+					     $getusrgrpres->closeCursor();
2075
+
2076
+                                             $groupsallowed = explode("|", $admallwddelgrp['flr_groups_allowed']);
2077
+
2078
+                                             if ($usergrps && $groupsallowed) {
2079
+                                                 $countGrps = array_intersect($usergrps, $groupsallowed);
2080
+
2081
+                                                 // If the user has been allowed to delete messages by group, delete the current message
2082
+                                                 if (count($countGrps) > 0) {
2083
+
2084
+                                                     // If it's the case, replace the message that will be deleted, in the conversations table, or remove the conversation's row from the conversations table
2085
+                                                     $this->removeMsgFromConv($msgProvId);
2086
+
2087
+					             if ($msgProvId != "" && $msgProvId != "n/a") {
2088
+							 $smdlquery = $this->connection->prepare('
2089
+							       DELETE FROM `*PREFIX*sms_relent_sent`
2090
+							       WHERE `message_id` = ?');
2091
+							 $delsmsgRes = $smdlquery->execute([$msgProvId]);
2092
+							 $delsmsgRes->closeCursor();
2093
+                                                         $permcheckst = true;
2094
+							 $delstcheck++;
2095
+					             } else {
2096
+							 $smdlquery = $this->connection->prepare('
2097
+							       DELETE FROM `*PREFIX*sms_relent_sent`
2098
+							       WHERE `id` = ?');
2099
+							 $delsmsgRes = $smdlquery->execute([$msgDbId]);
2100
+							 $delsmsgRes->closeCursor();
2101
+                                                         $permcheckst = true;
2102
+							 $delstcheck++;
2103
+					             }
2104
+
2105
+                                                 }
2106
+                                             }
2107
+                                         }
2108
+                                     }
2109
+                                 }
2110
+                            }
2111
+
2112
+                    }
2113
+                }
2114
+            }
2115
+
2116
+            if ($delstcheck > 0) {
2117
+
2118
+                // Reindex the table of sent messages
2119
+	        $sqlupdatest = $this->connection->prepare('
2120
+                      SET @resetsent = 0;
2121
+		      UPDATE `*PREFIX*sms_relent_sent`
2122
+		      SET `id` = @resetsent := @resetsent + 1;
2123
+                      ALTER TABLE `*PREFIX*sms_relent_sent` auto_increment=1;');
2124
+	        $updatestRes = $sqlupdatest->execute();
2125
+	        $updatestRes->closeCursor();
2126
+            }
2127
+
2128
+            if ($permcheckst) { return "success"; } else { return "not allowed"; }
2129
+        }
2130
+     }
2131
+
2132
+
2133
+     /**
2134
+      * @NoAdminRequired
2135
+      */
2136
+     public function getconversations($userId) {
2137
+
2138
+        // Get the phone numbers that the current user has access to
2139
+        $getnumberscv = $this->connection->prepare('SELECT `user_id`, `available_numbers` FROM `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
2140
+	$getcrtusrnocv = $getnumberscv->execute([$userId]);
2141
+        $getusrnmbrscv = $getcrtusrnocv->fetch();
2142
+        $getcrtusrnocv->closeCursor();
2143
+
2144
+        if ($getusrnmbrscv['available_numbers']) {
2145
+
2146
+            $retrievednmbrArr = explode("|", $getusrnmbrscv['available_numbers']);
2147
+            $retrievednmbrpr = array_filter($retrievednmbrArr);
2148
+            $retrievednmbrsfin = [];
2149
+
2150
+            foreach ($retrievednmbrpr as $convKey => $convValue) {
2151
+                     $retrnmbrex = explode(": ", $convValue);
2152
+                     $retrievednmbrsfin[] = $retrnmbrex[1]; 
2153
+            }
2154
+            $retrievednmbrsimp = "'" . implode("','", $retrievednmbrsfin) . "'";
2155
+
2156
+            // Get the conversation data from the 'sms_relent_conv' table
2157
+            $getconvdata = $this->connection->executeQuery("SELECT `conversation_id`, `archived`, `last_archived`, `last_unarchived`, `archived_by`, `unarchived_by`, `last_msg_date`, 
2158
+                                                           `last_msg_from`, `last_msg_to`, `last_message`, `lastmsgdisplayname`, `flagged`, `flagunflagby`, `flagunflagdate`, `tag`,
2159
+                                                           `taguntagby`, `taguntagdate`, `description`, `descriptionby`, `descriptiondate` FROM `*PREFIX*sms_relent_conv` WHERE 
2160
+                                                           `last_msg_from` IN (" . $retrievednmbrsimp . ") OR `last_msg_to` IN (" . $retrievednmbrsimp . ")");
2161
+
2162
+            $convdatafdb = [];
2163
+            while ($convdatafetched = $getconvdata->fetch()) {
2164
+                   $convdatafdb[] = $convdatafetched;
2165
+            }   
2166
+            $getconvdata->closeCursor();
2167
+
2168
+        } else { $convdatafdb = []; }
2169
+
2170
+        return $convdatafdb;
2171
+     }
2172
+
2173
+
2174
+     /**
2175
+      * @NoAdminRequired
2176
+      */
2177
+     public function archiveconv($userId, $userDspNameArch, $conversationId) {
2178
+
2179
+        $archivedyn = 1;
2180
+        $dateArchived = date("Y-m-d H:i:s");
2181
+        $sqlarchive = $this->connection->prepare('
2182
+		        UPDATE `*PREFIX*sms_relent_conv`
2183
+		        SET `archived` = ?, `last_archived` = ?, `archived_by` = ?
2184
+                        WHERE `conversation_id` = ?');
2185
+        $archiveRes = $sqlarchive->execute([$archivedyn, $dateArchived, $userDspNameArch, $conversationId]);
2186
+        $archiveRes->closeCursor();
2187
+        if ($archiveRes) { return "success"; } else { return "error"; }
2188
+     }
2189
+
2190
+
2191
+     /**
2192
+      * @NoAdminRequired
2193
+      */
2194
+     public function unarchiveconv($userId, $userDspNameUnarch, $conversationIdUn) {
2195
+
2196
+        $archivedynun = 0;
2197
+        $dateUnarchived = date("Y-m-d H:i:s");
2198
+        $sqlarchiveun = $this->connection->prepare('
2199
+		        UPDATE `*PREFIX*sms_relent_conv`
2200
+		        SET `archived` = ?, `last_unarchived` = ?, `unarchived_by` = ?
2201
+                        WHERE `conversation_id` = ?');
2202
+        $archiveResun = $sqlarchiveun->execute([$archivedynun, $dateUnarchived, $userDspNameUnarch, $conversationIdUn]);
2203
+        $archiveResun->closeCursor();
2204
+        if ($archiveResun) { return "success"; } else { return "error"; }
2205
+     }
2206
+
2207
+
2208
+     /**
2209
+      * @NoAdminRequired
2210
+      */
2211
+     public function saveconvdescription($userId, $userDspNameDesc, $convDescription, $convId) {
2212
+
2213
+            $dateDescSaved = date("Y-m-d H:i:s");
2214
+	    $updatedesc = $this->connection->prepare('
2215
+			UPDATE `*PREFIX*sms_relent_conv`
2216
+			SET `description` = ?, `descriptionby` = ?, `descriptiondate` = ?
2217
+                        WHERE `conversation_id` = ?');
2218
+	    $updatedescres = $updatedesc->execute([$convDescription, $userDspNameDesc, $dateDescSaved, $convId]);
2219
+
2220
+            if ($updatedescres) {
2221
+                return $respupdesc = "The conversation description has been saved successfully.";
2222
+            } else {
2223
+                return $respupdesc = "Error while trying to save the conversation description to the database.";
2224
+            }
2225
+	    $updatedescres->closeCursor();
2226
+     }
2227
+
2228
+
2229
+     /**
2230
+      * @NoAdminRequired
2231
+      */
2232
+     public function saveconvtag($userId, $userDspNameTag, $convTag, $convId) {
2233
+
2234
+            $dateTagSaved = date("Y-m-d H:i:s");
2235
+	    $updatetag = $this->connection->prepare('
2236
+			UPDATE `*PREFIX*sms_relent_conv`
2237
+			SET `tag` = ?, `taguntagby` = ?, `taguntagdate` = ?
2238
+                        WHERE `conversation_id` = ?');
2239
+	    $updatetagres = $updatetag->execute([$convTag, $userDspNameTag, $dateTagSaved, $convId]);
2240
+
2241
+            if ($updatetagres) {
2242
+                return $respuptag = "The conversation tag has been saved successfully.";
2243
+            } else {
2244
+                return $respuptag = "Error while trying to save the conversation tag to the database.";
2245
+            }
2246
+	    $updatetagres->closeCursor();
2247
+     }
2248
+
2249
+
2250
+     /**
2251
+      * @NoAdminRequired
2252
+      */
2253
+     public function saveconvflag($userId, $userDspNameFlag, $convFlag, $convId) {
2254
+
2255
+            $dateFlagSaved = date("Y-m-d H:i:s");
2256
+	    $updateflag = $this->connection->prepare('
2257
+			UPDATE `*PREFIX*sms_relent_conv`
2258
+			SET `flagged` = ?, `flagunflagby` = ?, `flagunflagdate` = ?
2259
+                        WHERE `conversation_id` = ?');
2260
+	    $updateflagres = $updateflag->execute([$convFlag, $userDspNameFlag, $dateFlagSaved, $convId]);
2261
+
2262
+            if ($updateflagres) {
2263
+                return $respupflag = "success";
2264
+            } else {
2265
+                return $respupflag = "failure";
2266
+            }
2267
+	    $updateflagres->closeCursor();
2268
+     }
2269
+
2270
+
2271
+     /**
2272
+      * @NoAdminRequired
2273
+      */
2274
+     public function removeconvmsgs($userId, $conversationId) {
2275
+
2276
+        if ($this->groupManager->isAdmin($userId)) {
2277
+
2278
+            // Delete all the messages included in the conversation with the given conversation ID, from the 'sms_relent_received' table
2279
+            $convmsgdelrec = $this->connection->prepare('
2280
+		           DELETE FROM `*PREFIX*sms_relent_received`
2281
+		           WHERE `conversation_id` = ?');
2282
+            $convmsgdelrecres = $convmsgdelrec->execute([$conversationId]);
2283
+	    $convmsgdelrecres->closeCursor();
2284
+
2285
+	    $sqlupdaterec = $this->connection->prepare('
2286
+                           SET @resetrec = 0;
2287
+		           UPDATE `*PREFIX*sms_relent_received`
2288
+		           SET `id` = @resetrec := @resetrec + 1;
2289
+                           ALTER TABLE `*PREFIX*sms_relent_received` auto_increment=1;');
2290
+	    $updaterecRes = $sqlupdaterec->execute();
2291
+	    $updaterecRes->closeCursor();
2292
+
2293
+            // Delete all the messages included in the conversation with the given conversation ID, from the 'sms_relent_sent' table
2294
+            $convmsgdelsent = $this->connection->prepare('
2295
+		           DELETE FROM `*PREFIX*sms_relent_sent`
2296
+		           WHERE `conversation_id` = ?');
2297
+            $convmsgdelsentres = $convmsgdelsent->execute([$conversationId]);
2298
+	    $convmsgdelsentres->closeCursor();
2299
+
2300
+	    $sqlupdatesent = $this->connection->prepare('
2301
+                           SET @resetsent = 0;
2302
+		           UPDATE `*PREFIX*sms_relent_sent`
2303
+		           SET `id` = @resetsent := @resetsent + 1;
2304
+                           ALTER TABLE `*PREFIX*sms_relent_sent` auto_increment=1;');
2305
+	    $updatesentRes = $sqlupdatesent->execute();
2306
+	    $updatesentRes->closeCursor();
2307
+
2308
+            // Delete the row with the given conversation ID from the 'sms_relent_conv' table
2309
+            $convmsgdel = $this->connection->prepare('
2310
+		           DELETE FROM `*PREFIX*sms_relent_conv`
2311
+		           WHERE `conversation_id` = ?');
2312
+            $convmsgdelres = $convmsgdel->execute([$conversationId]);
2313
+	    $convmsgdelres->closeCursor();
2314
+
2315
+            // Reindex the conversations table
2316
+	    $sqlupdateconv = $this->connection->prepare('
2317
+                           SET @resetconv = 0;
2318
+		           UPDATE `*PREFIX*sms_relent_conv`
2319
+		           SET `id` = @resetconv := @resetconv + 1;
2320
+                           ALTER TABLE `*PREFIX*sms_relent_conv` auto_increment=1;');
2321
+	    $updateconvRes = $sqlupdateconv->execute();
2322
+	    $updateconvRes->closeCursor();
2323
+
2324
+            return "success";
2325
+
2326
+        } else { return "not allowed"; }
2327
+     }
2328
+
2329
+
2330
+     /**
2331
+      * @NoAdminRequired
2332
+      */
2333
+     public function getgroupedtable($userId) {
2334
+
2335
+
2336
+        // Get the user's preferences from the settings
2337
+        $getpref = $this->connection->prepare('
2338
+		       SELECT `user_id`, `show_all_messages`
2339
+		       FROM  `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
2340
+        $getprefres = $getpref->execute([$userId]);
2341
+        $getprefresdata = $getprefres->fetch();
2342
+        $crsampref = $getprefresdata['show_all_messages'];
2343
+        $getprefres->closeCursor();
2344
+
2345
+
2346
+        // Collect the users with whom the current admin is sharing his API keys and whose messages he will be able to see
2347
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
2348
+
2349
+            // Get the groups and users that were allowed access to the API keys
2350
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
2351
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
2352
+                                                   WHERE `user_id` = ?');
2353
+            $getgrpsres = $getgrps->execute([$userId]);
2354
+            $getgrpsusr = $getgrpsres->fetch();
2355
+            $getgrpsres->closeCursor();
2356
+
2357
+            if ($getgrpsusr) {
2358
+
2359
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
2360
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
2361
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
2362
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
2363
+
2364
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
2365
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
2366
+
2367
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
2368
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
2369
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
2370
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
2371
+
2372
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
2373
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
2374
+
2375
+            } else {
2376
+                $allwdusersunq = [];
2377
+                $allwdgroupsunq = [];
2378
+            }
2379
+
2380
+            // Get the username for each Display Name of the allowed users
2381
+            $allwdusersfnl = [];
2382
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
2383
+
2384
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
2385
+		         $getacdatausrnmres = $getacdatausrnm->execute(['displayname', $alwdusrvalue]);
2386
+		         $acdatausrname = $getacdatausrnmres->fetch();
2387
+                         if ($acdatausrname) {
2388
+                             $allwdusersfnl[] = $acdatausrname['uid'];
2389
+                         }
2390
+                         $getacdatausrnmres->closeCursor();
2391
+            }
2392
+
2393
+            // Get the users from all the allowed groups
2394
+            $allwdusersgrpmlt = [];
2395
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
2396
+
2397
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
2398
+                     if ($prgrpvalue != 'admin') {
2399
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
2400
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
2401
+
2402
+		         while ($getusrname = $getusringroupres->fetch()) {
2403
+
2404
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
2405
+                         }
2406
+		         $getusringroupres->closeCursor();
2407
+                     }
2408
+            }
2409
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
2410
+            
2411
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
2412
+            $allusruniquest = array_unique($allusr);
2413
+
2414
+            if ($allusruniquest) {
2415
+                array_unshift($allusruniquest, $userId);
2416
+                $allusruniquegr = $allusruniquest;
2417
+            } else { $allusruniquegr = [$userId]; }
2418
+
2419
+            $allusruniquegrsec = "'" . implode("','", $allusruniquegr) . "'";
2420
+        }
2421
+
2422
+        // Get received messages
2423
+
2424
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
2425
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
2426
+
2427
+            $getrecmsgsres = $this->connection->executeQuery("
2428
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2429
+			FROM `*PREFIX*sms_relent_received` WHERE `user_id` IN (" . $allusruniquegrsec . ")");
2430
+
2431
+        // If the user is an admin and he wants to see only his messages
2432
+        } elseif ($crsampref == 0 && $this->groupManager->isAdmin($userId)) {
2433
+
2434
+            $getrecmsgs = $this->connection->prepare('
2435
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2436
+			FROM `*PREFIX*sms_relent_received` WHERE `user_id` = ?');
2437
+	    $getrecmsgsres = $getrecmsgs->execute([$userId]);
2438
+
2439
+        // If the user is not an admin 
2440
+        } elseif (!$this->groupManager->isAdmin($userId)) {
2441
+
2442
+	    // Get the Display Name of the current user
2443
+            $displnme = 'displayname';
2444
+	    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
2445
+	    $getacdatadnres = $getacdatadn->execute([$userId, $displnme]);
2446
+	    $acdatausrdnadm = $getacdatadnres->fetch();
2447
+	    $cruserdname = $acdatausrdnadm['value'];
2448
+	    $getacdatadnres->closeCursor();
2449
+
2450
+            // Get the groups to which the current user belongs
2451
+            $getusrgrp = $this->connection->prepare('
2452
+	          SELECT `gid`, `uid`
2453
+	          FROM  `*PREFIX*group_user`
2454
+                  WHERE `uid` = ?');
2455
+            $getusrgrpres = $getusrgrp->execute([$userId]);
2456
+
2457
+            $usergrps = [];
2458
+            while ($fetchedgrps = $getusrgrpres->fetch()) {
2459
+                   $usergrps[] = $fetchedgrps['gid'];
2460
+            }
2461
+            $getusrgrpres->closeCursor();
2462
+
2463
+            // Get the restrictions from the 'sms_relent_restrict' table
2464
+            $getrestr = $this->connection->prepare('
2465
+		        SELECT `phone_number`, `groups`, `users`
2466
+		        FROM  `*PREFIX*sms_relent_restrict`');
2467
+            $getrestrres = $getrestr->execute();
2468
+
2469
+            $restrdata = [];
2470
+            while ($restrfetched = $getrestrres->fetch()) {
2471
+                   $restrdata[] = $restrfetched;
2472
+            }
2473
+            $getrestrres->closeCursor();
2474
+
2475
+            // Get the phone numbers that the user is allowed/not allowed to use
2476
+            if ($restrdata) {
2477
+
2478
+                $restrPhoneNmbrs = [];
2479
+                $allowedPhoneNmbrs = [];
2480
+                foreach ($restrdata as $rskey => $rsvalue) {
2481
+
2482
+                         $chck = 0;
2483
+                         $restrgrparr = explode("|", $rsvalue['groups']);
2484
+                         foreach ($restrgrparr as $rkey => $rvalue) {
2485
+                                  if ($rvalue) {
2486
+                                      if (strpos(implode("|", $usergrps), $rvalue) !== false) { $chck++; }
2487
+                                  }
2488
+                         }
2489
+                         if (strpos($rsvalue['users'], $cruserdname) !== false) { $chck++; }
2490
+
2491
+                         if ($chck == 0) { 
2492
+                             $restrPhoneNmbrs[] = $rsvalue['phone_number']; 
2493
+                         }
2494
+                }
2495
+
2496
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
2497
+
2498
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
2499
+			 $crphnmbr = explode(": ", $apnvalue);
2500
+			 if ($crphnmbr[0] == 'Tx') {
2501
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
2502
+			 } elseif ($crphnmbr[0] == 'Pl') {
2503
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
2504
+			 } elseif ($crphnmbr[0] == 'Tw') {
2505
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
2506
+			 } elseif ($crphnmbr[0] == 'Fl') {
2507
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
2508
+			 }
2509
+		}
2510
+
2511
+                $procalwduid = $allowedPhoneNmbrs;
2512
+                $procalwduidsec = "'" . implode("','", $procalwduid) . "'";
2513
+
2514
+                if ($procalwduidsec != "''") {
2515
+
2516
+                    $getrecmsgsres = $this->connection->executeQuery("
2517
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2518
+			FROM `*PREFIX*sms_relent_received`
2519
+			WHERE `user_id` = '$userId' OR `to` IN (" . $procalwduidsec . ")");
2520
+
2521
+                } else {
2522
+	            $getrectable = $this->connection->prepare('
2523
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2524
+			FROM `*PREFIX*sms_relent_received`
2525
+			WHERE `user_id` = ?');
2526
+	            $getrecmsgsres = $getrectable->execute([$userId]);
2527
+                }
2528
+
2529
+            } else {
2530
+
2531
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
2532
+
2533
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
2534
+			 $crphnmbr = explode(": ", $apnvalue);
2535
+			 if ($crphnmbr[0] == 'Tx') {
2536
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
2537
+			 } elseif ($crphnmbr[0] == 'Pl') {
2538
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
2539
+			 } elseif ($crphnmbr[0] == 'Tw') {
2540
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
2541
+			 } elseif ($crphnmbr[0] == 'Fl') {
2542
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
2543
+			 }
2544
+		}
2545
+
2546
+                $procalwduid = $allowedPhoneNmbrs;
2547
+                $procalwduidsec = "'" . implode("','", $procalwduid) . "'";
2548
+
2549
+                if ($procalwduidsec != "''") {
2550
+
2551
+                    $getrecmsgsres = $this->connection->executeQuery("
2552
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2553
+			FROM `*PREFIX*sms_relent_received`
2554
+			WHERE `user_id` = '$userId' OR `to` IN (" . $procalwduidsec . ")");
2555
+
2556
+                } else {
2557
+	            $getrectable = $this->connection->prepare('
2558
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2559
+			FROM `*PREFIX*sms_relent_received`
2560
+			WHERE `user_id` = ?');
2561
+	            $getrecmsgsres = $getrectable->execute([$userId]);
2562
+                }
2563
+            }
2564
+        }
2565
+
2566
+        $recmsgs = [];
2567
+        while ($rcrowsfetch = $getrecmsgsres->fetch()) {
2568
+               $rcrowsfetch['deliveryreceipt'] = '';
2569
+               $rcrowsfetch['table'] = 'received';
2570
+               $recmsgs[] = $rcrowsfetch;
2571
+        }
2572
+	$getrecmsgsres->closeCursor();
2573
+
2574
+
2575
+        // Get sent messages
2576
+
2577
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
2578
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
2579
+
2580
+            $getsentmsgsres = $this->connection->executeQuery("
2581
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2582
+		       FROM  `*PREFIX*sms_relent_sent` 
2583
+                       WHERE `user_id` IN (" . $allusruniquegrsec . ")");
2584
+
2585
+        // If the user is an admin and he wants to see only his messages
2586
+        } elseif ($crsampref == 0 && $this->groupManager->isAdmin($userId)) {
2587
+
2588
+            $getsentmsgs = $this->connection->prepare('
2589
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2590
+		       FROM  `*PREFIX*sms_relent_sent`
2591
+		       WHERE `user_id` = ?');
2592
+            $getsentmsgsres = $getsentmsgs->execute([$userId]);
2593
+
2594
+        // If the user is not an admin 
2595
+        } elseif (!$this->groupManager->isAdmin($userId)) {
2596
+
2597
+            if ($restrdata) {
2598
+                if ($procalwduidsec != "''") {
2599
+
2600
+	            $getsentmsgsres = $this->connection->executeQuery("
2601
+		        SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2602
+		        FROM  `*PREFIX*sms_relent_sent`
2603
+			WHERE `user_id` = '$userId' OR `from` IN (" . $procalwduidsec . ")");
2604
+
2605
+                } else {
2606
+                    $getsentmsgs = $this->connection->prepare('
2607
+		        SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2608
+		        FROM  `*PREFIX*sms_relent_sent`
2609
+			WHERE `user_id` = ?');
2610
+	            $getsentmsgsres = $getsentmsgs->execute([$userId]);
2611
+                }
2612
+
2613
+            } else {
2614
+
2615
+                $getsentmsgs = $this->connection->prepare('
2616
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2617
+		       FROM  `*PREFIX*sms_relent_sent`
2618
+		       WHERE `user_id` = ?');
2619
+                $getsentmsgsres = $getsentmsgs->execute([$userId]);
2620
+            }
2621
+        }
2622
+
2623
+
2624
+        $sentmsgs = [];
2625
+        while ($rowfetchedsmsg = $getsentmsgsres->fetch()) {
2626
+               $rowfetchedsmsg['table'] = 'sent';
2627
+               $sentmsgs[] = $rowfetchedsmsg;
2628
+        }
2629
+        $getsentmsgsres->closeCursor();
2630
+
2631
+        $groupedfromdb = array_merge($recmsgs, $sentmsgs);
2632
+
2633
+        if ($this->groupManager->isAdmin($userId)) {
2634
+
2635
+            return $groupedfromdb;
2636
+
2637
+        } else {
2638
+
2639
+            if ($restrdata) {
2640
+
2641
+                // Clean the phone numbers from tags
2642
+                $restrPhfin = [];
2643
+                foreach ($restrPhoneNmbrs as $phkey => $phvalue) {
2644
+
2645
+                    $restrpharr = explode(": ", $phvalue);
2646
+                    $restrPhfin[] = $restrpharr[1];
2647
+                }
2648
+
2649
+                // Assemble the array of message rows that excludes the rows for the restricted phone numbers
2650
+                foreach ($groupedfromdb as $gmdkey => $gmdvalue) {
2651
+
2652
+                         if ($gmdvalue['table'] == 'sent') {
2653
+
2654
+                             if (str_contains($gmdvalue['from'], "+")) {
2655
+                                 $fromnmbrarr = explode("+", $gmdvalue['from']);
2656
+                                 if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
2657
+                                     unset($groupedfromdb[$gmdkey]);
2658
+                                 }
2659
+                             } else {
2660
+                                 $frmnmbrarr = explode(": ", $gmdvalue['from']);
2661
+                                 if (count($frmnmbrarr) == 2) {
2662
+                                     $nmbtbcmprd = $frmnmbrarr[1];
2663
+                                 } else { 
2664
+                                     $nmbtbcmprd = $frmnmbrarr[0];
2665
+                                 }
2666
+                                 if (in_array($nmbtbcmprd, $restrPhfin)) {
2667
+                                     unset($groupedfromdb[$gmdkey]);
2668
+                                 }
2669
+                             }
2670
+
2671
+                         } elseif ($gmdvalue['table'] == 'received') {
2672
+
2673
+                             if (str_contains($gmdvalue['to'], "+")) {
2674
+                                 $fromnmbrarr = explode("+", $gmdvalue['to']);
2675
+                                 if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
2676
+                                     unset($groupedfromdb[$gmdkey]);
2677
+                                 }
2678
+                             } else {
2679
+                                 $tonmbrarr = explode(": ", $gmdvalue['to']);
2680
+                                 if (count($tonmbrarr) == 2) {
2681
+                                     $tonmbrtbcmprd = $tonmbrarr[1];
2682
+                                 } else {
2683
+                                     $tonmbrtbcmprd = $tonmbrarr[0];
2684
+                                 }
2685
+                                 if (in_array($tonmbrtbcmprd, $restrPhfin)) {
2686
+                                     unset($groupedfromdb[$gmdkey]);
2687
+                                 }
2688
+                             }
2689
+                         }
2690
+
2691
+                }
2692
+
2693
+                $groupedfdbproc = array_values($groupedfromdb);
2694
+
2695
+                return $groupedfdbproc;
2696
+
2697
+            } else { return $groupedfromdb; }
2698
+        }
2699
+     }
2700
+
2701
+
2702
+     /**
2703
+      * @NoAdminRequired
2704
+      */
2705
+     public function getgroupedpernumber($userId, $phoneNumber) {
2706
+
2707
+        $phoneNumberpr = "%" . $phoneNumber;
2708
+
2709
+        // Get the user's preferences from the settings
2710
+        $getpref = $this->connection->prepare('
2711
+		       SELECT `user_id`, `show_all_messages`
2712
+		       FROM  `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
2713
+        $getprefres = $getpref->execute([$userId]);
2714
+        $getprefresdata = $getprefres->fetch();
2715
+        $crsampref = $getprefresdata['show_all_messages'];
2716
+        $getprefres->closeCursor();
2717
+
2718
+
2719
+        // Collect the users with whom the current admin is sharing his API keys and whose messages he will be able to see
2720
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
2721
+
2722
+            // Get the groups and users that were allowed access to the API keys
2723
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
2724
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
2725
+                                                   WHERE `user_id` = ?');
2726
+            $getgrpsres = $getgrps->execute([$userId]);
2727
+            $getgrpsusr = $getgrpsres->fetch();
2728
+            $getgrpsres->closeCursor();
2729
+
2730
+            if ($getgrpsusr) {
2731
+
2732
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
2733
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
2734
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
2735
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
2736
+
2737
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
2738
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
2739
+
2740
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
2741
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
2742
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
2743
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
2744
+
2745
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
2746
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
2747
+
2748
+            } else {
2749
+                $allwdusersunq = [];
2750
+                $allwdgroupsunq = [];
2751
+            }
2752
+
2753
+            // Get the username for each Display Name of the allowed users
2754
+            $allwdusersfnl = [];
2755
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
2756
+
2757
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
2758
+		         $getacdatausrnmres = $getacdatausrnm->execute(['displayname', $alwdusrvalue]);
2759
+		         $acdatausrname = $getacdatausrnmres->fetch();
2760
+                         if ($acdatausrname) {
2761
+                             $allwdusersfnl[] = $acdatausrname['uid'];
2762
+                         }
2763
+                         $getacdatausrnmres->closeCursor();
2764
+            }
2765
+
2766
+            // Get the users from all the allowed groups
2767
+            $allwdusersgrpmlt = [];
2768
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
2769
+
2770
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
2771
+                     if ($prgrpvalue != 'admin') {
2772
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
2773
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
2774
+
2775
+		         while ($getusrname = $getusringroupres->fetch()) {
2776
+
2777
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
2778
+                         }
2779
+		         $getusringroupres->closeCursor();
2780
+                     }
2781
+            }
2782
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
2783
+            
2784
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
2785
+            $allusruniquest = array_unique($allusr);
2786
+
2787
+            if ($allusruniquest) {
2788
+                array_unshift($allusruniquest, $userId);
2789
+                $allusruniquepn = $allusruniquest;
2790
+            } else { $allusruniquepn = [$userId]; }
2791
+
2792
+            $allusruniquepnst = $allusruniquepn;
2793
+
2794
+            $procardatapn = "'" . implode("','", $allusruniquepn) . "'";
2795
+
2796
+            array_unshift($allusruniquepn, $phoneNumber, $phoneNumberpr);
2797
+            $allusruniquead = $allusruniquepn;
2798
+
2799
+            array_unshift($allusruniquepnst, $phoneNumberpr, $phoneNumber);
2800
+            $allusruniqueadst = $allusruniquepnst;
2801
+        }
2802
+
2803
+
2804
+        // Get received messages
2805
+
2806
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
2807
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
2808
+
2809
+	    $getrecmsgsres = $this->connection->executeQuery("
2810
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2811
+			FROM `*PREFIX*sms_relent_received` 
2812
+                        WHERE (`from` = '$phoneNumber' OR `to` LIKE '$phoneNumberpr') AND `user_id` IN (" . $procardatapn . ")");
2813
+
2814
+        // If the user is an admin and he wants to see only his messages
2815
+        } elseif ($crsampref == 0 && $this->groupManager->isAdmin($userId)) {
2816
+
2817
+            $getrecmsgs = $this->connection->prepare('
2818
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2819
+			FROM `*PREFIX*sms_relent_received` 
2820
+                        WHERE `user_id` = ? AND (`from` = ? OR `to` LIKE ?)');
2821
+	    $getrecmsgsres = $getrecmsgs->execute([$userId, $phoneNumber, $phoneNumberpr]);
2822
+
2823
+        // If the user is not an admin 
2824
+        } elseif (!$this->groupManager->isAdmin($userId)) {
2825
+
2826
+	    // Get the Display Name of the current user
2827
+            $dispname = 'displayname';
2828
+	    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
2829
+	    $getacdatadnres = $getacdatadn->execute([$userId, $dispname]);
2830
+	    $acdatausrdnadm = $getacdatadnres->fetch();
2831
+	    $cruserdname = $acdatausrdnadm['value'];
2832
+	    $getacdatadnres->closeCursor();
2833
+
2834
+            // Get the groups to which the current user belongs
2835
+            $getusrgrp = $this->connection->prepare('
2836
+	          SELECT `gid`, `uid`
2837
+	          FROM  `*PREFIX*group_user`
2838
+                  WHERE `uid` = ?');
2839
+            $getusrgrpres = $getusrgrp->execute([$userId]);
2840
+
2841
+            $usergrps = [];
2842
+            while ($fetchedgrps = $getusrgrpres->fetch()) {
2843
+                   $usergrps[] = $fetchedgrps['gid'];
2844
+            }
2845
+            $getusrgrpres->closeCursor();
2846
+
2847
+            // Get the restrictions from the 'sms_relent_restrict' table
2848
+            $getrestr = $this->connection->prepare('
2849
+		       SELECT `phone_number`, `groups`, `users`
2850
+		       FROM  `*PREFIX*sms_relent_restrict`');
2851
+            $getrestrres = $getrestr->execute();
2852
+
2853
+            $restrdata = [];
2854
+            while ($restrfetched = $getrestrres->fetch()) {
2855
+                   $restrdata[] = $restrfetched;
2856
+            }
2857
+            $getrestrres->closeCursor();
2858
+
2859
+            // Get the phone numbers that the user is allowed/not allowed to use
2860
+            if ($restrdata) {
2861
+
2862
+                $restrPhoneNmbrs = [];
2863
+                $allowedPhoneNmbrs = [];
2864
+                foreach ($restrdata as $rskey => $rsvalue) {
2865
+
2866
+                         $chck = 0;
2867
+                         $restrgrparr = explode("|", $rsvalue['groups']);
2868
+                         foreach ($restrgrparr as $rkey => $rvalue) {
2869
+                                  if ($rvalue) {
2870
+                                      if (strpos(implode("|", $usergrps), $rvalue) !== false) { $chck++; }
2871
+                                  }
2872
+                         }
2873
+                         if (strpos($rsvalue['users'], $cruserdname) !== false) { $chck++; }
2874
+
2875
+                         if ($chck == 0) { 
2876
+                             $restrPhoneNmbrs[] = $rsvalue['phone_number']; 
2877
+                         }
2878
+                }
2879
+
2880
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
2881
+
2882
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
2883
+			 $crphnmbr = explode(": ", $apnvalue);
2884
+			 if ($crphnmbr[0] == 'Tx') {
2885
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
2886
+			 } elseif ($crphnmbr[0] == 'Pl') {
2887
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
2888
+			 } elseif ($crphnmbr[0] == 'Tw') {
2889
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
2890
+			 } elseif ($crphnmbr[0] == 'Fl') {
2891
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
2892
+			 }
2893
+		}
2894
+
2895
+                $allowedPhoneNmbrscp = $allowedPhoneNmbrs;
2896
+
2897
+                $procalwdphnmbrs = "'" . implode("','", $allowedPhoneNmbrs) . "'";
2898
+
2899
+                if ($procalwdphnmbrs != "''") {
2900
+
2901
+	            $getrecmsgsres = $this->connection->executeQuery("
2902
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2903
+			FROM `*PREFIX*sms_relent_received`
2904
+			WHERE (`user_id` = '$userId' OR `to` IN (" . $procalwdphnmbrs . ")) AND (`from` = '$phoneNumber' OR `to` LIKE '$phoneNumberpr')");
2905
+
2906
+                } else {
2907
+	            $getrecmsgs = $this->connection->prepare('
2908
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2909
+			FROM `*PREFIX*sms_relent_received`
2910
+			WHERE `user_id` = ? AND (`from` = ? OR `to` LIKE ?)');
2911
+	            $getrecmsgsres = $getrecmsgs->execute([$userId, $phoneNumber, $phoneNumberpr]);
2912
+                }
2913
+
2914
+            } else {
2915
+
2916
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
2917
+
2918
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
2919
+			 $crphnmbr = explode(": ", $apnvalue);
2920
+			 if ($crphnmbr[0] == 'Tx') {
2921
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
2922
+			 } elseif ($crphnmbr[0] == 'Pl') {
2923
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
2924
+			 } elseif ($crphnmbr[0] == 'Tw') {
2925
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
2926
+			 } elseif ($crphnmbr[0] == 'Fl') {
2927
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
2928
+			 }
2929
+		}
2930
+
2931
+                $allowedPhoneNmbrscp = $allowedPhoneNmbrs;
2932
+
2933
+                $procalwdphnmbrs = "'" . implode("','", $allowedPhoneNmbrs) . "'";
2934
+
2935
+                if ($procalwdphnmbrs != "''") {
2936
+
2937
+	            $getrecmsgsres = $this->connection->executeQuery("
2938
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2939
+			FROM `*PREFIX*sms_relent_received`
2940
+			WHERE (`user_id` = '$userId' OR `to` IN (" . $procalwdphnmbrs . ")) AND (`from` = '$phoneNumber' OR `to` LIKE '$phoneNumberpr')");
2941
+
2942
+                } else {
2943
+	            $getrecmsgs = $this->connection->prepare('
2944
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
2945
+			FROM `*PREFIX*sms_relent_received`
2946
+			WHERE `user_id` = ? AND (`from` = ? OR `to` LIKE ?)');
2947
+	            $getrecmsgsres = $getrecmsgs->execute([$userId, $phoneNumber, $phoneNumberpr]);
2948
+                }
2949
+            }
2950
+        }
2951
+
2952
+
2953
+        $recmsgs = [];
2954
+        while ($rcrowsfetch = $getrecmsgsres->fetch()) {
2955
+               $rcrowsfetch['deliveryreceipt'] = '';
2956
+               $rcrowsfetch['table'] = 'received';
2957
+               $recmsgs[] = $rcrowsfetch;
2958
+        }
2959
+	$getrecmsgsres->closeCursor();
2960
+
2961
+
2962
+        // Get sent messages
2963
+
2964
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
2965
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
2966
+
2967
+            $getsentmsgsres = $this->connection->executeQuery("
2968
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2969
+		       FROM  `*PREFIX*sms_relent_sent` 
2970
+                       WHERE (`from` LIKE '$phoneNumberpr' OR `to` = '$phoneNumber') AND `user_id` IN (" . $procardatapn . ")");
2971
+
2972
+        // If the user is an admin and he wants to see only his messages
2973
+        } elseif ($crsampref == 0 && $this->groupManager->isAdmin($userId)) {
2974
+
2975
+            $getsentmsgs = $this->connection->prepare('
2976
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2977
+		       FROM  `*PREFIX*sms_relent_sent`
2978
+		       WHERE `user_id` = ? AND (`from` LIKE ? OR `to` = ?)');
2979
+            $getsentmsgsres = $getsentmsgs->execute([$userId, $phoneNumberpr, $phoneNumber]);
2980
+
2981
+
2982
+        // If the user is not an admin 
2983
+        } elseif (!$this->groupManager->isAdmin($userId)) {
2984
+
2985
+            if ($restrdata) {
2986
+                if ($procalwdphnmbrs != "''") {
2987
+
2988
+                    $getsentmsgsres = $this->connection->executeQuery("
2989
+		        SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2990
+		        FROM  `*PREFIX*sms_relent_sent`
2991
+			WHERE (`user_id` = '$userId' OR `from` IN (" . $procalwdphnmbrs . ")) AND (`from` LIKE '$phoneNumberpr' OR `to` = '$phoneNumber')");
2992
+
2993
+                } else {
2994
+                    $getsentmsgs = $this->connection->prepare('
2995
+		        SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
2996
+		        FROM  `*PREFIX*sms_relent_sent`
2997
+			WHERE `user_id` = ? AND (`from` LIKE ? OR `to` = ?)');
2998
+	            $getsentmsgsres = $getsentmsgs->execute([$userId, $phoneNumberpr, $phoneNumber]);
2999
+                }
3000
+
3001
+            } else {
3002
+
3003
+                $getsentmsgs = $this->connection->prepare('
3004
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
3005
+		       FROM  `*PREFIX*sms_relent_sent`
3006
+		       WHERE `user_id` = ? AND (`from` LIKE ? OR `to` = ?)');
3007
+                $getsentmsgsres = $getsentmsgs->execute([$userId, $phoneNumberpr, $phoneNumber]);
3008
+            }
3009
+        }
3010
+
3011
+        $sentmsgs = [];
3012
+        while ($rowfetchedsmsg = $getsentmsgsres->fetch()) {
3013
+               $rowfetchedsmsg['table'] = 'sent';
3014
+               $sentmsgs[] = $rowfetchedsmsg;
3015
+        }
3016
+        $getsentmsgsres->closeCursor();
3017
+
3018
+        $groupedpernb = array_merge($recmsgs, $sentmsgs);
3019
+
3020
+        if ($this->groupManager->isAdmin($userId)) {
3021
+
3022
+            return $groupedpernb;
3023
+
3024
+        } else {
3025
+
3026
+            if ($restrdata) {
3027
+
3028
+                // Clean the phone numbers from tags
3029
+                $restrPhfin = [];
3030
+                foreach ($restrPhoneNmbrs as $phkey => $phvalue) {
3031
+
3032
+                    $restrpharr = explode(": ", $phvalue);
3033
+                    $restrPhfin[] = $restrpharr[1];
3034
+                }
3035
+
3036
+                // Assemble the array of message rows that excludes the rows for the restricted phone numbers
3037
+                foreach ($groupedpernb as $gmdkey => $gmdvalue) {
3038
+
3039
+                         if ($gmdvalue['table'] == 'sent') {
3040
+
3041
+                             if (str_contains($gmdvalue['from'], "+")) {
3042
+                                 $fromnmbrarr = explode("+", $gmdvalue['from']);
3043
+                                 if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
3044
+                                     unset($groupedpernb[$gmdkey]);
3045
+                                 }
3046
+                             } else {
3047
+                                 $frmnmbrarr = explode(": ", $gmdvalue['from']);
3048
+                                 if (count($frmnmbrarr) == 2) {
3049
+                                     $nmbtbcmprd = $frmnmbrarr[1];
3050
+                                 } else { 
3051
+                                     $nmbtbcmprd = $frmnmbrarr[0];
3052
+                                 }
3053
+                                 if (in_array($nmbtbcmprd, $restrPhfin)) {
3054
+                                     unset($groupedpernb[$gmdkey]);
3055
+                                 }
3056
+                             }
3057
+
3058
+                         } elseif ($gmdvalue['table'] == 'received') {
3059
+
3060
+                             if (str_contains($gmdvalue['to'], "+")) {
3061
+                                 $fromnmbrarr = explode("+", $gmdvalue['to']);
3062
+                                 if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
3063
+                                     unset($groupedpernb[$gmdkey]);
3064
+                                 }
3065
+                             } else {
3066
+                                 $tonmbrarr = explode(": ", $gmdvalue['to']);
3067
+                                 if (count($tonmbrarr) == 2) {
3068
+                                     $tonmbrtbcmprd = $tonmbrarr[1];
3069
+                                 } else {
3070
+                                     $tonmbrtbcmprd = $tonmbrarr[0];
3071
+                                 }
3072
+                                 if (in_array($tonmbrtbcmprd, $restrPhfin)) {
3073
+                                     unset($groupedpernb[$gmdkey]);
3074
+                                 }
3075
+                             }
3076
+                         }
3077
+
3078
+                }
3079
+
3080
+                $groupedpernbprc = array_values($groupedpernb);
3081
+
3082
+                return $groupedpernbprc;
3083
+
3084
+            } else { return $groupedpernb; }
3085
+        }
3086
+     }
3087
+
3088
+
3089
+     /**
3090
+      * @NoAdminRequired
3091
+      */
3092
+     public function getgroupedforreply($userId, $phoneNmbrFrom, $phoneNmbrTo) {
3093
+
3094
+        $phoneNmbrFrompr = "%" . $phoneNmbrFrom;
3095
+        $phoneNmbrTopr = "%" . $phoneNmbrTo;
3096
+
3097
+        // Get the user's preferences from the settings
3098
+        $getpref = $this->connection->prepare('
3099
+		       SELECT `user_id`, `show_all_messages`
3100
+		       FROM  `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
3101
+        $getprefres = $getpref->execute([$userId]);
3102
+        $getprefresdata = $getprefres->fetch();
3103
+        $crsampref = $getprefresdata['show_all_messages'];
3104
+        $getprefres->closeCursor();
3105
+
3106
+
3107
+        // Collect the users with whom the current admin is sharing his API keys and whose messages he will be able to see
3108
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
3109
+
3110
+            // Get the groups and users that were allowed access to the API keys
3111
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
3112
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
3113
+                                                   WHERE `user_id` = ?');
3114
+            $getgrpsres = $getgrps->execute([$userId]);
3115
+            $getgrpsusr = $getgrpsres->fetch();
3116
+            $getgrpsres->closeCursor();
3117
+
3118
+            if ($getgrpsusr) {
3119
+
3120
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
3121
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
3122
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
3123
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
3124
+
3125
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
3126
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
3127
+
3128
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
3129
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
3130
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
3131
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
3132
+
3133
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
3134
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
3135
+
3136
+            } else {
3137
+                $allwdusersunq = [];
3138
+                $allwdgroupsunq = [];
3139
+            }
3140
+
3141
+            // Get the username for each Display Name of the allowed users
3142
+            $allwdusersfnl = [];
3143
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
3144
+
3145
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
3146
+		         $getacdatausrnmres = $getacdatausrnm->execute(['displayname', $alwdusrvalue]);
3147
+		         $acdatausrname = $getacdatausrnmres->fetch();
3148
+                         if ($acdatausrname) {
3149
+                             $allwdusersfnl[] = $acdatausrname['uid'];
3150
+                         }
3151
+                         $getacdatausrnmres->closeCursor();
3152
+            }
3153
+
3154
+            // Get the users from all the allowed groups
3155
+            $allwdusersgrpmlt = [];
3156
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
3157
+
3158
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
3159
+                     if ($prgrpvalue != 'admin') {
3160
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
3161
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
3162
+
3163
+		         while ($getusrname = $getusringroupres->fetch()) {
3164
+
3165
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
3166
+                         }
3167
+		         $getusringroupres->closeCursor();
3168
+                     }
3169
+            }
3170
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
3171
+            
3172
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
3173
+            $allusruniquest = array_unique($allusr);
3174
+
3175
+            if ($allusruniquest) {
3176
+                array_unshift($allusruniquest, $userId);
3177
+                $allusruniquerp = $allusruniquest;
3178
+            } else { $allusruniquerp = [$userId]; }
3179
+
3180
+            $allusruniquerpst = $allusruniquerp;
3181
+
3182
+            $procardatarp = "'" . implode("','", $allusruniquerp) . "'";
3183
+        }
3184
+
3185
+
3186
+        // Get received messages
3187
+
3188
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
3189
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
3190
+
3191
+            $getrecmsgsres = $this->connection->executeQuery("
3192
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
3193
+			FROM `*PREFIX*sms_relent_received` 
3194
+                        WHERE ((`from` = '$phoneNmbrFrom' AND `to` LIKE '$phoneNmbrTopr') OR (`from` = '$phoneNmbrTo' AND `to` LIKE '$phoneNmbrFrompr')) AND 
3195
+                        `user_id` IN (" . $procardatarp . ")");
3196
+
3197
+        // If the user is an admin and he wants to see only his messages
3198
+        } elseif ($crsampref == 0 && $this->groupManager->isAdmin($userId)) {
3199
+
3200
+            $getrecmsgs = $this->connection->prepare('
3201
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
3202
+			FROM  `*PREFIX*sms_relent_received`
3203
+			WHERE `user_id` = ? AND ((`from` = ? AND `to` LIKE ?) OR (`from` = ? AND `to` LIKE ?))');
3204
+	    $getrecmsgsres = $getrecmsgs->execute([$userId, $phoneNmbrFrom, $phoneNmbrTopr, $phoneNmbrTo, $phoneNmbrFrompr]);
3205
+
3206
+        // If the user is not an admin 
3207
+        } elseif (!$this->groupManager->isAdmin($userId)) {
3208
+
3209
+	    // Get the Display Name of the current user
3210
+            $dispname = 'displayname';
3211
+	    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
3212
+	    $getacdatadnres = $getacdatadn->execute([$userId, $dispname]);
3213
+	    $acdatausrdnadm = $getacdatadnres->fetch();
3214
+	    $cruserdname = $acdatausrdnadm['value'];
3215
+	    $getacdatadnres->closeCursor();
3216
+
3217
+            // Get the groups to which the current user belongs
3218
+            $getusrgrp = $this->connection->prepare('
3219
+	          SELECT `gid`, `uid`
3220
+	          FROM  `*PREFIX*group_user`
3221
+                  WHERE `uid` = ?');
3222
+            $getusrgrpres = $getusrgrp->execute([$userId]);
3223
+
3224
+            $usergrps = [];
3225
+            while ($fetchedgrps = $getusrgrpres->fetch()) {
3226
+                   $usergrps[] = $fetchedgrps['gid'];
3227
+            }
3228
+            $getusrgrpres->closeCursor();
3229
+
3230
+            // Get the restrictions from the 'sms_relent_restrict' table
3231
+            $getrestr = $this->connection->prepare('
3232
+		       SELECT `phone_number`, `groups`, `users`
3233
+		       FROM  `*PREFIX*sms_relent_restrict`');
3234
+            $getrestrres = $getrestr->execute();
3235
+
3236
+            $restrdata = [];
3237
+            while ($restrfetched = $getrestrres->fetch()) {
3238
+                   $restrdata[] = $restrfetched;
3239
+            }
3240
+            $getrestrres->closeCursor();
3241
+
3242
+            // Get the phone numbers that the user is allowed/not allowed to use
3243
+            if ($restrdata) {
3244
+
3245
+                $restrPhoneNmbrs = [];
3246
+                $allowedPhoneNmbrs = [];
3247
+                foreach ($restrdata as $rskey => $rsvalue) {
3248
+
3249
+                         $chck = 0;
3250
+                         $restrgrparr = explode("|", $rsvalue['groups']);
3251
+                         foreach ($restrgrparr as $rkey => $rvalue) {
3252
+                                  if ($rvalue) {
3253
+                                      if (strpos(implode("|", $usergrps), $rvalue) !== false) { $chck++; }
3254
+                                  }
3255
+                         }
3256
+                         if (strpos($rsvalue['users'], $cruserdname) !== false) { $chck++; }
3257
+
3258
+                         if ($chck == 0) { 
3259
+                             $restrPhoneNmbrs[] = $rsvalue['phone_number']; 
3260
+                         }
3261
+                }
3262
+
3263
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
3264
+
3265
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
3266
+			 $crphnmbr = explode(": ", $apnvalue);
3267
+			 if ($crphnmbr[0] == 'Tx') {
3268
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
3269
+			 } elseif ($crphnmbr[0] == 'Pl') {
3270
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
3271
+			 } elseif ($crphnmbr[0] == 'Tw') {
3272
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
3273
+			 } elseif ($crphnmbr[0] == 'Fl') {
3274
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
3275
+			 }
3276
+		}
3277
+
3278
+                $allowedPhoneNmbrscpr = $allowedPhoneNmbrs;
3279
+
3280
+                $procalwdphnmbrs = "'" . implode("','", $allowedPhoneNmbrs) . "'";
3281
+
3282
+                if ($procalwdphnmbrs != "''") {
3283
+
3284
+                    $getrecmsgsres = $this->connection->executeQuery("
3285
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
3286
+			FROM `*PREFIX*sms_relent_received`
3287
+			WHERE (`user_id` = '$userId' OR `to` IN (" . $procalwdphnmbrs . ")) AND ((`from` = '$phoneNmbrFrom' AND `to` LIKE '$phoneNmbrTopr') OR (`from` = '$phoneNmbrTo' 
3288
+                                AND `to` LIKE '$phoneNmbrFrompr'))");
3289
+
3290
+                } else {
3291
+	            $getrecmsgs = $this->connection->prepare('
3292
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
3293
+			FROM `*PREFIX*sms_relent_received`
3294
+			WHERE `user_id` = ? AND ((`from` = ? AND `to` LIKE ?) OR (`from` = ? AND `to` LIKE ?))');
3295
+	            $getrecmsgsres = $getrecmsgs->execute([$userId, $phoneNmbrFrom, $phoneNmbrTopr, $phoneNmbrTo, $phoneNmbrFrompr]);
3296
+                }
3297
+
3298
+            } else {
3299
+
3300
+		$allowedPhNmbrs = $this->getsmsnumbers($userId);
3301
+
3302
+		foreach ($allowedPhNmbrs as $apnkey => $apnvalue) {
3303
+			 $crphnmbr = explode(": ", $apnvalue);
3304
+			 if ($crphnmbr[0] == 'Tx') {
3305
+			     $allowedPhoneNmbrs[] = 'Telnyx: ' . $crphnmbr[1];
3306
+			 } elseif ($crphnmbr[0] == 'Pl') {
3307
+			     $allowedPhoneNmbrs[] = 'Plivo: ' . $crphnmbr[1];
3308
+			 } elseif ($crphnmbr[0] == 'Tw') {
3309
+			     $allowedPhoneNmbrs[] = 'Twilio: ' . $crphnmbr[1];
3310
+			 } elseif ($crphnmbr[0] == 'Fl') {
3311
+			     $allowedPhoneNmbrs[] = 'Flowroute: ' . $crphnmbr[1];
3312
+			 }
3313
+		}
3314
+
3315
+                $allowedPhoneNmbrscpr = $allowedPhoneNmbrs;
3316
+
3317
+                $procalwdphnmbrs = "'" . implode("','", $allowedPhoneNmbrs) . "'";
3318
+
3319
+                if ($procalwdphnmbrs != "''") {
3320
+
3321
+                    $getrecmsgsres = $this->connection->executeQuery("
3322
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
3323
+			FROM `*PREFIX*sms_relent_received`
3324
+			WHERE (`user_id` = '$userId' OR `to` IN (" . $procalwdphnmbrs . ")) AND ((`from` = '$phoneNmbrFrom' AND `to` LIKE '$phoneNmbrTopr') OR (`from` = '$phoneNmbrTo' 
3325
+                                AND `to` LIKE '$phoneNmbrFrompr'))");
3326
+
3327
+                } else {
3328
+	            $getrecmsgs = $this->connection->prepare('
3329
+			SELECT `id`, `user_id`, `date`, `from`, `to`, `message`, `author_displayname`
3330
+			FROM `*PREFIX*sms_relent_received`
3331
+			WHERE `user_id` = ? AND ((`from` = ? AND `to` LIKE ?) OR (`from` = ? AND `to` LIKE ?))');
3332
+	            $getrecmsgsres = $getrecmsgs->execute([$userId, $phoneNmbrFrom, $phoneNmbrTopr, $phoneNmbrTo, $phoneNmbrFrompr]);
3333
+                }
3334
+            }
3335
+        }
3336
+
3337
+        $recmsgs = [];
3338
+        while ($rcrowsfetch = $getrecmsgsres->fetch()) {
3339
+               $rcrowsfetch['deliveryreceipt'] = '';
3340
+               $rcrowsfetch['table'] = 'received';
3341
+               $recmsgs[] = $rcrowsfetch;
3342
+        }
3343
+	$getrecmsgsres->closeCursor();
3344
+
3345
+
3346
+        // Get sent messages
3347
+
3348
+        // If the user is an admin and he wants to see his messages and the messages of all the users with whom he shares his API keys
3349
+        if ($crsampref == 1 && $this->groupManager->isAdmin($userId)) {
3350
+
3351
+            $getsentmsgsres = $this->connection->executeQuery("
3352
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
3353
+		       FROM  `*PREFIX*sms_relent_sent` 
3354
+                       WHERE ((`from` LIKE '$phoneNmbrFrompr' AND `to` = '$phoneNmbrTo') OR (`from` LIKE '$phoneNmbrTopr' AND `to` = '$phoneNmbrFrom')) AND `user_id` IN 
3355
+                       (" . $procardatarp . ")");
3356
+
3357
+        // If the user is an admin and he wants to see only his messages
3358
+        } elseif ($crsampref == 0 && $this->groupManager->isAdmin($userId)) {
3359
+
3360
+            $getsentmsgs = $this->connection->prepare('
3361
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
3362
+		       FROM `*PREFIX*sms_relent_sent`
3363
+		       WHERE `user_id` = ? AND ((`from` LIKE ? AND `to` = ?) OR (`from` LIKE ? AND `to` = ?))');
3364
+            $getsentmsgsres = $getsentmsgs->execute([$userId, $phoneNmbrFrompr, $phoneNmbrTo, $phoneNmbrTopr, $phoneNmbrFrom]);
3365
+
3366
+        // If the user is not an admin
3367
+        } elseif (!$this->groupManager->isAdmin($userId)) {
3368
+
3369
+            if ($restrdata) {
3370
+                if ($procalwdphnmbrs != "''") {
3371
+
3372
+	            $getsentmsgsres = $this->connection->executeQuery("
3373
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
3374
+		       FROM `*PREFIX*sms_relent_sent`
3375
+		       WHERE (`user_id` = '$userId' OR `from` IN (" . $procalwdphnmbrs . ")) AND ((`from` LIKE '$phoneNmbrFrompr' AND `to` = '$phoneNmbrTo') OR 
3376
+                       (`from` LIKE '$phoneNmbrTopr' AND `to` = '$phoneNmbrFrom'))");
3377
+
3378
+                } else {
3379
+                    $getsentmsgs = $this->connection->prepare('
3380
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
3381
+		       FROM `*PREFIX*sms_relent_sent`
3382
+		       WHERE `user_id` = ? AND ((`from` LIKE ? AND `to` = ?) OR (`from` LIKE ? AND `to` = ?))');
3383
+	            $getsentmsgsres = $getsentmsgs->execute([$userId, $phoneNmbrFrompr, $phoneNmbrTo, $phoneNmbrTopr, $phoneNmbrFrom]);
3384
+                }
3385
+
3386
+            } else {
3387
+
3388
+                $getsentmsgs = $this->connection->prepare('
3389
+		       SELECT `id`, `user_id`, `date`, `from`, `to`,`message`, `author_displayname`, `deliveryreceipt`
3390
+		       FROM `*PREFIX*sms_relent_sent`
3391
+		       WHERE `user_id` = ? AND ((`from` LIKE ? AND `to` = ?) OR (`from` LIKE ? AND `to` = ?))');
3392
+                $getsentmsgsres = $getsentmsgs->execute([$userId, $phoneNmbrFrompr, $phoneNmbrTo, $phoneNmbrTopr, $phoneNmbrFrom]);
3393
+            }
3394
+        }
3395
+
3396
+        $sentmsgs = [];
3397
+        while ($rowfetchedsmsg = $getsentmsgsres->fetch()) {
3398
+               $rowfetchedsmsg['table'] = 'sent';
3399
+               $sentmsgs[] = $rowfetchedsmsg;
3400
+        }
3401
+        $getsentmsgsres->closeCursor();
3402
+
3403
+        $groupedpernb = array_merge($recmsgs, $sentmsgs);
3404
+
3405
+        if ($this->groupManager->isAdmin($userId)) {
3406
+
3407
+            return $groupedpernb;
3408
+
3409
+        } else {
3410
+
3411
+            if ($restrdata) {
3412
+
3413
+                // Clean the phone numbers from tags
3414
+                $restrPhfin = [];
3415
+                foreach ($restrPhoneNmbrs as $phkey => $phvalue) {
3416
+
3417
+                    $restrpharr = explode(": ", $phvalue);
3418
+                    $restrPhfin[] = $restrpharr[1];
3419
+                }
3420
+
3421
+                // Assemble the array of message rows that excludes the rows for the restricted phone numbers
3422
+                foreach ($groupedpernb as $gmdkey => $gmdvalue) {
3423
+
3424
+                         if ($gmdvalue['table'] == 'sent') {
3425
+
3426
+                             if (str_contains($gmdvalue['from'], "+")) {
3427
+                                 $fromnmbrarr = explode("+", $gmdvalue['from']);
3428
+                                 if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
3429
+                                     unset($groupedpernb[$gmdkey]);
3430
+                                 }
3431
+                             } else {
3432
+                                 $frmnmbrarr = explode(": ", $gmdvalue['from']);
3433
+                                 if (count($frmnmbrarr) == 2) {
3434
+                                     $nmbtbcmprd = $frmnmbrarr[1];
3435
+                                 } else { 
3436
+                                     $nmbtbcmprd = $frmnmbrarr[0];
3437
+                                 }
3438
+                                 if (in_array($nmbtbcmprd, $restrPhfin)) {
3439
+                                     unset($groupedpernb[$gmdkey]);
3440
+                                 }
3441
+                             }
3442
+
3443
+                         } elseif ($gmdvalue['table'] == 'received') {
3444
+
3445
+                             if (str_contains($gmdvalue['to'], "+")) {
3446
+                                 $fromnmbrarr = explode("+", $gmdvalue['to']);
3447
+                                 if (in_array("+" . $fromnmbrarr[1], $restrPhfin)) {
3448
+                                     unset($groupedpernb[$gmdkey]);
3449
+                                 }
3450
+                             } else {
3451
+                                 $tonmbrarr = explode(": ", $gmdvalue['to']);
3452
+                                 if (count($tonmbrarr) == 2) {
3453
+                                     $tonmbrtbcmprd = $tonmbrarr[1];
3454
+                                 } else {
3455
+                                     $tonmbrtbcmprd = $tonmbrarr[0];
3456
+                                 }
3457
+                                 if (in_array($tonmbrtbcmprd, $restrPhfin)) {
3458
+                                     unset($groupedpernb[$gmdkey]);
3459
+                                 }
3460
+                             }
3461
+                         }
3462
+
3463
+                }
3464
+
3465
+                $groupedperconv = array_values($groupedpernb);
3466
+
3467
+                return $groupedperconv;
3468
+
3469
+            } else { return $groupedpernb; }
3470
+        }
3471
+     }
3472
+
3473
+
3474
+
3475
+     /**
3476
+      * @NoAdminRequired
3477
+      */
3478
+     public function savedisplayname($userId, $authorDisplayname, $from) {
3479
+
3480
+        if ($this->groupManager->isAdmin($userId)) {
3481
+
3482
+	    $updatedispnm = $this->connection->prepare('
3483
+			UPDATE `*PREFIX*sms_relent_received`
3484
+			SET `author_displayname` = ?
3485
+                        WHERE `from` = ?');
3486
+	    $updatedispnmres = $updatedispnm->execute([$authorDisplayname, $from]);
3487
+
3488
+	    $updatedispnmcv = $this->connection->prepare('
3489
+			UPDATE `*PREFIX*sms_relent_conv`
3490
+			SET `lastmsgdisplayname` = ?
3491
+                        WHERE `last_msg_from` = ?');
3492
+	    $updatedispnmrescv = $updatedispnmcv->execute([$authorDisplayname, $from]);
3493
+
3494
+            if ($updatedispnmres && $updatedispnmrescv) {
3495
+                return $respupdname = "The new Display Name has been saved. If on the Settings page, the option 'Add the display name of the message author, before each message' is checked, when you refresh the page you will see the new Display Name before the messages.";
3496
+            } else {
3497
+                return $respupdname = "Error while trying to save the new Display Name to the database.";
3498
+            }
3499
+	    $updatedispnmres->closeCursor();
3500
+
3501
+        } else { return $respupdname = "Only admins can save Display Names for phone numbers that are not associated with Nextcloud users."; }
3502
+     }
3503
+
3504
+     /**
3505
+      * @NoAdminRequired
3506
+      */
3507
+     public function getmsgsperpgnewmsgarchnb($userId) {
3508
+
3509
+        $sqlmpp = $this->connection->prepare('
3510
+	       SELECT `user_id`, `messagesperpage`, `msg_check_interval`, `archived_conv_nmbr`
3511
+               FROM `*PREFIX*sms_relent_settings`
3512
+               WHERE `user_id` = ?');
3513
+	$result = $sqlmpp->execute([$userId]);
3514
+        $mesppdata = $result->fetch();
3515
+        $result->closeCursor();
3516
+        if ($mesppdata) {
3517
+            $mesperpagedb = ['msgsperpage' => $mesppdata['messagesperpage'], 'newmsgcheck' => $mesppdata['msg_check_interval'], 'archconvnb' => $mesppdata['archived_conv_nmbr'] ];
3518
+            return $mesperpagedb;
3519
+        }
3520
+     }
3521
+
3522
+     /**
3523
+      * @NoAdminRequired
3524
+      */
3525
+     public function getnewmsgindicator($userId) {
3526
+
3527
+        $sqlnmsg = $this->connection->prepare('
3528
+	       SELECT `user_id`, `new_message_rcd` 
3529
+               FROM `*PREFIX*sms_relent_settings`
3530
+               WHERE `user_id` = ?');
3531
+	$resultnmsg = $sqlnmsg->execute([$userId]);
3532
+        $nmsgdata = $resultnmsg->fetch();
3533
+        $resultnmsg->closeCursor();
3534
+
3535
+        if ($nmsgdata) {
3536
+            $newmsgdb = $nmsgdata['new_message_rcd'];
3537
+
3538
+            if ($newmsgdb == 1) {
3539
+                // Change the 'new message received' indicator to 0 in the 'sms_relent_settings' table, for the current user
3540
+                $newMsgRcd = 0;
3541
+	        $sqlupdnmsc = $this->connection->prepare('
3542
+			UPDATE `*PREFIX*sms_relent_settings`
3543
+			SET `new_message_rcd` = ?
3544
+	                WHERE `user_id` = ?');
3545
+	        $updatenmRcd = $sqlupdnmsc->execute([$newMsgRcd, $userId]);
3546
+	        $updatenmRcd->closeCursor();
3547
+            }
3548
+
3549
+            return $newmsgdb;
3550
+        }
3551
+     }
3552
+
3553
+     /**
3554
+      * @NoAdminRequired
3555
+      */
3556
+     public function getsettings($userId) {
3557
+
3558
+        $getsettings = $this->connection->prepare('
3559
+                    SELECT `id`, `user_id`, `telapi_url_rec`, `telapi_url`, `nexapi_url_rec`, `nexapi_url`, `twilapi_url_rec`, `twilapi_url`, `flowapi_url_rec`, `flowapi_url`, 
3560
+                           `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `show_display_names`, `add_display_names`, `msg_check_interval`, `archived_conv_nmbr`                           
3561
+		    FROM  `*PREFIX*sms_relent_settings`
3562
+		    WHERE `user_id` = ?');
3563
+        $resultsettings = $getsettings->execute([$userId]);
3564
+
3565
+        $settingsfromdb = $resultsettings->fetch();
3566
+
3567
+        $resultsettings->closeCursor();
3568
+
3569
+        if ($settingsfromdb) {
3570
+
3571
+            if ($this->groupManager->isAdmin($userId)) { $adminreguser = 'admin'; } else { $adminreguser = 'reguser'; }
3572
+            $settingsfromdb['adminornot'] = $adminreguser;
3573
+
3574
+            return $settingsfromdb;
3575
+        }
3576
+
3577
+     }
3578
+
3579
+
3580
+     public function updatenumberrestrictions($userId, $savedByDsplname, $phoneNumber, $groups, $users) {
3581
+
3582
+        if ($this->groupManager->isAdmin($userId)) {
3583
+
3584
+            $groupsproc = implode("|", $groups);
3585
+            $usersproc = implode("|", $users);
3586
+
3587
+            // Get the restrictions for the current number from the 'sms_relent_restrict' table
3588
+            $getrestr = $this->connection->prepare('SELECT `user_id`, `saved_by_dsplname`, `phone_number`, `groups`, `users` FROM `*PREFIX*sms_relent_restrict` WHERE
3589
+                                                   `phone_number` = ?');
3590
+            $getrestrresult = $getrestr->execute([$phoneNumber]);
3591
+            $crntrestr = $getrestrresult->fetch();
3592
+            $getrestrresult->closeCursor();
3593
+
3594
+            if ($getrestrresult && !$crntrestr) {
3595
+
3596
+	        $insertphrestr = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_restrict` (`user_id`, `saved_by_dsplname`, `phone_number`, `groups`, `users`) VALUES
3597
+                                                             (?, ?, ?, ?, ?)');
3598
+	        if ($insertphrestr->execute([$userId, $savedByDsplname, $phoneNumber, $groupsproc, $usersproc])) { $messagetosend = 'success'; } else { $messagetosend = 'failure'; }  
3599
+         
3600
+            } elseif ($getrestrresult && $crntrestr) {
3601
+
3602
+	        $updatephrestr = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_restrict` SET `user_id` = ?, `saved_by_dsplname` = ?, `groups` = ?, `users` = ? WHERE 
3603
+                                                            `phone_number` = ?');
3604
+	        if ($admupdatephonerestr = $updatephrestr->execute([$userId, $savedByDsplname, $groupsproc, $usersproc, $phoneNumber])) { 
3605
+                    $messagetosend = 'success';
3606
+                } else { 
3607
+                    $messagetosend = 'failure'; 
3608
+                }
3609
+
3610
+	        $admupdatephonerestr->closeCursor();
3611
+            }
3612
+            return $messagetosend;
3613
+        }
3614
+     }
3615
+
3616
+
3617
+     public function updatekeysallowedusers($userId, $groups, $users, $groupsdel, $usersdel, $provider) {
3618
+
3619
+       if ($this->groupManager->isAdmin($userId)) {
3620
+
3621
+          $msgtosend = 'success';
3622
+
3623
+          // Get the users that belong to the 'admin' group
3624
+          $getadmn = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
3625
+          $getadmnres = $getadmn->execute(['admin']);
3626
+
3627
+          $usersadmin = [];
3628
+          while ($getadmnusrs = $getadmnres->fetch()) {
3629
+                 $usersadmin[] = $getadmnusrs['uid'];
3630
+          }
3631
+          $getadmnres->closeCursor();
3632
+          
3633
+          // Get the API keys and alphanumeric sender IDs for the current admin, from the 'sms_relent_settings' table
3634
+          $getadmset = $this->connection->prepare('SELECT `user_id`, `telapi_key`, `tel_pub_key`, `messaging_profile_id`, `tel_sender_name`, `nexapi_key`, `nexapi_secret`,
3635
+                                                  `nex_sender_name`, `twilapi_key`, `twilapi_secret`, `twil_sender_name`, `flowapi_key`, `flowapi_secret` 
3636
+                                                   FROM `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
3637
+	  $getadmsetres = $getadmset->execute([$userId]);
3638
+	  $getcradmdata = $getadmsetres->fetch();
3639
+          $telapiKey = $getcradmdata['telapi_key'];
3640
+          $telpubKey = $getcradmdata['tel_pub_key'];
3641
+          $telmsgprofid = $getcradmdata['messaging_profile_id'];
3642
+          $telsendername = $getcradmdata['tel_sender_name'];
3643
+          $plivoapikey = $getcradmdata['nexapi_key'];
3644
+          $plivoapisecret = $getcradmdata['nexapi_secret'];
3645
+          $plivosendernm = $getcradmdata['nex_sender_name'];
3646
+          $twilapikey = $getcradmdata['twilapi_key'];
3647
+          $twilapisecret = $getcradmdata['twilapi_secret'];
3648
+          $twilsendernm = $getcradmdata['twil_sender_name'];
3649
+          $flowapikey = $getcradmdata['flowapi_key'];
3650
+          $flowapisecret = $getcradmdata['flowapi_secret'];
3651
+	  $getadmsetres->closeCursor();
3652
+
3653
+          if ($getcradmdata) {
3654
+
3655
+            if ($provider == "tnx") {
3656
+
3657
+                $getalwd = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed` FROM `*PREFIX*sms_relent_subac`');
3658
+                $getalwdres = $getalwd->execute();
3659
+
3660
+                $upchck = 0;
3661
+                $seldataarr = [];
3662
+                $groupsPerProvider = '';
3663
+                $usersPerProvider = '';
3664
+                while ($crntrestr = $getalwdres->fetch()) {
3665
+                       if ($crntrestr['user_id'] != $userId) {
3666
+                           $seldataarr[] = ['userid' => $crntrestr['user_id'], 'groupsallowed' => $crntrestr['tnx_groups_allowed'], 'usersallowed' => $crntrestr['tnx_users_allowed']];
3667
+                       } else {
3668
+                           $upchck++;
3669
+                           $groupsPerProvider = $crntrestr['tnx_groups_allowed'];
3670
+                           $usersPerProvider = $crntrestr['tnx_users_allowed'];
3671
+                       }
3672
+                }
3673
+                $getalwdres->closeCursor();
3674
+
3675
+
3676
+            } elseif ($provider == "plv") {
3677
+
3678
+                $getalwd = $this->connection->prepare('SELECT `user_id`, `plv_groups_allowed`, `plv_users_allowed` FROM `*PREFIX*sms_relent_subac`');
3679
+                $getalwdres = $getalwd->execute();
3680
+
3681
+                $upchck = 0;
3682
+                $seldataarr = [];
3683
+                $groupsPerProvider = '';
3684
+                $usersPerProvider = '';
3685
+                while ($crntrestr = $getalwdres->fetch()) {
3686
+                       if ($crntrestr['user_id'] != $userId) {
3687
+                           $seldataarr[] = ['userid' => $crntrestr['user_id'], 'groupsallowed' => $crntrestr['plv_groups_allowed'], 'usersallowed' => $crntrestr['plv_users_allowed']];
3688
+                       } else {
3689
+                           $upchck++;
3690
+                           $groupsPerProvider = $crntrestr['plv_groups_allowed'];
3691
+                           $usersPerProvider = $crntrestr['plv_users_allowed'];
3692
+                       }
3693
+                }
3694
+                $getalwdres->closeCursor();
3695
+
3696
+            } elseif ($provider == "twl") {
3697
+
3698
+                $getalwd = $this->connection->prepare('SELECT `user_id`, `twl_groups_allowed`, `twl_users_allowed` FROM `*PREFIX*sms_relent_subac`');
3699
+                $getalwdres = $getalwd->execute();
3700
+
3701
+                $upchck = 0;
3702
+                $seldataarr = [];
3703
+                $groupsPerProvider = '';
3704
+                $usersPerProvider = '';
3705
+                while ($crntrestr = $getalwdres->fetch()) {
3706
+                       if ($crntrestr['user_id'] != $userId) {
3707
+                           $seldataarr[] = ['userid' => $crntrestr['user_id'], 'groupsallowed' => $crntrestr['twl_groups_allowed'], 'usersallowed' => $crntrestr['twl_users_allowed']];
3708
+                       } else {
3709
+                           $upchck++;
3710
+                           $groupsPerProvider = $crntrestr['twl_groups_allowed'];
3711
+                           $usersPerProvider = $crntrestr['twl_users_allowed'];
3712
+                       }
3713
+                }
3714
+                $getalwdres->closeCursor();
3715
+
3716
+            } elseif ($provider == "flr") {
3717
+
3718
+                $getalwd = $this->connection->prepare('SELECT `user_id`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`');
3719
+                $getalwdres = $getalwd->execute();
3720
+
3721
+                $upchck = 0;
3722
+                $seldataarr = [];
3723
+                $groupsPerProvider = '';
3724
+                $usersPerProvider = '';
3725
+                while ($crntrestr = $getalwdres->fetch()) {
3726
+                       if ($crntrestr['user_id'] != $userId) {
3727
+                           $seldataarr[] = ['userid' => $crntrestr['user_id'], 'groupsallowed' => $crntrestr['flr_groups_allowed'], 'usersallowed' => $crntrestr['flr_users_allowed']];
3728
+                       } else {
3729
+                           $upchck++;
3730
+                           $groupsPerProvider = $crntrestr['flr_groups_allowed'];
3731
+                           $usersPerProvider = $crntrestr['flr_users_allowed'];
3732
+                       }
3733
+                }
3734
+                $getalwdres->closeCursor();
3735
+
3736
+            }
3737
+
3738
+
3739
+            if ($seldataarr) {
3740
+
3741
+                // Check if any of the current users are among the already saved ones (for the same provider)
3742
+                $usrchck = 0;
3743
+                $usrmsgarr = [];
3744
+                foreach ($users as $ukey => $uvalue) {
3745
+                         if ($uvalue != '') {
3746
+                             for ($j = 0; $j < count($seldataarr); $j++) {
3747
+                                  if ($seldataarr[$j]['usersallowed']) {
3748
+                                      if (str_contains($seldataarr[$j]['usersallowed'], $uvalue)) {
3749
+                                          $usrchck++;
3750
+                                          $usrmsgarr[] = "The admin " . $seldataarr[$j]['userid'] . " has already allowed the user " . $uvalue . " to access his API keys for this provider.";
3751
+                                      }
3752
+                                  }
3753
+                             }
3754
+                         }
3755
+                }
3756
+
3757
+                // Check if any of the current groups are among the already saved ones (for the same provider)
3758
+                $grchck = 0;
3759
+                $grmsgarr = [];
3760
+                foreach ($groups as $gkey => $gvalue) {
3761
+                         if ($gvalue != '') {
3762
+                             for ($k = 0; $k < count($seldataarr); $k++) {
3763
+                                  if ($seldataarr[$k]['groupsallowed']) {
3764
+                                      if (str_contains($seldataarr[$k]['groupsallowed'], $gvalue)) {
3765
+                                          $grchck++;
3766
+                                          $grmsgarr[] = "The admin " . $seldataarr[$k]['userid'] . " has already allowed the group " . $gvalue . " to access his API keys for this provider.";
3767
+                                      }
3768
+                                  }
3769
+                             }
3770
+                         }
3771
+                }
3772
+
3773
+                if ($usrchck == 0 && $grchck == 0) {
3774
+
3775
+                    // Insert/Update the allowed users in the 'sms_relent_subac' table
3776
+                    if ($users) {
3777
+
3778
+                        $ctusernamearruid = [];
3779
+                        $ctusernamearr = [];
3780
+                        foreach ($users as $usrKey => $usrValue) {
3781
+                             if ($usrValue != '') {
3782
+		                 // Get the username for this Display Name
3783
+		                 $getacdataunm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
3784
+		                 $getacdataunmres = $getacdataunm->execute(['displayname', $usrValue]);
3785
+		                 $acdatausrname = $getacdataunmres->fetch();
3786
+                                 if ($acdatausrname['uid'] != $userId) {
3787
+
3788
+		                     // Ensure the current user is not an admin
3789
+                                     if (!in_array($acdatausrname['uid'], $usersadmin)) {
3790
+                                         $ctusernamearruid[] = $acdatausrname['uid'];
3791
+                                         $ctusernamearr[] = $usrValue;
3792
+                                     }
3793
+
3794
+                                 }
3795
+		                 $getacdataunmres->closeCursor();
3796
+                             }
3797
+                        }
3798
+
3799
+                        $usersalwdrs = implode("|", $ctusernamearr);
3800
+
3801
+                        if ($upchck == 0) {
3802
+
3803
+		            if ($provider == "tnx") {
3804
+
3805
+	                        $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `tnx_users_allowed`, `tnx_users_del`) VALUES (?, ?, ?)');
3806
+	                        if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3807
+                                $upchck++;
3808
+
3809
+		            } elseif ($provider == "plv") {
3810
+
3811
+	                        $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `plv_users_allowed`, `plv_users_del`) VALUES (?, ?, ?)');
3812
+	                        if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
3813
+                                $upchck++;
3814
+
3815
+		            } elseif ($provider == "twl") {
3816
+
3817
+	                        $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `twl_users_allowed`, `twl_users_del`) VALUES (?, ?, ?)');
3818
+	                        if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
3819
+                                $upchck++;
3820
+
3821
+		            } elseif ($provider == "flr") {
3822
+
3823
+	                        $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `flr_users_allowed`, `flr_users_del`) VALUES (?, ?, ?)');
3824
+	                        if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3825
+                                $upchck++;
3826
+		            }
3827
+
3828
+                        } else {
3829
+
3830
+		            if ($provider == "tnx") {
3831
+
3832
+	                        $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `tnx_users_allowed` = ?, `tnx_users_del` = ? WHERE `user_id` = ?');
3833
+	                        if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3834
+
3835
+		            } elseif ($provider == "plv") {
3836
+
3837
+	                        $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `plv_users_allowed` = ?, `plv_users_del` = ? WHERE `user_id` = ?');
3838
+	                        if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3839
+
3840
+		            } elseif ($provider == "twl") {
3841
+
3842
+	                        $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `twl_users_allowed` = ?, `twl_users_del` = ? WHERE `user_id` = ?');
3843
+	                        if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3844
+
3845
+		            } elseif ($provider == "flr") {
3846
+
3847
+	                        $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `flr_users_allowed` = ?, `flr_users_del` = ? WHERE `user_id` = ?');
3848
+	                        if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3849
+		            }
3850
+                        }
3851
+
3852
+                        $datalwdres->closeCursor();
3853
+                    }
3854
+
3855
+                    // Insert/Update the allowed groups in the 'sms_relent_subac' table
3856
+                    if ($groups) {
3857
+
3858
+                        $allwdgrps = [];
3859
+                        foreach ($groups as $groupkey => $groupvalue) {
3860
+
3861
+                                $allwdgrps[] = $groupvalue;
3862
+
3863
+		                $groupsalwdrs = implode("|", $allwdgrps);
3864
+
3865
+		                if ($upchck == 0) {
3866
+
3867
+				    if ($provider == "tnx") {
3868
+
3869
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `tnx_groups_allowed`, `tnx_groups_del`) VALUES (?, ?, ?)');
3870
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3871
+                                        $upchck++;
3872
+
3873
+				    } elseif ($provider == "plv") {
3874
+
3875
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `plv_groups_allowed`, `plv_groups_del`) VALUES (?, ?, ?)');
3876
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3877
+                                        $upchck++;
3878
+
3879
+				    } elseif ($provider == "twl") {
3880
+
3881
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `twl_groups_allowed`, `twl_groups_del`) VALUES (?, ?, ?)');
3882
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3883
+                                        $upchck++;
3884
+
3885
+				    } elseif ($provider == "flr") {
3886
+
3887
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `flr_groups_allowed`, `flr_groups_del`) VALUES (?, ?, ?)');
3888
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3889
+                                        $upchck++;
3890
+				    }
3891
+
3892
+		                } else {
3893
+
3894
+				    if ($provider == "tnx") {
3895
+
3896
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `tnx_groups_allowed` = ?, `tnx_groups_del` = ? WHERE `user_id` = ?');
3897
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3898
+
3899
+				    } elseif ($provider == "plv") {
3900
+
3901
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `plv_groups_allowed` = ?, `plv_groups_del` = ? WHERE `user_id` = ?');
3902
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3903
+
3904
+				    } elseif ($provider == "twl") {
3905
+
3906
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `twl_groups_allowed` = ?, `twl_groups_del` = ? WHERE `user_id` = ?');
3907
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3908
+
3909
+				    } elseif ($provider == "flr") {
3910
+
3911
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `flr_groups_allowed` = ?, `flr_groups_del` = ? WHERE `user_id` = ?');
3912
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3913
+				    }
3914
+		                }
3915
+
3916
+		                $datalwdres->closeCursor();
3917
+                        }
3918
+
3919
+                    }
3920
+
3921
+                } else {
3922
+
3923
+                        if ($grmsgarr) {
3924
+                            $grppart = implode(" ", $grmsgarr) . " A group cannot be allowed access to 2 sets of API keys for the same SMS provider.";
3925
+                        } else { $grppart = ''; }
3926
+
3927
+                        if ($usrmsgarr) {
3928
+                            $usrpart = implode(" ", $usrmsgarr) . " A user cannot be allowed access to 2 sets of API keys for the same SMS provider.";
3929
+                        } else { $usrpart = ''; }
3930
+
3931
+                    $msgtosend = $grppart . $usrpart;
3932
+                }
3933
+
3934
+
3935
+            } else {
3936
+
3937
+                if ($upchck == 0) {
3938
+
3939
+                    // Insert/Update the allowed users in the 'sms_relent_subac' table
3940
+                    if ($users) {
3941
+
3942
+                        $ctusernamearruid = [];
3943
+                        $ctusernamearr = [];
3944
+                        foreach ($users as $usrKey => $usrValue) {
3945
+                             if ($usrValue != '') {
3946
+		                 // Get the username for this Display Name
3947
+		                 $getacdataunm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
3948
+		                 $getacdataunmres = $getacdataunm->execute(['displayname', $usrValue]);
3949
+		                 $acdatausrname = $getacdataunmres->fetch();
3950
+                                 if ($acdatausrname['uid'] != $userId) {
3951
+
3952
+		                     // Ensure the current user is not an admin
3953
+                                     if (!in_array($acdatausrname['uid'], $usersadmin)) {
3954
+                                         $ctusernamearruid[] = $acdatausrname['uid'];
3955
+                                         $ctusernamearr[] = $usrValue;
3956
+                                     }
3957
+
3958
+                                 }
3959
+		                 $getacdataunmres->closeCursor();
3960
+                             }
3961
+                        }
3962
+
3963
+                        $usersalwdrs = implode("|", $ctusernamearr);
3964
+
3965
+		        if ($provider == "tnx") {
3966
+
3967
+	                    $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `tnx_users_allowed`, `tnx_users_del`) VALUES (?, ?, ?)');
3968
+	                    if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
3969
+                            $upchck++;
3970
+
3971
+		        } elseif ($provider == "plv") {
3972
+
3973
+	                    $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `plv_users_allowed`, `plv_users_del`) VALUES (?, ?, ?)');
3974
+	                    if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3975
+                            $upchck++;
3976
+
3977
+		        } elseif ($provider == "twl") {
3978
+
3979
+	                    $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `twl_users_allowed`, `twl_users_del`) VALUES (?, ?, ?)');
3980
+	                    if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3981
+                            $upchck++;
3982
+
3983
+		        } elseif ($provider == "flr") {
3984
+
3985
+	                    $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `flr_users_allowed`, `flr_users_del`) VALUES (?, ?, ?)');
3986
+	                    if ($datalwdres = $insertalwd->execute([$userId, $usersalwdrs, $usersdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
3987
+                            $upchck++;
3988
+		        }
3989
+
3990
+                        $datalwdres->closeCursor();
3991
+                    }
3992
+
3993
+                    // Insert/Update the allowed groups in the 'sms_relent_subac' table
3994
+                    if ($groups) {
3995
+
3996
+                        $allwdgrps = [];
3997
+                        foreach ($groups as $groupkey => $groupvalue) {
3998
+
3999
+                                $allwdgrps[] = $groupvalue;
4000
+
4001
+		                $groupsalwdrs = implode("|", $allwdgrps);
4002
+
4003
+                                if ($upchck == 0) {
4004
+
4005
+				    if ($provider == "tnx") {
4006
+
4007
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `tnx_groups_allowed`, `tnx_groups_del`) VALUES (?, ?, ?)');
4008
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
4009
+
4010
+				    } elseif ($provider == "plv") {
4011
+
4012
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `plv_groups_allowed`, `plv_groups_del`) VALUES (?, ?, ?)');
4013
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
4014
+
4015
+				    } elseif ($provider == "twl") {
4016
+
4017
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `twl_groups_allowed`, `twl_groups_del`) VALUES (?, ?, ?)');
4018
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
4019
+
4020
+				    } elseif ($provider == "flr") {
4021
+
4022
+			                $insertalwd = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_subac` (`user_id`, `flr_groups_allowed`, `flr_groups_del`) VALUES (?, ?, ?)');
4023
+			                if ($datalwdres = $insertalwd->execute([$userId, $groupsalwdrs, $groupsdel])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; } 
4024
+				    }
4025
+
4026
+                                } else {
4027
+
4028
+				    if ($provider == "tnx") {
4029
+
4030
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `tnx_groups_allowed` = ?, `tnx_groups_del` = ? WHERE `user_id` = ?');
4031
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4032
+
4033
+				    } elseif ($provider == "plv") {
4034
+
4035
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `plv_groups_allowed` = ?, `plv_groups_del` = ? WHERE `user_id` = ?');
4036
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4037
+
4038
+				    } elseif ($provider == "twl") {
4039
+
4040
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `twl_groups_allowed` = ?, `twl_groups_del` = ? WHERE `user_id` = ?');
4041
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4042
+
4043
+				    } elseif ($provider == "flr") {
4044
+
4045
+			                $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `flr_groups_allowed` = ?, `flr_groups_del` = ? WHERE `user_id` = ?');
4046
+			                if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4047
+				    }
4048
+
4049
+                                }
4050
+
4051
+		                $datalwdres->closeCursor();
4052
+                        }
4053
+
4054
+                    }
4055
+
4056
+                } else {
4057
+
4058
+		    // Update the allowed users in the 'sms_relent_subac' table
4059
+                    if ($users) {
4060
+
4061
+                        $ctusernamearruid = [];
4062
+                        $ctusernamearr = [];
4063
+                        foreach ($users as $usrKey => $usrValue) {
4064
+                             if ($usrValue != '') {
4065
+		                 // Get the username for this Display Name
4066
+		                 $getacdataunm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
4067
+		                 $getacdataunmres = $getacdataunm->execute(['displayname', $usrValue]);
4068
+		                 $acdatausrname = $getacdataunmres->fetch();
4069
+                                 if ($acdatausrname['uid'] != $userId) {
4070
+
4071
+		                     // Ensure the current user is not an admin
4072
+                                     if (!in_array($acdatausrname['uid'], $usersadmin)) {
4073
+                                         $ctusernamearruid[] = $acdatausrname['uid'];
4074
+                                         $ctusernamearr[] = $usrValue;
4075
+
4076
+                                     }
4077
+
4078
+                                 }
4079
+		                 $getacdataunmres->closeCursor();
4080
+                             }
4081
+                        }
4082
+
4083
+
4084
+                        $usersalwdrs = implode("|", $ctusernamearr);
4085
+
4086
+		        if ($provider == "tnx") {
4087
+
4088
+	                    $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `tnx_users_allowed` = ?, `tnx_users_del` = ? WHERE `user_id` = ?');
4089
+	                    if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4090
+
4091
+		        } elseif ($provider == "plv") {
4092
+
4093
+	                    $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `plv_users_allowed` = ?, `plv_users_del` = ? WHERE `user_id` = ?');
4094
+	                    if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4095
+
4096
+		        } elseif ($provider == "twl") {
4097
+
4098
+	                    $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `twl_users_allowed` = ?, `twl_users_del` = ? WHERE `user_id` = ?');
4099
+	                    if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4100
+
4101
+		        } elseif ($provider == "flr") {
4102
+
4103
+	                    $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `flr_users_allowed` = ?, `flr_users_del` = ? WHERE `user_id` = ?');
4104
+	                    if ($datalwdres = $updatealwd->execute([$usersalwdrs, $usersdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4105
+		        }
4106
+
4107
+                        $datalwdres->closeCursor();
4108
+                    }
4109
+
4110
+		    // Update the allowed groups in the 'sms_relent_subac' table
4111
+                    if ($groups) {
4112
+
4113
+                        $allwdgrps = [];
4114
+                        foreach ($groups as $groupkey => $groupvalue) {
4115
+
4116
+                                 $allwdgrps[] = $groupvalue;
4117
+
4118
+		                 $groupsalwdrs = implode("|", $allwdgrps);
4119
+
4120
+				 if ($provider == "tnx") {
4121
+
4122
+			             $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `tnx_groups_allowed` = ?, `tnx_groups_del` = ? WHERE `user_id` = ?');
4123
+			             if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4124
+
4125
+				 } elseif ($provider == "plv") {
4126
+
4127
+			             $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `plv_groups_allowed` = ?, `plv_groups_del` = ? WHERE `user_id` = ?');
4128
+			             if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4129
+
4130
+				 } elseif ($provider == "twl") {
4131
+
4132
+			             $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `twl_groups_allowed` = ?, `twl_groups_del` = ? WHERE `user_id` = ?');
4133
+			             if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4134
+
4135
+				 } elseif ($provider == "flr") {
4136
+
4137
+			             $updatealwd = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_subac` SET `flr_groups_allowed` = ?, `flr_groups_del` = ? WHERE `user_id` = ?');
4138
+			             if ($datalwdres = $updatealwd->execute([$groupsalwdrs, $groupsdel, $userId])) { $msgtosend = 'success'; } else { $msgtosend = 'failure'; }
4139
+				 }
4140
+
4141
+		                 $datalwdres->closeCursor();
4142
+                        }
4143
+
4144
+                    }
4145
+
4146
+                }
4147
+
4148
+            }
4149
+
4150
+          } else { $msgtosend = "You have to save your credentials first, by clicking the 'Save' button at the bottom of this page, and then share your API keys with other users."; }
4151
+
4152
+          return $msgtosend;
4153
+       }
4154
+     }
4155
+
4156
+
4157
+     public function removenumberrestrictions($userId, $phoneNumber) {
4158
+
4159
+        if ($this->groupManager->isAdmin($userId)) {
4160
+
4161
+                // Remove the restrictions for the given phone number
4162
+		$delrstr = $this->connection->prepare('
4163
+		       DELETE FROM `*PREFIX*sms_relent_restrict`
4164
+		       WHERE `phone_number` = ?');
4165
+                if ($delrstrres = $delrstr->execute([$phoneNumber])) { $delresult = "success"; } else { $delresult = "failure"; }
4166
+		$delrstrres->closeCursor();
4167
+
4168
+	        $updateind = $this->connection->prepare('
4169
+                       SET @resetrec = 0;
4170
+		       UPDATE `*PREFIX*sms_relent_restrict`
4171
+		       SET `id` = @resetrec := @resetrec + 1;
4172
+                       ALTER TABLE `*PREFIX*sms_relent_restrict` auto_increment=1;');
4173
+	        $updateindres = $updateind->execute();
4174
+	        $updateindres->closeCursor();
4175
+
4176
+                return $delresult;
4177
+        }
4178
+     }
4179
+
4180
+
4181
+    /**
4182
+     * @NoAdminRequired
4183
+     */
4184
+    public function updateautoreplies($userId, $savedByDsplname, $phoneNumber, $daysOfWeek, $dailyStart, $dailyEnd, $vacationStart, $vacationEnd, $messageText) {
4185
+
4186
+        // Get the auto-reply for the current number from the 'sms_relent_autorply' table
4187
+        $getarpl = $this->connection->prepare('SELECT `user_id`, `saved_by_dsplname`, `phone_number`, `days_of_week`, `daily_start`, `daily_end`, `vacation_start`,
4188
+                                              `vacation_end`, `message_text` FROM `*PREFIX*sms_relent_autorply` WHERE `phone_number` = ?');
4189
+        $getarplresult = $getarpl->execute([$phoneNumber]);
4190
+        $crntarpl = $getarplresult->fetch();
4191
+        $getarplresult->closeCursor();
4192
+
4193
+        if ($getarplresult && !$crntarpl) {
4194
+
4195
+	    $insertpharpl = $this->connection->prepare('INSERT INTO `*PREFIX*sms_relent_autorply` (`user_id`, `saved_by_dsplname`, `phone_number`, `days_of_week`, 
4196
+                                                       `daily_start`, `daily_end`, `vacation_start`, `vacation_end`, `message_text`) VALUES
4197
+                                                        (?, ?, ?, ?, ?, ?, ?, ?, ?)');
4198
+	    if ($insertpharpl->execute([$userId, $savedByDsplname, $phoneNumber, $daysOfWeek, $dailyStart, $dailyEnd, $vacationStart, $vacationEnd, $messageText])) { 
4199
+                $messagetosend = 'success'; 
4200
+            } else { 
4201
+                $messagetosend = 'failure'; 
4202
+            }
4203
+         
4204
+        } elseif ($getarplresult && $crntarpl) {
4205
+
4206
+            if ($this->groupManager->isAdmin($userId)) {
4207
+
4208
+                $updatepharpl = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_autorply` SET `user_id` = ?, `saved_by_dsplname` = ?, `days_of_week` = ?, `daily_start` = ?,
4209
+                                                           `daily_end` = ?, `vacation_start` = ?, `vacation_end` = ?, `message_text` = ?  WHERE `phone_number` = ?');
4210
+	        if ($updatephnmbrarpl = $updatepharpl->execute([$userId, $savedByDsplname, $daysOfWeek, $dailyStart, $dailyEnd, $vacationStart, $vacationEnd, $messageText,
4211
+                                                                $phoneNumber])) { 
4212
+                    $messagetosend = 'success';
4213
+                } else { 
4214
+                    $messagetosend = 'failure'; 
4215
+                }
4216
+	        $updatephnmbrarpl->closeCursor();
4217
+
4218
+            } else {
4219
+
4220
+                // Check if the current user is the author of the existing version of the auto-reply
4221
+                if ($userId == $crntarpl['user_id']) {
4222
+
4223
+                    $updatepharpl = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_autorply` SET `user_id` = ?, `saved_by_dsplname` = ?, `days_of_week` = ?, `daily_start` = ?,
4224
+                                                               `daily_end` = ?, `vacation_start` = ?, `vacation_end` = ?, `message_text` = ?  WHERE `phone_number` = ?');
4225
+	            if ($updatephnmbrarpl = $updatepharpl->execute([$userId, $savedByDsplname, $daysOfWeek, $dailyStart, $dailyEnd, $vacationStart, $vacationEnd, $messageText,
4226
+                                                                    $phoneNumber])) { 
4227
+                        $messagetosend = 'success';
4228
+                    } else { 
4229
+                        $messagetosend = 'failure'; 
4230
+                    }
4231
+	            $updatephnmbrarpl->closeCursor();
4232
+
4233
+                } else { $messagetosend = 'not allowed'; }
4234
+            }
4235
+        }
4236
+
4237
+        return $messagetosend;
4238
+    }
4239
+
4240
+
4241
+    /**
4242
+     * @NoAdminRequired
4243
+     */
4244
+    public function removeautoreplies($userId, $phoneNumber) {
4245
+
4246
+        if ($this->groupManager->isAdmin($userId)) {
4247
+
4248
+                // Remove the auto-reply for the given phone number
4249
+		$delarpl = $this->connection->prepare('
4250
+		       DELETE FROM `*PREFIX*sms_relent_autorply`
4251
+		       WHERE `phone_number` = ?');
4252
+                if ($delarplres = $delarpl->execute([$phoneNumber])) { $delarplresult = "success"; } else { $delarplresult = "failure"; }
4253
+		$delarplres->closeCursor();
4254
+
4255
+	        $updateindarpl = $this->connection->prepare('
4256
+                       SET @resetarpl = 0;
4257
+		       UPDATE `*PREFIX*sms_relent_autorply`
4258
+		       SET `id` = @resetarpl := @resetarpl + 1;
4259
+                       ALTER TABLE `*PREFIX*sms_relent_autorply` auto_increment=1;');
4260
+	        $updateindarplres = $updateindarpl->execute();
4261
+	        $updateindarplres->closeCursor();
4262
+
4263
+                return $delarplresult;
4264
+
4265
+        } else {
4266
+                // Get the author of the auto-reply for the given phone number
4267
+		$getarplusr = $this->connection->prepare('SELECT `user_id`, `phone_number` FROM `*PREFIX*sms_relent_autorply` WHERE `phone_number` = ?');
4268
+		$getarplusrres = $getarplusr->execute([$phoneNumber]);
4269
+		$crntarpldata = $getarplusrres->fetch();
4270
+                $crntarpluser = $crntarpldata['user_id'];
4271
+		$getarplusrres->closeCursor();
4272
+
4273
+                // If the author of the auto-reply is the current user, allow the removal
4274
+                if ($crntarpluser == $userId) {
4275
+
4276
+                    // Remove the auto-reply for the given phone number
4277
+		    $delarpl = $this->connection->prepare('
4278
+		           DELETE FROM `*PREFIX*sms_relent_autorply`
4279
+		           WHERE `phone_number` = ?');
4280
+                    if ($delarplres = $delarpl->execute([$phoneNumber])) { $delarplresult = "success"; } else { $delarplresult = "failure"; }
4281
+		    $delarplres->closeCursor();
4282
+
4283
+	            $updateindarpl = $this->connection->prepare('
4284
+                           SET @resetarpl = 0;
4285
+		           UPDATE `*PREFIX*sms_relent_autorply`
4286
+		           SET `id` = @resetarpl := @resetarpl + 1;
4287
+                           ALTER TABLE `*PREFIX*sms_relent_autorply` auto_increment=1;');
4288
+	            $updateindarplres = $updateindarpl->execute();
4289
+	            $updateindarplres->closeCursor();
4290
+
4291
+                    return $delarplresult;
4292
+
4293
+                } else { 
4294
+                    return $delarplresult = 'not allowed';
4295
+                }
4296
+        }
4297
+    }
4298
+
4299
+
4300
+    public function getadminsettings($userId) {
4301
+
4302
+        if ($this->groupManager->isAdmin($userId)) {
4303
+
4304
+
4305
+	    $getsettings = $this->connection->prepare('
4306
+                            SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`,
4307
+                                   `nexapi_url`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, `twilapi_url`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, 
4308
+                                   `tel_sender_name`, `nex_sender_name`, `twil_sender_name`, `flow_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, 
4309
+                                   `show_all_messages`
4310
+			    FROM  `*PREFIX*sms_relent_settings`
4311
+			    WHERE `user_id` = ?');
4312
+
4313
+	    $resultsettings = $getsettings->execute([$userId]);
4314
+
4315
+            $settingsadm = $resultsettings->fetch();
4316
+
4317
+	    $resultsettings->closeCursor();
4318
+
4319
+	    if ($settingsadm) {
4320
+
4321
+		    if ($settingsadm['telapi_key'] != '') {
4322
+
4323
+		        // Send a placeholder to the browser, instead of the real API key
4324
+		        $settingsadm['telapi_key'] = "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20";
4325
+		    }
4326
+		    if ($settingsadm['tel_pub_key'] != '') {
4327
+		        $settingsadm['tel_pub_key'] = "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20";
4328
+		    }
4329
+		    if ($settingsadm['messaging_profile_id'] != '') {
4330
+		        $settingsadm['messaging_profile_id'] = "%20%20%20%20%20%20%20%20%20%20%20%20";
4331
+		    }
4332
+		    if ($settingsadm['nexapi_key'] != '') {
4333
+		        $settingsadm['nexapi_key'] = "%20%20%20%20%20%20%20%20%20";
4334
+		    }
4335
+		    if ($settingsadm['nexapi_secret'] != '') {
4336
+		        $settingsadm['nexapi_secret'] = "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20";
4337
+		    }
4338
+		    if ($settingsadm['twilapi_key'] != '') {
4339
+		        $settingsadm['twilapi_key'] = "%20%20%20%20%20%20%20%20%20";
4340
+		    }
4341
+		    if ($settingsadm['twilapi_secret'] != '') {
4342
+		        $settingsadm['twilapi_secret'] = "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20";
4343
+		    }
4344
+		    if ($settingsadm['flowapi_key'] != '') {
4345
+		        $settingsadm['flowapi_key'] = "%20%20%20%20%20%20%20%20%20";
4346
+		    }
4347
+		    if ($settingsadm['flowapi_secret'] != '') {
4348
+		        $settingsadm['flowapi_secret'] = "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20";
4349
+		    }
4350
+
4351
+
4352
+		    // Get the Display Name of the current admin
4353
+		    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
4354
+		    $getacdatadnres = $getacdatadn->execute([$userId, 'displayname']);
4355
+		    $acdatausrdnadm = $getacdatadnres->fetch();
4356
+		    $cruserdname = $acdatausrdnadm['value'];
4357
+		    $getacdatadnres->closeCursor();
4358
+
4359
+		    // Get all the restrictions on phone numbers
4360
+		    $getrestr = $this->connection->prepare('SELECT `saved_by_dsplname`, `phone_number`, `groups`, `users` FROM `*PREFIX*sms_relent_restrict`');
4361
+		    $getrestres = $getrestr->execute();
4362
+
4363
+		    $restrictedArr = [];
4364
+		    while ($restrfetched = $getrestres->fetch()) {
4365
+		           $restrictedArr[] = $restrfetched;
4366
+		    }
4367
+		    $getrestres->closeCursor();
4368
+
4369
+		    if ($restrictedArr) { $restrictedUsers = $restrictedArr; } else { $restrictedUsers = ''; }
4370
+
4371
+
4372
+		    // Get the name of all the groups
4373
+		    $getgroups = $this->connection->prepare('SELECT `gid`, `displayname` FROM `*PREFIX*groups`');
4374
+		    $getgroupsres = $getgroups->execute();
4375
+
4376
+		    $groupsArr = [];
4377
+                    $allgroupswadmarr = [];
4378
+		    while ($groupsfetched = $getgroupsres->fetch()) {
4379
+
4380
+		           $groupsArr[] = $groupsfetched['gid'];
4381
+                           if ($groupsfetched['gid'] != 'admin') { $allgroupswadmarr[] = $groupsfetched['gid']; }
4382
+		    }
4383
+		    $getgroupsres->closeCursor();
4384
+
4385
+		    if ($groupsArr) { $allgroups = $groupsArr; } else { $allgroups = ''; }
4386
+                    if ($allgroupswadmarr) { $allgroupswadm = $allgroupswadmarr; } else { $allgroupswadm = ''; }
4387
+
4388
+		    // Get the users that belong to the 'admin' group
4389
+		    $getadmnsc = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
4390
+		    $getadmnscres = $getadmnsc->execute(['admin']);
4391
+
4392
+		    $usersadminsc = [];
4393
+		    while ($getadmnusrsc = $getadmnscres->fetch()) {
4394
+		           $usersadminsc[] = $getadmnusrsc['uid'];
4395
+		    }
4396
+		    $getadmnscres->closeCursor();
4397
+
4398
+
4399
+		    // Get the display name of all the users
4400
+		    $getusers = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ?');
4401
+		    $getusersres = $getusers->execute(['displayname']);
4402
+
4403
+		    $usersArr = [];
4404
+                    $alluserswadmarr = [];
4405
+		    while ($usersfetched = $getusersres->fetch()) {
4406
+
4407
+		           $usersArr[] = $usersfetched['value'];
4408
+                           if (!in_array($usersfetched['uid'], $usersadminsc)) { $alluserswadmarr[] = $usersfetched['value']; }
4409
+		    }
4410
+		    $getusersres->closeCursor();
4411
+
4412
+		    if ($usersArr) { $allusers = $usersArr; } else { $allusers = ''; }
4413
+                    if ($alluserswadmarr) { $alluserswadm = $alluserswadmarr; } else { $alluserswadm = ''; }
4414
+
4415
+                    // Get the groups and users that are allowed to use the API Keys, for each provider
4416
+                    $getalwdall = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
4417
+                                                             `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed`, `tnx_groups_del`, `tnx_users_del`,
4418
+                                                             `plv_groups_del`, `plv_users_del`, `twl_groups_del`, `twl_users_del`, `flr_groups_del`, `flr_users_del` 
4419
+                                                              FROM `*PREFIX*sms_relent_subac` WHERE `user_id` = ?');
4420
+                    $getalwdallres = $getalwdall->execute([$userId]);
4421
+                    $crtdtrow = $getalwdallres->fetch();
4422
+                    if ($crtdtrow) {
4423
+                        $allowedgrps = ['tnx_groups_allowed' => $crtdtrow['tnx_groups_allowed'], 'tnx_users_allowed' => $crtdtrow['tnx_users_allowed'], 
4424
+                                        'plv_groups_allowed' => $crtdtrow['plv_groups_allowed'], 'plv_users_allowed' => $crtdtrow['plv_users_allowed'],
4425
+                                        'twl_groups_allowed' => $crtdtrow['twl_groups_allowed'], 'twl_users_allowed' => $crtdtrow['twl_users_allowed'],
4426
+                                        'flr_groups_allowed' => $crtdtrow['flr_groups_allowed'], 'flr_users_allowed' => $crtdtrow['flr_users_allowed'],
4427
+                                        'tnx_groups_del' => $crtdtrow['tnx_groups_del'], 'tnx_users_del' => $crtdtrow['tnx_users_del'],
4428
+                                        'plv_groups_del' => $crtdtrow['plv_groups_del'], 'plv_users_del' => $crtdtrow['plv_users_del'],
4429
+                                        'twl_groups_del' => $crtdtrow['twl_groups_del'], 'twl_users_del' => $crtdtrow['twl_users_del'],
4430
+                                        'flr_groups_del' => $crtdtrow['flr_groups_del'], 'flr_users_del' => $crtdtrow['flr_users_del']];
4431
+                        $getalwdallres->closeCursor();
4432
+                    } else { $allowedgrps = []; }
4433
+
4434
+                    $settingsadm['admdisplayname'] = $cruserdname;
4435
+                    $settingsadm['restrictions'] = $restrictedUsers;
4436
+                    $settingsadm['allgroups'] = $allgroups;
4437
+                    $settingsadm['allusers'] = $allusers;
4438
+                    $settingsadm['allgroupswadm'] = $allgroupswadm;
4439
+                    $settingsadm['alluserswadm'] = $alluserswadm;  
4440
+                    $settingsadm['allowedkeysuse'] = $allowedgrps;
4441
+
4442
+		    return $settingsadm;
4443
+	    }
4444
+        }
4445
+     }
4446
+
4447
+
4448
+     /**
4449
+      * @NoAdminRequired
4450
+      *
4451
+      */
4452
+     public function updatesettings($userId, $telapiUrlRec, $telapiUrl, $nexapiUrlRec, $nexapiUrl, $twilapiUrlRec, $twilapiUrl, $flowapiUrlRec, $flowapiUrl, $messagesperpage, 
4453
+                                    $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr) {
4454
+        $upsettings = $this->connection->prepare('
4455
+                        SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`,
4456
+                           `nexapi_url`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, `twilapi_url`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, 
4457
+                           `tel_sender_name`, `nex_sender_name`, `twil_sender_name`, `flow_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, 
4458
+                           `show_all_messages`, `show_display_names`, `add_display_names`, `available_numbers`, `msg_check_interval`, `new_message_rcd`, `archived_conv_nmbr`
4459
+		        FROM  `*PREFIX*sms_relent_settings`
4460
+		        WHERE `user_id` = ?');
4461
+
4462
+        $resultstng = $upsettings->execute([$userId]);
4463
+
4464
+        $rowup = $resultstng->fetch();
4465
+
4466
+        $resultstng->closeCursor();
4467
+
4468
+        if ($resultstng && !$rowup) {
4469
+
4470
+	    $sql = $this->connection->prepare('
4471
+				INSERT INTO `*PREFIX*sms_relent_settings`
4472
+					(`user_id`, `telapi_url_rec`, `telapi_url`, `nexapi_url_rec`, `nexapi_url`, `twilapi_url_rec`, `twilapi_url`, `flowapi_url_rec`, `flowapi_url`, 
4473
+                                         `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `show_display_names`, `add_display_names`, `msg_check_interval`, 
4474
+                                         `archived_conv_nmbr`)
4475
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
4476
+			');
4477
+	    $sql->execute([$userId, $telapiUrlRec, $telapiUrl, $nexapiUrlRec, $nexapiUrl, $twilapiUrlRec, $twilapiUrl, $flowapiUrlRec, $flowapiUrl, $messagesperpage, $getNotify, 
4478
+                           $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr]);
4479
+
4480
+        } elseif ($resultstng && $rowup) {
4481
+
4482
+	    $sqlupdatedb = $this->connection->prepare('
4483
+			UPDATE `*PREFIX*sms_relent_settings`
4484
+			SET `telapi_url_rec` = ?, `telapi_url` = ?, `nexapi_url_rec` = ?, `nexapi_url` = ?, `twilapi_url_rec` = ?, `twilapi_url` = ?, `flowapi_url_rec` = ?, 
4485
+                            `flowapi_url` = ?, `messagesperpage` = ?, `get_notify` = ?, `notification_email` = ?, `getsmsinemail` = ?, `show_display_names` = ?, `add_display_names` = ?,
4486
+                            `msg_check_interval` = ?, `archived_conv_nmbr` = ?
4487
+	                WHERE `user_id` = ?');
4488
+	    $updateRes = $sqlupdatedb->execute([$telapiUrlRec, $telapiUrl, $nexapiUrlRec, $nexapiUrl, $twilapiUrlRec, $twilapiUrl, $flowapiUrlRec, $flowapiUrl, $messagesperpage, 
4489
+                                                $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr, $userId]);
4490
+	    $updateRes->closeCursor();
4491
+
4492
+	}
4493
+     }
4494
+
4495
+
4496
+     public function updateadminsettings($userId, $telapiKey, $telPubKey, $telapiUrlRec, $telapiUrl, $messagingProfileId, $nexapiKey, $nexapiSecret, $nexapiUrlRec, $nexapiUrl,
4497
+                                         $telSenderName, $nexSenderName, $twilapiKey, $twilapiSecret, $twilapiUrlRec, $twilapiUrl, $twilSenderName, $flowapiKey, $flowapiSecret, 
4498
+                                         $flowapiUrlRec, $flowapiUrl, $showAllMessages) {
4499
+
4500
+        if ($this->groupManager->isAdmin($userId)) {
4501
+
4502
+            $upsettings = $this->connection->prepare('
4503
+                        SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`,
4504
+                           `nexapi_url`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, `twilapi_url`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, 
4505
+                           `tel_sender_name`, `nex_sender_name`, `twil_sender_name`, `flow_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, 
4506
+                           `show_all_messages`, `show_display_names`, `add_display_names`
4507
+		        FROM  `*PREFIX*sms_relent_settings`
4508
+		        WHERE `user_id` = ?');
4509
+
4510
+            $resultstng = $upsettings->execute([$userId]);
4511
+
4512
+            $rowup = $resultstng->fetch();
4513
+
4514
+            $resultstng->closeCursor();
4515
+
4516
+            if ($resultstng && !$rowup) {
4517
+
4518
+	        if ($telapiKey != '') {
4519
+	            $telapikeystrenc = $this->crypto->encrypt($telapiKey);             
4520
+	        } else { $telapikeystrenc = ''; }
4521
+
4522
+	        if ($telPubKey != '') {
4523
+	            $telpubkeystrenc =  $this->crypto->encrypt($telPubKey);             
4524
+	        } else { $telpubkeystrenc = ''; }
4525
+
4526
+	        if ($messagingProfileId != '') {
4527
+	            $messagingprofenc = $this->crypto->encrypt($messagingProfileId);             
4528
+	        } else { $messagingprofenc = ''; }
4529
+
4530
+	        if ($nexapiKey != '') {
4531
+	            $nexapikeystrenc = $this->crypto->encrypt($nexapiKey);             
4532
+	        } else { $nexapikeystrenc = ''; }
4533
+
4534
+	        if ($nexapiSecret != '') {
4535
+	            $nexapisecretstrenc = $this->crypto->encrypt($nexapiSecret);             
4536
+	        } else { $nexapisecretstrenc = ''; }
4537
+
4538
+	        if ($twilapiKey != '') {
4539
+	            $twilapikeystrenc = $this->crypto->encrypt($twilapiKey);             
4540
+	        } else { $twilapikeystrenc = ''; }
4541
+
4542
+	        if ($twilapiSecret != '') {
4543
+	            $twilapisecretstrenc = $this->crypto->encrypt($twilapiSecret);             
4544
+	        } else { $twilapisecretstrenc = ''; }
4545
+
4546
+	        if ($flowapiKey != '') {
4547
+	            $flowapikeystrenc = $this->crypto->encrypt($flowapiKey);             
4548
+	        } else { $flowapikeystrenc = ''; }
4549
+
4550
+	        if ($flowapiSecret != '') {
4551
+	            $flowapisecretstrenc = $this->crypto->encrypt($flowapiSecret);             
4552
+	        } else { $flowapisecretstrenc = ''; }
4553
+
4554
+
4555
+	        $sql = $this->connection->prepare('
4556
+				INSERT INTO `*PREFIX*sms_relent_settings`
4557
+					(`user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`, 
4558
+	                                 `nexapi_url`, `tel_sender_name`, `nex_sender_name`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, `twilapi_url`, `twil_sender_name`, 
4559
+                                         `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, `show_all_messages`)
4560
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
4561
+			');
4562
+	        $sql->execute([$userId, $telapikeystrenc, $telpubkeystrenc, $telapiUrlRec, $telapiUrl, $messagingprofenc, $nexapikeystrenc, $nexapisecretstrenc, $nexapiUrlRec, 
4563
+                               $nexapiUrl, $telSenderName, $nexSenderName, $twilapikeystrenc, $twilapisecretstrenc, $twilapiUrlRec, $twilapiUrl, $twilSenderName, $flowapikeystrenc, 
4564
+                               $flowapisecretstrenc, $flowapiUrlRec, $flowapiUrl, $showAllMessages]);
4565
+
4566
+            } elseif ($resultstng && $rowup) {
4567
+
4568
+	        // Check if the value of the field is the placeholder or an empty string
4569
+	        if ($telapiKey != '' && $telapiKey != "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4570
+	            $telapikeystrenc = $this->crypto->encrypt($telapiKey);                
4571
+	        } elseif ($telapiKey == "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4572
+	            $telapikeystrenc = $rowup['telapi_key'];
4573
+	        } elseif ($telapiKey == '') {
4574
+	            $telapikeystrenc = '';
4575
+	        }
4576
+
4577
+	        if ($telPubKey != '' && $telPubKey != "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4578
+	            $telpubkeystrenc = $this->crypto->encrypt($telPubKey);                
4579
+	        } elseif ($telPubKey == "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4580
+	            $telpubkeystrenc = $rowup['tel_pub_key'];
4581
+	        } elseif ($telPubKey == '') {
4582
+	            $telpubkeystrenc = '';
4583
+	        }
4584
+
4585
+	        if ($messagingProfileId != '' && $messagingProfileId != "%20%20%20%20%20%20%20%20%20%20%20%20") {
4586
+	            $messagingprofenc = $this->crypto->encrypt($messagingProfileId);                
4587
+	        } elseif ($messagingProfileId == "%20%20%20%20%20%20%20%20%20%20%20%20") {
4588
+	            $messagingprofenc = $rowup['messaging_profile_id'];
4589
+	        } elseif ($messagingProfileId == '') {
4590
+	            $messagingprofenc = '';
4591
+	        }
4592
+
4593
+	        if ($nexapiKey != '' && $nexapiKey != "%20%20%20%20%20%20%20%20%20") {
4594
+	            $nexapikeystrenc = $this->crypto->encrypt($nexapiKey);                
4595
+	        } elseif ($nexapiKey == "%20%20%20%20%20%20%20%20%20") {
4596
+	            $nexapikeystrenc = $rowup['nexapi_key'];
4597
+	        } elseif ($nexapiKey == '') {
4598
+	            $nexapikeystrenc = '';
4599
+	        }
4600
+
4601
+	        if ($twilapiKey != '' && $twilapiKey != "%20%20%20%20%20%20%20%20%20") {
4602
+	            $twilapikeystrenc = $this->crypto->encrypt($twilapiKey);                
4603
+	        } elseif ($twilapiKey == "%20%20%20%20%20%20%20%20%20") {
4604
+	            $twilapikeystrenc = $rowup['twilapi_key'];
4605
+	        } elseif ($twilapiKey == '') {
4606
+	            $twilapikeystrenc = '';
4607
+	        }
4608
+
4609
+	        if ($flowapiKey != '' && $flowapiKey != "%20%20%20%20%20%20%20%20%20") {
4610
+	            $flowapikeystrenc = $this->crypto->encrypt($flowapiKey);                
4611
+	        } elseif ($flowapiKey == "%20%20%20%20%20%20%20%20%20") {
4612
+	            $flowapikeystrenc = $rowup['flowapi_key'];
4613
+	        } elseif ($flowapiKey == '') {
4614
+	            $flowapikeystrenc = '';
4615
+	        }
4616
+
4617
+	        if ($nexapiSecret != '' && $nexapiSecret != "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4618
+	            $nexapisecretstrenc = $this->crypto->encrypt($nexapiSecret);                
4619
+	        } elseif ($nexapiSecret == "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4620
+	            $nexapisecretstrenc = $rowup['nexapi_secret'];
4621
+	        } elseif ($nexapiSecret == '') {
4622
+	            $nexapisecretstrenc = '';
4623
+	        }
4624
+
4625
+	        if ($twilapiSecret != '' && $twilapiSecret != "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4626
+	            $twilapisecretstrenc = $this->crypto->encrypt($twilapiSecret);                
4627
+	        } elseif ($twilapiSecret == "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4628
+	            $twilapisecretstrenc = $rowup['twilapi_secret'];
4629
+	        } elseif ($twilapiSecret == '') {
4630
+	            $twilapisecretstrenc = '';
4631
+	        }
4632
+
4633
+	        if ($flowapiSecret != '' && $flowapiSecret != "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4634
+	            $flowapisecretstrenc = $this->crypto->encrypt($flowapiSecret);                
4635
+	        } elseif ($flowapiSecret == "%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20") {
4636
+	            $flowapisecretstrenc = $rowup['flowapi_secret'];
4637
+	        } elseif ($flowapiSecret == '') {
4638
+	            $flowapisecretstrenc = '';
4639
+	        }
4640
+
4641
+	        $sqlupdatedb = $this->connection->prepare('
4642
+			UPDATE `*PREFIX*sms_relent_settings`
4643
+			SET `telapi_key` = ?, `tel_pub_key` = ?, `telapi_url_rec` = ?, `telapi_url` = ?, `messaging_profile_id` = ?, `nexapi_key` = ?, `nexapi_secret` = ?,
4644
+	                    `nexapi_url_rec` = ?, `nexapi_url` = ?, `tel_sender_name` = ?, `nex_sender_name` = ?, `twilapi_key` = ?, `twilapi_secret` = ?, `twilapi_url_rec` = ?, `twilapi_url` = ?, `twil_sender_name` = ?, `flowapi_key` = ?, 
4645
+	                    `flowapi_secret` = ?, `flowapi_url_rec` = ?, `flowapi_url` = ?, `show_all_messages` = ?
4646
+	                WHERE `user_id` = ?');
4647
+	        $updateRes = $sqlupdatedb->execute([$telapikeystrenc, $telpubkeystrenc, $telapiUrlRec, $telapiUrl, $messagingprofenc, $nexapikeystrenc, $nexapisecretstrenc, 
4648
+                                                    $nexapiUrlRec, $nexapiUrl, $telSenderName, $nexSenderName, $twilapikeystrenc, $twilapisecretstrenc, $twilapiUrlRec, $twilapiUrl, 
4649
+                                                    $twilSenderName, $flowapikeystrenc, $flowapisecretstrenc, $flowapiUrlRec, $flowapiUrl, $showAllMessages, $userId]);
4650
+	        $updateRes->closeCursor();
4651
+
4652
+	    }
4653
+        }
4654
+     }
4655
+
4656
+
4657
+     public function updatepersadmnsettings($userId, $messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, 
4658
+                                            $archivedConvNmbr) {
4659
+
4660
+        if ($this->groupManager->isAdmin($userId)) {
4661
+
4662
+            $upsettings = $this->connection->prepare('
4663
+                        SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`,
4664
+                           `nexapi_url`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, `twilapi_url`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, 
4665
+                           `tel_sender_name`, `nex_sender_name`, `twil_sender_name`, `flow_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, 
4666
+                           `show_all_messages`, `show_display_names`, `add_display_names`, `available_numbers`, `msg_check_interval`, `new_message_rcd`, `archived_conv_nmbr`
4667
+		        FROM  `*PREFIX*sms_relent_settings`
4668
+		        WHERE `user_id` = ?');
4669
+
4670
+            $resultstng = $upsettings->execute([$userId]);
4671
+
4672
+            $rowup = $resultstng->fetch();
4673
+
4674
+            $resultstng->closeCursor();
4675
+
4676
+            if ($resultstng && !$rowup) {
4677
+
4678
+	        $sql = $this->connection->prepare('
4679
+				INSERT INTO `*PREFIX*sms_relent_settings` (`user_id`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `show_display_names`,
4680
+                                `add_display_names`, `msg_check_interval`, `archived_conv_nmbr`)
4681
+				VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)');
4682
+	        $sql->execute([$userId, $messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr]);
4683
+
4684
+            } elseif ($resultstng && $rowup) {
4685
+
4686
+	        $sqlupdatedb = $this->connection->prepare('
4687
+			UPDATE `*PREFIX*sms_relent_settings`
4688
+			SET `messagesperpage` = ?, `get_notify` = ?, `notification_email` = ?, `getsmsinemail` = ?, `show_display_names` = ?, `add_display_names` = ?, 
4689
+                            `msg_check_interval` = ?, `archived_conv_nmbr` = ?
4690
+	                WHERE `user_id` = ?');
4691
+	        $updateRes = $sqlupdatedb->execute([$messagesperpage, $getNotify, $notificationEmail, $getsmsinemail, $showDisplayNames, $addDisplayNames, $msgCheckInterval, $archivedConvNmbr, $userId]);
4692
+	        $updateRes->closeCursor();
4693
+            }
4694
+        }
4695
+     }
4696
+
4697
+
4698
+     /**
4699
+      * @NoAdminRequired
4700
+      */
4701
+     public function getapicredentials($userId, $provider) {
4702
+
4703
+        if ($this->groupManager->isAdmin($userId)) {
4704
+
4705
+            $sqlcr = $this->connection->prepare('
4706
+                  SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`, `nexapi_url`,
4707
+                         `tel_sender_name`, `nex_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, 
4708
+                         `twilapi_url`, `twil_sender_name`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, `add_display_names` FROM `*PREFIX*sms_relent_settings`
4709
+	          WHERE `user_id` = ?');
4710
+	    $resultcr = $sqlcr->execute([$userId]);
4711
+            $settingsfrdb = $resultcr->fetch();
4712
+            $resultcr->closeCursor();
4713
+
4714
+        } else {
4715
+
4716
+            // If the user is not an admin, get the API keys in a different way, since a non-admin has to use the API keys shared with him by an admin
4717
+
4718
+	    // Get the Display Name of the current user
4719
+            $dspname = 'displayname';
4720
+	    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
4721
+	    $getacdatadnres = $getacdatadn->execute([$userId, $dspname]);
4722
+	    $acdatausrdn = $getacdatadnres->fetch();
4723
+	    $crtdisplayname = $acdatausrdn['value'];
4724
+	    $getacdatadnres->closeCursor();
4725
+            $usersAllwdLike = "%" . $crtdisplayname . "%";
4726
+
4727
+            // Get the groups to which the current user belongs
4728
+            $getusrgrp = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `uid` = ?');
4729
+            $getusrgrpres = $getusrgrp->execute([$userId]);
4730
+
4731
+            $crtusergrps = [];
4732
+            while ($fetchedgrps = $getusrgrpres->fetch()) {
4733
+                   $crtusergrps[] = $fetchedgrps['gid'];
4734
+            }
4735
+            $getusrgrpres->closeCursor();
4736
+
4737
+            if ($provider == 'telnyx') {
4738
+
4739
+		    // Search the 'sms_relent_subac' table to find the admin who shared his credentials with the current user
4740
+		    $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_users_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `tnx_users_allowed` LIKE ?');
4741
+		    $getgrpsres = $getgrps->execute([$usersAllwdLike]);
4742
+                    $getadmusr = $getgrpsres->fetch();
4743
+		    $getgrpsres->closeCursor();
4744
+
4745
+                    if ($getadmusr) {
4746
+                        $admalwdusr = $getadmusr['user_id'];
4747
+		    } else {
4748
+		        // Search by group
4749
+		        if ($crtusergrps) {
4750
+		            $usersbgrp = [];
4751
+		            foreach ($crtusergrps as $grkey => $grvalue) {
4752
+
4753
+		                     $grvalueLike = "%" . $grvalue . "%";
4754
+				     $getgrpsec = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `tnx_groups_allowed` LIKE ?');
4755
+				     $getgrpsecres = $getgrpsec->execute([$grvalueLike]);
4756
+                                     $getadmusrgr = $getgrpsecres->fetch();
4757
+				     $getgrpsecres->closeCursor();
4758
+
4759
+                                     if ($getadmusrgr) {
4760
+                                         $usersbgrp[] = $getadmusrgr['user_id'];
4761
+		                     }                                 
4762
+		            }
4763
+
4764
+		            if ($usersbgrp) {
4765
+		                $admalwdusr = $usersbgrp[0];
4766
+		            } else {
4767
+		                $admalwdusr = '';
4768
+		            }
4769
+		        }
4770
+		    }
4771
+
4772
+		    if ($admalwdusr) {
4773
+			$sqlcr = $this->connection->prepare('
4774
+			      SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`, `nexapi_url`,
4775
+			             `tel_sender_name`, `nex_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, 
4776
+			             `twilapi_url`, `twil_sender_name`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, `add_display_names` FROM `*PREFIX*sms_relent_settings`
4777
+			      WHERE `user_id` = ?');
4778
+			$resultcr = $sqlcr->execute([$admalwdusr]);
4779
+			$settingsfrdb = $resultcr->fetch();
4780
+			$resultcr->closeCursor();
4781
+
4782
+                        // Get the delivery receipt URL of the non-admin user
4783
+			$sqldr = $this->connection->prepare('
4784
+			      SELECT `user_id`, `telapi_url` FROM `*PREFIX*sms_relent_settings`
4785
+			      WHERE `user_id` = ?');
4786
+			$sqldrres = $sqldr->execute([$userId]);
4787
+			$delrcpt = $sqldrres->fetch();
4788
+			$sqldrres->closeCursor();
4789
+                        $delrcpturl = $delrcpt['telapi_url'];
4790
+
4791
+                        // Replace the delivery receipt URL of the admin with that of the non-admin
4792
+                        $settingsfrdb['telapi_url'] = $delrcpturl;
4793
+		    }
4794
+
4795
+            } elseif ($provider == 'plivo') {
4796
+
4797
+		    // Search the 'sms_relent_subac' table to find the admin who shared his credentials with the current user
4798
+		    $getgrps = $this->connection->prepare('SELECT `user_id`, `plv_users_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `plv_users_allowed` LIKE ?');
4799
+		    $getgrpsres = $getgrps->execute([$usersAllwdLike]);
4800
+                    $getadmusr = $getgrpsres->fetch();
4801
+		    $getgrpsres->closeCursor();
4802
+
4803
+                    if ($getadmusr) {
4804
+                        $admalwdusr = $getadmusr['user_id'];
4805
+		    } else {
4806
+		        // Search by group
4807
+		        if ($crtusergrps) {
4808
+		            $usersbgrp = [];
4809
+		            foreach ($crtusergrps as $grkey => $grvalue) {
4810
+
4811
+		                     $grvalueLike = "%" . $grvalue . "%";
4812
+				     $getgrpsec = $this->connection->prepare('SELECT `user_id`, `plv_groups_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `plv_groups_allowed` LIKE ?');
4813
+				     $getgrpsecres = $getgrpsec->execute([$grvalueLike]);
4814
+                                     $getadmusrgr = $getgrpsecres->fetch();
4815
+				     $getgrpsecres->closeCursor();
4816
+
4817
+                                     if ($getadmusrgr) {
4818
+                                         $usersbgrp[] = $getadmusrgr['user_id'];
4819
+		                     }                                 
4820
+		            }
4821
+
4822
+		            if ($usersbgrp) {
4823
+		                $admalwdusr = $usersbgrp[0];
4824
+		            } else {
4825
+		                $admalwdusr = '';
4826
+		            }
4827
+		        }
4828
+		    }
4829
+
4830
+		    if ($admalwdusr) {
4831
+			$sqlcr = $this->connection->prepare('
4832
+			      SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`, `nexapi_url`,
4833
+			             `tel_sender_name`, `nex_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, 
4834
+			             `twilapi_url`, `twil_sender_name`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, `add_display_names` FROM `*PREFIX*sms_relent_settings`
4835
+			      WHERE `user_id` = ?');
4836
+			$resultcr = $sqlcr->execute([$admalwdusr]);
4837
+			$settingsfrdb = $resultcr->fetch();
4838
+			$resultcr->closeCursor();
4839
+
4840
+                        // Get the delivery receipt URL of the non-admin user
4841
+			$sqldr = $this->connection->prepare('
4842
+			      SELECT `user_id`, `nexapi_url` FROM `*PREFIX*sms_relent_settings`
4843
+			      WHERE `user_id` = ?');
4844
+			$sqldrres = $sqldr->execute([$userId]);
4845
+			$delrcpt = $sqldrres->fetch();
4846
+			$sqldrres->closeCursor();
4847
+                        $delrcpturl = $delrcpt['nexapi_url'];
4848
+
4849
+                        // Replace the delivery receipt URL of the admin with that of the non-admin
4850
+                        $settingsfrdb['nexapi_url'] = $delrcpturl;
4851
+
4852
+		    }
4853
+
4854
+            } elseif ($provider == 'twilio') {
4855
+
4856
+		    // Search the 'sms_relent_subac' table to find the admin who shared his credentials with the current user
4857
+		    $getgrps = $this->connection->prepare('SELECT `user_id`, `twl_users_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `twl_users_allowed` LIKE ?');
4858
+		    $getgrpsres = $getgrps->execute([$usersAllwdLike]);
4859
+                    $getadmusr = $getgrpsres->fetch();
4860
+		    $getgrpsres->closeCursor();
4861
+
4862
+                    if ($getadmusr) {
4863
+                        $admalwdusr = $getadmusr['user_id'];
4864
+		    } else {
4865
+		        // Search by group
4866
+		        if ($crtusergrps) {
4867
+		            $usersbgrp = [];
4868
+		            foreach ($crtusergrps as $grkey => $grvalue) {
4869
+
4870
+		                     $grvalueLike = "%" . $grvalue . "%";
4871
+				     $getgrpsec = $this->connection->prepare('SELECT `user_id`, `twl_groups_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `twl_groups_allowed` LIKE ?');
4872
+				     $getgrpsecres = $getgrpsec->execute([$grvalueLike]);
4873
+                                     $getadmusrgr = $getgrpsecres->fetch();
4874
+				     $getgrpsecres->closeCursor();
4875
+
4876
+                                     if ($getadmusrgr) {
4877
+                                         $usersbgrp[] = $getadmusrgr['user_id'];
4878
+		                     }                                 
4879
+		            }
4880
+
4881
+		            if ($usersbgrp) {
4882
+		                $admalwdusr = $usersbgrp[0];
4883
+		            } else {
4884
+		                $admalwdusr = '';
4885
+		            }
4886
+		        }
4887
+		    }
4888
+
4889
+		    if ($admalwdusr) {
4890
+			$sqlcr = $this->connection->prepare('
4891
+			      SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`, `nexapi_url`,
4892
+			             `tel_sender_name`, `nex_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, 
4893
+			             `twilapi_url`, `twil_sender_name`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, `add_display_names` FROM `*PREFIX*sms_relent_settings`
4894
+			      WHERE `user_id` = ?');
4895
+			$resultcr = $sqlcr->execute([$admalwdusr]);
4896
+			$settingsfrdb = $resultcr->fetch();
4897
+			$resultcr->closeCursor();
4898
+
4899
+                        // Get the delivery receipt URL of the non-admin user
4900
+			$sqldr = $this->connection->prepare('
4901
+			      SELECT `user_id`, `twilapi_url` FROM `*PREFIX*sms_relent_settings`
4902
+			      WHERE `user_id` = ?');
4903
+			$sqldrres = $sqldr->execute([$userId]);
4904
+			$delrcpt = $sqldrres->fetch();
4905
+			$sqldrres->closeCursor();
4906
+                        $delrcpturl = $delrcpt['twilapi_url'];
4907
+
4908
+                        // Replace the delivery receipt URL of the admin with that of the non-admin
4909
+                        $settingsfrdb['twilapi_url'] = $delrcpturl;
4910
+		    }
4911
+
4912
+            } elseif ($provider == 'flowroute') {
4913
+
4914
+		    // Search the 'sms_relent_subac' table to find the admin who shared his credentials with the current user
4915
+		    $getgrps = $this->connection->prepare('SELECT `user_id`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `flr_users_allowed` LIKE ?');
4916
+		    $getgrpsres = $getgrps->execute([$usersAllwdLike]);
4917
+                    $getadmusr = $getgrpsres->fetch();
4918
+		    $getgrpsres->closeCursor();
4919
+
4920
+                    if ($getadmusr) {
4921
+                        $admalwdusr = $getadmusr['user_id'];
4922
+		    } else {
4923
+		        // Search by group
4924
+		        if ($crtusergrps) {
4925
+		            $usersbgrp = [];
4926
+		            foreach ($crtusergrps as $grkey => $grvalue) {
4927
+
4928
+		                     $grvalueLike = "%" . $grvalue . "%";
4929
+				     $getgrpsec = $this->connection->prepare('SELECT `user_id`, `flr_groups_allowed` FROM `*PREFIX*sms_relent_subac` WHERE `flr_groups_allowed` LIKE ?');
4930
+				     $getgrpsecres = $getgrpsec->execute([$grvalueLike]);
4931
+                                     $getadmusrgr = $getgrpsecres->fetch();
4932
+				     $getgrpsecres->closeCursor();
4933
+
4934
+                                     if ($getadmusrgr) {
4935
+		                         $usersbgrp[] = $getadmusrgr['user_id'];
4936
+		                     }                                 
4937
+		            }
4938
+
4939
+		            if ($usersbgrp) {
4940
+		                $admalwdusr = $usersbgrp[0];
4941
+		            } else {
4942
+		                $admalwdusr = '';
4943
+		            }
4944
+		        }
4945
+		    }
4946
+
4947
+		    if ($admalwdusr) {
4948
+			$sqlcr = $this->connection->prepare('
4949
+			      SELECT `id`, `user_id`, `telapi_key`, `tel_pub_key`, `telapi_url_rec`, `telapi_url`, `messaging_profile_id`, `nexapi_key`, `nexapi_secret`, `nexapi_url_rec`, `nexapi_url`,
4950
+			             `tel_sender_name`, `nex_sender_name`, `messagesperpage`, `get_notify`, `notification_email`, `getsmsinemail`, `twilapi_key`, `twilapi_secret`, `twilapi_url_rec`, 
4951
+			             `twilapi_url`, `twil_sender_name`, `flowapi_key`, `flowapi_secret`, `flowapi_url_rec`, `flowapi_url`, `add_display_names` FROM `*PREFIX*sms_relent_settings`
4952
+			      WHERE `user_id` = ?');
4953
+			$resultcr = $sqlcr->execute([$admalwdusr]);
4954
+			$settingsfrdb = $resultcr->fetch();
4955
+			$resultcr->closeCursor();
4956
+
4957
+                        // Get the delivery receipt URL of the non-admin user
4958
+			$sqldr = $this->connection->prepare('
4959
+			      SELECT `user_id`, `flowapi_url` FROM `*PREFIX*sms_relent_settings`
4960
+			      WHERE `user_id` = ?');
4961
+			$sqldrres = $sqldr->execute([$userId]);
4962
+			$delrcpt = $sqldrres->fetch();
4963
+			$sqldrres->closeCursor();
4964
+                        $delrcpturl = $delrcpt['flowapi_url'];
4965
+
4966
+                        // Replace the delivery receipt URL of the admin with that of the non-admin
4967
+                        $settingsfrdb['flowapi_url'] = $delrcpturl;
4968
+		    }
4969
+
4970
+            }
4971
+        }
4972
+
4973
+
4974
+        if ($settingsfrdb['telapi_key']) {
4975
+            $telapikeystrdec = $this->crypto->decrypt($settingsfrdb['telapi_key']); 
4976
+        } else { $telapikeystrdec = ''; }
4977
+
4978
+        if ($settingsfrdb['tel_pub_key']) {
4979
+            $telpubkeystrdec = $this->crypto->decrypt($settingsfrdb['tel_pub_key']); 
4980
+        } else { $telpubkeystrdec = ''; }
4981
+
4982
+        if ($settingsfrdb['messaging_profile_id']) {
4983
+            $messagingprofid = $this->crypto->decrypt($settingsfrdb['messaging_profile_id']); 
4984
+        } else { $messagingprofid = ''; }
4985
+
4986
+        if ($settingsfrdb['nexapi_key']) {
4987
+            $nexapikeystr = $this->crypto->decrypt($settingsfrdb['nexapi_key']); 
4988
+        } else { $nexapikeystr = ''; }
4989
+
4990
+        if ($settingsfrdb['nexapi_secret']) { 
4991
+            $nexapisecretstr = $this->crypto->decrypt($settingsfrdb['nexapi_secret']); 
4992
+        } else { $nexapisecretstr = ''; }
4993
+
4994
+        if ($settingsfrdb['twilapi_key']) { 
4995
+            $twilapikeystr = $this->crypto->decrypt($settingsfrdb['twilapi_key']); 
4996
+        } else { $twilapikeystr = ''; }
4997
+
4998
+        if ($settingsfrdb['twilapi_secret']) { 
4999
+            $twilapisecretstr = $this->crypto->decrypt($settingsfrdb['twilapi_secret']); 
5000
+        } else { $twilapisecretstr = ''; }
5001
+
5002
+        if ($settingsfrdb['flowapi_key']) { 
5003
+            $flowapikeystr = $this->crypto->decrypt($settingsfrdb['flowapi_key']); 
5004
+        } else { $flowapikeystr = ''; }
5005
+
5006
+        if ($settingsfrdb['flowapi_secret']) { 
5007
+            $flowapisecretstr = $this->crypto->decrypt($settingsfrdb['flowapi_secret']); 
5008
+        } else { $flowapisecretstr = ''; }
5009
+
5010
+        $telapiurlrec = $settingsfrdb['telapi_url_rec'];
5011
+        $telapiurlstr = $settingsfrdb['telapi_url'];
5012
+        $nexapiurlrecsms = $settingsfrdb['nexapi_url_rec'];
5013
+        $nexapiurldelrcpt = $settingsfrdb['nexapi_url'];
5014
+        $twilapiurlrecsms = $settingsfrdb['twilapi_url_rec'];
5015
+        $twilapiurldelrcpt = $settingsfrdb['twilapi_url'];
5016
+        $flowapiurlrecsms = $settingsfrdb['flowapi_url_rec'];
5017
+        $flowapiurldelrcpt = $settingsfrdb['flowapi_url'];
5018
+        $gettelsendername = $settingsfrdb['tel_sender_name'];
5019
+        $getnexsendername = $settingsfrdb['nex_sender_name'];
5020
+        $gettwilsendername = $settingsfrdb['twil_sender_name'];
5021
+        $getmessagesperpage = $settingsfrdb['messagesperpage'];
5022
+        $getnotification = $settingsfrdb['get_notify'];
5023
+        $notifyemail = $settingsfrdb['notification_email'];
5024
+        $includesmsinemail = $settingsfrdb['getsmsinemail'];
5025
+        $includeDisplNames = $settingsfrdb['add_display_names'];
5026
+
5027
+        return [$telapikeystrdec, $telpubkeystrdec, $telapiurlrec, $telapiurlstr, $messagingprofid, $nexapikeystr, $nexapisecretstr, $nexapiurlrecsms, $nexapiurldelrcpt,
5028
+                $gettelsendername, $getnexsendername, $getmessagesperpage, $getnotification, $notifyemail, $includesmsinemail, $twilapikeystr, $twilapisecretstr, $twilapiurlrecsms, 
5029
+                $twilapiurldelrcpt, $gettwilsendername, $flowapikeystr, $flowapisecretstr, $flowapiurlrecsms, $flowapiurldelrcpt, $includeDisplNames];
5030
+     }
5031
+
5032
+     /**
5033
+      * @NoAdminRequired
5034
+      */
5035
+     public function getuserbytelrecwhurl($recsmswebhookurl) {
5036
+
5037
+        $sqlrec = $this->connection->prepare('SELECT `user_id`, `telapi_url_rec` FROM `*PREFIX*sms_relent_settings` WHERE `telapi_url_rec` = ?');
5038
+	$result = $sqlrec->execute([$recsmswebhookurl]);
5039
+        $datafromdb = $result->fetch();
5040
+        $result->closeCursor();
5041
+        $ncusertelrec = $datafromdb['user_id'];
5042
+
5043
+        return $ncusertelrec;
5044
+     }
5045
+
5046
+     /**
5047
+      * @NoAdminRequired
5048
+      */
5049
+     public function getuserbyteldelrwhurl($delsmswebhookurl) {
5050
+
5051
+        $sqldel = $this->connection->prepare('SELECT `user_id`, `telapi_url` FROM `*PREFIX*sms_relent_settings` WHERE `telapi_url` = ?');
5052
+	$ressqldel = $sqldel->execute([$delsmswebhookurl]);
5053
+        $datafromdbdel = $ressqldel->fetch();
5054
+        $ressqldel->closeCursor();
5055
+        $ncuserteldel = $datafromdbdel['user_id'];
5056
+
5057
+        return $ncuserteldel;
5058
+     }
5059
+
5060
+     /**
5061
+      * @NoAdminRequired
5062
+      */
5063
+     public function getuserbyplivorecwhurl($plivorecurl) {
5064
+
5065
+        $sqlrecpl = $this->connection->prepare('SELECT `user_id`, `nexapi_url_rec` FROM `*PREFIX*sms_relent_settings` WHERE `nexapi_url_rec` = ?');
5066
+	$plresrecsql = $sqlrecpl->execute([$plivorecurl]);
5067
+        $pldatafromdb = $plresrecsql->fetch();
5068
+        $plresrecsql->closeCursor();
5069
+        $ncuserplrec = $pldatafromdb['user_id'];
5070
+
5071
+        return $ncuserplrec;
5072
+     }
5073
+
5074
+     /**
5075
+      * @NoAdminRequired
5076
+      */
5077
+     public function getuserbyplivodelrwhurl($plivodrurl) {
5078
+
5079
+        $sqldrpl = $this->connection->prepare('SELECT `user_id`, `nexapi_url` FROM `*PREFIX*sms_relent_settings` WHERE `nexapi_url` = ?');
5080
+	$ressqldelrec = $sqldrpl->execute([$plivodrurl]);
5081
+        $datafromdbdr = $ressqldelrec->fetch();
5082
+        $ressqldelrec->closeCursor();
5083
+        $ncuserplivodel = $datafromdbdr['user_id'];
5084
+
5085
+        return $ncuserplivodel;
5086
+     }
5087
+
5088
+     /**
5089
+      * @NoAdminRequired
5090
+      */
5091
+     public function getuserbytwilrecwhurl($twilrecurl) {
5092
+
5093
+        $sqlrectw = $this->connection->prepare('SELECT `user_id`, `twilapi_url_rec` FROM `*PREFIX*sms_relent_settings` WHERE `twilapi_url_rec` = ?');
5094
+	$twresrecsql = $sqlrectw->execute([$twilrecurl]);
5095
+        $twdatafromdb = $twresrecsql->fetch();
5096
+        $twresrecsql->closeCursor();
5097
+        $ncusertwrec = $twdatafromdb['user_id'];
5098
+
5099
+        return $ncusertwrec;
5100
+     }
5101
+
5102
+     /**
5103
+      * @NoAdminRequired
5104
+      */
5105
+     public function getuserbytwildelrwhurl($twildrurl) {
5106
+
5107
+        $sqldrtw = $this->connection->prepare('SELECT `user_id`, `twilapi_url` FROM `*PREFIX*sms_relent_settings` WHERE `twilapi_url` = ?');
5108
+	$ressqldelrectw = $sqldrtw->execute([$twildrurl]);
5109
+        $datafromdbdrtw = $ressqldelrectw->fetch();
5110
+        $ressqldelrectw->closeCursor();
5111
+        $ncusertwildel = $datafromdbdrtw['user_id'];
5112
+
5113
+        return $ncusertwildel;
5114
+     }
5115
+
5116
+     /**
5117
+      * @NoAdminRequired
5118
+      */
5119
+     public function getuserbyflowrecwhurl($flowrecurl) {
5120
+
5121
+        $sqlrecfl = $this->connection->prepare('SELECT `user_id`, `flowapi_url_rec` FROM `*PREFIX*sms_relent_settings` WHERE `flowapi_url_rec` = ?');
5122
+	$flresrecsql = $sqlrecfl->execute([$flowrecurl]);
5123
+        $fldatafromdb = $flresrecsql->fetch();
5124
+        $flresrecsql->closeCursor();
5125
+        $ncuserflrec = $fldatafromdb['user_id'];
5126
+
5127
+        return $ncuserflrec;
5128
+     }
5129
+
5130
+     /**
5131
+      * @NoAdminRequired
5132
+      */
5133
+     public function getuserbyflowdelrwhurl($flowdrurl) {
5134
+
5135
+        $sqldrfl = $this->connection->prepare('SELECT `user_id`, `flowapi_url` FROM `*PREFIX*sms_relent_settings` WHERE `flowapi_url` = ?');
5136
+	$ressqldelrecfl = $sqldrfl->execute([$flowdrurl]);
5137
+        $datafromdbdrfl = $ressqldelrecfl->fetch();
5138
+        $ressqldelrecfl->closeCursor();
5139
+        $ncuserflowdel = $datafromdbdrfl['user_id'];
5140
+
5141
+        return $ncuserflowdel;
5142
+     }
5143
+
5144
+
5145
+    /**
5146
+     * @NoAdminRequired
5147
+     */
5148
+    public function object_to_array($obj) {
5149
+        if (is_object($obj)) $obj = (array)$this->dismount($obj);
5150
+        if (is_array($obj)) {
5151
+           $new = array();
5152
+           foreach($obj as $key => $val) {
5153
+               $new[$key] = $this->object_to_array($val);
5154
+           }
5155
+        }
5156
+        else $new = $obj;
5157
+        return $new;
5158
+    }
5159
+
5160
+
5161
+    /**
5162
+     * @NoAdminRequired
5163
+     */
5164
+    public function dismount($object) {
5165
+        $reflectionClass = new ReflectionClass(get_class($object));
5166
+        $array = array();
5167
+        foreach ($reflectionClass->getProperties() as $property) {
5168
+           $property->setAccessible(true);
5169
+           $array[$property->getName()] = $property->getValue($object);
5170
+           $property->setAccessible(false);
5171
+        }
5172
+        return $array;
5173
+    }
5174
+
5175
+
5176
+    /**
5177
+     * @NoAdminRequired
5178
+     */
5179
+    public function getallowedusers($userId) {
5180
+
5181
+        // Collect the users with whom the current admin is sharing his API keys and whose messages he will be able to see
5182
+        if ($this->groupManager->isAdmin($userId)) {
5183
+
5184
+            // Get the groups and users that were allowed access to the API keys
5185
+            $getgrps = $this->connection->prepare('SELECT `user_id`, `tnx_groups_allowed`, `tnx_users_allowed`, `plv_groups_allowed`, `plv_users_allowed`,
5186
+                                                  `twl_groups_allowed`, `twl_users_allowed`, `flr_groups_allowed`, `flr_users_allowed` FROM `*PREFIX*sms_relent_subac`
5187
+                                                   WHERE `user_id` = ?');
5188
+            $getgrpsres = $getgrps->execute([$userId]);
5189
+            $getgrpsusr = $getgrpsres->fetch();
5190
+            $getgrpsres->closeCursor();
5191
+
5192
+            if ($getgrpsusr) {
5193
+
5194
+                if ($getgrpsusr['tnx_users_allowed']) { $tnxusers = explode("|", $getgrpsusr['tnx_users_allowed']); } else { $tnxusers = []; }
5195
+                if ($getgrpsusr['plv_users_allowed']) { $plvusers = explode("|", $getgrpsusr['plv_users_allowed']); } else { $plvusers = []; }
5196
+                if ($getgrpsusr['twl_users_allowed']) { $twlusers = explode("|", $getgrpsusr['twl_users_allowed']); } else { $twlusers = []; }
5197
+                if ($getgrpsusr['flr_users_allowed']) { $flrusers = explode("|", $getgrpsusr['flr_users_allowed']); } else { $flrusers = []; }
5198
+
5199
+                $allwdusersarr = array_merge($tnxusers, $plvusers, $twlusers, $flrusers);
5200
+                $allwdusersunq = array_filter(array_unique($allwdusersarr));
5201
+
5202
+                if ($getgrpsusr['tnx_groups_allowed']) { $tnxgroups = explode("|", $getgrpsusr['tnx_groups_allowed']); } else { $tnxgroups = []; }
5203
+                if ($getgrpsusr['plv_groups_allowed']) { $plvgroups = explode("|", $getgrpsusr['plv_groups_allowed']); } else { $plvgroups = []; }
5204
+                if ($getgrpsusr['twl_groups_allowed']) { $twlgroups = explode("|", $getgrpsusr['twl_groups_allowed']); } else { $twlgroups = []; }
5205
+                if ($getgrpsusr['flr_groups_allowed']) { $flrgroups = explode("|", $getgrpsusr['flr_groups_allowed']); } else { $flrgroups = []; }
5206
+
5207
+                $allwdgroupsarr = array_merge($tnxgroups, $plvgroups, $twlgroups, $flrgroups);
5208
+                $allwdgroupsunq = array_filter(array_unique($allwdgroupsarr));
5209
+
5210
+            } else {
5211
+                $allwdusersunq = [];
5212
+                $allwdgroupsunq = [];
5213
+            }
5214
+
5215
+            // Get the username for each Display Name of the allowed users
5216
+            $allwdusersfnl = [];
5217
+            foreach ($allwdusersunq as $alwdusrkey => $alwdusrvalue) {
5218
+
5219
+                         $getacdatausrnm = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `name` = ? AND `value` = ?');
5220
+		         $getacdatausrnmres = $getacdatausrnm->execute(['displayname', $alwdusrvalue]);
5221
+		         $acdatausrname = $getacdatausrnmres->fetch();
5222
+                         if ($acdatausrname) {
5223
+                             $allwdusersfnl[] = $acdatausrname['uid'];
5224
+                         }
5225
+                         $getacdatausrnmres->closeCursor();
5226
+            }
5227
+
5228
+            // Get the users from all the allowed groups
5229
+            $allwdusersgrpmlt = [];
5230
+            foreach ($allwdgroupsunq as $prgrpkey => $prgrpvalue) {
5231
+
5232
+                     // Get all the users that belong to the current group, if the current group is different from 'admin'
5233
+                     if ($prgrpvalue != 'admin') {
5234
+                         $getusringroup = $this->connection->prepare('SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `gid` = ?');
5235
+		         $getusringroupres = $getusringroup->execute([$prgrpvalue]);
5236
+
5237
+		         while ($getusrname = $getusringroupres->fetch()) {
5238
+
5239
+                                $allwdusersgrpmlt[] = $getusrname['uid'];
5240
+                         }
5241
+		         $getusringroupres->closeCursor();
5242
+                     }
5243
+            }
5244
+            $allwdusersgrpfnl = array_unique($allwdusersgrpmlt);
5245
+            
5246
+            $allusr = array_merge($allwdusersfnl, $allwdusersgrpfnl);
5247
+            $allusruniquest = array_unique($allusr);
5248
+
5249
+            if ($allusruniquest) {
5250
+                array_unshift($allusruniquest, $userId);
5251
+                $allusruniquerc = $allusruniquest;
5252
+            } else { $allusruniquerc = [$userId]; }
5253
+
5254
+            return $allusruniquerc;
5255
+
5256
+        } else { return [$userId]; }
5257
+    }
5258
+
5259
+
5260
+    /**
5261
+     * @NoAdminRequired
5262
+     */
5263
+    public function getsmsnumbers($userId) {
5264
+
5265
+        // Check if there are any saved phone numbers for the current user
5266
+        $getnumbers = $this->connection->prepare('SELECT `user_id`, `available_numbers` FROM `*PREFIX*sms_relent_settings` WHERE `user_id` = ?');
5267
+	$getcrtusrno = $getnumbers->execute([$userId]);
5268
+        $getusrnmbrs = $getcrtusrno->fetch();
5269
+        $getcrtusrno->closeCursor();
5270
+
5271
+        if ($getusrnmbrs['available_numbers']) {
5272
+
5273
+            $retrievednmbrs = $getusrnmbrs['available_numbers'];
5274
+            $getnmbrsarr = explode("|", $retrievednmbrs);
5275
+            $numbersforuser = array_filter($getnmbrsarr);
5276
+            return $numbersforuser;
5277
+
5278
+        // Get the available phone numbers for the current user from the SMS providers
5279
+        } else {
5280
+
5281
+            // Get Telnyx phone numbers
5282
+            $smsapicredtx = $this->getapicredentials($userId, 'telnyx');
5283
+
5284
+            $telnyxkey = $smsapicredtx[0];
5285
+            $telsendernameinit = $smsapicredtx[9];
5286
+
5287
+            if ($telsendernameinit) {
5288
+                $telsendername = "Tx: " . $telsendernameinit;
5289
+                $telsenderarr = [0 => $telsendername];
5290
+            } else { $telsenderarr = []; }
5291
+
5292
+            if ($telnyxkey != '') {
5293
+
5294
+               \Telnyx\Telnyx::setApiKey($telnyxkey);
5295
+               $telnumbers = \Telnyx\MessagingPhoneNumber::All();
5296
+
5297
+               $telnumbersarr = $this->object_to_array($telnumbers);
5298
+               $telnmbrs = [];
5299
+
5300
+               foreach ($telnumbersarr['_originalValues'] as $nmbkey => $nmbvalue) {
5301
+                   if (is_int($nmbkey)) {
5302
+                       foreach ($nmbvalue as $nkey => $nvalue) {
5303
+                           if ($nkey == 'phone_number' && $nvalue) {
5304
+                               $telnmbrs[] = "Tx: " . $nvalue;
5305
+                           }
5306
+                       }
5307
+                   }
5308
+               }
5309
+
5310
+            } else { $telnmbrs = []; }
5311
+
5312
+            // Get Plivo phone numbers
5313
+            $smsapicredpl = $this->getapicredentials($userId, 'plivo');
5314
+
5315
+            $nexapikey = $smsapicredpl[5];
5316
+            $nexapisecret = $smsapicredpl[6];
5317
+            $nexsendernameinit = $smsapicredpl[10];
5318
+
5319
+            if ($nexsendernameinit) {
5320
+                $nexsendername = "Pl: " . $nexsendernameinit;
5321
+                $nexsenderarr = [0 => $nexsendername];
5322
+            } else { $nexsenderarr = []; }
5323
+
5324
+            if ($nexapikey != '' && $nexapisecret != '') {
5325
+
5326
+               $getacdata = "https://".$nexapikey.":".$nexapisecret."@api.plivo.com/v1/Account/".$nexapikey."/Number/";
5327
+               $acdata = file_get_contents($getacdata);
5328
+               $datainit = json_decode($acdata, true);
5329
+
5330
+               $findata = $this->object_to_array($datainit);
5331
+
5332
+               $nexcurrentnmbrs = [];
5333
+
5334
+               foreach ($findata['objects'] as $smskey => $smsvalue) {
5335
+                       if (is_array($smsvalue)) {
5336
+                             foreach ($smsvalue as $smskey2 => $smsvalue2) {
5337
+                                   if ($smskey2 == 'number' && $smsvalue2) {
5338
+                                       $nexcurrentnmbrs[] = "Pl: +" . $smsvalue2;
5339
+                                   }
5340
+                             }
5341
+                       }
5342
+               }
5343
+
5344
+            } else { $nexcurrentnmbrs = []; }
5345
+
5346
+            // Get Twilio phone numbers
5347
+            $smsapicredtw = $this->getapicredentials($userId, 'twilio');
5348
+
5349
+            $twilapikey = $smsapicredtw[15];
5350
+            $twilapisecret = $smsapicredtw[16];
5351
+            $twilsendernameinit = $smsapicredtw[19];
5352
+
5353
+            if ($twilsendernameinit) {
5354
+                $twilsendername = "Tw: " . $twilsendernameinit;
5355
+                $twilsenderarr = [0 => $twilsendername];
5356
+            } else { $twilsenderarr = []; }
5357
+
5358
+            if ($twilapikey != '' && $twilapisecret != '') {
5359
+
5360
+                $twilnumbers = json_decode(file_get_contents("https://".$twilapikey.":".$twilapisecret."@api.twilio.com/2010-04-01/Accounts/".$twilapikey."/IncomingPhoneNumbers.json"), true);
5361
+                $twilactivenmbrs = $twilnumbers['incoming_phone_numbers'];
5362
+
5363
+                $twilcurrentnmbrs = [];
5364
+                foreach ($twilactivenmbrs as $twnbkey => $twnbvalue) {
5365
+                     if (is_array($twnbvalue)) {
5366
+                         foreach ($twnbvalue as $twfkey => $twfvalue) {
5367
+                              if ($twfkey == 'phone_number' && $twfvalue) {
5368
+                                  $twilcurrentnmbrs[] = "Tw: " . $twfvalue;
5369
+                              }
5370
+                         }
5371
+                     }
5372
+                }
5373
+
5374
+            } else { $twilcurrentnmbrs = []; }
5375
+
5376
+            // Get Flowroute phone numbers
5377
+            $smsapicredfl = $this->getapicredentials($userId, 'flowroute');
5378
+
5379
+            $flowapikey = $smsapicredfl[20];
5380
+            $flowapisecret = $smsapicredfl[21];
5381
+
5382
+            if ($flowapikey != '' && $flowapisecret != '') {
5383
+
5384
+                $flnbrsresult = json_decode(file_get_contents("https://".$flowapikey.":".$flowapisecret."@api.flowroute.com/v2/numbers"));
5385
+                $flnbrsarr = $flnbrsresult->data;
5386
+                $flowcurrentnmbrs = [];
5387
+                foreach ($flnbrsarr as $flkey => $flitem) {
5388
+                         if ($flitem->id) {
5389
+                             $flowcurrentnmbrs[] = "Fl: +" . $flitem->id;
5390
+                         }
5391
+                }
5392
+
5393
+            } else { $flowcurrentnmbrs = []; }
5394
+
5395
+            $currentnmbrs = array_merge($telnmbrs, $nexcurrentnmbrs, $twilcurrentnmbrs, $flowcurrentnmbrs, $telsenderarr, $nexsenderarr, $twilsenderarr);
5396
+
5397
+            if ($this->groupManager->isAdmin($userId)) {
5398
+
5399
+                // Save the available phone numbers for the current user
5400
+                $availablenmbrs = implode("|", $currentnmbrs);
5401
+                $savephno = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_settings` SET `available_numbers` = ? WHERE `user_id` = ?');
5402
+                $upusrphnmbrs = $savephno->execute([$availablenmbrs, $userId]);
5403
+	        $upusrphnmbrs->closeCursor();
5404
+
5405
+                return $currentnmbrs;
5406
+
5407
+            } else {
5408
+
5409
+                // Get the restrictions from the 'sms_relent_restrict' table
5410
+                $getrestr = $this->connection->prepare('
5411
+		            SELECT `phone_number`, `groups`, `users` FROM `*PREFIX*sms_relent_restrict`');
5412
+                $getrestrres = $getrestr->execute();
5413
+
5414
+                $restrdata = [];
5415
+                while ($restrfetched = $getrestrres->fetch()) {
5416
+                       $restrdata[] = $restrfetched;
5417
+                }
5418
+                $getrestrres->closeCursor();
5419
+
5420
+                if ($restrdata) {
5421
+
5422
+                    // Get the groups to which the current user belongs
5423
+                    $getusrgrp = $this->connection->prepare('
5424
+		                 SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `uid` = ?');
5425
+                    $getusrgrpres = $getusrgrp->execute([$userId]);
5426
+
5427
+                    $usergrps = [];
5428
+                    while ($fetchedgrps = $getusrgrpres->fetch()) {
5429
+                           $usergrps[] = $fetchedgrps['gid'];
5430
+                    }
5431
+                    $getusrgrpres->closeCursor();
5432
+                    $ctusergroups = implode("|", $usergrps);
5433
+
5434
+		    // Get the Display Name of the current user
5435
+                    $dsplnm = 'displayname';
5436
+		    $getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
5437
+		    $getacdatadnres = $getacdatadn->execute([$userId, $dsplnm]);
5438
+		    $acdatausrdnadm = $getacdatadnres->fetch();
5439
+		    $cruserdname = $acdatausrdnadm['value'];
5440
+		    $getacdatadnres->closeCursor();
5441
+
5442
+                    // Get the phone numbers that are not allowed for the current user
5443
+                    $restrPhoneNb = [];
5444
+                    foreach ($restrdata as $rskey => $rsvalue) {
5445
+
5446
+                        $chck = 0;
5447
+                        if ($rsvalue['groups']) {
5448
+                            $restrgrparr = explode("|", $rsvalue['groups']);
5449
+
5450
+                            foreach ($restrgrparr as $grkey => $grvalue) {
5451
+                                     if (str_contains($ctusergroups, $grvalue)) { $chck++; }
5452
+                            }
5453
+                        }
5454
+
5455
+                        if ($rsvalue['users']) {
5456
+                            $usrnmstr = $rsvalue['users'];
5457
+                            if (str_contains($usrnmstr, $cruserdname)) { $chck++; }
5458
+                        }
5459
+
5460
+                        if ($chck == 0) { $restrPhoneNb[] = $rsvalue['phone_number']; }
5461
+                    }
5462
+
5463
+                    $restrPhoneNmbrs = array_unique($restrPhoneNb);
5464
+
5465
+                    // Assemble the array of phone numbers that the current user is allowed to use
5466
+                    for ($k = 0; $k < count($currentnmbrs); $k++) {
5467
+
5468
+                        if (in_array($currentnmbrs[$k], $restrPhoneNmbrs)) {
5469
+                            unset($currentnmbrs[$k]);
5470
+                        }
5471
+                    }
5472
+
5473
+                    $currentnmbrsrstr = array_values($currentnmbrs);
5474
+
5475
+                    // Save the available phone numbers for the current user
5476
+                    $availablenmbrs = implode("|", $currentnmbrsrstr);
5477
+                    $savephno = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_settings` SET `available_numbers` = ? WHERE `user_id` = ?');
5478
+                    $upusrphnmbrs = $savephno->execute([$availablenmbrs, $userId]);
5479
+	            $upusrphnmbrs->closeCursor();
5480
+
5481
+                    return $currentnmbrsrstr;
5482
+
5483
+                } else {
5484
+
5485
+                    // Save the available phone numbers for the current user
5486
+                    $availablenmbrs = implode("|", $currentnmbrs);
5487
+                    $savephno = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_settings` SET `available_numbers` = ? WHERE `user_id` = ?');
5488
+                    $upusrphnmbrs = $savephno->execute([$availablenmbrs, $userId]);
5489
+	            $upusrphnmbrs->closeCursor();
5490
+
5491
+                    return $currentnmbrs; 
5492
+                }
5493
+            }
5494
+        }
5495
+    }
5496
+
5497
+
5498
+    /**
5499
+     * @NoAdminRequired
5500
+     */
5501
+    public function refreshavailablenumbers($userId) {
5502
+
5503
+        // Get Telnyx phone numbers
5504
+        $smsapicredtx = $this->getapicredentials($userId, 'telnyx');
5505
+
5506
+        $telnyxkey = $smsapicredtx[0];
5507
+        $telsendernameinit = $smsapicredtx[9];
5508
+
5509
+        if ($telsendernameinit) {
5510
+            $telsendername = "Tx: " . $telsendernameinit;
5511
+            $telsenderarr = [0 => $telsendername];
5512
+        } else { $telsenderarr = []; }
5513
+
5514
+        if ($telnyxkey != '') {
5515
+
5516
+           \Telnyx\Telnyx::setApiKey($telnyxkey);
5517
+           $telnumbers = \Telnyx\MessagingPhoneNumber::All();
5518
+
5519
+           $telnumbersarr = $this->object_to_array($telnumbers);
5520
+           $telnmbrs = [];
5521
+
5522
+           foreach ($telnumbersarr['_originalValues'] as $nmbkey => $nmbvalue) {
5523
+              if (is_int($nmbkey)) {
5524
+                 foreach ($nmbvalue as $nkey => $nvalue) {
5525
+                    if ($nkey == 'phone_number' && $nvalue) {
5526
+                       $telnmbrs[] = "Tx: " . $nvalue;
5527
+                    }
5528
+                 }
5529
+              }
5530
+           }
5531
+
5532
+        } else { $telnmbrs = []; }
5533
+
5534
+        // Get Plivo phone numbers
5535
+        $smsapicredpl = $this->getapicredentials($userId, 'plivo');
5536
+
5537
+        $nexapikey = $smsapicredpl[5];
5538
+        $nexapisecret = $smsapicredpl[6];
5539
+        $nexsendernameinit = $smsapicredpl[10];
5540
+
5541
+        if ($nexsendernameinit) {
5542
+            $nexsendername = "Pl: " . $nexsendernameinit;
5543
+            $nexsenderarr = [0 => $nexsendername];
5544
+        } else { $nexsenderarr = []; }
5545
+
5546
+        if ($nexapikey != '' && $nexapisecret != '') {
5547
+
5548
+           $getacdata = "https://".$nexapikey.":".$nexapisecret."@api.plivo.com/v1/Account/".$nexapikey."/Number/";
5549
+           $acdata = file_get_contents($getacdata);
5550
+           $datainit = json_decode($acdata, true);
5551
+
5552
+           $findata = $this->object_to_array($datainit);
5553
+
5554
+           $nexcurrentnmbrs = [];
5555
+
5556
+           foreach ($findata['objects'] as $smskey => $smsvalue) {
5557
+                   if (is_array($smsvalue)) {
5558
+                         foreach ($smsvalue as $smskey2 => $smsvalue2) {
5559
+                               if ($smskey2 == 'number' && $smsvalue2) {
5560
+                                   $nexcurrentnmbrs[] = "Pl: +" . $smsvalue2;
5561
+                               }
5562
+                         }
5563
+                   }
5564
+           }
5565
+
5566
+        } else { $nexcurrentnmbrs = []; }
5567
+
5568
+        // Get Twilio phone numbers
5569
+        $smsapicredtw = $this->getapicredentials($userId, 'twilio');
5570
+
5571
+        $twilapikey = $smsapicredtw[15];
5572
+        $twilapisecret = $smsapicredtw[16];
5573
+        $twilsendernameinit = $smsapicredtw[19];
5574
+
5575
+        if ($twilsendernameinit) {
5576
+            $twilsendername = "Tw: " . $twilsendernameinit;
5577
+            $twilsenderarr = [0 => $twilsendername];
5578
+        } else { $twilsenderarr = []; }
5579
+
5580
+        if ($twilapikey != '' && $twilapisecret != '') {
5581
+
5582
+            $twilnumbers = json_decode(file_get_contents("https://".$twilapikey.":".$twilapisecret."@api.twilio.com/2010-04-01/Accounts/".$twilapikey."/IncomingPhoneNumbers.json"), true);
5583
+            $twilactivenmbrs = $twilnumbers['incoming_phone_numbers'];
5584
+
5585
+            $twilcurrentnmbrs = [];
5586
+            foreach ($twilactivenmbrs as $twnbkey => $twnbvalue) {
5587
+                 if (is_array($twnbvalue)) {
5588
+                     foreach ($twnbvalue as $twfkey => $twfvalue) {
5589
+                          if ($twfkey == 'phone_number' && $twfvalue) {
5590
+                              $twilcurrentnmbrs[] = "Tw: " . $twfvalue;
5591
+                          }
5592
+                     }
5593
+                 }
5594
+            }
5595
+
5596
+        } else { $twilcurrentnmbrs = []; }
5597
+
5598
+        // Get Flowroute phone numbers
5599
+        $smsapicredfl = $this->getapicredentials($userId, 'flowroute');
5600
+
5601
+        $flowapikey = $smsapicredfl[20];
5602
+        $flowapisecret = $smsapicredfl[21];
5603
+
5604
+        if ($flowapikey != '' && $flowapisecret != '') {
5605
+
5606
+            $flnbrsresult = json_decode(file_get_contents("https://".$flowapikey.":".$flowapisecret."@api.flowroute.com/v2/numbers"));
5607
+            $flnbrsarr = $flnbrsresult->data;
5608
+            $flowcurrentnmbrs = [];
5609
+            foreach ($flnbrsarr as $flkey => $flitem) {
5610
+                     if ($flitem->id) {
5611
+                         $flowcurrentnmbrs[] = "Fl: +" . $flitem->id;
5612
+                     }
5613
+            }
5614
+
5615
+        } else { $flowcurrentnmbrs = []; }
5616
+
5617
+        $currentnmbrs = array_merge($telnmbrs, $nexcurrentnmbrs, $twilcurrentnmbrs, $flowcurrentnmbrs, $telsenderarr, $nexsenderarr, $twilsenderarr);
5618
+
5619
+
5620
+        if ($this->groupManager->isAdmin($userId)) {
5621
+
5622
+            // Save the available phone numbers for the current user
5623
+            $availablenmbrs = implode("|", $currentnmbrs);
5624
+            $savephno = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_settings` SET `available_numbers` = ? WHERE `user_id` = ?');
5625
+            $upusrphnmbrs = $savephno->execute([$availablenmbrs, $userId]);
5626
+	    $upusrphnmbrs->closeCursor();
5627
+
5628
+            return $currentnmbrs;
5629
+
5630
+        } else {
5631
+
5632
+            // Get the restrictions from the 'sms_relent_restrict' table
5633
+            $getrestr = $this->connection->prepare('
5634
+		       SELECT `phone_number`, `groups`, `users` FROM `*PREFIX*sms_relent_restrict`');
5635
+            $getrestrres = $getrestr->execute();
5636
+
5637
+            $restrdata = [];
5638
+            while ($restrfetched = $getrestrres->fetch()) {
5639
+                   $restrdata[] = $restrfetched;
5640
+            }
5641
+            $getrestrres->closeCursor();
5642
+
5643
+            if ($restrdata) {
5644
+
5645
+                // Get the groups to which the current user belongs
5646
+                $getusrgrp = $this->connection->prepare('
5647
+		       SELECT `gid`, `uid` FROM `*PREFIX*group_user` WHERE `uid` = ?');
5648
+                $getusrgrpres = $getusrgrp->execute([$userId]);
5649
+
5650
+                $usergrps = [];
5651
+                while ($fetchedgrps = $getusrgrpres->fetch()) {
5652
+                       $usergrps[] = $fetchedgrps['gid'];
5653
+                }
5654
+                $getusrgrpres->closeCursor();
5655
+                $ctusergroups = implode("|", $usergrps);
5656
+
5657
+		// Get the Display Name of the current user
5658
+                $dispname = 'displayname';
5659
+		$getacdatadn = $this->connection->prepare('SELECT `uid`, `name`, `value` FROM `*PREFIX*accounts_data` WHERE `uid` = ? AND `name` = ?');
5660
+		$getacdatadnres = $getacdatadn->execute([$userId, $dispname]);
5661
+		$acdatausrdnadm = $getacdatadnres->fetch();
5662
+		$cruserdname = $acdatausrdnadm['value'];
5663
+		$getacdatadnres->closeCursor();
5664
+
5665
+                // Get the phone numbers that are not allowed for the current user
5666
+                $restrPhoneNb = [];
5667
+                foreach ($restrdata as $rskey => $rsvalue) {
5668
+
5669
+                        $chck = 0;
5670
+                        if ($rsvalue['groups']) {
5671
+                            $restrgrparr = explode("|", $rsvalue['groups']);
5672
+
5673
+                            foreach ($restrgrparr as $grkey => $grvalue) {
5674
+                                     if (str_contains($ctusergroups, $grvalue)) { $chck++; }
5675
+                            }
5676
+                        }
5677
+
5678
+                        if ($rsvalue['users']) {
5679
+                            $usrnmstr = $rsvalue['users'];
5680
+                            if (str_contains($usrnmstr, $cruserdname)) { $chck++; }
5681
+                        }
5682
+
5683
+                        if ($chck == 0) { $restrPhoneNb[] = $rsvalue['phone_number']; }
5684
+                }
5685
+
5686
+                $restrPhoneNmbrs = array_unique($restrPhoneNb);
5687
+
5688
+                // Assemble the array of phone numbers that the current user is allowed to use
5689
+                for ($k = 0; $k < count($currentnmbrs); $k++) {
5690
+
5691
+                    if (in_array($currentnmbrs[$k], $restrPhoneNmbrs)) {
5692
+                        unset($currentnmbrs[$k]);
5693
+                    }
5694
+                }
5695
+
5696
+                $currentnmbrsrstr = array_values($currentnmbrs);
5697
+
5698
+                // Save the available phone numbers for the current user
5699
+                $availablenmbrs = implode("|", $currentnmbrsrstr);
5700
+                $savephno = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_settings` SET `available_numbers` = ? WHERE `user_id` = ?');
5701
+                $upusrphnmbrs = $savephno->execute([$availablenmbrs, $userId]);
5702
+	        $upusrphnmbrs->closeCursor();
5703
+
5704
+                return $currentnmbrsrstr;
5705
+
5706
+            } else {
5707
+
5708
+                // Save the available phone numbers for the current user
5709
+                $availablenmbrs = implode("|", $currentnmbrs);
5710
+                $savephno = $this->connection->prepare('UPDATE `*PREFIX*sms_relent_settings` SET `available_numbers` = ? WHERE `user_id` = ?');
5711
+                $upusrphnmbrs = $savephno->execute([$availablenmbrs, $userId]);
5712
+	        $upusrphnmbrs->closeCursor();
5713
+
5714
+                return $currentnmbrs; 
5715
+            }
5716
+        }
5717
+    }
5718
+}