Commit Graph

5924 Commits

Author SHA1 Message Date
FusionPBX c198ff607e Update {$mac}.xml 2019-09-05 12:12:58 -06:00
FusionPBX db646da590 Update do_not_disturb.lua 2019-09-05 11:01:59 -06:00
konradSC e0b29d031d Populate toll-allow for Enterprise Ring Groups (#4496)
Add toll_allow to dialstring for external numbers
2019-09-04 13:05:57 -06:00
konradSC 9e301a0c97 Toll-allow into dialstring for external calls (#4495)
Insert toll-allow from the original extension into the dialstring for external calls.
2019-09-04 11:30:51 -06:00
FusionPBX 536be5bdb9 Update header.php 2019-09-04 11:20:27 -06:00
FusionPBX 6d14afffea Update header.php 2019-09-04 11:11:04 -06:00
FusionPBX f7c1235381 Update follow_me.lua 2019-09-04 10:22:11 -06:00
FusionPBX 78b57a8d29 Update follow_me.lua 2019-09-04 10:01:26 -06:00
FusionPBX c644994cee Update follow_me.lua 2019-09-04 09:42:42 -06:00
agree 08cbbc86ba Update follow_me.lua (#4491) 2019-09-04 09:35:05 -06:00
Nate 37b5713c4b Misc Classes: Database class integration. 2019-09-04 06:44:50 -06:00
FusionPBX cda306a2d2 Update {$mac}.cfg 2019-09-03 16:56:25 -06:00
FusionPBX d7f30cf930 Update {$mac}.cfg 2019-09-03 16:49:25 -06:00
Nate 07cb911e70 Menu Class: Database class integration. 2019-09-03 09:59:37 -06:00
Nate 836fb87136 Misc Classes: Database class integration. 2019-09-02 15:57:18 -06:00
FusionPBX 601198e01a Update index.lua 2019-09-02 08:32:50 -06:00
FusionPBX 5cddd37b85 Update index.lua 2019-09-02 08:29:25 -06:00
FusionPBX 0fa4daf938 Update index.lua 2019-09-01 08:05:43 -06:00
FusionPBX 254a62c0a7 Update index.lua 2019-09-01 07:41:57 -06:00
FusionPBX db53713f5f Update index.lua 2019-08-31 13:05:01 -06:00
FusionPBX 2c934bdb2b Update index.lua 2019-08-31 12:54:03 -06:00
FusionPBX 9b57fc5bff Update index.lua 2019-08-31 11:28:31 -06:00
FusionPBX 7196e20e50 Update index.lua 2019-08-31 04:03:59 -06:00
FusionPBX b9f22994b5 Delete index.php 2019-08-31 01:46:26 -06:00
FusionPBX 33571292bb Create index.lua 2019-08-31 01:44:46 -06:00
Nate 677f830f01 Remove unnecessary permission object instatiations. 2019-08-30 19:29:04 -06:00
FusionPBX a53acb4933 Update switch.php 2019-08-30 01:33:22 -06:00
FusionPBX e4bfeed4ae Update functions.php 2019-08-29 10:58:58 -06:00
FusionPBX 0f27db7a45 Create index.php 2019-08-29 09:11:42 -06:00
chansizzle b7b4edd054 Update paging.php (#4463)
* Update paging.php

* Update paging.php
2019-08-28 23:11:04 -06:00
Nate c660b27096 Misc: Database class integration. 2019-08-28 21:02:08 -06:00
Nate 04c2f7a132 Misc: Database class integration. 2019-08-28 17:53:34 -06:00
Nate 56b060ead9 Update licenses.php 2019-08-22 12:00:02 -06:00
FusionPBX 3c326b182c Update check_auth.php 2019-08-22 11:15:13 -06:00
FusionPBX 63484cbd71 Update functions.php 2019-08-22 11:08:29 -06:00
Nate 6e813908fc Update date/time picker to latest version, restoring functionality. 2019-08-22 11:04:03 -06:00
FusionPBX 164acb2d8e Update functions.php 2019-08-22 10:55:32 -06:00
Nate 733ba98dc6 Update to Bootstrap v4.3.1, jQuery 3.4.1. Adjustments to support updates. 2019-08-20 18:15:50 -06:00
FusionPBX b9bba7edce Update database.php 2019-08-20 13:05:27 -06:00
FusionPBX a4f1854452 Update database.php 2019-08-20 12:40:51 -06:00
FusionPBX 1aa645f5d6 Update licenses.php 2019-08-19 16:32:26 -06:00
Nate c7baaab4a9 Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility. 2019-08-19 10:51:21 -06:00
FusionPBX 62a406feb0 Delete email_address_validator.php 2019-08-19 09:31:06 -06:00
konradSC 8f139bcb89 Watson Transcription (#4420)
The following PR is for voicemail transcription using IBM Watson.
https://cloud.ibm.com/catalog/services/speech-to-text

The following values need to be configured in Default Settings:

Category: Voicemail
Subcategory: watson_key
type: text
Value: [Your Watson api key ]

Category: Voicemail
Subcategory: json_enabled
type: boolean
Value: true

Category: Voicemail
Subcategory: transcibe_language
type: text
Value: en-US

Category: Voicemail
Subcategory: transcribe_provider
type: text
Value: watson

Category: Voicemail
Subcategory: watson_url
type: text
Value: https://stream.watsonplatform.net/speech-to-text/api/v1/recognize?model=en-US_NarrowbandModel

Category: Voicemail
Subcategory: transcribe_enabled
type: boolean
Value: true


Reload Default Settings. I Flushed Cache and Reloaded XML just for good measure.

Also make sure transcription is set to TRUE in your voicemail box.
2019-08-19 09:17:03 -06:00
FusionPBX 7546868875 Update login.php 2019-08-18 00:54:21 -06:00
FusionPBX 13eb769959 Update login.php 2019-08-18 00:45:07 -06:00
FusionPBX df7f61fcea Update login.php 2019-08-18 00:34:16 -06:00
FusionPBX b8e0ccb2c2 Update recordings.lua 2019-08-17 15:49:15 -06:00
FusionPBX eb7b589ccc Update record_greeting.lua 2019-08-17 15:30:41 -06:00
FusionPBX 5bb48c9d8e Update record_message.lua 2019-08-17 15:22:06 -06:00
FusionPBX 339337a668 Update record_greeting.lua 2019-08-17 14:58:06 -06:00
FusionPBX 4cb8916d90 Update recordings.lua 2019-08-17 14:37:08 -06:00
FusionPBX 9f23fcf6f5 Update recordings.lua 2019-08-17 14:28:26 -06:00
FusionPBX 8354f2409b Update recordings.lua 2019-08-17 14:18:25 -06:00
mtghr 1b89f86a09 Update y000000000065.cfg (#4440)
This is to enable to pick up a call via the BLF key
2019-08-15 04:19:53 -06:00
FusionPBX 0f502033a2 Delete cmd.php 2019-08-15 02:43:59 -06:00
FusionPBX 2588eb1f83 Update functions.php 2019-08-14 12:07:19 -06:00
FusionPBX f94948bbad Update functions.php 2019-08-14 12:02:18 -06:00
FusionPBX d07ef4711a Update destinations.php 2019-08-13 12:44:38 -06:00
FusionPBX ba8cb5b0a3 Update destinations.php 2019-08-13 12:41:55 -06:00
Nate 7f3c605a56 Modification to order_by() function. 2019-08-13 11:01:57 -06:00
FusionPBX 8fa25d86d8 Update 010_get_domain.lua.noload 2019-08-11 17:10:00 -06:00
FusionPBX 32f24e7c67 Update disa.callback.lua 2019-08-11 17:08:45 -06:00
FusionPBX 8783ab4539 Update disa.callback.lua 2019-08-11 17:07:57 -06:00
FusionPBX 02c1baa778 Update index.lua 2019-08-11 17:05:41 -06:00
FusionPBX 8b4f412cad Update ring_member.lua 2019-08-11 17:03:06 -06:00
FusionPBX 96600afa16 Update destination.lua 2019-08-11 17:02:22 -06:00
FusionPBX ec73caf27d Update index.lua 2019-08-11 16:55:12 -06:00
benwiesner1 2048541529 Update {$mac}.cfg (#4430)
added option to enable / disable intercom and paging
2019-08-11 12:19:06 -06:00
FusionPBX 6d7d7eef13 Delete download.php 2019-08-10 16:50:43 -06:00
FusionPBX 83987bae74 Delete secure_download.php 2019-08-10 16:50:03 -06:00
FusionPBX 414581be27 Update functions.php 2019-08-10 14:43:20 -06:00
FusionPBX 73786bcf42 Update paging.php 2019-08-10 14:35:31 -06:00
FusionPBX 640cecf676 Update paging.php 2019-08-10 14:34:18 -06:00
konradSC 05f44474de Filter out percent signs in transcriptions (#4419)
The percent sign (%) is a special character for gsub.
2019-08-08 03:48:55 -06:00
benwiesner1 44b8e81e81 Update {$mac}.xml (#4423)
add <Resync_At_Random_Delay>0</Resync_At_Random_Delay>
2019-08-08 03:48:18 -06:00
FusionPBX 17ccc409dc Update sofia.conf.lua 2019-08-08 02:21:35 -06:00
FusionPBX e94f154ee4 Create pre_load_modules.conf.xml 2019-08-07 12:18:21 -06:00
FusionPBX 5215dcdddc Update page.lua 2019-08-04 13:59:23 -06:00
FusionPBX 42cb9ae21a Update app_languages.php 2019-08-04 00:54:11 -06:00
FusionPBX d5ebe489bb Update database.php 2019-08-03 16:16:30 -06:00
Nate 92f1bcdc4c Add ability to set default column in order_by() function. 2019-08-02 21:11:30 -06:00
FusionPBX b660708ad8 Update {$mac}.cfg 2019-08-01 11:09:50 -06:00
benwiesner1 bf9c8ec09e Update {$mac}.cfg (#4407)
* Update {$mac}.cfg

cleaned up template / aded headset hook option

* Update {$mac}.cfg
2019-08-01 10:59:12 -06:00
Len e9782d97d3 Update {$mac}.cfg (#4409) 2019-08-01 10:52:18 -06:00
Len 609687cad5 Update {$mac}.cfg (#4410) 2019-08-01 10:51:54 -06:00
Len e7b4e40d96 Update {$mac}.cfg (#4411) 2019-08-01 10:51:37 -06:00
Len 82d34145df Update {$mac}.cfg (#4412) 2019-08-01 10:51:11 -06:00
Len 68221a756e Update {$mac}.cfg (#4413) 2019-08-01 10:50:39 -06:00
Len 6ec57e6e64 Update {$mac}.cfg (#4408) 2019-08-01 10:50:12 -06:00
benwiesner1 6ca10d9faa Update {$mac}.cfg (#4401) 2019-07-31 16:01:19 -06:00
benwiesner1 f65486e8c9 Update {$mac}.cfg (#4398) 2019-07-30 18:03:44 -06:00
FusionPBX 6202f6ab79 Update cache.php 2019-07-30 00:11:50 -06:00
benwiesner1 e4257ab752 Update {$mac}.xml (#4395)
working / updated cisco spa112 template
2019-07-29 16:54:44 -06:00
FusionPBX ac384790e4 Update login.php 2019-07-29 10:28:51 -06:00
FusionPBX ccfce8ee1f Update groups.php 2019-07-28 16:09:17 -06:00
FusionPBX 65d74aa7f8 Update groups.php 2019-07-28 15:34:21 -06:00
Nate b07150a01d Make singular() method public in database class. 2019-07-27 21:03:16 -06:00
FusionPBX 25a4220c4f Update schema.php 2019-07-27 16:53:42 -06:00
FusionPBX a80547d1d9 Update schema.php 2019-07-27 16:34:20 -06:00
FusionPBX 75909d85b6 Update schema.php 2019-07-27 09:12:38 -06:00
Nate e6c1d232df Adjust singular() method in database class to support 'addresses'. 2019-07-27 09:02:47 -06:00
FusionPBX 9c230f66e7 Update groups.php 2019-07-25 23:37:48 -06:00
FusionPBX 0f17c54096 Update check_auth.php 2019-07-25 20:15:43 -06:00
FusionPBX a49214d3b7 Update check_auth.php 2019-07-25 20:14:06 -06:00
FusionPBX bfb3909b06 Update check_auth.php 2019-07-25 20:01:30 -06:00
FusionPBX e902bad78a Update check_auth.php 2019-07-25 19:57:50 -06:00
FusionPBX 1880f41602 Update check_auth.php 2019-07-25 19:54:16 -06:00
FusionPBX dd5d9ab5a0 Update app_languages.php 2019-07-25 19:23:39 -06:00
saraxxin 7312a44487 New variables added for Aastra provisioning (#4388)
* Create app_config.php

Add new variables for Aastra phones to default settings

* Rename app/app_config.php to app/aastra/app_config.php

* Delete app_config.php

* Create app_config.php

Create new variables for Aastra phones.

* Update app_config.php

Moved Aastra variables to app/aastra/app_config.php

* Update {$mac}.cfg
2019-07-25 18:02:40 -06:00
FusionPBX e2cb93a27b Update functions.php 2019-07-25 10:14:25 -06:00
Len 571f187fc8 Update {$mac}.xml (#4381) 2019-07-24 18:26:45 -06:00
mtghr 4dda7be74c Update {$mac}.cfg (#4378)
my last edit there was a typo i was missing a "}"
2019-07-24 18:25:11 -06:00
Len 3fad85eb14 Update {$mac}.xml (#4379) 2019-07-24 18:23:32 -06:00
Len 58d273b786 Update {$mac}.xml (#4380) 2019-07-24 18:23:21 -06:00
Len 430da7fa24 Update {$mac}.xml (#4382) 2019-07-24 18:22:52 -06:00
Len 32e80fc0de Update {$mac}.xml (#4383) 2019-07-24 18:22:41 -06:00
Len 700675c986 Update {$mac}.cfg (#4386) 2019-07-24 18:19:16 -06:00
Len 10147987ed Update {$mac}.cfg (#4387) 2019-07-24 18:18:58 -06:00
Len 041c9f5811 Update {$mac}.xml (#4375)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-22 11:07:44 -06:00
Len d994c0261e Update {$mac}.xml (#4374) 2019-07-20 13:12:01 -06:00
Len fa5af59bf3 Update {$mac}.xml (#4373) 2019-07-20 13:11:51 -06:00
Len 71a593d9ed Update {$mac}.xml (#4372) 2019-07-20 13:11:38 -06:00
Len 6af72b3d0e Update {$mac}.xml (#4371) 2019-07-20 13:11:23 -06:00
Len 5f8e6d1674 Update {$mac}.xml (#4370) 2019-07-20 13:03:28 -06:00
Nate cf4bc6a64e Database class integration. 2019-07-19 15:05:18 -06:00
FusionPBX 43047c3557 Update {$mac}.cfg 2019-07-18 14:45:47 -06:00
Len 70c57a60c4 Update {$mac}.cfg (#4367) 2019-07-18 14:17:38 -06:00
Len 6ebf35b3d9 Update {$mac}.cfg (#4365)
* Update {$mac}.cfg

* Update {$mac}.cfg
2019-07-18 14:17:15 -06:00
Len 6d472615f5 Update {$mac}.cfg (#4364) 2019-07-18 12:44:57 -06:00
Len 5d5971c36a Update {$mac}.cfg (#4360) 2019-07-16 15:41:05 -06:00
Len 24ea078b6d Update {$mac}.cfg (#4359) 2019-07-16 15:40:50 -06:00
FusionPBX c025bb1038 Update {$mac}.cfg 2019-07-15 10:16:47 -06:00
FusionPBX d9420b90c0 Update {$mac}.cfg 2019-07-15 10:14:22 -06:00
FusionPBX 18a6855c56 Update {$mac}.cfg 2019-07-15 09:25:52 -06:00
FusionPBX 7f484bf546 Update {$mac}.cfg 2019-07-15 09:21:10 -06:00
FusionPBX b88ee02ba2 Update {$mac}.cfg 2019-07-15 09:15:00 -06:00
FusionPBX 11fc0b2e78 Update {$mac}.cfg 2019-07-15 09:10:23 -06:00
Len 0b71d6d40d Update {$mac}.xml (#4353) 2019-07-13 10:24:09 -06:00
Len b81639ff60 Update {$mac}.xml (#4354) 2019-07-13 10:23:33 -06:00
Len 2bbb9cdc8c Update {$mac}.xml (#4355) 2019-07-13 10:23:16 -06:00
Len 128a1e47b2 Update {$mac}.xml (#4356) 2019-07-13 10:23:03 -06:00
Len f2c917e5fd Update {$mac}.xml (#4357) 2019-07-13 10:22:18 -06:00
Len 59b813e4d3 Update {$mac}.xml (#4352) 2019-07-12 23:07:40 -06:00
Len 5be94064ca Update {$mac}.xml (#4351) 2019-07-11 20:04:54 -06:00
Len eba6da5287 Update {$mac}.xml (#4350) 2019-07-11 20:04:25 -06:00
agree 4e613ec51b Update {$mac}.cfg (#4349) 2019-07-11 14:18:31 -06:00
Len d7e75aff5c Update {$mac}.cfg (#4348) 2019-07-11 14:01:41 -06:00
Nate 77b85a3f9c Database class integration. Modify database class singular() method to support table names ending in 'ses', such as v_databases. 2019-07-09 20:06:17 -06:00
Len b626e6fa5a Create directory.xml (#4338) 2019-07-09 19:09:14 -06:00
Len 2907aaae54 Create favorite_setting.xml (#4339) 2019-07-09 19:08:53 -06:00
Len 3ad7be316c Create y000000000095.cfg (#4340) 2019-07-09 19:08:31 -06:00
Len 04ec03edd0 Create {$mac}.boot (#4341) 2019-07-09 19:08:13 -06:00
Len 86c4de9076 Create {$mac}.cfg (#4342) 2019-07-09 19:07:52 -06:00
Len 798ec34a52 Create directory.xml (#4343) 2019-07-09 19:07:28 -06:00
Len 311ee35a21 Create favorite_setting.xml (#4344) 2019-07-09 19:06:58 -06:00
Len 23cad8a942 Create {$mac}.boot (#4345) 2019-07-09 19:06:31 -06:00
Len 229c8b6061 Create {$mac}.cfg (#4346) 2019-07-09 19:06:03 -06:00
Len b0ea55086b Create y000000000097.cfg (#4347) 2019-07-09 19:00:27 -06:00
Len b89543b7e5 Update {$mac}.xml (#4331)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:12:13 -06:00
Len 91be736b39 Update {$mac}.xml (#4332)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:11:46 -06:00
Len 0ba10b57b2 Update {$mac}.xml (#4333)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:11:29 -06:00
Len 670093e7c9 Update {$mac}.xml (#4334)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:11:12 -06:00
Len 6d309f41f9 Update {$mac}.xml (#4335)
* Update {$mac}.xml

* Update {$mac}.xml
2019-07-03 21:10:51 -06:00
agree b614f05c25 Update {$mac}.cfg (#4330) 2019-07-03 18:40:25 -06:00
Len c00dda8b99 Update {$mac}.cfg (#4326) 2019-07-02 11:18:57 -06:00
Len 9e75b31d78 Update {$mac}.cfg (#4327) 2019-07-02 11:18:19 -06:00
Nate fad7c24b90 limit_offset() function refinement 2019-07-01 20:52:54 -06:00
Nate 492d03a5b9 Allow underscore in order_by() function. 2019-07-01 20:37:34 -06:00
Nate d075a083cf Database class integration. Create order_by() and limit_offset() functions. 2019-07-01 17:30:03 -06:00
Nate 32b04431f7 Fix typo in select() method switch statement. 2019-07-01 13:26:26 -06:00
Nate a591c87776 Database Class Support for "...ies" Table Names (#4321)
Currently, the permission checks within the class try to singularize the table name, then check for permissions based on the result.  This PR modifies the private singular() function to support table names that end in "...ies", where an _add or _edit permission likely uses a 'y' instead.  An example would be where inserting records into v_event_categories, the class should probably look for an "event_category_add" permission, instead of "event_categorie_add".  Likewise for update queries.  

This proposed change isn't foolproof, obviously. In the case of inserting or updating records in a table named v_pies, it would fail to suffice.  You're welcome to integrate a better solution, if one exists.
2019-06-30 15:11:15 -06:00
mtghr 4480563044 Update {$mac}.cfg (#4061)
* Update {$mac}.cfg

Polycom will not support wild  card cert only if you disable strictCertCommonNameValidation

also polycom is missing many root  certs so we need an option to push them via the template 

bot stuff was tested by me in  production and its working fine

* Use isset
2019-06-29 13:40:11 -06:00
Chris Black e630208bb9 Update {$mac}.cfg (#4287)
add line key to T54s
2019-06-29 13:32:41 -06:00
Len 3477842f51 Update {$mac}.xml (#4316) 2019-06-29 13:30:31 -06:00
Len 3691c0ece1 Update {$mac}.xml (#4317) 2019-06-29 13:29:55 -06:00
Len baef31c370 Update {$mac}.xml (#4318) 2019-06-29 13:29:34 -06:00
Len db46983ba8 Update {$mac}.xml (#4319) 2019-06-29 13:29:22 -06:00
Len 85d779c190 Update {$mac}.xml (#4320) 2019-06-29 13:28:41 -06:00
FusionPBX 50187b2caf Update {$mac}.cfg 2019-06-29 12:14:05 -06:00
FusionPBX 53b6ba2e57 Update {$mac}.cfg 2019-06-29 12:13:03 -06:00
FusionPBX ac98f4cb5a Update {$mac}.cfg 2019-06-29 12:02:58 -06:00
FusionPBX 3824e5ec33 Update {$mac}.cfg 2019-06-29 11:59:46 -06:00
FusionPBX 38d8120bfe Update index.lua 2019-06-28 13:12:04 -06:00
FusionPBX 7918358124 Update functions.php 2019-06-27 10:16:43 -06:00
Len d939aaaeb7 Create {$mac}.xml (#4306) 2019-06-26 23:57:07 -06:00
Len 4d954b27d5 Create {$mac}.xml (#4307) 2019-06-26 23:56:48 -06:00
Len d099272778 Create {$mac}.xml (#4308) 2019-06-25 12:34:16 -06:00
Len 5fb80c530c Create {$mac}.xml (#4310) 2019-06-25 12:34:00 -06:00
Len eadeea6138 Create {$mac}.xml (#4305) 2019-06-25 11:47:59 -06:00
Len c532440a51 Create {$mac}.xml (#4309) 2019-06-25 11:47:27 -06:00
Len 8ec112c687 Update {$mac}.xml (#4304) 2019-06-24 21:34:11 -06:00
emaktech f44ed4370c Fix Ring Group Delay Timing (#4003)
This is going to sound really stupid but I have tested this extensively, submitted a Jira on it months ago (was told FS 1.6.20 was no longer supported) and it's still an issue. Please do not take my word for this and create a ring group to test the delay settings with a stopwatch and you should see the real vs set delay discrepancy.

In FreeSWITCH (both on 1.6.20 and 1.8.5) when sending leg_delay_start values, for whatever reason the actual time is double the value sent. The result of this is that if you send 1000ms as leg_delay_start the actual time the call will be delayed is 2000ms.

Because of this bad behavior, ring group delay settings end up being exactly double what is set. e.g. if you set 10s, you will have to wait 20s for the call to be initiated on leg b.

The easiest way to fix this behavior is to simply multiply leg_delay_start by half as much to get the right "real" delay time. Ugly, I know... I'm not sure if leg_delay_start value is passed elsewhere, I'm thinking this behavior may also be present in find me/follow me. If this gets accepted I will look for other locations where this behavior occurs and submit separate PRs if I find any other instances of this.
2019-06-21 22:04:14 -06:00
Len d74a8eedf0 Update {$mac}.xml (#4302) 2019-06-21 22:02:50 -06:00
mtghr 284450607a Update {$mac}.cfg (#4301)
the Expire time was set to 3600 with no way to change it
2019-06-20 07:15:21 -06:00
Luis Daniel Lucio Quiroz add3dc70ec gives save_var_xml() more tolerance (#4299)
when there is no local freeswitch running (big cluster deployments where Fusion UI is in another server), sometimes there is no local freeswitch running. this breaks the variables per host.

This patch gives the chance to use the hostname as a fallback option before giving up.
2019-06-20 03:35:41 -06:00
Len 4008f2255f Update {$mac}.xml (#4294) 2019-06-18 21:12:33 -06:00
Len 9f97c527c3 Update {$mac}.xml (#4295) 2019-06-18 21:10:47 -06:00
Len b770356a65 Update {$mac}.xml (#4296) 2019-06-18 21:09:58 -06:00
Len 8889c159fc Update {$mac}.xml (#4297) 2019-06-18 21:09:11 -06:00
Len b6c22e07fa Update {$mac}.xml (#4298) 2019-06-18 21:08:24 -06:00
FusionPBX 9425225820 Create {$mac}.xml 2019-06-18 19:14:28 -06:00
Len 6ced89ca28 Update {$mac}.xml (#4282)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-15 08:43:56 -06:00
FusionPBX 70fffb8e37 Update hangup_rx.lua 2019-06-14 23:59:37 -06:00
FusionPBX baea8db575 Update fax_retry.lua 2019-06-14 23:56:56 -06:00
Len d60c7a25af Update {$mac}.xml (#4281)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 22:12:43 -06:00
Len ed4d881ece Update {$mac}.xml (#4283)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:58:40 -06:00
Len c13261238f Update {$mac}.xml (#4284)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:57:04 -06:00
Len a7106a2774 Update {$mac}.xml (#4285)
* Update {$mac}.xml

* Update {$mac}.xml
2019-06-14 19:56:50 -06:00
FusionPBX e53860eb47 This code actually breaks inbound fax email. Commented it out and it works again. 2019-06-11 18:42:58 -06:00
FusionPBX 8ac8f04872 Update hangup_rx.lua 2019-06-11 02:58:52 -06:00
blackwolfresearch ece98a9c01 Security Fixes (#4268)
* Updated fixes for CVE-2019-11409

* Fix for XSS - (CVE-2018-19094)

* Fix for fax cmd injection (CVE-2018-19096)
2019-06-06 18:46:00 -06:00
Len 768c2e094e Create y000000000096.cfg (#4261) 2019-06-05 23:47:16 -06:00
jpattWPC 3a6dcdd340 Allow Phrases to be used in IVRs (#4263)
With the current implementation, Phrases cannot be used in IVRs as streamfile.lua prevents keypresses from being passed back to the IVR. This fix makes a small change to the way phrases are stored and allows streamfile to be run without blocking IVR keypresses.
2019-06-05 21:12:13 -06:00
jpattWPC 4ae27f13b6 Add support for PostgreSQL TLS (#4262)
This commit adds support for PostgreSQL TLS communication. This requires /etc/fusionpbx/config.php to have two parameters added:

$db_secure = true;
$db_cert_authority = "/path/to/ca.crt";
2019-06-05 21:10:58 -06:00
Len 3dcec79663 Create {$mac}.cfg (#4257) 2019-06-05 10:56:31 -06:00
Len 9c01dfb2ea Create directory.xml (#4258) 2019-06-05 10:50:09 -06:00
Len cd62e5b24f Create favorite_setting.xml (#4259) 2019-06-05 10:49:49 -06:00
Len ad2367b8fe Create {$mac}.boot (#4260) 2019-06-05 10:49:30 -06:00
chansizzle 5724c26a01 Update app_languages.php (#4252) 2019-06-03 16:23:33 -06:00
FusionPBX ce8ac1d3e2 Update index.lua 2019-06-03 08:24:13 -06:00
Len e0555de2d3 Update {$mac}.xml (#4241) 2019-06-02 13:09:42 -06:00
Bryan Redeagle 9e0826ab3c Added support for Digium D-Series phones. (#4229) 2019-06-02 10:01:54 -06:00
Len 6df7a33fbd Update {$mac}.xml (#4236) 2019-06-01 20:47:10 -06:00
Len 63a0af5695 Update {$mac}.xml (#4237) 2019-06-01 20:46:47 -06:00
Len b1d8067e89 Update {$mac}.xml (#4240) 2019-06-01 20:46:05 -06:00
Len 6d3cc1c2d6 Update {$mac}.xml (#4239) 2019-06-01 20:45:08 -06:00
Len 5066580034 Update {$mac}.xml (#4238) 2019-06-01 20:44:00 -06:00
Len cde9249b09 Update {$mac}.xml (#4234) 2019-06-01 20:12:13 -06:00
FusionPBX 43590603ad Update {$mac}.xml 2019-06-01 17:15:01 -06:00
FusionPBX ab3dd4989c Rename {mac}.xml to {$mac}.xml 2019-06-01 17:06:05 -06:00
FusionPBX 8094983561 Rename {mac}.xml to {$mac}.xml 2019-06-01 17:05:18 -06:00
FusionPBX de1a35e912 Update index.lua 2019-06-01 15:07:49 -06:00
Nate 91414a830e Functions: Update send_email function to support attachments 2019-06-01 12:07:58 -06:00
FusionPBX 8dadf79b7e Minor version update 4.5.6 2019-05-30 02:03:56 -06:00
FusionPBX 58537ce365 Update message.php 2019-05-30 01:55:07 -06:00
FusionPBX 8679b58680 Update record_message.lua 2019-05-30 01:53:35 -06:00
FusionPBX ed92a99130 Revert "[4.5] Fix the ALTER TABLE (#4097)"
This reverts commit 8822528227.
2019-05-30 00:56:51 -06:00
emaktech e1a54c9ec9 Fix Call Block Type Setting Check
When setting call_block_matching, the setting was not being evaluated as true because it was looking for 'call block' group when the actual name is 'call_block'.

Adding the underscore fixes this small syntax issue and the setting works correctly.
2019-05-28 14:27:29 -04:00
FusionPBX c34ff1d4c6 Update database.php 2019-05-27 19:56:32 -06:00
FusionPBX 157db18dc7 White space cleanup on the text class. 2019-05-25 23:40:51 -06:00
FusionPBX ed19df468d Merge pull request #4205 from Len-PGH/patch-3
Update {$mac}.xml
2019-05-25 14:23:20 -06:00
FusionPBX 4d8dc508c2 Merge pull request #4206 from Len-PGH/patch-4
Update {$mac}.xml
2019-05-25 14:23:07 -06:00
FusionPBX cb3e9d9b7a Merge pull request #4207 from Len-PGH/patch-5
Update {$mac}.xml
2019-05-25 14:20:48 -06:00
FusionPBX c26a0cea4e Merge pull request #4208 from Len-PGH/patch-6
Update {$mac}.xml
2019-05-25 14:19:55 -06:00
Len bd72d1345a Update {$mac}.xml 2019-05-25 15:44:33 -04:00
Len e35f3a74c4 Update {$mac}.xml 2019-05-25 15:43:03 -04:00
Len 94b2146317 Update {$mac}.xml 2019-05-25 15:42:15 -04:00
Len d62f97c5b9 Update {$mac}.xml 2019-05-25 15:41:07 -04:00
Len 466f5b5079 Update {$mac}.xml 2019-05-25 15:40:22 -04:00
FusionPBX 83b1914334 Merge pull request #4202 from Len-PGH/patch-50
Update {mac}.xml
2019-05-25 11:22:06 -06:00
FusionPBX 17cf522163 Merge pull request #4195 from Len-PGH/patch-43
Update {$mac}.xml
2019-05-25 11:21:43 -06:00
Len d2426f1501 Update {mac}.xml 2019-05-25 13:21:04 -04:00
FusionPBX d292183e6b Merge pull request #4196 from Len-PGH/patch-44
Update {$mac}.xml
2019-05-25 11:15:26 -06:00
FusionPBX 94a707f123 Merge pull request #4197 from Len-PGH/patch-45
Update {$mac}.xml
2019-05-25 11:15:11 -06:00
FusionPBX 81db56754a Merge pull request #4198 from Len-PGH/patch-46
Update {$mac}.xml
2019-05-25 11:14:51 -06:00
FusionPBX 23a3fe6c7d Merge pull request #4199 from Len-PGH/patch-47
Update {$mac}.xml
2019-05-25 11:13:59 -06:00
FusionPBX 6b6d3be748 Merge pull request #4200 from Len-PGH/patch-48
Update {$mac}.xml
2019-05-25 11:13:25 -06:00
Len 11434c4b9a Update {$mac}.xml 2019-05-25 13:10:42 -04:00
Len 896be96492 Update {$mac}.xml 2019-05-25 13:09:30 -04:00
Len ae4ca53a37 Update {$mac}.xml 2019-05-25 13:07:13 -04:00
Len 9f4b46fa05 Update {$mac}.xml 2019-05-25 13:05:08 -04:00
Len 5cfa4b48ca Update {$mac}.xml 2019-05-25 13:02:59 -04:00
Len ce4bb3c1a7 Update {$mac}.xml 2019-05-25 13:00:17 -04:00
Len 5bcfd146bb Update {$mac}.xml 2019-05-25 12:53:22 -04:00
Len cfaa878064 Update {$mac}.xml 2019-05-25 12:47:48 -04:00
FusionPBX 8d0cfd3ca8 Merge pull request #4192 from Len-PGH/patch-40
Update {$mac}.xml
2019-05-25 10:34:14 -06:00
FusionPBX db952e3849 Merge pull request #4193 from Len-PGH/patch-41
Update {$mac}.xml
2019-05-25 10:34:02 -06:00
FusionPBX 1df698bc9f Merge pull request #4177 from Len-PGH/patch-25
Update {$mac}.xml
2019-05-25 10:33:05 -06:00
Len e308c47f78 Update {$mac}.xml 2019-05-25 12:32:58 -04:00
FusionPBX 73bad7d52d Merge pull request #4178 from Len-PGH/patch-26
Update {$mac}.xml
2019-05-25 10:32:42 -06:00
FusionPBX e11069413f Merge pull request #4179 from Len-PGH/patch-27
Update {$mac}.xml
2019-05-25 10:32:05 -06:00
FusionPBX 63d4262c34 Merge pull request #4180 from Len-PGH/patch-28
Update {$mac}.xml
2019-05-25 10:31:50 -06:00
FusionPBX 21c3fdc467 Merge pull request #4181 from Len-PGH/patch-29
Update {$mac}.xml
2019-05-25 10:31:22 -06:00
FusionPBX 585b6f9fc2 Merge pull request #4182 from Len-PGH/patch-30
Update {$mac}.xml
2019-05-25 10:30:14 -06:00
FusionPBX 7628735400 Merge pull request #4183 from Len-PGH/patch-31
Update {$mac}.xml
2019-05-25 10:29:59 -06:00
FusionPBX dca33d8fcb Merge pull request #4184 from Len-PGH/patch-32
Update {$mac}.xml
2019-05-25 10:29:20 -06:00
FusionPBX e968c6ea3d Merge pull request #4185 from Len-PGH/patch-33
Update {$mac}.xml
2019-05-25 10:29:00 -06:00
FusionPBX cb686e3469 Merge pull request #4186 from Len-PGH/patch-34
Update {$mac}.xml
2019-05-25 10:28:18 -06:00
FusionPBX a2f0091c3c Merge pull request #4187 from Len-PGH/patch-35
Update {$mac}.xml
2019-05-25 10:27:35 -06:00
Len 7bf59d24ee Update {$mac}.xml 2019-05-25 12:27:06 -04:00
FusionPBX e23395788a Merge pull request #4188 from Len-PGH/patch-36
Update {$mac}.xml
2019-05-25 10:26:24 -06:00
FusionPBX 9250dc7ad3 Merge pull request #4189 from Len-PGH/patch-37
Update {$mac}.xml
2019-05-25 10:25:56 -06:00
FusionPBX d20e9401d8 Merge pull request #4190 from Len-PGH/patch-38
Update {$mac}.xml
2019-05-25 10:22:32 -06:00
Len 156b830d0b Update {$mac}.xml 2019-05-25 12:18:23 -04:00
Len 00336b098f Update {$mac}.xml 2019-05-25 12:16:31 -04:00
Len 11c0de9e26 Update {$mac}.xml 2019-05-25 12:14:04 -04:00
Len f93c00ef2a Update {$mac}.xml 2019-05-25 12:11:07 -04:00
Len 5e48db02da Update {$mac}.xml 2019-05-25 12:08:49 -04:00
Len 3e31e7efec Update {$mac}.xml 2019-05-25 12:05:25 -04:00
Len bf1a7ff80a Update {$mac}.xml 2019-05-25 12:02:34 -04:00
Len 5efdcdca52 Update {$mac}.xml 2019-05-25 11:59:21 -04:00
Len 2c01f9e8e7 Update {$mac}.xml 2019-05-25 11:55:17 -04:00
Len ddf79b4f2d Update {$mac}.xml 2019-05-25 11:53:13 -04:00
Len 0476fd43a0 Update {$mac}.xml 2019-05-25 11:51:35 -04:00
Len 7d8ebb35fa Update {$mac}.xml 2019-05-25 11:49:27 -04:00
Len 883ad1aa6f Update {$mac}.xml 2019-05-25 11:48:09 -04:00
Len 86aebdcfa1 Update {$mac}.xml 2019-05-25 11:46:55 -04:00
Len d3cea9210b Update {$mac}.xml 2019-05-25 11:44:36 -04:00
Darryl Ross 55b9329bf9 Add X210 config file based on X6 config file. 2019-05-24 12:32:36 +10:00
FusionPBX da6abc8baa Merge pull request #4171 from Len-PGH/patch-21
Update {$mac}.xml
2019-05-23 14:19:17 -06:00
FusionPBX 2ef5049f89 Merge pull request #4172 from Len-PGH/patch-22
Update {$mac}.xml
2019-05-23 14:18:44 -06:00
FusionPBX d27fbc71f7 Merge pull request #4173 from Len-PGH/patch-23
Update {$mac}.xml
2019-05-23 14:18:14 -06:00
FusionPBX 8453b0c1c0 Update dialplan.lua 2019-05-23 13:48:21 -06:00
Len 69e67c44f5 Update {$mac}.xml 2019-05-23 13:41:28 -04:00
Len 4b2f68b426 Update {$mac}.xml 2019-05-23 13:33:09 -04:00
Len 39168e06b5 Update {$mac}.xml 2019-05-23 13:21:54 -04:00
Darryl Ross c726983862 Create default ringtones for alert-into type External and External2 and allow to be overriden from default settings. 2019-05-22 12:10:41 +10:00
Darryl Ross 7658d45ff3 Update syntax for DSS buttons to use correct structure for X6 phone. 2019-05-22 12:10:18 +10:00
Darryl Ross bfe5268310 Allow setting country tone set from default setting. 2019-05-22 12:09:57 +10:00
FusionPBX 143e6e26df Merge pull request #4067 from daniel-lucio/patch-106
Add another working way to use Azure Speech to Text service
2019-05-21 10:58:14 -06:00
FusionPBX 6e1d22f510 Merge pull request #4155 from Len-PGH/patch-11
Update {$mac}.xml
2019-05-21 10:57:20 -06:00
FusionPBX cb6732928f Update {$mac}.xml 2019-05-21 10:57:08 -06:00
FusionPBX 8b7e98bc54 Merge pull request #4156 from Len-PGH/patch-12
Update {$mac}.xml
2019-05-21 10:53:59 -06:00
FusionPBX 9435839dde Merge pull request #4158 from Len-PGH/patch-14
Update {$mac}.xml
2019-05-21 10:53:34 -06:00
FusionPBX caf37be941 Update {$mac}.xml 2019-05-21 10:47:55 -06:00
FusionPBX 64c0ff379c Merge pull request #4154 from Len-PGH/patch-10
Update {$mac}.xml
2019-05-21 10:43:42 -06:00
FusionPBX d4d3d33bce Update {$mac}.xml 2019-05-21 10:43:30 -06:00
FusionPBX 2b512fabd1 Merge pull request #4153 from Len-PGH/patch-9
Update {$mac}.xml
2019-05-21 10:41:46 -06:00
FusionPBX 7d90aae571 Update {$mac}.xml 2019-05-21 10:41:37 -06:00
FusionPBX 3cf1fa2dda Merge pull request #4151 from Len-PGH/patch-7
Update {$mac}.xml
2019-05-21 10:38:10 -06:00
FusionPBX 80409fd2a5 Update {$mac}.xml 2019-05-21 10:37:56 -06:00
FusionPBX c1c41ea332 Merge pull request #4152 from Len-PGH/patch-8
Update {$mac}.xml
2019-05-21 10:35:56 -06:00
FusionPBX c50baa3915 Update {$mac}.xml 2019-05-21 10:35:44 -06:00
FusionPBX 2dd7e96cf4 Merge pull request #4157 from Len-PGH/patch-13
Update {$mac}.xml
2019-05-21 10:32:41 -06:00
FusionPBX 82eac104ce Update {$mac}.xml 2019-05-21 10:32:25 -06:00
FusionPBX 0c960089b9 Update {$mac}.xml 2019-05-21 10:31:26 -06:00
FusionPBX 0b2b857a39 Merge pull request #4159 from Len-PGH/patch-15
Update {mac}.xml
2019-05-21 10:30:33 -06:00
FusionPBX b98fc0b8d3 Update {mac}.xml 2019-05-21 10:30:24 -06:00
FusionPBX a51632ef51 Merge pull request #4161 from Len-PGH/patch-17
Update {$mac}.xml
2019-05-21 10:27:48 -06:00
FusionPBX 018a3d686c Update {$mac}.xml 2019-05-21 10:26:46 -06:00
FusionPBX 6e1b85aca3 Merge pull request #4162 from Len-PGH/patch-18
Update {$mac}.xml
2019-05-21 10:24:28 -06:00
FusionPBX fe986fc3e7 Update {$mac}.xml 2019-05-21 10:23:28 -06:00
FusionPBX 6b1864871b Merge pull request #4163 from Len-PGH/patch-19
Update {$mac}.xml
2019-05-21 10:20:48 -06:00
FusionPBX 4c47f54900 Update {$mac}.xml 2019-05-21 10:19:59 -06:00
Adrian Fretwell ff8fb4bd15 Update cidlookup.lua
Added and optional parameter, argv[2], to take a domain_uuid.  This is to fix an issue where if two contact records exist with the same phone number, but in different domains, the CID lookup would always pick the same contact record irrespective of which domain the inbound number belonged to.
2019-05-18 12:21:33 +01:00
Len 99e09cee4d Update {$mac}.xml 2019-05-16 15:10:32 -04:00
Len d6e779cd65 Update {$mac}.xml 2019-05-16 15:07:55 -04:00
Len 695884c9a6 Update {$mac}.xml 2019-05-16 15:05:17 -04:00
Len 0cac56cb69 Update {mac}.xml 2019-05-16 14:56:43 -04:00
Len 714d686d67 Update {$mac}.xml 2019-05-16 14:54:55 -04:00
Len b7a4a0e1ef Update {$mac}.xml 2019-05-16 14:53:25 -04:00
Len f678b8e974 Update {$mac}.xml 2019-05-16 14:51:21 -04:00
Len 0b09be2fc9 Update {$mac}.xml 2019-05-16 14:41:15 -04:00
Len fa4e4a4751 Update {$mac}.xml 2019-05-16 14:39:46 -04:00
Len f6a7ea770e Update {$mac}.xml 2019-05-16 14:36:28 -04:00
Len 2bd45b612b Update {$mac}.xml 2019-05-16 14:31:16 -04:00
Len 4659cbdaff Update {$mac}.xml 2019-05-16 14:26:09 -04:00
FusionPBX 05190ab79d Merge pull request #4147 from Len-PGH/patch-3
Update {$mac}.cfg
2019-05-15 18:35:13 -06:00
FusionPBX 553f32abb4 Merge pull request #4148 from Len-PGH/patch-4
Update {$mac}.cfg
2019-05-15 18:34:53 -06:00
Len 45c2af15c8 Update {$mac}.cfg 2019-05-15 20:06:04 -04:00
Len 89a19b0280 Update {$mac}.cfg 2019-05-15 14:17:54 -04:00
Len e8b40811ea Update {$mac}.cfg 2019-05-15 13:48:25 -04:00
Len 824dce1ac2 Update {$mac}.xml 2019-05-15 12:22:37 -04:00
Len 47468db5cc Update {$mac}.cfg 2019-05-14 14:41:35 -04:00
Len f6623b4338 Update {$mac}.cfg 2019-05-14 14:00:08 -04:00
FusionPBX bdacd5c552 Merge pull request #4142 from Len-PGH/patch-74
Update y000000000037.cfg
2019-05-09 12:33:25 -06:00
FusionPBX bb239e80b0 Merge pull request #4138 from Len-PGH/patch-70
Update y000000000007.cfg
2019-05-09 10:38:07 -06:00
FusionPBX 2302c5563a Merge pull request #4139 from Len-PGH/patch-71
Update y000000000053.cfg
2019-05-09 10:37:55 -06:00
FusionPBX dbdf9ff26e Merge pull request #4140 from Len-PGH/patch-72
Update y000000000000.cfg
2019-05-09 10:37:43 -06:00
Len f01ab14a04 Update y000000000037.cfg 2019-05-09 12:20:47 -04:00
Len 3c44421100 Update y000000000000.cfg 2019-05-09 12:17:16 -04:00
Len a3559a2fb6 Update y000000000000.cfg 2019-05-09 12:16:34 -04:00
Len 4b4c50d21d Update y000000000053.cfg 2019-05-09 12:13:55 -04:00
Len 634a462792 Update y000000000007.cfg 2019-05-09 12:13:13 -04:00
FusionPBX 22aaf14e98 Merge pull request #4120 from Len-PGH/patch-52
Update y000000000067.cfg
2019-05-09 10:05:33 -06:00
FusionPBX 71b4fd0291 Merge pull request #4117 from Len-PGH/patch-49
Update y000000000025.cfg
2019-05-09 10:05:22 -06:00
FusionPBX dffa559318 Merge pull request #4114 from Len-PGH/patch-46
Update y000000000051.cfg
2019-05-09 10:05:10 -06:00
FusionPBX 38d17c7585 Merge pull request #4113 from Len-PGH/patch-45
Update y000000000065.cfg
2019-05-09 10:03:58 -06:00
FusionPBX d8d3dc8d72 Merge pull request #4115 from Len-PGH/patch-47
Update y000000000023.cfg
2019-05-09 10:03:42 -06:00
FusionPBX 15eed287f8 Merge pull request #4118 from Len-PGH/patch-50
Update y000000000077.cfg
2019-05-09 10:03:19 -06:00
FusionPBX a09bfca791 Merge pull request #4112 from Len-PGH/patch-44
Update y000000000035.cfg
2019-05-09 10:03:01 -06:00
FusionPBX 2afa38d1f3 Merge pull request #4119 from Len-PGH/patch-51
Update y000000000028.cfg
2019-05-09 10:02:01 -06:00
FusionPBX b7bcee29e4 Merge pull request #4121 from Len-PGH/patch-53
Update y000000000029.cfg
2019-05-09 10:01:31 -06:00
FusionPBX 888ccc64db Merge pull request #4122 from Len-PGH/patch-54
Update y000000000068.cfg
2019-05-09 10:00:54 -06:00
FusionPBX 545c494b29 Merge pull request #4125 from Len-PGH/patch-57
Update y000000000076.cfg
2019-05-09 10:00:13 -06:00
FusionPBX 507818e772 Merge pull request #4130 from Len-PGH/patch-62
Update y000000000045.cfg
2019-05-09 10:00:02 -06:00
FusionPBX 79684ed6fd Merge pull request #4134 from Len-PGH/patch-66
Update y000000000044.cfg
2019-05-09 09:59:50 -06:00
FusionPBX 91f6c7e3f4 Merge pull request #4135 from Len-PGH/patch-67
Update y000000000005.cfg
2019-05-09 09:59:37 -06:00
FusionPBX ede4857693 Merge pull request #4136 from Len-PGH/patch-68
Update y000000000052.cfg
2019-05-09 09:59:23 -06:00
FusionPBX c7fd4a01c4 Merge pull request #4126 from Len-PGH/patch-58
Update y000000000038.cfg
2019-05-09 09:58:57 -06:00
FusionPBX 4c4c85d879 Merge pull request #4116 from Len-PGH/patch-48
Update y000000000025.cfg
2019-05-09 09:58:38 -06:00
Len bcf5c737dd Update y000000000052.cfg 2019-05-09 11:58:37 -04:00
FusionPBX 5c0f837a4d Merge pull request #4110 from Len-PGH/patch-42
Update y000000000066.cfg
2019-05-09 09:58:08 -06:00
FusionPBX ba10fa23e1 Merge pull request #4123 from Len-PGH/patch-55
Update y000000000036.cfg
2019-05-09 09:57:33 -06:00
FusionPBX 6141f30ce3 Merge pull request #4124 from Len-PGH/patch-56
Update y000000000054.cfg
2019-05-09 09:57:22 -06:00
Len cbc45bb390 Update y000000000005.cfg 2019-05-09 11:57:11 -04:00
FusionPBX 26991d6db3 Merge pull request #4127 from Len-PGH/patch-59
Update y000000000032.cfg
2019-05-09 09:57:04 -06:00
FusionPBX 8441f3f094 Merge pull request #4128 from Len-PGH/patch-60
Update y000000000046.cfg
2019-05-09 09:56:49 -06:00
FusionPBX 5ced025f2e Merge pull request #4129 from Len-PGH/patch-61
Update y000000000000.cfg
2019-05-09 09:56:34 -06:00
FusionPBX 3dda90591d Merge pull request #4131 from Len-PGH/patch-63
Update y000000000069.cfg
2019-05-09 09:56:14 -06:00
FusionPBX 9f8e6700eb Merge pull request #4132 from Len-PGH/patch-64
Update y000000000004.cfg
2019-05-09 09:55:47 -06:00
Len 5a41133c3a Update y000000000044.cfg 2019-05-09 11:55:40 -04:00
Len 78eb208e10 Update y000000000044.cfg 2019-05-09 11:54:39 -04:00
Len 8ee64f4cce Update y000000000004.cfg 2019-05-09 11:53:24 -04:00
Len 6589d23bc7 Update y000000000069.cfg 2019-05-09 11:52:30 -04:00
Len c4b57c50d6 Update y000000000045.cfg 2019-05-09 11:50:53 -04:00
Len 36f814496f Update y000000000000.cfg 2019-05-09 11:49:08 -04:00
Len d2268c97fc Update y000000000046.cfg 2019-05-09 11:48:23 -04:00
Len 80bb99ea83 Update y000000000032.cfg 2019-05-09 11:47:25 -04:00
Len 569b8f88fc Update y000000000038.cfg 2019-05-09 11:46:14 -04:00
Len f388f1722e Update y000000000076.cfg 2019-05-09 11:45:18 -04:00
Len a72983afae Update y000000000054.cfg 2019-05-09 11:43:21 -04:00
Len 5ab199c549 Update y000000000036.cfg 2019-05-09 11:42:02 -04:00
Len e973c20d4b Update y000000000068.cfg 2019-05-09 11:40:03 -04:00
Len 72ab8ec757 Update y000000000029.cfg 2019-05-09 11:37:28 -04:00
Len b7d7fbbc4b Update y000000000067.cfg 2019-05-09 11:34:17 -04:00
Len 054f3cce88 Update y000000000028.cfg 2019-05-09 11:32:06 -04:00
Len 00834645d2 Update y000000000077.cfg 2019-05-09 11:29:20 -04:00
Len a287786ec5 Update y000000000025.cfg 2019-05-09 11:27:14 -04:00
Len cb4027c55c Update y000000000025.cfg 2019-05-09 11:25:41 -04:00
Len 4a36c46860 Update y000000000023.cfg 2019-05-09 11:23:26 -04:00
Len aeaf1849a4 Update y000000000051.cfg 2019-05-09 11:21:49 -04:00
Len aa2752811a Update y000000000065.cfg 2019-05-09 11:20:52 -04:00
Len b506976394 Update y000000000035.cfg 2019-05-09 11:19:35 -04:00
Len f4283113f7 Update y000000000066.cfg 2019-05-09 11:11:46 -04:00
Len 658320aa09 Update y000000000051.cfg 2019-05-09 10:25:26 -04:00
Len 256b92eeea Update y000000000065.cfg 2019-05-09 10:24:09 -04:00
Len 7a9ce5f174 Update y000000000035.cfg 2019-05-09 10:22:59 -04:00
Len d1d20c0ab8 Update y000000000066.cfg 2019-05-09 10:19:05 -04:00
FusionPBX 9d0b779fcd Merge pull request #4075 from Len-PGH/patch-10
Update {$mac}.cfg
2019-05-08 14:15:36 -06:00
FusionPBX beef85f284 Merge pull request #4077 from Len-PGH/patch-12
Update {$mac}.cfg
2019-05-08 14:14:27 -06:00
FusionPBX 17f6dfea8c Merge pull request #4089 from Len-PGH/patch-23
Update {$mac}.cfg
2019-05-08 14:14:14 -06:00
FusionPBX 2b4485a7e6 Merge pull request #4091 from Len-PGH/patch-25
Update {$mac}.cfg
2019-05-08 14:13:54 -06:00
FusionPBX be4e62b578 Merge pull request #4080 from Len-PGH/patch-14
Update {$mac}.cfg
2019-05-08 14:12:22 -06:00
FusionPBX 9dd924841e Update {$mac}.cfg (#4081) 2019-05-08 14:11:49 -06:00
Len fad268935f Update {$mac}.cfg (#4082) 2019-05-08 14:11:14 -06:00
Len 6b0dbc922e Update {$mac}.cfg (#4083) 2019-05-08 14:11:00 -06:00
Len 923bb96e8f Update {$mac}.cfg (#4084) 2019-05-08 14:10:49 -06:00
Len 047037741e Update {$mac}.cfg (#4085) 2019-05-08 14:10:35 -06:00
Len 6adad54f96 Update {$mac}.cfg (#4086) 2019-05-08 14:10:16 -06:00
Len f5fb18ea3c Update {$mac}.cfg (#4087) 2019-05-08 14:08:54 -06:00
Len c228f66099 Update {$mac}.cfg (#4088) 2019-05-08 14:08:29 -06:00
Len 415e13b351 Update {$mac}.cfg (#4090) 2019-05-08 14:06:59 -06:00
Len 97942f8838 Update {$mac}.cfg (#4092) 2019-05-08 14:06:31 -06:00
Len 6d1bdb07e6 Update {$mac}.cfg (#4093) 2019-05-08 14:06:18 -06:00
Len 504a236855 Update {$mac}.cfg (#4094) 2019-05-08 14:06:04 -06:00
Len cd8ba5300f Update {$mac}.cfg (#4095) 2019-05-08 14:05:46 -06:00
Len 7ba52986f7 Update {$mac}.cfg (#4096) 2019-05-08 14:05:29 -06:00
Len 8803865c41 Update {$mac}.cfg (#4072) 2019-05-08 14:05:15 -06:00
Len ac6ec941cc Update {$mac}.cfg (#4073) 2019-05-08 14:04:58 -06:00
Len 6f0a65b66f Update {$mac}.cfg (#4074) 2019-05-08 14:04:41 -06:00
Len c1e119e076 Update {$mac}.cfg (#4076) 2019-05-08 14:04:20 -06:00
Len 39342f34ff Update {$mac}.cfg (#4078) 2019-05-08 14:04:02 -06:00
Luis Daniel Lucio Quiroz d39190913d [4.5] Fix the ALTER TABLE (#4097)
* Fix the ALTER TABLE

when $apps[$x]['db'][$y]['fields'][$z]['name'] is an array, you dont try to get the ['text'] index therefore fields such as v_xml_cdr.xml_uuid, v_destinations.destination_type and v_destinations.destination_number wont be created when upgrading.

This patch fixes it

* Update schema.php
2019-05-08 14:02:20 -06:00
Len 6b7dd32fff Update {$mac}.cfg (#4098) 2019-05-08 13:58:08 -06:00
Len fe464e75a4 Update {$mac}.cfg (#4102) 2019-05-08 13:57:39 -06:00
Len e0e99262f5 Update {$mac}.cfg (#4099) 2019-05-08 13:56:51 -06:00
Len 4794a13b80 Update {$mac}.cfg (#4107) 2019-05-08 13:56:29 -06:00
Len f2d13c7706 Update {$mac}.cfg (#4101) 2019-05-08 13:55:58 -06:00
Len b51e73edc3 Update {$mac}.cfg (#4103) 2019-05-08 13:54:56 -06:00
Len 722bf5c85c Update {$mac}.cfg (#4105) 2019-05-08 13:54:42 -06:00
Len a2dcfb048e Update {$mac}.cfg (#4109) 2019-05-08 13:53:59 -06:00
Len feacc512ab Update {$mac}.cfg (#4106) 2019-05-08 13:53:33 -06:00
Len 34f6e5f879 Update {$mac}.cfg (#4108) 2019-05-08 13:53:07 -06:00
Len ae73aeb404 Update {$mac}.cfg (#4104) 2019-05-08 13:29:19 -06:00
Len f94a8199a2 Update {$mac}.cfg 2019-05-08 14:22:33 -04:00
Len 04a8a57e64 Update {$mac}.cfg 2019-05-08 14:17:43 -04:00
Len 74068490bb Update {$mac}.cfg 2019-05-08 13:40:29 -04:00
Len 26f3aac445 Update {$mac}.cfg 2019-05-08 13:34:50 -04:00
Len 7847449d50 Update {$mac}.cfg 2019-05-08 13:26:17 -04:00
Len a9d7c86310 Update {$mac}.cfg 2019-05-08 13:09:42 -04:00
agree d69a6b8e96 Update {$mac}.cfg (#4070)
* Update {$mac}.cfg

* Update {$mac}.cfg
2019-05-08 09:58:26 -06:00
FusionPBX cd5dd78c25 Update destinations.php 2019-05-05 19:34:56 -06:00
FusionPBX 9796cabe28 Update database.php 2019-05-05 19:30:05 -06:00
Luis Daniel Lucio Quiroz b16ab8f002 Update record_message.lua 2019-05-03 23:54:51 -04:00
FusionPBX 41e8567043 Update functions.php 2019-04-30 23:59:45 -06:00
Luis Daniel Lucio Quiroz ccb0369805 Add another way to use Azure Speech to Text service
This patch adds BING (legacy) some extra fault tolerance support. For those who still use Bing, Bing sometimes fails
It adds another way, which I think it is easier and faster (Azure). Among the outstanding things it has; just configure the zone, and use Memcache to store the access token as per Azure documentation, it saves a query (faster). It also returns the most likely right transcription (digging in the JSON)
2019-04-30 23:34:34 -04:00
Len 672ba2443c Update {$mac}.xml (#4063) 2019-04-30 16:47:56 -06:00
Len 2b55fd89c9 Update {$mac}.xml (#4062)
* Update {$mac}.xml

* Update {$mac}.xml
2019-04-30 16:46:18 -06:00
Len 5eb32a87e3 Update {$mac}.xml (#4064) 2019-04-30 16:45:37 -06:00
Len 4dd2f08207 Update {$mac}.xml (#4065) 2019-04-30 16:44:48 -06:00
Len 0a39365108 Update {$mac}.xml (#4066) 2019-04-30 16:36:22 -06:00
FusionPBX 991adcf82f Update index.lua 2019-04-29 14:38:46 -06:00
FusionPBX 863b7c6bdf Update functions.php 2019-04-29 09:39:58 -06:00
FusionPBX 4b565b05da Update {$mac}.xml 2019-04-26 19:54:56 -06:00
FusionPBX 9d34415d84 Update {$mac}.xml 2019-04-26 19:53:48 -06:00
FusionPBX 6f2f076270 Update {$mac}.xml 2019-04-26 19:52:58 -06:00
FusionPBX 97d7618589 Update {$mac}.xml 2019-04-26 19:51:37 -06:00
FusionPBX 5f98a7a8a4 Update {$mac}.xml
Adjust white space and fix one of the variables.
2019-04-26 19:43:35 -06:00
Len 311abd2f07 Update {$mac}.xml (#4060) 2019-04-26 19:03:03 -06:00
FusionPBX 081e5d5650 Delete img.php 2019-04-24 19:43:26 -06:00
FusionPBX 0ee574151b Create captcha.php 2019-04-24 19:43:09 -06:00
FusionPBX 601bde9aec Update follow_me.lua 2019-04-24 09:06:16 -06:00
FusionPBX 57a62cf6b6 Update database.php 2019-04-23 09:28:49 -06:00
FusionPBX d2d6cc2599 Update send_mail.lua 2019-04-18 09:44:09 -06:00
FusionPBX 8be6ce91ab Update functions.php 2019-04-17 15:10:37 -06:00
FusionPBX a789109120 Update index.lua 2019-04-10 09:46:30 -06:00
FusionPBX 6115b4459a Update index.lua 2019-04-10 09:40:36 -06:00
FusionPBX 76f52e2686 Update database.php 2019-04-09 10:49:51 -06:00
FusionPBX ba1c13f366 Update licenses.php 2019-04-08 22:20:51 -06:00
FusionPBX d52b9723b9 Delete recaptchalib.php 2019-04-08 22:16:05 -06:00
FusionPBX 6f5ba79e6c Update {$mac}.cfg 2019-04-04 14:52:50 -06:00
FusionPBX 68a876a5fe Update {$mac}.cfg 2019-04-04 14:51:53 -06:00
FusionPBX 40d6dc31f0 Update {$mac}.cfg 2019-04-04 13:35:49 -06:00
FusionPBX 8f09899790 Update {$mac}.cfg 2019-04-04 13:32:08 -06:00
Nate b31b82bd66 Schema Class: Update compatibility with timestamptz field types. 2019-04-02 09:53:57 -06:00
FusionPBX e75fc601e7 Update functions.php 2019-04-01 20:35:58 -06:00
FusionPBX 7112aed941 Delete orm.php 2019-03-25 23:28:46 -06:00
FusionPBX 70fef7d1ed Create curl.conf.xml 2019-03-25 16:45:54 -06:00
FusionPBX 50c6bd254f Update database.php 2019-03-25 09:32:00 -06:00
FusionPBX b4cf441521 Update database.php 2019-03-23 17:27:58 -06:00
FusionPBX 9448f4fc8b Update index.lua 2019-03-22 18:30:17 -06:00
FusionPBX 758790e722 Update switch.php 2019-03-21 16:00:51 -06:00
FusionPBX 976580d5d7 Update recordings.lua 2019-03-19 17:31:53 -06:00
FusionPBX e95387b90c Update index.lua 2019-03-16 03:20:16 -06:00
FusionPBX 6a7c6bd463 Update app_languages.php 2019-03-16 02:32:04 -06:00
FusionPBX 967adffb4a Update app_languages.php 2019-03-16 02:26:23 -06:00
FusionPBX bbf8293c24 Update recordings.lua 2019-03-14 23:41:06 -06:00
Nate a35f618ec2 Password Reset: Add email message to Email Templates. 2019-03-13 23:30:39 -06:00
FusionPBX 72af6464f6 Update {$mac}.cfg 2019-03-12 14:44:37 -06:00
FusionPBX d9ffd80138 Update menu.php 2019-03-08 11:02:09 -07:00
Len e30443e290 Update y000000000058.cfg (#4037) 2019-03-06 08:30:10 -07:00
Len 09537f4ad9 Update y000000000023.cfg (#4038) 2019-03-06 08:29:54 -07:00
Len f3a4aba783 Update y000000000056.cfg (#4036) 2019-03-06 08:29:43 -07:00
Len b613198304 Update y000000000070.cfg (#4035) 2019-03-06 08:12:31 -07:00
Len b3c47746c3 Update y000000000074.cfg (#4034) 2019-03-06 08:12:19 -07:00
Len f17d5c23a7 Update y000000000051.cfg (#4033) 2019-03-06 08:10:49 -07:00
Len ed57d1b28b Update y000000000068.cfg (#4032) 2019-03-06 08:10:39 -07:00
Len 5dac04747d Update y000000000032.cfg (#4027) 2019-03-06 08:07:04 -07:00
Len b946bda8ba Update y000000000036.cfg (#4031) 2019-03-06 08:06:40 -07:00
Len 054b3cecdb Update y000000000038.cfg (#4028) 2019-03-06 08:06:25 -07:00
Len 68c69ae0e5 Update y000000000076.cfg (#4029) 2019-03-06 08:06:09 -07:00
Len b1a6b427a7 Update y000000000054.cfg (#4030) 2019-03-06 08:05:56 -07:00
Len 4917c118cc Update y000000000045.cfg (#4024) 2019-03-06 08:03:52 -07:00
Len aa452c6b3f Update y000000000044.cfg (#4020) 2019-03-06 08:03:41 -07:00
Len 1fd927b150 Update y000000000005.cfg (#4019) 2019-03-06 08:03:30 -07:00
Len 270450f556 Update y000000000052.cfg (#4018) 2019-03-06 08:03:20 -07:00
Len 485e4f4469 Update y000000000007.cfg (#4017) 2019-03-06 08:03:10 -07:00
Len ef12b1a91c Update y000000000053.cfg (#4016) 2019-03-06 08:02:55 -07:00
Len 8c10367b64 Update y000000000000.cfg (#4015) 2019-03-06 08:02:41 -07:00
Len 458007d5ec Update y000000000000.cfg (#4014) 2019-03-06 08:02:31 -07:00
Len 40d685749b Update y000000000037.cfg (#4013) 2019-03-06 08:02:18 -07:00
Len bc862eb695 Update y000000000044.cfg (#4021) 2019-03-06 08:01:34 -07:00
Len c8d323cc3a Update y000000000004.cfg (#4022) 2019-03-06 08:01:20 -07:00
Len 3665ed0098 Update y000000000069.cfg (#4023) 2019-03-06 08:00:57 -07:00
Len 6f2455df6f Update y000000000000.cfg (#4025) 2019-03-06 08:00:30 -07:00
Len 5dc67b23ce Update y000000000046.cfg (#4026) 2019-03-06 08:00:13 -07:00
FusionPBX b94d2a5b2d Update y000000000029.cfg 2019-03-05 18:29:48 -07:00
FusionPBX 937a33bf42 Update y000000000028.cfg 2019-03-05 18:26:01 -07:00
FusionPBX c90965ec37 Update y000000000035.cfg 2019-03-05 18:23:37 -07:00
FusionPBX 6410a5e6d2 Update y000000000067.cfg 2019-03-05 18:22:13 -07:00
FusionPBX c7e35cd6ba Update y000000000065.cfg 2019-03-05 18:21:20 -07:00
FusionPBX 1a6c0adf52 Update y000000000066.cfg 2019-03-05 18:19:22 -07:00
FusionPBX f2c9932c85 Update {$mac}.cfg 2019-03-03 15:44:52 -07:00
FusionPBX e8b38c7add Update y000000000065.cfg 2019-03-03 15:43:42 -07:00
Nate 12726e4289 Password Reset: Always set valid domain session var. 2019-02-28 22:13:54 -07:00
Nate dd0ae9c41f Fix bug in Password Reset feature, remove usage of md5. 2019-02-28 22:03:19 -07:00
Nate d799d42e1f Modify en/decryption functions to be openssl-based - mcrypt_* functions are now deprecated as of PHP 7.1.0 2019-02-28 18:22:34 -07:00
Nate 36b32599f1 Restore Login Reset Password functionality, adjust default SMTP debug level. 2019-02-28 17:32:27 -07:00