Commit Graph

3232 Commits

Author SHA1 Message Date
Len 62836d26bf Update y000000000066.cfg 2017-06-10 23:14:37 -04:00
Len 0bcf1b0e25 Update y000000000065.cfg 2017-06-10 23:12:51 -04:00
Mafoo ba9b0ade53 BugFix - messages class (#2674)
missed the self class reference when adding a legacy message
2017-06-10 16:12:05 -06:00
FusionPBX aa897aca47 Create text.php
Switch require back to include what it was originally as it breaks too many things with little benefits.
2017-06-10 09:42:54 -06:00
Mafoo d9d50df4fb BugFix - check_auth (#2672)
the update to check_auth to enable text i made a mistake and put the
wrong parameter into get. this corrects that
2017-06-10 09:22:24 -06:00
Mafoo 22392cdff2 Enhance text class (#2670)
make the get routine a little more rugged by checking if the file exists not the directory it is in.
throw a exception if we are asked to load a app_languages that doesn't exist
don't reload the resources/app_languages if exclude_global was ommitted
code styling update to match project
2017-06-10 09:14:58 -06:00
Mafoo 01eebd6244 Enhance - remove statsh/pop from messages class (#2671)
statsh/pop was present to work around a bad implementation in loginphp.
This removes the now redundant code.
2017-06-10 08:59:21 -06:00
Mafoo 5bfda43d16 Enhance - add message stash/pop (#2660)
add new methods to messages class to let it take care of stash and pop of the messages
update login.php to use new methods
tweak html function to put the $_SESSION['message'] in the stack so there is only one code point to maintain for rendering
2017-06-09 22:15:18 -06:00
Mafoo 0526819a01 Enhance [master] - update check_auth to use $text (#2661)
* Enhance - update check_auth to use $text

convert to messages::add and utilize $text for invalid_credentials

* Russian translations for check_auth
2017-06-09 22:13:51 -06:00
Mafoo 9570ce1bf0 Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo 4f4baf136b Enhance - better reasons for 403 in orm class (#2659)
update return message when code 403 to also state the permission that failed
2017-06-09 20:03:22 -06:00
Mafoo 37463204e4 remove debug lines in permissions (#2658)
because application defaults is now captured for output these debug
lines show up when used. This removes them
2017-06-09 13:32:31 -06:00
Mafoo 9e8eb943e8 BugFix - database class app_uuid (#2663)
if $database->app_uuid is not set it would use '' in some conditions
which isset would test true.
This fix uses strlen instead, but also fixes number_transations app that
highlighted the flaw
2017-06-09 13:31:50 -06:00
FusionPBX c0ea12daa5 Update external.xml.noload 2017-06-09 11:19:57 -06:00
FusionPBX 818e535848 Update internal-ipv6.xml.noload 2017-06-09 11:19:16 -06:00
FusionPBX 841e783576 Update internal.xml.noload 2017-06-09 11:18:42 -06:00
Dean Montgomery 88a155e4b3 Update Grandstream provisioning (#2652)
* Update Grandstream provisioning

* Add Vtech

* Create app_config.php

fix typo

* Update app_config.php

remove newline at end as it can break php

* Update app_config.php

remove newline at end as it can break php

* Create app_config.php

remove newline at end.

* Update app_config.php

remove trailing newline

* Create device_edit.php

Add both http and https

* Create app_config.php

remove newline

* Add gxp16xx and fix typos
2017-06-08 16:21:47 -06:00
Alexey Melnichuk d43cb9e700 Add. Allow use `call_flow_subscribe.lua` with feature codes without `flow+` prefix. (#2609)
This commit allows create call flow extension with some feature code (e.g. `*401`)
Then on the phone you can configure BLF like `flow+*401` and use `call_flow_subscribe` to
track current status of this call flow. BLF like `*401` will also works but only if
use `call_flow_monitor` script.
Also it is possible dial `flow+*401` as well as `*401` to toggle call flow state.
2017-06-08 09:44:45 -06:00
Mafoo 7015209e54 Enhance [master] provide $app_path during upgrade (#2573)
if a application is installed via a symlink PHP will resolve the symlink
for __DIR__ and __FILE__ making it impossible for an application to work
out it's relative path withing the fusion system.
By providing $app_path during upgrade routines an application will
beable to provide the correct link for menu items (e.g.
/opt/languages/index.php) instead of having to hard code it where it
could change depending on how the application was installed
2017-06-08 09:41:56 -06:00
Mafoo 2c97ce1144 Enhance - Display text on app_defaults (#2645)
enable display_type on domains (and therefore app_defaults)
capture the output of app_defaults
format if statements to project preference
use more generic label display for results reducing number of translations required
change upgrade.php to use the more consistent $display_type
2017-06-08 09:39:50 -06:00
Alexey Melnichuk 76ab1cca6a Fix. Properly handle error from memcached when load configs. (#2641)
On my system mod_memcached returns `-ERR SOME ERRORS WERE REPORTED` when
memcached service not available. And sofia.conf.lua does not handle this case
and interpret this response as valid one.
Using `cache` class allows handle such errors. Also this class handle all
escaping operation which makes code more clear.
2017-06-08 09:38:28 -06:00
Alexey Melnichuk 49ab82e657 Add. Use `cache` class in xml_handler/directory (#2647) 2017-06-08 09:37:30 -06:00
Len a78a29b6e2 update cid_source 2017-06-07 15:04:34 -04:00
Len 777f004673 update cid_source 2017-06-07 15:00:47 -04:00
Len 364e068d90 update cid_source 2017-06-07 14:56:20 -04:00
Len 2dba6c9d65 update cid_source 2017-06-07 14:53:00 -04:00
Len 6f49ff29ff update cid_source 2017-06-07 14:42:42 -04:00
Len 129c9c1ce0 update cid_source 2017-06-07 14:35:00 -04:00
Len ed1aba2ee7 update cid_source 2017-06-07 14:26:59 -04:00
Len 3f58ea0ac6 update cid_source 2017-06-07 14:23:49 -04:00
Len d6c9c35e7b update cid_source 2017-06-07 14:20:42 -04:00
Len 3d9b03d56f update cid_source 2017-06-07 14:18:02 -04:00
Len 5ba6fbecde update cid_source 2017-06-07 14:13:26 -04:00
Len da6559d538 update cid_source 2017-06-07 14:09:42 -04:00
Len b47e2ea931 update cid_source 2017-06-07 14:06:38 -04:00
Len dc32ccbab4 update cid_source 2017-06-07 14:03:36 -04:00
Len a2f3e475db update cid_source 2017-06-07 13:59:59 -04:00
Len 381f36b2a7 update cid_source 2017-06-07 13:56:29 -04:00
Len e9a6e17941 update cid_source 2017-06-07 13:53:29 -04:00
Len a9fc1b08e6 update cid_source 2017-06-07 13:50:09 -04:00
Len 89692feff2 update cid_source 2017-06-07 13:39:58 -04:00
Len a42df5ee71 update cid_source 2017-06-07 13:36:48 -04:00
Len 2c1189c021 update cid_source 2017-06-07 13:30:12 -04:00
Len 4b7df2aac9 update cid_source 2017-06-07 13:27:34 -04:00
Len 4f0df88241 update cid_source 2017-06-07 13:25:10 -04:00
Len adcadd313c Update {$mac}.cfg 2017-06-07 13:22:25 -04:00
Len 90f7f68432 Update cid_source 2017-06-07 13:19:58 -04:00
Len 62275a1e2d Update {$mac}.cfg
Update cid_source
2017-06-07 13:14:56 -04:00
FusionPBX 4e54605653 Update 2017-06-06 23:01:46 -06:00
FusionPBX 161adf5cad Update listen_to_recording.lua 2017-06-06 21:16:55 -06:00
FusionPBX b6f85d9392 Update index.lua 2017-06-06 21:16:47 -06:00
FusionPBX e394ab4475 Update on_dtmf.lua 2017-06-06 20:45:32 -06:00
Len 9b444474b7 Merge branch 'master' into patch-1 2017-06-06 02:02:04 -04:00
Len d67945b4cf Update y000000000023.cfg 2017-06-05 17:03:27 -04:00
Len 6c01134fff Update y000000000053.cfg 2017-06-05 16:58:36 -04:00
Len 23ce68b455 Update y000000000007.cfg 2017-06-05 16:57:32 -04:00
Len 030e2e3302 Update y000000000052.cfg 2017-06-05 16:56:35 -04:00
Len 8afc4702ff Update y000000000005.cfg 2017-06-05 16:51:52 -04:00
Len 266f0e27fd Update y000000000044.cfg 2017-06-05 16:50:32 -04:00
Len 564851a059 Update y000000000044.cfg 2017-06-05 16:48:16 -04:00
Len dc15fc9d53 Update y000000000004.cfg 2017-06-05 16:47:05 -04:00
Len f452ff0104 Update y000000000069.cfg 2017-06-05 16:44:30 -04:00
Len b945b1f79d Update y000000000045.cfg 2017-06-05 16:41:10 -04:00
Len c505be5aa0 Update y000000000000.cfg 2017-06-05 16:37:41 -04:00
Len b9d3439380 Update y000000000046.cfg 2017-06-05 16:35:48 -04:00
Len 5ecd5e56f8 Update y000000000032.cfg 2017-06-05 16:33:31 -04:00
Len bbd816a739 Update y000000000038.cfg 2017-06-05 16:32:15 -04:00
Len ff99a56c95 Update y000000000054.cfg 2017-06-05 16:30:08 -04:00
Len b9c1a1d84e Update y000000000036.cfg 2017-06-05 16:29:19 -04:00
Len be2d678038 Update y000000000068.cfg 2017-06-05 16:27:52 -04:00
Len f9ab6d442c Update y000000000029.cfg 2017-06-05 16:24:14 -04:00
Len a08eb5dc55 Update y000000000051.cfg 2017-06-05 16:15:18 -04:00
Len fcffd3e247 Update y000000000065.cfg 2017-06-05 16:12:02 -04:00
Len 5fb740561b Update y000000000035.cfg 2017-06-05 16:09:23 -04:00
Len 5d2a9f0450 Update y000000000028.cfg 2017-06-05 16:07:53 -04:00
Len 0d7f1e5049 Update y000000000066.cfg 2017-06-05 16:06:32 -04:00
Len 3db86cb618 Update y000000000028.cfg 2017-06-05 16:04:18 -04:00
FusionPBX f751189447 Create v8.conf.xml 2017-06-05 11:49:51 -06:00
FusionPBX 58ba80e989 Create opus.conf.xml 2017-06-05 11:43:02 -06:00
Alexey Melnichuk 9cc513d3d4 Fix. Find php interpreter when use CGI/FastCGI mode. (#2640)
Prev version has bug when extension_dir has relative path (e.g. `ext`)
`basedir('ext')` returns not empty string by dot symbol `.` so it going to
infinity loop.
Also official distro of PHP has no executable binaries with version (phpX.exe)
only `php.exe`.
Tested on OpenServer with PHP 5.3-7.1 under Apache/Nginx.
And also on manual install of Nginx 1.11 / PHP 5.4
2017-06-05 08:47:38 -06:00
netpro25 73032b5fae Update fax_retry.lua (#2625)
Had an issue with malformed email confirmation where the number_dialed was showing up with a bunch of random repeating strings after it. This resolved it for me. Also fixed a grammar error.
2017-06-02 22:33:32 -06:00
Mafoo 3c23fb5115 BugFix [master] language update (#2628)
Imported Found language ro as ro-ro Romanian (tested by reverse translation)
Add placeholders for all found languages
Add new missing flags
Enhancements to text class
* improved sort to keep language-* tags organized at the top
* if a language is missing a name tag, add it
* changed organizer to not add a final \n
* corrected some indenting
* added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php
* added language_totals, this is used by the optional languages application to calculate how complete a language is
2017-06-02 13:24:12 -06:00
Mafoo b4dce6f4f2 BugFix [master] - Convert all menus to 2-2 format (#2627)
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
2017-06-02 12:17:50 -06:00
Kristian Karlsson b67931a139 BugFix [master] - Update languages (#2621)
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
jamesorose cf6371c622 voicemail lights up on missed calls
this behavior is annoying, and creates confusion among users. please add this as the default.
2017-06-01 13:53:42 -05:00
Mafoo 97ecc657a1 BugFix [master] - menu class (#2622)
when a translation is missing/blank take it from en-us
take the list of lanaguages from text class so all languages get a value
(should fix missing logout button in some languages)
2017-06-01 10:21:21 -06:00
Mafoo 584679503e BugFix [master] - messages class (#2618)
htmlspecialchars isn't required for the javascript, only the \r?\n escape
2017-05-31 14:09:07 -06:00
Mafoo f2e1fa6290 BugFix [master] - messages class escape more text automatically (#2612)
because we are using javascript to populate the messages list we need to
make sure all special chars are escaped or line feeds will cause
problems
2017-05-30 13:44:51 -06:00
Alexey Melnichuk 64b1134482 Add. Support DND feature via BLF key (#2606) 2017-05-29 09:50:20 -06:00
Mafoo 52642ea175 BugFix [master] database class (#2594)
Fix for if you send an array containing both updates and new data, it would end up placing all the new data on top of the last item containing the uuid of the last update (if updates are earlier in the array than new items)
2017-05-28 10:18:07 -06:00
FusionPBX da7f893081 Update {$mac}.xml 2017-05-28 09:58:26 -06:00
FusionPBX bcf281dee4 Create {$mac}.xml 2017-05-28 09:56:40 -06:00
Mafoo d53fd72998 Enhance [master] Better reasons for 403 in database class (#2596)
update return message when code 403 to also state the permission that failed
2017-05-25 23:54:10 -06:00
Mafoo 7ec01104f5 BugFix [master] text class (#2598)
update escape_str to more reliabiliy escape the string into a consistent
format
2017-05-23 09:26:33 -06:00
Alexey Melnichuk fa787880d4 Fix. Remove using `call_prompt` field. (#2589)
It marked as deprecated and do not used anywhere.
2017-05-21 01:32:24 -06:00
FusionPBX bf7f211b46 Update intercept.lua 2017-05-19 01:21:19 -06:00
FusionPBX 688cdc5e90 Update intercept.lua 2017-05-19 01:17:08 -06:00
FusionPBX dd37b89353 Update intercept.lua 2017-05-19 01:07:05 -06:00
Andrei Mahalean 9fdb3bf649 Add provisioning template for Yealink T19P-E2 (#2584) 2017-05-18 08:44:43 -06:00
FusionPBX 30f0d515b2 Update app_languages.php 2017-05-16 10:23:53 -06:00
Mafoo 301b540600 Enhance [master] add column descriptions to xml_cdr (#2571)
update th_order_by to accept optional description parameter that will
populate the title field and append the , sort(order)
2017-05-13 14:14:03 -06:00
Mafoo 55ae0b2b42 Enhance - Convert all languages to 2-2 digit (#2581)
Convert all languages to use the en-us style codes
Where an installation is using a 2 digit code, use the legacy map to find
the mapped language and provide that text correctly
Have escape_str strip \' before converting or we end up with a double
encode
Update organzie_languages to understand how to convert legacy languages
automatically
updated flags
2017-05-13 13:13:38 -06:00
FusionPBX 1dff786b60 Update sofia.conf.lua 2017-05-12 13:21:19 -06:00
FusionPBX 24fb954811 Update sofia.conf.lua 2017-05-12 12:36:34 -06:00
Mafoo 543a555471 reworked text class to gather the languages on construction (more efficient) (#2576)
organize_languages will now use an internal function to escape values as fusion's check_str would not be appropriate
enabled two missing flags
organize on remaining app_languages.php and add missing 'he'
2017-05-12 08:44:53 -06:00
Mafoo bca24ac04d BugFix [master] Languages add missing text placeholders (#2572)
* BugFix [master] Languages add missing text placeholders

add placeholders for missing language text
reorganise file so languages are in a consistent order with en-us always first, and the remaining stored alphabetically
space out tag names to make them line up for readability

* add organize_language to text class

also add get_languages
2017-05-10 13:40:46 -06:00
FusionPBX 340ed5142d Update directory.lua 2017-05-08 23:20:31 -06:00
FusionPBX 0715194731 Update directory.lua 2017-05-08 23:17:03 -06:00
FusionPBX bc3f8b6d85 Update y000000000068.cfg 2017-05-01 14:21:35 -07:00
FusionPBX ed39b3213e Update y000000000068.cfg 2017-05-01 14:20:58 -07:00
FusionPBX 31af723da0 Create directory.xml 2017-05-01 14:19:41 -07:00
FusionPBX 873cfb4866 Create favorite_setting.xml 2017-05-01 14:18:28 -07:00
FusionPBX 4615a7f95d Create y000000000068.cfg 2017-05-01 14:17:37 -07:00
FusionPBX 86f6fe91de Create {$mac}.cfg 2017-05-01 14:11:25 -07:00
FusionPBX fd4e0a3b5f Create smpp.conf.xml 2017-04-28 19:41:40 -06:00
Len c3dd94a067 Update {$mac}.cfg 2017-04-28 12:59:05 -04:00
Len f0260f8098 Update {$mac}.xml 2017-04-27 23:08:27 -04:00
FusionPBX a8213843cf Fix the dnsnaptr spelling mistake. 2017-04-27 18:22:46 -06:00
FusionPBX e322660bdc Fix the dnsnaptr spelling mistake. 2017-04-27 18:21:44 -06:00
FusionPBX e582a57f49 Update check_auth.php 2017-04-27 17:58:20 -06:00
The-Operator 6314b2c993 Updates to German and Austrian translations (#2549)
Updates and error corrections
2017-04-27 15:19:36 -06:00
Mafoo e2d34a856b Enhance-Add message stack (#2521)
Implement new messages class
Support legacy $_SESSION['message_*']
New function messages::add($message, $mood, $delay) to simplify adding messages
updated core/users/user_edit.php to demonstrate
includes space->tab corrections
2017-04-27 11:30:52 -06:00
The-Operator df3f153ebd Add/Update German and Austrian translations (#2542)
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00
Len 7c9db4af4e Create {$mac}.xml 2017-04-26 22:52:11 -04:00
FusionPBX 78053653f7 Update php.php 2017-04-25 00:09:53 -06:00
FusionPBX f290fe7ea5 Add function_exists to session_start. 2017-04-25 00:06:41 -06:00
konradSC 08a7d3d61e Conference Center Recording mp3 (#2531)
* Merge (#4)

* Added variables to disable call waiting and t.38 faxing

* HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update app_config.php

* Corrected bug with expansion board and call park value.  Was 19, should be 16.

* MAC detection for some Grandstream phones (#2486)

Some GS models send the Mac address in the user agent

* Add/Update German and Austrian translations (#2483)

Updates to the following apps:
call_broadcast
call_flows
devices
dialplan_inbound
dialplan_outbound
edit
emails
exec
extensions
fax
fifo
fifo_list
gateways
ivr_menus

* Update destinations.php

* Update xml_cdr_inc.php

* Update status_registrations.php

* Update y000000000028.cfg

* Update y000000000066.cfg

* Update y000000000035.cfg

* Update y000000000065.cfg

* Update y000000000051.cfg

* Update y000000000023.cfg

* Update y000000000025.cfg

* Update y000000000029.cfg

* Update y000000000036.cfg

* Update y000000000038.cfg

* Update y000000000032.cfg

* Update y000000000046.cfg

* Update y000000000000.cfg

* Update y000000000054.cfg

* Update y000000000045.cfg

* Update y000000000069.cfg

* Update y000000000004.cfg

* Update y000000000044.cfg

* Update y000000000044.cfg

* Update y000000000005.cfg

* Update y000000000052.cfg

* Update y000000000007.cfg

* Update y000000000037.cfg

* BugFix for VM Transcription (#2491)

Records as MP3 and skips transcription steps if a user has transcription set to false.

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Yet another ip phone reporting MAC in the UserAgent (#2492)

* Update app_config.php

Begin adding uuid's for key functions.

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Create 560_extension_queue.xml

* Update y000000000037.cfg

* Update y000000000007.cfg

* Update app_config.php

* Update y000000000052.cfg

* Update y000000000028.cfg

* Update y000000000005.cfg

* Update y000000000044.cfg

* Update y000000000044.cfg

* Update y000000000004.cfg

* Update y000000000069.cfg

* Update y000000000045.cfg

* Update y000000000000.cfg

* Update y000000000046.cfg

* Update y000000000032.cfg

* Update y000000000038.cfg

* Update y000000000054.cfg

* Update y000000000036.cfg

* Update y000000000029.cfg

* Update y000000000066.cfg

* Update y000000000035.cfg

* Update y000000000065.cfg

* Update y000000000051.cfg

* Update y000000000023.cfg

* Update y000000000025.cfg

* Update app_config.php

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update app_config.php

* Fix. Add new sip profile setting. (#2500)

* BugFix [master] system information git (#2499)

fix for if the .git folder is present but corrupt

* Fix. Redirect back to correct profile after delete setting. (#2501)

Fix. Add setting (seems need also set sip_profile_uuid)
Change. Order settings by name when output.

* Restore Button + Audiocodes preliminary support (#2502)

* Audiocodes phone support + restore default for vendors

* Restore button

* Restore script

* Update device_vendors.php

* Some FR & ES translation fixes (#2503)

* Update app_config.php

* Update app_config.php

* Create {$mac}.cfg

* Create directory.xml

* Create favorite_setting.xml

* Create y000000000025.cfg

* Fix. Add extension with non numeric extension number. (#2508)

* Update ring_group_edit.php

* Update call_edit.php

* Create 080_default_caller_id

* Update 080_default_caller_id

* Rename 080_default_caller_id to 080_default_caller_id.xml

* Fix. Create needed number of extensions (#2509)

* Update dialplan_edit.php

* Update switch.php

* Update index.php

* Update switch.php

* Update voicemail_edit.php

* Update app_config.php (#2515)

Add the necessary permissions in order to use the database save function (fusion 4.3) when coding for voicemail option adds/deletes/updates.

I realize these voicemail permissions overall will probably get cleaned up even more once the whole app is updated to use the database function, but this is a stop gap measure. I am working on adding voicemail options to the Bulk Account Settings app and I'm stuck without these permissions. The function is kicking a out 403 Forbidden.

* Update app_config.php

* Really use configured transcribe_language for transcription (#2513)

* Fix renaming domains (#2512)

* Make presence for conferences work out of the box (#2514)

Use '@' instead of '-' for separating conference name and domain, which
is what FreeSWITCH mod_conference uses.

* Add. Speed dial respects contacts user. (#2249)

* Add. Speed dial respects contacts user.

One user can not use speed dial numbers from contacts
associated with another user

* Make SQL query more efficient

* Add. Support find contacts by user groups as well

If contact has set any `user` or `group` then only this users can use speed dial numbers
in other case speed dial numbers are global for domain.

* Fixup for renaming domains (#2517)

The previous fix was incomplete, this one should do it.

* Create app_defaults.php

* Update page.lua

* CC Key Support for Call Center (#2518)

* Exit Keys support

* Multilanguage support

* CC Key Support

* Update call_center.php

* Update code to iterate over numbers. (#1727)

* Update code to iterate over numbers.

This code fixes some problems
 * range like `009-010` current code produce numbers `009` and `0010`
 * range like `200-100` now raise error so it will be easy to debug
 * range like `010-20` now generate error.
 * `destination` is string so condition `destination == tonumber(sip_from_user)` is always false so change it `destination == sip_from_user`

* Fix. handle ranges like `100-100`

* Update index.lua

* Update start_recording.lua
2017-04-24 16:43:32 -06:00
Vladimir 96c1cca28f Adding ru-ru locales (#2530)
* Translation of the menu (sent by Victor Kraft)

* ACL translate

* Backup translated

* App Fax translated (sent by Victor Kraft)

* App Adminer trnslated

* Resources translated (sent by Victor Kraft)

* App SIP Profiles translated

* ru-ru

* Call Block added

* ru-ru

* Update app_menu.php

* voicemails/app_languages.php locales ru-ru

voicemails/app_languages.php locales ru-ru

* app/vars/app_languages.php locales ru-ru

app/vars/app_languages.php locales ru-ru

* core: apps, authentication, databases, default_settings translate

* app/traffic_graph/app_languages.php adding locales ru-ru

app/traffic_graph/app_languages.php adding locales ru-ru

* app/time_conditions/app_languages.php adding locales ru-ru

app/time_conditions/app_languages.php adding locales ru-ru

* /app/system/app_languages.php adding locales ru-ru

/app/system/app_languages.php adding locales ru-ru

* /app/sip_status/app_languages.php adding locales ru-ru

* /app/settings/app_languages.php adding locales ru-ru

* /app/services/app_languages.php adding locales ru-ru

* /app/ring_groups/app_languages.php adding locales ru-ru

* /app/registrations/app_languages.php adding locales ru-ru

* /app/recordings/app_languages.php adding locales ru-ru

* /app/provision/app_menu.php adding locales ru-ru

* /app/pin_numbers/app_languages.php adding locales ru-ru

* Update app_languages.php

* /app/phrases/app_languages.php adding locales ru-ru

* /app/operator_panel/app_languages.php adding locales ru-ru

* core/groups translated

* /app/music_on_hold/app_languages.php adding locales ru-ru

* core/install translated

* core/menu translated

* /app/modules/app_languages.php adding locales ru-ru

* /app/meetings/app_menu.php adding locales ru-ru

* /app/log_viewer/app_languages.php adding locales ru-ru

* /app/ivr_menus/app_languages.php adding locales ru-ru

* /app/gateways/app_languages.php  adding locales ru-ru

* /app/fifo_list/app_languages.php adding locales ru-ru

* core/notifications translated

* /app/fifo/app_languages.php adding locales ru-ru

* core/upgrade translated

* Update app_config.php

* core/user_settings translated

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* core/users translated

* call_block translate fix

* Call Broadcast added

* call_block выклюено fix

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* themes translated

* /app/extensions/app_languages.php for locale ru-ru

* /app/exec/app_languages.php add locale ru-ru

* Update app_languages.php

* Update app_menu.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_languages.php

* Update app_menu.php

* add locales ru-ru /core/install/app_menu.php

* /app/emails/app_languages.php add locales ru-ru

* /app/edit/app_languages.php add locales ru-ru

* /app/dialplan_outbound/app_languages.php add lacales ru-ru

* app/devices translated

* /app/dialplan_inbound/app_languages.php add locales ru-ru

* call_center_active + call_centers

* /app/dialplan/app_languages.php add locales ru-ru

* /app/destinations/app_languages.php add locales ru-ru

* /app/database_transactions/app_languages.php add locales ru-ru

* /app/contacts/app_languages.php addlocales ru-ru

* Update app_languages.php

* Update app_languages.php

* /app/contacts/app_languages.php add locales ru-ru

* /app/conferences/app_languages.php add locales ru-ru

* /app/conference_profiles/app_languages.php add locales ru-ru

* /app/destinations/app_languages.php add locales ru-ru

* /app/destinations/app_languages.php add locales ru-ru

* /app/conferences/app_languages.php add locales ru-ru

* app/calls_active translated

* app/click_to_call translated

* app/calls_active label-opt fix transtation

* translated

* translated

* translate

* /app/voicemails/app_config.php addlocales ru-ru

* /app/voicemail_greetings/app_config.php add locales ru-ru

* /app/vars/app_config.php add locales ru-ru

* /app/traffic_graph/app_config.php add locales ru-ru

* /app/tones/app_config.php add locales ru-ru

* /app/time_conditions/app_config.php add locales ru-ru

* /app/tftp/app_config.php add locales ru-ru

* /app/system/app_config.php add locales ru-ru

* /app/sip_status/app_config.php addlocales ru-ru

* app/devices translated ru-ru

* app/devices translated ru-ru

* /core/menu/app_languages.php add locales ru-ru

* /app/contacts/app_languages.php add locales ru-ru

* /app/conferences/app_languages.php add locales ru-ru

* /app/voicemails/app_languages.php add locales ru-ru

* /app/conference_centers/app_languages.php add locales ru-ru

* /app/ring_groups/app_languages.php add locales ru-ru

* /app/ivr_menus/app_languages.php add locales ru-ru

* /app/xml_cdr/app_languages.php add locales ru-ru

* /resources/app_languages.php add locales ru-ru

* /app/conference_centers/app_languages.php add locales ru-ru

* call_flows

* /app/call_broadcast/app_languages.php add locales ru-ru

* /app/call_block/app_languages.php add locales ru-ru

* /app/call_block/app_languages.php add locales ru-ru

* /app/call_block/app_languages.php add locales ru-ru

* By now

* calls

* /app/call_flows/app_languages.php add locales ru-ru

* /app/system/app_languages.php add locales ru-ru

* /app/exec/app_languages.php add locales ru-ru

* /app/vars/app_menu.php add locales ru-ru

* /app/backup/app_languages.php add locales ru-ru

* /app/ring_groups/app_languages.php add locales ru-ru

* /app/calls/app_languages.php add locales ru-ru

* /app/call_centers/app_languages.php add locales ru-ru

* /app/call_broadcast/app_languages.php add locales ru-ru

* app/fax fix translate label-fax_send_channels

* /app/extensions/app_languages.php add locales ru-ru

* /app/xml_cdr/app_languages.php add locales ru-ru

* /app/ring_groups/app_languages.php add locales ru-ru

* /app/contacts/app_languages.php add locales ru-ru

* Fix default language select

* /app/contacts/app_languages.php add locales ru-ru

* Fix translations in app edit, extensions, fifo, gateways, music_on_hold, services, time_conditions, xml_cdr

* Replaced "звонки" to "вызовы" and fix sorting in menu for "Конференции"

* More replace "звонк"

* Fix translate

* app/xml_cdr replace translate for label-start_range, label-end_range

* app/xml_cdr replace translate label-destination, description_search and description-4

* Corrections

* Repalce "Порядковый номер" to "Приоритет"

* app/operator_panel replace translation label-call_group
2017-04-24 16:37:00 -06:00
Alexey Melnichuk 27f2f41cb4 Fix. Improve parameters patterns. (#2218)
E.g. now it handle queries like
```Lua
local sql = "select :J::text as value"
print(dbh:first_value(sql, {J='hello'}))
```
2017-04-22 10:18:10 -06:00
Alexey Melnichuk 2f3c3c87c6 Fix. Remove unused code from mwi_subscribe.lua (#2527) 2017-04-21 05:59:38 -06:00
Alexey Melnichuk b0f83edcf0 Fix. Escape strings in regex api (#2523) 2017-04-20 07:48:49 -06:00
konradSC ab349620c8 Ring group toll allow (#2520)
* Merge (#4)

* Added variables to disable call waiting and t.38 faxing

* HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update app_config.php

* Corrected bug with expansion board and call park value.  Was 19, should be 16.

* MAC detection for some Grandstream phones (#2486)

Some GS models send the Mac address in the user agent

* Add/Update German and Austrian translations (#2483)

Updates to the following apps:
call_broadcast
call_flows
devices
dialplan_inbound
dialplan_outbound
edit
emails
exec
extensions
fax
fifo
fifo_list
gateways
ivr_menus

* Update destinations.php

* Update xml_cdr_inc.php

* Update status_registrations.php

* Update y000000000028.cfg

* Update y000000000066.cfg

* Update y000000000035.cfg

* Update y000000000065.cfg

* Update y000000000051.cfg

* Update y000000000023.cfg

* Update y000000000025.cfg

* Update y000000000029.cfg

* Update y000000000036.cfg

* Update y000000000038.cfg

* Update y000000000032.cfg

* Update y000000000046.cfg

* Update y000000000000.cfg

* Update y000000000054.cfg

* Update y000000000045.cfg

* Update y000000000069.cfg

* Update y000000000004.cfg

* Update y000000000044.cfg

* Update y000000000044.cfg

* Update y000000000005.cfg

* Update y000000000052.cfg

* Update y000000000007.cfg

* Update y000000000037.cfg

* BugFix for VM Transcription (#2491)

Records as MP3 and skips transcription steps if a user has transcription set to false.

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Yet another ip phone reporting MAC in the UserAgent (#2492)

* Update app_config.php

Begin adding uuid's for key functions.

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Update app_config.php

* Create 560_extension_queue.xml

* Update y000000000037.cfg

* Update y000000000007.cfg

* Update app_config.php

* Update y000000000052.cfg

* Update y000000000028.cfg

* Update y000000000005.cfg

* Update y000000000044.cfg

* Update y000000000044.cfg

* Update y000000000004.cfg

* Update y000000000069.cfg

* Update y000000000045.cfg

* Update y000000000000.cfg

* Update y000000000046.cfg

* Update y000000000032.cfg

* Update y000000000038.cfg

* Update y000000000054.cfg

* Update y000000000036.cfg

* Update y000000000029.cfg

* Update y000000000066.cfg

* Update y000000000035.cfg

* Update y000000000065.cfg

* Update y000000000051.cfg

* Update y000000000023.cfg

* Update y000000000025.cfg

* Update app_config.php

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update app_config.php

* Fix. Add new sip profile setting. (#2500)

* BugFix [master] system information git (#2499)

fix for if the .git folder is present but corrupt

* Fix. Redirect back to correct profile after delete setting. (#2501)

Fix. Add setting (seems need also set sip_profile_uuid)
Change. Order settings by name when output.

* Restore Button + Audiocodes preliminary support (#2502)

* Audiocodes phone support + restore default for vendors

* Restore button

* Restore script

* Update device_vendors.php

* Some FR & ES translation fixes (#2503)

* Update app_config.php

* Update app_config.php

* Create {$mac}.cfg

* Create directory.xml

* Create favorite_setting.xml

* Create y000000000025.cfg

* Fix. Add extension with non numeric extension number. (#2508)

* Update ring_group_edit.php

* Update call_edit.php

* Create 080_default_caller_id

* Update 080_default_caller_id

* Rename 080_default_caller_id to 080_default_caller_id.xml

* Fix. Create needed number of extensions (#2509)

* Update dialplan_edit.php

* Update switch.php

* Update index.php

* Update switch.php

* Update voicemail_edit.php

* Update app_config.php (#2515)

Add the necessary permissions in order to use the database save function (fusion 4.3) when coding for voicemail option adds/deletes/updates.

I realize these voicemail permissions overall will probably get cleaned up even more once the whole app is updated to use the database function, but this is a stop gap measure. I am working on adding voicemail options to the Bulk Account Settings app and I'm stuck without these permissions. The function is kicking a out 403 Forbidden.

* Update app_config.php

* Really use configured transcribe_language for transcription (#2513)

* Fix renaming domains (#2512)

* Make presence for conferences work out of the box (#2514)

Use '@' instead of '-' for separating conference name and domain, which
is what FreeSWITCH mod_conference uses.

* Add. Speed dial respects contacts user. (#2249)

* Add. Speed dial respects contacts user.

One user can not use speed dial numbers from contacts
associated with another user

* Make SQL query more efficient

* Add. Support find contacts by user groups as well

If contact has set any `user` or `group` then only this users can use speed dial numbers
in other case speed dial numbers are global for domain.

* Fixup for renaming domains (#2517)

The previous fix was incomplete, this one should do it.

* Create app_defaults.php

* Update page.lua

* CC Key Support for Call Center (#2518)

* Exit Keys support

* Multilanguage support

* CC Key Support

* Update call_center.php

* Update code to iterate over numbers. (#1727)

* Update code to iterate over numbers.

This code fixes some problems
 * range like `009-010` current code produce numbers `009` and `0010`
 * range like `200-100` now raise error so it will be easy to debug
 * range like `010-20` now generate error.
 * `destination` is string so condition `destination == tonumber(sip_from_user)` is always false so change it `destination == sip_from_user`

* Fix. handle ranges like `100-100`

* Update app_config.php

* Update app_languages.php

* Update ring_group_edit.php

* Update index.lua
2017-04-19 14:12:14 -06:00
Alexey Melnichuk e4a0127906 Update code to iterate over numbers. (#1727)
* Update code to iterate over numbers.

This code fixes some problems
 * range like `009-010` current code produce numbers `009` and `0010`
 * range like `200-100` now raise error so it will be easy to debug
 * range like `010-20` now generate error.
 * `destination` is string so condition `destination == tonumber(sip_from_user)` is always false so change it `destination == sip_from_user`

* Fix. handle ranges like `100-100`
2017-04-18 12:11:39 -06:00
FusionPBX b4b0014a26 Update page.lua 2017-04-18 11:56:33 -06:00
Alexey Melnichuk cf9c77ad9b Add. Speed dial respects contacts user. (#2249)
* Add. Speed dial respects contacts user.

One user can not use speed dial numbers from contacts
associated with another user

* Make SQL query more efficient

* Add. Support find contacts by user groups as well

If contact has set any `user` or `group` then only this users can use speed dial numbers
in other case speed dial numbers are global for domain.
2017-04-17 09:02:36 -06:00
Stefan Siegel 47866df1ec Make presence for conferences work out of the box (#2514)
Use '@' instead of '-' for separating conference name and domain, which
is what FreeSWITCH mod_conference uses.
2017-04-17 09:01:04 -06:00
Stefan Siegel c017652cbd Really use configured transcribe_language for transcription (#2513) 2017-04-17 08:50:34 -06:00
FusionPBX f7725839e7 Update switch.php 2017-04-15 13:47:40 -06:00
FusionPBX cc80103f78 Update switch.php 2017-04-14 22:13:18 -06:00
Len 5d436e2baf Create y000000000025.cfg 2017-04-14 01:55:47 -04:00
Len d23beb0da3 Create favorite_setting.xml 2017-04-14 01:47:24 -04:00
Len 526ced848b Create directory.xml 2017-04-14 01:46:20 -04:00
Len 3ef7a3af31 Create {$mac}.cfg 2017-04-14 01:45:15 -04:00
Luis Daniel Lucio Quiroz 1eeeb3504c Some FR & ES translation fixes (#2503) 2017-04-13 15:47:15 -06:00
Len 824f5f5caf Update {$mac}.xml 2017-04-13 00:37:29 -04:00
Len d6dbf0b635 Update {$mac}.xml 2017-04-13 00:34:06 -04:00
Len e936b3168e Update {$mac}.xml 2017-04-13 00:33:31 -04:00
Len c515e32411 Update {$mac}.xml 2017-04-13 00:31:44 -04:00
Len 25c5f7e751 Update {$mac}.xml 2017-04-13 00:31:00 -04:00
Len 4abdbb3716 Update {$mac}.xml 2017-04-13 00:29:18 -04:00
Len 4c36c277e3 Update {$mac}.xml 2017-04-13 00:28:40 -04:00
Len 8267cbb738 Update {$mac}.xml 2017-04-13 00:24:53 -04:00
Len 17e2dff6e2 Update {$mac}.xml 2017-04-13 00:23:39 -04:00
Len da9869a67f Update {$mac}.xml 2017-04-13 00:22:25 -04:00
Len f753b500da Update {$mac}.xml 2017-04-13 00:21:26 -04:00
Len 016c51aa27 Update {$mac}.xml 2017-04-13 00:19:30 -04:00
Len ff1c2b0fa6 Update {$mac}.xml 2017-04-13 00:18:53 -04:00
Len e483f99254 Update {$mac}.xml 2017-04-13 00:10:11 -04:00
Len 6196b423b2 Update {$mac}.xml 2017-04-13 00:09:25 -04:00
Len 6933e868ec Update {$mac}.xml 2017-04-13 00:06:36 -04:00
Len 19620613d8 Update {$mac}.xml 2017-04-13 00:03:09 -04:00
Len 5f40a003fd Update {$mac}.xml 2017-04-13 00:01:38 -04:00
Len 16296a2148 Update {$mac}.xml 2017-04-12 23:58:39 -04:00
Len 4b813b419b Update {$mac}.xml 2017-04-12 23:56:28 -04:00
Len ad260d9ce1 Update {$mac}.xml 2017-04-12 23:55:23 -04:00
Len cb9c2ccf37 Update {$mac}.xml 2017-04-12 23:52:26 -04:00
Len 2f8de479a5 Update {$mac}.xml 2017-04-12 23:50:25 -04:00
Len 2c22ce92ab Update {$mac}.xml 2017-04-12 23:49:45 -04:00
Len c1c126429c Update {$mac}.xml 2017-04-12 23:46:52 -04:00
Len fd46ac0863 Update {$mac}.xml 2017-04-12 23:45:58 -04:00
Len 39fe145c27 Update {$mac}.xml 2017-04-12 23:43:46 -04:00
Len 96d6f64c70 Update y000000000025.cfg 2017-04-12 23:07:58 -04:00
Len d54c0096e0 Update y000000000023.cfg 2017-04-12 23:07:10 -04:00
Len efbc759eb1 Update y000000000051.cfg 2017-04-12 23:05:46 -04:00
Len 4a39b419ed Update y000000000065.cfg 2017-04-12 23:04:24 -04:00
Len dc6418f8f4 Update y000000000035.cfg 2017-04-12 23:03:45 -04:00
Len f7a8a57e78 Update y000000000066.cfg 2017-04-12 23:02:03 -04:00
Len 4060804068 Update y000000000029.cfg 2017-04-12 23:00:01 -04:00
Len c596fdcfaf Update y000000000036.cfg 2017-04-12 22:56:25 -04:00
Len bf5ddb7eaa Update y000000000054.cfg 2017-04-12 22:55:12 -04:00
Len 4c3f1b7908 Update y000000000038.cfg 2017-04-12 22:54:11 -04:00
Len 12bf5c28bc Update y000000000032.cfg 2017-04-12 22:52:43 -04:00
Len 7b4c5eaf08 Update y000000000046.cfg 2017-04-12 22:51:54 -04:00
Len b38725c225 Update y000000000000.cfg 2017-04-12 22:51:07 -04:00
Len ec39e8c677 Update y000000000045.cfg 2017-04-12 22:48:35 -04:00
Len 01d0ff2304 Update y000000000069.cfg 2017-04-12 22:44:02 -04:00
Len 82d0e61dfb Update y000000000004.cfg 2017-04-12 22:43:18 -04:00
Len dad124eadc Update y000000000044.cfg 2017-04-12 22:42:34 -04:00
Len d0a6dbdda0 Update y000000000044.cfg 2017-04-12 22:41:36 -04:00
Len 0a36f4b563 Update y000000000005.cfg 2017-04-12 22:36:14 -04:00
Len b10499c209 Update y000000000028.cfg 2017-04-12 22:34:01 -04:00
Len 4088ac72a5 Update y000000000052.cfg 2017-04-12 22:33:00 -04:00
Len f7f9b3c9f4 Update y000000000007.cfg 2017-04-12 22:14:53 -04:00
Len 4bc476a360 Update y000000000037.cfg 2017-04-12 22:10:06 -04:00
Len c437c20668 Update {$mac}.xml 2017-04-11 00:21:01 -04:00
Len 6dfd4e0e99 Update {$mac}.xml 2017-04-11 00:06:23 -04:00
Len d29fcab505 Update {$mac}.xml 2017-04-11 00:04:19 -04:00
Len e3f56c1947 Update {$mac}.xml 2017-04-10 23:51:59 -04:00
Len 294080f0a2 Update {$mac}.xml 2017-04-10 23:49:34 -04:00
Len c2c167408e Update {$mac}.xml 2017-04-10 23:46:47 -04:00
Len f1654460af Update {$mac}.xml 2017-04-10 23:44:32 -04:00
Len b81e143e5a Update {$mac}.xml 2017-04-10 23:41:39 -04:00
Len c2210e681e Update {$mac}.xml 2017-04-10 23:38:56 -04:00
Len ee08062f01 Update {$mac}.xml 2017-04-10 23:36:06 -04:00
Len 970ecce1ca Update {$mac}.xml 2017-04-10 23:34:20 -04:00
Len 929b1c11b1 Update {$mac}.xml 2017-04-10 23:30:53 -04:00
Len d266ec741d Update {$mac}.xml 2017-04-10 23:16:42 -04:00
konradSC 372475094a BugFix for VM Transcription (#2491)
Records as MP3 and skips transcription steps if a user has transcription set to false.
2017-04-10 18:13:50 -06:00
Len 4ddd39311a Update y000000000037.cfg 2017-04-10 10:19:04 -04:00
Len a564df3b34 Update y000000000007.cfg 2017-04-10 10:16:25 -04:00
Len 64e65f279b Update y000000000052.cfg 2017-04-10 10:13:17 -04:00
Len 69dd2400b7 Update y000000000005.cfg 2017-04-10 10:10:45 -04:00
Len a0f0140699 Update y000000000044.cfg 2017-04-10 10:07:48 -04:00
Len 536eb7eebf Update y000000000044.cfg 2017-04-10 10:02:10 -04:00
Len b0fdb70571 Update y000000000004.cfg 2017-04-10 10:00:01 -04:00
Len 230fe0a5a5 Update y000000000069.cfg 2017-04-10 09:57:50 -04:00
Len ec99f0a110 Update y000000000045.cfg 2017-04-10 09:55:27 -04:00
Len 1c5a597e64 Update y000000000054.cfg 2017-04-10 09:53:01 -04:00
Len 371fa53ecf Update y000000000000.cfg 2017-04-10 09:50:11 -04:00
Len 4a95c4def1 Update y000000000046.cfg 2017-04-10 09:49:01 -04:00
Len c2f56ce65d Update y000000000032.cfg 2017-04-10 09:46:44 -04:00
Len 65e309eb81 Update y000000000038.cfg 2017-04-10 09:42:20 -04:00
Len 6e4429de93 Update y000000000036.cfg 2017-04-10 09:38:59 -04:00
Len a3e2da3eff Update y000000000029.cfg 2017-04-10 09:34:32 -04:00
Len 30b10b639f Update y000000000025.cfg 2017-04-10 09:30:30 -04:00
Len 46163d787f Update y000000000023.cfg 2017-04-10 09:29:41 -04:00
Len fa2b26facd Update y000000000051.cfg 2017-04-10 09:25:55 -04:00
Len 58a35eb322 Update y000000000065.cfg 2017-04-10 09:21:59 -04:00
Len 790c7cd914 Update y000000000035.cfg 2017-04-10 09:18:53 -04:00
Len dfb89033ef Update y000000000066.cfg 2017-04-10 09:17:11 -04:00
Len cd1503aed5 Update y000000000028.cfg 2017-04-10 09:13:10 -04:00
Jim Kusznir e116dcf1ca Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2017-04-06 21:23:03 -07:00
Jim Kusznir cee3213973 Corrected bug with expansion board and call park value. Was 19, should be 16. 2017-04-06 21:21:16 -07:00
Len 9a00d51e43 Update {$mac}.cfg 2017-04-06 01:26:53 -04:00
Len ad8c92723a Update {$mac}.cfg 2017-04-06 01:24:35 -04:00
Len b396b52dd6 Update {$mac}.cfg 2017-04-06 01:22:43 -04:00
Len 2454d7d2e3 Update {$mac}.cfg 2017-04-06 01:20:57 -04:00
Len fc47e3e224 Update {$mac}.cfg 2017-04-06 01:19:56 -04:00
Len 7aa8c77aac Update {$mac}.cfg 2017-04-06 01:18:08 -04:00
Len 7d233bc207 Update {$mac}.cfg 2017-04-06 01:16:17 -04:00
Len 064b4842ec Update {$mac}.cfg 2017-04-06 01:13:19 -04:00
Len 173509bda0 Update {$mac}.cfg 2017-04-06 01:11:43 -04:00
Len 024e4536a0 Update {$mac}.cfg 2017-04-06 01:09:25 -04:00
Len 03f69664b8 Update {$mac}.cfg 2017-04-06 01:07:41 -04:00
Len ece058304c Update {$mac}.cfg 2017-04-06 01:04:46 -04:00
Len bd24ddd0cb Update {$mac}.cfg 2017-04-06 01:02:35 -04:00
Len 7aa37fee70 Update {$mac}.cfg 2017-04-06 01:00:38 -04:00
Len 7e863b5ba7 Update {$mac}.cfg 2017-04-06 00:57:57 -04:00
Len fe2c804556 Update {$mac}.cfg 2017-04-06 00:55:52 -04:00
Len 40b78492b4 Update {$mac}.cfg 2017-04-06 00:54:08 -04:00