Commit Graph

5016 Commits

Author SHA1 Message Date
FusionPBX
d4ebbcb573 Update 050_user_record.xml 2018-01-18 17:01:50 -07:00
Len
df1dc03cda Update app_config.php 2018-01-12 23:27:42 -05:00
Pro-pra
172cf661c4 Update app_languages.php (#2958) 2018-01-11 23:47:30 -07:00
FusionPBX
19dd0fecff Update music_on_hold_delete.php 2018-01-11 13:43:23 -07:00
FusionPBX
ace2d9d926 Update music_on_hold_edit.php 2018-01-11 13:41:45 -07:00
FusionPBX
203c8bcd35 Update destination_edit.php 2018-01-10 20:04:56 -07:00
Len
664ba541ef Update app_config.php 2018-01-10 18:55:48 -05:00
Len
2cc18b228b Update app_config.php 2018-01-10 18:29:29 -05:00
FusionPBX
6f105cb2fe Update contacts.php 2018-01-10 13:37:26 -07:00
FusionPBX
5f437a99da Update destinations.php 2018-01-10 13:21:36 -07:00
FusionPBX
4046a8ab34 Update xml_cdr.php 2018-01-09 11:11:03 -07:00
konradSC
fa58a7ed33 Update xml_cdr.php (#2942)
Add check for duplicate call records. Duplicate records will cause the entire db insert to fail. I have tested this with the /app/xml_cdr/xml_cdr_import.php method for cdr insertion.
2018-01-09 11:01:10 -07:00
FusionPBX
1073fc21ce Update extension_delete.php 2018-01-07 20:52:30 -07:00
FusionPBX
d305da7ca3 Update 505_call-forward-all.xml 2018-01-07 01:22:07 -07:00
FusionPBX
7f46befe31 Update 500_call-forward.xml 2018-01-07 01:07:13 -07:00
Alexey Melnichuk
80363481fc Fix. Do not request number when do call forward toggle. (#2938)
It is consistent with enable/disable actions.
2018-01-07 01:05:58 -07:00
Len
7f25ca6f80 Update app_config.php 2018-01-04 19:19:28 -05:00
FusionPBX
4e524650c1 Update provision.php 2018-01-04 12:35:52 -07:00
hailthemelody
b9c7af51f5 correct typo (#2949)
"Ender" the "Enter"
2018-01-03 20:41:00 -07:00
Ghanshyam Katriya
705156f9ae Update index.php (#2948)
Check whether loaded file is xml or not, if not xml than set Content-Type to text/plain
2018-01-03 17:18:52 -07:00
Pro-pra
f26f640d29 Russian translation for number_translations (#2946)
* Update app_languages.php

* Update app_languages.php

* Update app_languages.php
2017-12-24 22:02:01 -07:00
FusionPBX
0dc3cf18cc Update number_translations.php 2017-12-24 11:25:26 -07:00
FusionPBX
611ae19017 Update number_translations.php 2017-12-24 10:48:57 -07:00
FusionPBX
ac17af6834 Update cmd.php 2017-12-24 01:14:12 -07:00
FusionPBX
4a62ce83c9 Make the search case insensitive.
Using lower() function instead of ilike as its not supported by sqlite.
2017-12-24 00:58:00 -07:00
FusionPBX
de65d9bfd8 Update app_defaults.php 2017-12-24 00:52:01 -07:00
FusionPBX
8b6d729e89 Update number_translations.php 2017-12-24 00:49:15 -07:00
FusionPBX
d789dddfe2 Update number_translation_edit.php 2017-12-24 00:23:50 -07:00
FusionPBX
42d31f17e5 Update number_translation_delete.php 2017-12-24 00:21:25 -07:00
FusionPBX
252ec8eae6 Update number_translations.php 2017-12-24 00:19:58 -07:00
FusionPBX
6acce07cbb Update number_translations.php 2017-12-24 00:18:18 -07:00
FusionPBX
2bc20663b4 Update app_config.php 2017-12-24 00:16:45 -07:00
FusionPBX
baa1dde93e Import method is needed in the class. 2017-12-24 00:08:50 -07:00
FusionPBX
68ca6861cc Update app_defaults.php 2017-12-24 00:01:33 -07:00
FusionPBX
515b6cade7 Update app_languages.php 2017-12-23 23:56:07 -07:00
FusionPBX
80a8a7505d Update app_languages.php 2017-12-23 23:54:53 -07:00
FusionPBX
68bdc3a962 Update app_config.php 2017-12-23 23:47:19 -07:00
FusionPBX
8881054e89 Update and rename number_translation.php to number_translations.php
Completely rewrote classes/number_translation.php and don't need the class xml method because this is handled by the lua xml handler. Import method wasn't used by anything.
2017-12-23 23:41:01 -07:00
FusionPBX
19974e474a Update app_menu.php 2017-12-23 23:31:46 -07:00
FusionPBX
be2ced3a01 Completely rewrote number_translations.php
Rewrote these pages to make them work completely and more consistent with other code in the project.
2017-12-23 23:26:02 -07:00
FusionPBX
8afd2ba7eb Update number_translation_edit.php 2017-12-23 23:22:21 -07:00
FusionPBX
f3bec18681 Entirely rewrote number_translation_edit.php over again. 2017-12-23 23:22:04 -07:00
FusionPBX
e17b88e3fd Completely rewrote number_translation_delete.php. 2017-12-23 23:19:32 -07:00
FusionPBX
81c4ef98f6 Update app_menu.php 2017-12-23 23:17:24 -07:00
FusionPBX
fe339f5cbc Delete number_translation_detail_delete.php 2017-12-23 23:16:40 -07:00
markjcrane
7e65f016be Rename directory number_translation to number_translations to be more consistant 2017-12-24 06:14:59 +00:00
FusionPBX
7536d5e142 Update registrations.php 2017-12-23 16:55:32 -07:00
DigiDaz
bec6ad652c Fix voicemail creation for ranges (#2945) 2017-12-21 10:06:53 -07:00
FusionPBX
9dca6fc809 Update destinations.php 2017-12-21 01:35:35 -07:00
hailthemelody
143a7eb66d fix typo (#2944)
"voiemail" to "voicemail"
2017-12-18 17:05:48 -07:00