Commit Graph

3188 Commits

Author SHA1 Message Date
markjcrane
74ca9eb980 Consolidate the SQL Queries for better performance. 2016-01-16 09:54:01 -07:00
markjcrane
285cad06da Fix a problem with the provision url path which was caused by a pull request in the last 12 hours. 2016-01-16 09:44:15 -07:00
FusionPBX
88a10cbea8 Merge pull request #1139 from joernott/master
Allow provisioning with internal addressbook and update snom320 tpl
2016-01-15 22:45:32 -07:00
FusionPBX
e5aee41056 Merge pull request #1385 from blackc2004/master
yealink remote phone book
2016-01-15 22:40:55 -07:00
FusionPBX
04813452a1 Merge pull request #1388 from mafoo/BugFix-Devices
BugFix to app/devices
2016-01-15 21:42:01 -07:00
blackc2004
1a6d6308c7 Update 980_cidlookup.xml 2016-01-15 20:16:21 -08:00
markjcrane
62d1575202 Make the domain in MN_Generic.cfg dynamic. 2016-01-15 17:35:00 -07:00
markjcrane
c4eca6c330 Mitel provisioning add MN_Generic.cfg and update the 5324 and 5340 templates. 2016-01-15 17:09:16 -07:00
Matthew Vale
1502cf15ff changed protocol to match request 2016-01-15 13:43:10 +00:00
markjcrane
b40415c53f If the call group or toll allow have a value set set selected. 2016-01-13 17:57:25 -07:00
markjcrane
e186172b6f Use call group singular instead of plural. 2016-01-13 16:40:26 -07:00
markjcrane
73b3afe506 Add an option for toll allow and call group select list. 2016-01-13 16:26:55 -07:00
blackc2004
28aec4f0a9 start of local extensions as remote phone book 2016-01-13 10:08:38 -08:00
markjcrane
b422117500 Add hangup to the destination select list. 2016-01-12 21:07:49 -07:00
markjcrane
605498c114 Remove the round brackets as they are not needed with this dialplan. 2016-01-12 20:54:48 -07:00
markjcrane
c1266f3e00 Remove the line after ?> 2016-01-12 20:48:22 -07:00
markjcrane
fe9c46c0d0 Change array extensins to contact_extensions and add a new extension array. Remove trailing spaces. And add a new cisco 79xx directory called Our Phones. 2016-01-12 02:42:59 -07:00
markjcrane
8ac40de88f Set the mac address variable. 2016-01-11 07:58:57 -07:00
markjcrane
a35d442dfa Change the vendor ID hex number to lower case and re-use prov object that already exists. 2016-01-09 11:50:49 -07:00
markjcrane
ba67594456 Method get_vendor add vendor mitel and put them in alphabetical order. 2016-01-09 11:37:40 -07:00
markjcrane
c076becb21 Use the format_mac method in the provision class. 2016-01-09 11:22:10 -07:00
markjcrane
7c9c6acc82 Continued work on formatting the mac address for upper or lower case. 2016-01-09 11:10:37 -07:00
markjcrane
40b665fefa Device File download format the mac address file name according to the requirements of the vendor. 2016-01-09 09:52:27 -07:00
markjcrane
3fddd940ec Add a missing keyword function. 2016-01-09 09:46:43 -07:00
markjcrane
97ab1c9c87 Add a new method call format_mac to make the code more reusable. 2016-01-09 09:43:14 -07:00
markjcrane
878571c927 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2016-01-09 09:29:53 -07:00
markjcrane
01edbb30b8 Set the mitel mac address to upper case. 2016-01-09 09:29:39 -07:00
Luis Daniel Lucio Quiroz
39cbe216df Bill the incoming call
wrong variable, use the correct one.
2016-01-08 23:44:06 -05:00
markjcrane
e0e28180bc Update the name of the dialplan. 2016-01-08 14:13:00 -07:00
markjcrane
8a76b00d88 Add a dialplan for mod_cidlookup. 2016-01-08 14:05:59 -07:00
FusionPBX
411c18477a Merge pull request #1369 from blackc2004/patch-30
Update xml_cdr_search.php
2016-01-05 11:39:07 -07:00
FusionPBX
610d45c355 Merge pull request #1370 from blackc2004/patch-31
Update xml_cdr.php
2016-01-05 11:38:48 -07:00
FusionPBX
9f2ef55808 Merge pull request #1372 from blackc2004/patch-32
Update app_config.php
2016-01-05 11:38:08 -07:00
blackc2004
0c7b49ed29 Update emails.php 2016-01-05 10:21:55 -08:00
blackc2004
d4e3035880 Update app_config.php 2016-01-05 10:20:12 -08:00
blackc2004
8a293a1c21 Update xml_cdr.php 2016-01-05 10:13:54 -08:00
blackc2004
68d260921c Update xml_cdr_search.php 2016-01-05 10:12:39 -08:00
Matthew Vale
6788adeae4 Updated ring_group_forward for user dashboard
this is so the user_dashboard consistently shows the ring group name (as
used elsewhere to refer to a ring group)
2016-01-05 15:17:20 +00:00
markjcrane
aac6d4ff96 Using phrase uuid instead of the phrase name reason is this prevents the phrase from breaking when the phrase name is changed. 2016-01-04 17:16:14 -07:00
Alexey Melnichuk
4de4bb89f4 Fix. Do not cast dialed number to int in Operator Panel app.
This make problems with numbers starting with `0` e.g. (001)
Also this makes problem with too long numbers which does not fit to int type.
2015-12-28 15:48:18 +03:00
Alexey Melnichuk
9f8d05481f Fix. Use text class in fax_files.php 2015-12-25 11:48:17 +03:00
Alexey Melnichuk
df4d2216dd Change. Reduce too long app data in active calls app.
Problem that when you have large app data (>7k in my case)
it takes over 2 pages to display only single channel.
2015-12-24 12:48:25 +03:00
FusionPBX
99124df423 Merge pull request #1340 from mafoo/Enhance-Intercept-Polycom
Intercept mode for Polycom
2015-12-22 21:14:38 -07:00
markjcrane
b721572c56 Add session cookie httponly and set it to true. 2015-12-21 20:52:54 -07:00
Matthew Vale
40cefaf34c Intercept mode for Polycom
first dialplan to be utilized as global="true" and
context="${domain_name}"
2015-12-21 14:03:57 +00:00
markjcrane
f960275be8 Reduce the size of the SIP header by removing the sip_h_X-Tag if its needed the administrator can add it. 2015-12-21 03:02:52 -07:00
markjcrane
0deecbe701 Move the access controls to the new resources/classes/text translation class. 2015-12-21 00:52:40 -07:00
markjcrane
2689f518d2 Comment out the translation procedural code for access_control_node_edit.php. 2015-12-21 00:48:42 -07:00
markjcrane
16e29df2c7 Fix a problem with xml_cdr/app_languages.php. 2015-12-21 00:02:50 -07:00
markjcrane
2c2d49a4d4 Set the $db as a global variable in the class. 2015-12-20 22:54:08 -07:00