Commit Graph

3998 Commits

Author SHA1 Message Date
FusionPBX c80f8668da Create menu_messages.lua 2017-06-10 23:06:29 -06:00
FusionPBX a2da52bf46 Create index.lua 2017-06-10 23:03:22 -06:00
FusionPBX ed95497c2f Create record_message.lua 2017-06-10 22:57:51 -06:00
FusionPBX 44a43a43f0 Create index.lua 2017-06-10 22:50:40 -06:00
Len 81cfd244ae Create y000000000052.cfg 2017-06-11 00:08:24 -04:00
Len 7ea5d57024 Update y000000000044.cfg 2017-06-11 00:05:55 -04:00
Len f3786a806d Create y000000000044.cfg 2017-06-11 00:01:19 -04:00
Len 54a85fa1f8 Update y000000000069.cfg 2017-06-10 23:56:26 -04:00
Len aa0bbb8802 Create y000000000045.cfg 2017-06-10 23:52:44 -04:00
Len df0b66b34a Update y000000000046.cfg 2017-06-10 23:49:00 -04:00
Len 559d348fba Update y000000000036.cfg 2017-06-10 23:43:54 -04:00
Len d10fbcbcb0 Create y000000000068.cfg 2017-06-10 23:40:07 -04:00
Len 521ecac949 Update y000000000029.cfg 2017-06-10 23:37:06 -04:00
Len 93821aadd4 Update y000000000028.cfg 2017-06-10 23:28:56 -04:00
Len dcd2668fd2 Update y000000000035.cfg 2017-06-10 23:24:28 -04:00
Len 989ca10fe7 Update y000000000051.cfg 2017-06-10 23:22:27 -04:00
Len 484ca0ba00 Update y000000000066.cfg 2017-06-10 23:14:37 -04:00
Len fc1b68ae65 Update y000000000065.cfg 2017-06-10 23:12:51 -04:00
Mafoo 4d6f1b57a0 BugFix - messages class (#2674)
missed the self class reference when adding a legacy message
2017-06-10 16:12:05 -06:00
FusionPBX db20220eef 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 aaaff6e3f7 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 ed48da536c 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 8a2afdcdd0 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 bf3faaa051 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 9ecba1d010 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 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo bc26ecf6ae 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 70cfac5876 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 b941879c91 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 e308b17f45 Update external.xml.noload 2017-06-09 11:19:57 -06:00
FusionPBX 07cfb6391c Update internal-ipv6.xml.noload 2017-06-09 11:19:16 -06:00
FusionPBX c8acba483e Update internal.xml.noload 2017-06-09 11:18:42 -06:00
Dean Montgomery 66b849d946 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 f939c82862 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 32a6f76ed0 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 bfe3ff173f 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 46f74ab726 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 cfeb809900 Add. Use `cache` class in xml_handler/directory (#2647) 2017-06-08 09:37:30 -06:00
Len af89276cfb update cid_source 2017-06-07 15:04:34 -04:00
Len 5afcf57ecd update cid_source 2017-06-07 15:00:47 -04:00
Len ff5226bec4 update cid_source 2017-06-07 14:56:20 -04:00
Len ad7bdfe0a6 update cid_source 2017-06-07 14:53:00 -04:00
Len a1f5913cba update cid_source 2017-06-07 14:42:42 -04:00
Len 96d780525f update cid_source 2017-06-07 14:35:00 -04:00
Len e24380179d update cid_source 2017-06-07 14:26:59 -04:00
Len 0b0ed7dee8 update cid_source 2017-06-07 14:23:49 -04:00
Len 9c48801db0 update cid_source 2017-06-07 14:20:42 -04:00
Len 569a9e3c79 update cid_source 2017-06-07 14:18:02 -04:00
Len 51ce70e7e3 update cid_source 2017-06-07 14:13:26 -04:00
Len d020c4fe9f update cid_source 2017-06-07 14:09:42 -04:00
Len df37fbd44c update cid_source 2017-06-07 14:06:38 -04:00
Len d485c1f352 update cid_source 2017-06-07 14:03:36 -04:00
Len 8afd4b0c5f update cid_source 2017-06-07 13:59:59 -04:00
Len 49b1b8c669 update cid_source 2017-06-07 13:56:29 -04:00
Len 33b8ff4e87 update cid_source 2017-06-07 13:53:29 -04:00
Len 237a4be1bc update cid_source 2017-06-07 13:50:09 -04:00
Len 32785c188e update cid_source 2017-06-07 13:39:58 -04:00
Len 1f07a10031 update cid_source 2017-06-07 13:36:48 -04:00
Len 8d9e26b909 update cid_source 2017-06-07 13:30:12 -04:00
Len 8bd3d95485 update cid_source 2017-06-07 13:27:34 -04:00
Len 1737c04bbf update cid_source 2017-06-07 13:25:10 -04:00
Len 26a709332f Update {$mac}.cfg 2017-06-07 13:22:25 -04:00
Len 82e228813d Update cid_source 2017-06-07 13:19:58 -04:00
Len 552cd29443 Update {$mac}.cfg
Update cid_source
2017-06-07 13:14:56 -04:00
FusionPBX 16a0797900 Update 2017-06-06 23:01:46 -06:00
FusionPBX 7e6d4d3c50 Update listen_to_recording.lua 2017-06-06 21:16:55 -06:00
FusionPBX 8403a806cc Update index.lua 2017-06-06 21:16:47 -06:00
FusionPBX 9ea2adba59 Update on_dtmf.lua 2017-06-06 20:45:32 -06:00
Len 47b01e8b61 Merge branch 'master' into patch-1 2017-06-06 02:02:04 -04:00
Len 022f9b17ae Update y000000000023.cfg 2017-06-05 17:03:27 -04:00
Len d1271707bc Update y000000000053.cfg 2017-06-05 16:58:36 -04:00
Len 519d110df8 Update y000000000007.cfg 2017-06-05 16:57:32 -04:00
Len aa8689d8cc Update y000000000052.cfg 2017-06-05 16:56:35 -04:00
Len 7a610be056 Update y000000000005.cfg 2017-06-05 16:51:52 -04:00
Len 55777b82e7 Update y000000000044.cfg 2017-06-05 16:50:32 -04:00
Len 588381cf48 Update y000000000044.cfg 2017-06-05 16:48:16 -04:00
Len fdb08e804b Update y000000000004.cfg 2017-06-05 16:47:05 -04:00
Len b1e05fa0b0 Update y000000000069.cfg 2017-06-05 16:44:30 -04:00
Len 7b89e0c4ca Update y000000000045.cfg 2017-06-05 16:41:10 -04:00
Len ab4ea81ed8 Update y000000000000.cfg 2017-06-05 16:37:41 -04:00
Len 44f8e052a2 Update y000000000046.cfg 2017-06-05 16:35:48 -04:00
Len c2378313c0 Update y000000000032.cfg 2017-06-05 16:33:31 -04:00
Len c0c7dd6e48 Update y000000000038.cfg 2017-06-05 16:32:15 -04:00
Len 3640c3ce16 Update y000000000054.cfg 2017-06-05 16:30:08 -04:00
Len db489b34c1 Update y000000000036.cfg 2017-06-05 16:29:19 -04:00
Len 1ea80c217e Update y000000000068.cfg 2017-06-05 16:27:52 -04:00
Len 446cb96a1f Update y000000000029.cfg 2017-06-05 16:24:14 -04:00
Len 67f9239ff4 Update y000000000051.cfg 2017-06-05 16:15:18 -04:00
Len 1260888819 Update y000000000065.cfg 2017-06-05 16:12:02 -04:00
Len 0ed5966a48 Update y000000000035.cfg 2017-06-05 16:09:23 -04:00
Len 0173ba73b8 Update y000000000028.cfg 2017-06-05 16:07:53 -04:00
Len 08528e800d Update y000000000066.cfg 2017-06-05 16:06:32 -04:00
Len e0544b98ce Update y000000000028.cfg 2017-06-05 16:04:18 -04:00
FusionPBX 7c1a59219a Create v8.conf.xml 2017-06-05 11:49:51 -06:00
FusionPBX 81d5a15d90 Create opus.conf.xml 2017-06-05 11:43:02 -06:00
Alexey Melnichuk 4115ca3bd9 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 1716255660 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 8709d01fb0 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 4ae8b418d4 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 22c317eb2f BugFix [master] - Update languages (#2621)
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
jamesorose b2a8fd4427 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 828646b258 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 10188339e5 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 c295bd25e1 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 a7d58e14c7 Add. Support DND feature via BLF key (#2606) 2017-05-29 09:50:20 -06:00
Mafoo 71f681496b 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 d436890db0 Update {$mac}.xml 2017-05-28 09:58:26 -06:00
FusionPBX 1534b1b8b3 Create {$mac}.xml 2017-05-28 09:56:40 -06:00
Mafoo 1ff6bc7ad5 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 13557c30ec 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 c4c97fee29 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 ddf5cd558a Update intercept.lua 2017-05-19 01:21:19 -06:00
FusionPBX a074819270 Update intercept.lua 2017-05-19 01:17:08 -06:00
FusionPBX 6bdc5784b7 Update intercept.lua 2017-05-19 01:07:05 -06:00
Andrei Mahalean 80c31bd318 Add provisioning template for Yealink T19P-E2 (#2584) 2017-05-18 08:44:43 -06:00
FusionPBX 1df1faa442 Update app_languages.php 2017-05-16 10:23:53 -06:00
Mafoo 4963119692 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 f44aee3bf8 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 36e104a59a Update sofia.conf.lua 2017-05-12 13:21:19 -06:00
FusionPBX 2fda163776 Update sofia.conf.lua 2017-05-12 12:36:34 -06:00
Mafoo 0302d8085c 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 22dc22c30e 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 1c1fc9a17d Update directory.lua 2017-05-08 23:20:31 -06:00
FusionPBX 3a05c0bce7 Update directory.lua 2017-05-08 23:17:03 -06:00
FusionPBX ab7604bf3e Update y000000000068.cfg 2017-05-01 14:21:35 -07:00
FusionPBX 35f776a33d Update y000000000068.cfg 2017-05-01 14:20:58 -07:00
FusionPBX 6b19f5b857 Create directory.xml 2017-05-01 14:19:41 -07:00
FusionPBX c21b28526d Create favorite_setting.xml 2017-05-01 14:18:28 -07:00
FusionPBX 3270810c86 Create y000000000068.cfg 2017-05-01 14:17:37 -07:00
FusionPBX 614dffb5e2 Create {$mac}.cfg 2017-05-01 14:11:25 -07:00
FusionPBX 22e43fffac Create smpp.conf.xml 2017-04-28 19:41:40 -06:00
Len ddbd6476c9 Update {$mac}.cfg 2017-04-28 12:59:05 -04:00
Len 26b4432f28 Update {$mac}.xml 2017-04-27 23:08:27 -04:00
FusionPBX 71f37f4449 Fix the dnsnaptr spelling mistake. 2017-04-27 18:22:46 -06:00
FusionPBX f2f131aa78 Fix the dnsnaptr spelling mistake. 2017-04-27 18:21:44 -06:00
FusionPBX b35a815a0a Update check_auth.php 2017-04-27 17:58:20 -06:00
The-Operator d05ace4995 Updates to German and Austrian translations (#2549)
Updates and error corrections
2017-04-27 15:19:36 -06:00
Mafoo 941b115d92 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 32c1522cbb 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 3223e7071e Create {$mac}.xml 2017-04-26 22:52:11 -04:00
FusionPBX 76f86d1b59 Update php.php 2017-04-25 00:09:53 -06:00
FusionPBX 8a371ce04f Add function_exists to session_start. 2017-04-25 00:06:41 -06:00
konradSC e111904554 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 30055465b7 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 d390270b2e 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 d6efebf13f Fix. Remove unused code from mwi_subscribe.lua (#2527) 2017-04-21 05:59:38 -06:00
Alexey Melnichuk debfcbbc5b Fix. Escape strings in regex api (#2523) 2017-04-20 07:48:49 -06:00
konradSC fa4ab999cf 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 110086f75a 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 0a766b1fff Update page.lua 2017-04-18 11:56:33 -06:00
Alexey Melnichuk 8f2782e8dd 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 1ee633cd10 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 901ae7e71e Really use configured transcribe_language for transcription (#2513) 2017-04-17 08:50:34 -06:00
FusionPBX c5e0857ee3 Update switch.php 2017-04-15 13:47:40 -06:00
FusionPBX 3123a8f02e Update switch.php 2017-04-14 22:13:18 -06:00
Len 1b4ebbf46e Create y000000000025.cfg 2017-04-14 01:55:47 -04:00
Len d2e8cbd734 Create favorite_setting.xml 2017-04-14 01:47:24 -04:00
Len 8c7669a35a Create directory.xml 2017-04-14 01:46:20 -04:00
Len 244f8dc608 Create {$mac}.cfg 2017-04-14 01:45:15 -04:00
Luis Daniel Lucio Quiroz f5cd0e61c4 Some FR & ES translation fixes (#2503) 2017-04-13 15:47:15 -06:00
Len b739c79614 Update {$mac}.xml 2017-04-13 00:37:29 -04:00
Len dbb43f6475 Update {$mac}.xml 2017-04-13 00:34:06 -04:00
Len bfe44d0aed Update {$mac}.xml 2017-04-13 00:33:31 -04:00
Len 2d09c2a77e Update {$mac}.xml 2017-04-13 00:31:44 -04:00
Len af9fe07c80 Update {$mac}.xml 2017-04-13 00:31:00 -04:00
Len 7e37f3b9bd Update {$mac}.xml 2017-04-13 00:29:18 -04:00
Len 52f29e375d Update {$mac}.xml 2017-04-13 00:28:40 -04:00
Len 25dc7d32cf Update {$mac}.xml 2017-04-13 00:24:53 -04:00
Len 821bd37e6e Update {$mac}.xml 2017-04-13 00:23:39 -04:00
Len 4c0ff23ead Update {$mac}.xml 2017-04-13 00:22:25 -04:00
Len 098299d702 Update {$mac}.xml 2017-04-13 00:21:26 -04:00
Len af656840d9 Update {$mac}.xml 2017-04-13 00:19:30 -04:00
Len d3fcaba43f Update {$mac}.xml 2017-04-13 00:18:53 -04:00
Len 4fe72f50d2 Update {$mac}.xml 2017-04-13 00:10:11 -04:00
Len ed25e31d54 Update {$mac}.xml 2017-04-13 00:09:25 -04:00
Len 278d9acbfd Update {$mac}.xml 2017-04-13 00:06:36 -04:00
Len 3b01a94398 Update {$mac}.xml 2017-04-13 00:03:09 -04:00
Len 902b574e61 Update {$mac}.xml 2017-04-13 00:01:38 -04:00
Len 731e5ea1b9 Update {$mac}.xml 2017-04-12 23:58:39 -04:00
Len 995d8110af Update {$mac}.xml 2017-04-12 23:56:28 -04:00
Len 688333a423 Update {$mac}.xml 2017-04-12 23:55:23 -04:00
Len a4b3ac5645 Update {$mac}.xml 2017-04-12 23:52:26 -04:00
Len 1fa740080c Update {$mac}.xml 2017-04-12 23:50:25 -04:00
Len 670b4568dd Update {$mac}.xml 2017-04-12 23:49:45 -04:00
Len d62412b26a Update {$mac}.xml 2017-04-12 23:46:52 -04:00
Len 8d12ffd830 Update {$mac}.xml 2017-04-12 23:45:58 -04:00
Len bb3454b818 Update {$mac}.xml 2017-04-12 23:43:46 -04:00
Len 056b4ee857 Update y000000000025.cfg 2017-04-12 23:07:58 -04:00
Len 8363bcbd58 Update y000000000023.cfg 2017-04-12 23:07:10 -04:00
Len 1f17790eae Update y000000000051.cfg 2017-04-12 23:05:46 -04:00
Len ab1d7648db Update y000000000065.cfg 2017-04-12 23:04:24 -04:00
Len 57eea8c371 Update y000000000035.cfg 2017-04-12 23:03:45 -04:00
Len b920704407 Update y000000000066.cfg 2017-04-12 23:02:03 -04:00
Len 46fb641ef2 Update y000000000029.cfg 2017-04-12 23:00:01 -04:00
Len 0d6bb7e7da Update y000000000036.cfg 2017-04-12 22:56:25 -04:00
Len 534362cf62 Update y000000000054.cfg 2017-04-12 22:55:12 -04:00
Len 548aa5eb0d Update y000000000038.cfg 2017-04-12 22:54:11 -04:00
Len c5774feeb5 Update y000000000032.cfg 2017-04-12 22:52:43 -04:00
Len e5879e0e08 Update y000000000046.cfg 2017-04-12 22:51:54 -04:00
Len 45ae5baf45 Update y000000000000.cfg 2017-04-12 22:51:07 -04:00
Len 12575efcff Update y000000000045.cfg 2017-04-12 22:48:35 -04:00
Len b0c68e5871 Update y000000000069.cfg 2017-04-12 22:44:02 -04:00
Len e2b786e775 Update y000000000004.cfg 2017-04-12 22:43:18 -04:00
Len 019d20fa89 Update y000000000044.cfg 2017-04-12 22:42:34 -04:00
Len 65fe2c92b1 Update y000000000044.cfg 2017-04-12 22:41:36 -04:00
Len 89efb2e210 Update y000000000005.cfg 2017-04-12 22:36:14 -04:00
Len 2c01ab553e Update y000000000028.cfg 2017-04-12 22:34:01 -04:00
Len 13db67dfea Update y000000000052.cfg 2017-04-12 22:33:00 -04:00
Len a784cc18c8 Update y000000000007.cfg 2017-04-12 22:14:53 -04:00
Len ac94858ea0 Update y000000000037.cfg 2017-04-12 22:10:06 -04:00
Len fff424a9b9 Update {$mac}.xml 2017-04-11 00:21:01 -04:00
Len 549bb3103c Update {$mac}.xml 2017-04-11 00:06:23 -04:00
Len 7dddcdcc3d Update {$mac}.xml 2017-04-11 00:04:19 -04:00
Len d484b3648d Update {$mac}.xml 2017-04-10 23:51:59 -04:00
Len 7277ac9c97 Update {$mac}.xml 2017-04-10 23:49:34 -04:00
Len fbbde33d4d Update {$mac}.xml 2017-04-10 23:46:47 -04:00
Len 2a0ec6d994 Update {$mac}.xml 2017-04-10 23:44:32 -04:00
Len bf4710298f Update {$mac}.xml 2017-04-10 23:41:39 -04:00
Len 39e44dfa02 Update {$mac}.xml 2017-04-10 23:38:56 -04:00
Len a3bf63595f Update {$mac}.xml 2017-04-10 23:36:06 -04:00
Len d0f9c6b7db Update {$mac}.xml 2017-04-10 23:34:20 -04:00
Len 7c635e88e8 Update {$mac}.xml 2017-04-10 23:30:53 -04:00
Len fa3295d989 Update {$mac}.xml 2017-04-10 23:16:42 -04:00
konradSC 0ad7bdf1d9 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 c7719ee111 Update y000000000037.cfg 2017-04-10 10:19:04 -04:00
Len b198dd4aac Update y000000000007.cfg 2017-04-10 10:16:25 -04:00
Len 62c2a5ebba Update y000000000052.cfg 2017-04-10 10:13:17 -04:00
Len 8f1b78fce1 Update y000000000005.cfg 2017-04-10 10:10:45 -04:00
Len 7e9622aa89 Update y000000000044.cfg 2017-04-10 10:07:48 -04:00
Len 511275fc4e Update y000000000044.cfg 2017-04-10 10:02:10 -04:00
Len 79018c24f8 Update y000000000004.cfg 2017-04-10 10:00:01 -04:00
Len abaa6b0fe4 Update y000000000069.cfg 2017-04-10 09:57:50 -04:00
Len 99b0b3c808 Update y000000000045.cfg 2017-04-10 09:55:27 -04:00
Len 2e816ea157 Update y000000000054.cfg 2017-04-10 09:53:01 -04:00
Len 807b9a268b Update y000000000000.cfg 2017-04-10 09:50:11 -04:00
Len a45e246485 Update y000000000046.cfg 2017-04-10 09:49:01 -04:00
Len 6ee8100e14 Update y000000000032.cfg 2017-04-10 09:46:44 -04:00
Len b0eec0b610 Update y000000000038.cfg 2017-04-10 09:42:20 -04:00
Len ca49d07ea9 Update y000000000036.cfg 2017-04-10 09:38:59 -04:00
Len 4a0facde78 Update y000000000029.cfg 2017-04-10 09:34:32 -04:00
Len 2318f2e6e1 Update y000000000025.cfg 2017-04-10 09:30:30 -04:00
Len e3bb49260d Update y000000000023.cfg 2017-04-10 09:29:41 -04:00
Len 977708c1d8 Update y000000000051.cfg 2017-04-10 09:25:55 -04:00
Len 92951a1f11 Update y000000000065.cfg 2017-04-10 09:21:59 -04:00
Len 19c87c2fcf Update y000000000035.cfg 2017-04-10 09:18:53 -04:00
Len e9a614c373 Update y000000000066.cfg 2017-04-10 09:17:11 -04:00
Len ba5f81779a Update y000000000028.cfg 2017-04-10 09:13:10 -04:00
Jim Kusznir 5ad5b7e8fb Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2017-04-06 21:23:03 -07:00
Jim Kusznir a95f380c60 Corrected bug with expansion board and call park value. Was 19, should be 16. 2017-04-06 21:21:16 -07:00
Len 97da95e6a4 Update {$mac}.cfg 2017-04-06 01:26:53 -04:00
Len 4962405b5c Update {$mac}.cfg 2017-04-06 01:24:35 -04:00
Len 6eebd057d5 Update {$mac}.cfg 2017-04-06 01:22:43 -04:00
Len 0ca7c6b05d Update {$mac}.cfg 2017-04-06 01:20:57 -04:00
Len 3326a1fb8d Update {$mac}.cfg 2017-04-06 01:19:56 -04:00
Len dd2aa77f37 Update {$mac}.cfg 2017-04-06 01:18:08 -04:00
Len 93c595f8c8 Update {$mac}.cfg 2017-04-06 01:16:17 -04:00
Len 02b6f01c00 Update {$mac}.cfg 2017-04-06 01:13:19 -04:00
Len add842e9ba Update {$mac}.cfg 2017-04-06 01:11:43 -04:00
Len 5b8a63cf13 Update {$mac}.cfg 2017-04-06 01:09:25 -04:00
Len 63c766cd3f Update {$mac}.cfg 2017-04-06 01:07:41 -04:00
Len f61fd85b37 Update {$mac}.cfg 2017-04-06 01:04:46 -04:00
Len 693bd87529 Update {$mac}.cfg 2017-04-06 01:02:35 -04:00
Len 6f0c6f61ce Update {$mac}.cfg 2017-04-06 01:00:38 -04:00
Len a1d99993c8 Update {$mac}.cfg 2017-04-06 00:57:57 -04:00
Len 880d032e7c Update {$mac}.cfg 2017-04-06 00:55:52 -04:00
Len 50e4f013fd Update {$mac}.cfg 2017-04-06 00:54:08 -04:00
Len a88def388f Update {$mac}.cfg 2017-04-06 00:53:14 -04:00
Len ec9b5d145b Update {$mac}.cfg 2017-04-06 00:51:33 -04:00
Len 1966fedd50 Update {$mac}.cfg 2017-04-06 00:50:02 -04:00
Len ba4a99416d Update {$mac}.cfg 2017-04-06 00:48:18 -04:00
Len 1e1c424281 Update {$mac}.cfg 2017-04-06 00:46:23 -04:00
Len 72f8ee2314 Update {$mac}.cfg 2017-04-06 00:45:39 -04:00
konradSC 39cc2ce9e8 Update index.lua (#2473)
Bug fix in per user vm transcription. If domain had transcription enabled but the user did not, then the sql insert of the msg would fail.
2017-04-04 21:24:13 -06:00
Jim Kusznir 096a7ec4a3 Added variables to grandstream ht702 template to disable call waiting and t.38 faxing (#2471)
* Added variables to disable call waiting and t.38 faxing

* HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38
2017-04-03 20:04:03 -06:00
Jim Kusznir 0e22bb12f8 HT702 config file variables: grandstream_disable_call_waiting, grandstream_disable_fax_t38 2017-04-03 14:15:30 -07:00
Luis Daniel Lucio Quiroz 8bdb585f14 Fix CID alteration in Ringroups (#2467)
I really don't know if this is an IP phone issue (tested on grandstream) or a new behavior on FreeSWITCH, but in order to add the prefix to the caller id (name or number) correctly, you need to export instead of set.
2017-04-03 11:53:41 -06:00
Jim Kusznir 47b41b8616 Added variables to disable call waiting and t.38 faxing 2017-04-01 14:15:13 -07:00
Len dcfce8e443 Create {$mac}.xml 2017-04-01 01:49:03 -04:00
Len 037dff7f2f Create gxp2160/{$mac}.xml 2017-04-01 01:47:52 -04:00
Len 647f3f86cf Create {$mac}.xml 2017-04-01 01:46:00 -04:00
Len 82a0efccef Create {$mac}.xml 2017-04-01 01:44:55 -04:00
Len 30c512b4b8 Create {$mac}.xml 2017-04-01 01:41:53 -04:00
Len ab43a0374f Update {$mac}.xml 2017-03-25 19:51:09 -04:00
Len 4f923e2567 Update {$mac}.xml 2017-03-25 19:47:50 -04:00
Len 5aef78c365 Update {$mac}.xml 2017-03-25 19:46:15 -04:00
Len 23e90bdf09 Update {$mac}.xml 2017-03-25 19:44:32 -04:00
Len 6a87a3c10b Update {$mac}.xml 2017-03-25 19:39:19 -04:00
Len 2ce9c97a87 Update {$mac}.xml 2017-03-25 19:28:51 -04:00
Len f224282eb6 Update {$mac}.xml 2017-03-25 19:26:37 -04:00
Len f1236e5049 Update {$mac}.xml 2017-03-25 19:22:39 -04:00
Len b938dbeb0a Update {$mac}.xml 2017-03-25 19:20:15 -04:00
Len 8f5618f6ec Update {$mac}.xml 2017-03-25 18:59:19 -04:00
Len f51f8bf30c Update {$mac}.xml 2017-03-25 18:53:53 -04:00
Len 8a92f38414 Update {$mac}.xml 2017-03-25 18:43:10 -04:00
Len 59e184ef89 Update {$mac}.xml 2017-03-25 18:35:49 -04:00
Len 3c48a4fea8 Update {$mac}.xml 2017-03-25 18:31:41 -04:00
Len fffda9d19c Update {$mac}.xml 2017-03-25 18:23:48 -04:00
Len 4b0ffa50b8 Update {$mac}.xml 2017-03-25 18:10:49 -04:00
Len 5cc7dd2a24 Update {$mac}.xml 2017-03-25 18:03:54 -04:00
Len f0a84945c0 Update {$mac}.xml 2017-03-25 17:45:20 -04:00
Len 0570d72ea3 Update {$mac}.xml 2017-03-25 17:38:43 -04:00
Len f67b91efb1 Update {$mac}.xml 2017-03-25 17:36:22 -04:00
Len 52d1d2dbd1 Update {$mac}.xml 2017-03-25 17:29:10 -04:00
Len d96f6ef103 Update {$mac}.xml 2017-03-25 17:05:30 -04:00
Len 449d1741b9 Update {$mac}.xml 2017-03-25 16:09:04 -04:00
Len 4daa022bb8 Update {$mac}.xml 2017-03-25 16:07:12 -04:00
Len c3d82574a4 Update {$mac}.xml 2017-03-25 16:04:40 -04:00
Len b294da53ff Update {$mac}.xml 2017-03-25 16:01:11 -04:00
Len b44a398600 Update {$mac}.xml 2017-03-25 16:00:12 -04:00
Len 1e36af5935 Update {$mac}.xml 2017-03-25 15:58:16 -04:00
Len 4117fe170a Update {$mac}.xml 2017-03-25 15:56:22 -04:00
Len 7a8c8d1c2d Update {$mac}.xml 2017-03-25 15:55:30 -04:00
Len 9a9ba3c73f Update {$mac}.xml 2017-03-25 15:53:57 -04:00
Len bb9cd20e1c Update {$mac}.xml 2017-03-25 15:50:18 -04:00
Len 81cc0e4151 Update {$mac}.xml 2017-03-25 15:46:58 -04:00
FusionPBX 2fba153946 Update {$mac}.xml 2017-03-25 09:43:37 -06:00
konradSC 4c2eb26f72 Voicemail tutorial (#2451)
* Update macro.lua

Add additional macros for the tutorial.

* Create tutorial.lua

* Update index.lua

* Update record_greeting.lua

Add menu variable to route back to appropriate place in the flow.

* Update record_menu.lua

Add menu variable to accommodate the tutorial.

* Update change_password.lua

Add menu variable to accommodate the tutorial.

* Update record_name.lua

Add menu variable to accommodate the tutorial.

* Update voicemail_edit.php

Add option to play tutorial on next login.

* Update app_languages.php

* Update app_config.php

Add voicemail_tutorial to database.

* Update extension_edit.php

Set "voicemail_tutorial" to true for new extensions.
2017-03-24 23:06:16 -06:00
FusionPBX 767f27297f Update {$mac}.cfg 2017-03-24 21:08:08 -06:00
FusionPBX ed1445f8f9 Update {$mac}.xml 2017-03-24 18:55:11 -06:00
FusionPBX f61d1226b2 Update {$mac}.xml 2017-03-24 18:53:16 -06:00
FusionPBX 1f305e1c55 Update {$mac}.xml 2017-03-24 18:41:36 -06:00
FusionPBX 37ef214e04 Update {$mac}.xml 2017-03-24 18:39:54 -06:00
FusionPBX 9856b5fb72 Update {$mac}.xml 2017-03-24 17:52:12 -06:00
FusionPBX d62116a910 Update {$mac}.xml 2017-03-24 17:50:02 -06:00
FusionPBX f5669947ce Update {$mac}.xml 2017-03-24 17:48:22 -06:00
Len 838d42345e Update {$mac}.xml 2017-03-22 00:24:15 -04:00
Len 8dfd5293db Update {$mac}.xml 2017-03-22 00:23:34 -04:00
Len bf33b5116f Update {$mac}.xml 2017-03-22 00:22:51 -04:00
Len 8dd311dc35 Update {$mac}.xml 2017-03-22 00:22:20 -04:00
Len 72fc5fbf80 Update {$mac}.xml 2017-03-22 00:21:37 -04:00
Len 437a5a1fee Update {$mac}.xml 2017-03-22 00:20:56 -04:00
Len 6385bfc5d0 Update {$mac}.xml 2017-03-22 00:20:18 -04:00
Len 9f8bc2ac5b Update {$mac}.xml 2017-03-22 00:19:33 -04:00
Len f86b4814dd Update {$mac}.xml 2017-03-22 00:18:29 -04:00
Len 27f1c7fa64 Update {$mac}.xml 2017-03-22 00:16:54 -04:00
Len e462c968d7 Update {$mac}.xml 2017-03-22 00:15:27 -04:00
Len 3cbfd82cb9 Update {$mac}.xml 2017-03-22 00:14:49 -04:00
Len fc69450105 Update {$mac}.xml 2017-03-22 00:13:43 -04:00
Len 297cd50ee2 Update {$mac}.xml 2017-03-22 00:05:25 -04:00
FusionPBX 6421dffba3 Update database.php 2017-03-17 00:09:32 -06:00
FusionPBX 0fb9850d07 Update database.php 2017-03-16 22:20:11 -06:00
FusionPBX 515ee37056 Update app_languages.php 2017-03-16 00:58:19 -06:00
FusionPBX b9803b3d16 Update app_languages.php 2017-03-15 23:42:49 -06:00
FusionPBX 3995d23e5e Create favorite_setting.xml 2017-03-14 23:30:13 -06:00
FusionPBX 35ea22fdc9 Create directory.xml 2017-03-14 23:26:37 -06:00
FusionPBX b9860e59bb Create y000000000069.cfg 2017-03-14 23:24:51 -06:00
FusionPBX ab11bf42b2 Create {$mac}.cfg 2017-03-14 23:22:35 -06:00
Len 4d5fbb5b80 Update y000000000007.cfg 2017-03-10 19:15:22 -05:00
Len 64555cee2a Update y000000000052.cfg 2017-03-10 19:11:41 -05:00
Len 2fce9ec760 Update y000000000005.cfg 2017-03-10 19:07:32 -05:00
Len c3e7c893ef Update y000000000044.cfg 2017-03-10 18:59:13 -05:00
Len 7179667d89 Update y000000000004.cfg 2017-03-10 18:55:33 -05:00
Len 3ebc86facf Update y000000000045.cfg 2017-03-10 18:52:40 -05:00
Len d076de64ad Update y000000000000.cfg 2017-03-10 18:48:07 -05:00
Len 02fc92ccae Update y000000000046.cfg 2017-03-10 18:44:42 -05:00
Len 49a85e0bff Update y000000000032.cfg 2017-03-10 18:40:32 -05:00
Len e606628100 Update y000000000038.cfg 2017-03-10 18:36:51 -05:00
Len 70ee3b2f3b Update y000000000036.cfg 2017-03-10 18:33:36 -05:00
Len 8f8c380c18 Update y000000000029.cfg 2017-03-10 18:31:13 -05:00
Len ce71bd3f2d Update y000000000028.cfg 2017-03-10 18:26:37 -05:00
Len 5bd0b742bd Update y000000000066.cfg 2017-03-10 18:22:54 -05:00
Len d7a4d54781 Update y000000000051.cfg 2017-03-10 18:19:33 -05:00
Len d6b6cd4a09 Update y000000000065.cfg 2017-03-10 18:16:04 -05:00
Len 639d93b228 Update y000000000035.cfg 2017-03-10 17:15:56 -05:00
FusionPBX d6433c73e7 Create directory.xml 2017-03-10 13:01:12 -07:00
FusionPBX 38335f1dca Create favorite_setting.xml 2017-03-10 13:00:32 -07:00
FusionPBX c497bb128f Create y000000000065.cfg 2017-03-10 12:59:28 -07:00
FusionPBX 3d442d856a Create {$mac}.cfg 2017-03-10 12:57:07 -07:00
FusionPBX 11ae41d09d Update {$mac}.xml 2017-03-09 00:12:16 -07:00
Len 0df4bd6fe9 Update {$mac}.xml 2017-03-03 18:32:48 -05:00
Len 4357d76223 Update {$mac}.xml 2017-03-03 18:29:13 -05:00
Len 70eb9e9720 Update {$mac}.xml 2017-03-03 18:28:16 -05:00
Len efc56fbdf4 Update {$mac}.xml 2017-03-03 18:24:59 -05:00
Len c2aa60e4fb Update {$mac}.xml 2017-03-03 18:20:25 -05:00
Len 81aee21b11 Update {$mac}.xml 2017-03-03 18:08:41 -05:00
Len f9fa338333 Update {$mac}.xml 2017-03-03 18:03:55 -05:00
Len 1c1b8b8bfc Update {$mac}.xml 2017-03-03 17:59:51 -05:00
Len 1b0b5c6a92 Update {$mac}.xml 2017-03-03 17:56:37 -05:00
Len d982b7bd4f Update {$mac}.xml 2017-03-03 17:26:33 -05:00
Len aa142c9d7d Update {$mac}.xml 2017-03-03 17:18:35 -05:00
Len 41bff83939 Update {$mac}.xml 2017-03-02 00:36:21 -05:00
Len bb492c0542 Update {$mac}.xml 2017-03-01 23:41:19 -05:00
Len 356955cf33 Update {$mac}.xml 2017-03-01 21:16:50 -05:00
FusionPBX 1ca70ff839 Update hangup_rx.lua 2017-03-01 12:24:54 -07:00
Len 0b6924bb7b Update {$mac}.xml 2017-03-01 00:03:43 -05:00
Len 8d1e0c64cb Update {$mac}.xml 2017-03-01 00:02:52 -05:00
Len c9f287e02b Update {$mac}.xml 2017-03-01 00:01:26 -05:00
Len 6cecb529dc Update {$mac}.xml 2017-02-28 23:57:21 -05:00
Len 9e6922d6af Update {$mac}.xml 2017-02-28 23:55:55 -05:00
Len bdd20d6572 Update {$mac}.xml 2017-02-28 23:53:59 -05:00
Len 0b5fccafdd Update {$mac}.xml 2017-02-28 23:52:21 -05:00
Len 44d51fc91c Update {$mac}.xml 2017-02-28 23:49:39 -05:00
Len b6e2052a4b Update {$mac}.xml 2017-02-28 23:48:41 -05:00
Len b358995829 Update {$mac}.xml 2017-02-28 23:47:21 -05:00
Len d3cb8b4f15 Update {$mac}.xml 2017-02-28 23:44:51 -05:00
Len 408baeca41 Update {$mac}.xml 2017-02-28 23:41:38 -05:00
Len 094e0472d2 Update {$mac}.xml 2017-02-28 23:39:53 -05:00
Len 6df827dece Update {$mac}.xml 2017-02-28 23:33:36 -05:00
FusionPBX c5a0a068c2 Update {$mac}.xml 2017-02-28 21:31:54 -07:00
Len 77b254b901 Update {$mac}.xml 2017-02-28 23:28:40 -05:00
Len c15a40d3f0 Update {$mac}.xml 2017-02-28 23:26:56 -05:00
FusionPBX e69aad9dd4 Update {$mac}.xml 2017-02-28 21:26:28 -07:00
Len 29ff853e7f Update {$mac}.xml 2017-02-28 23:24:58 -05:00
Len 01ce3bf12b Update {$mac}.xml 2017-02-28 23:22:58 -05:00
Len 05cdc3696f Update {$mac}.xml 2017-02-28 23:20:53 -05:00
Len 68b796a2b9 Update {$mac}.xml 2017-02-28 23:20:14 -05:00
Len 2e1c6519ce Update {$mac}.xml 2017-02-28 23:16:34 -05:00
Len 9f9f6b27a6 Update {$mac}.xml 2017-02-28 23:10:41 -05:00
Len 18e0d724f0 Update {$mac}.xml 2017-02-28 22:54:55 -05:00
Len 8f45e8a545 Update {$mac}.xml 2017-02-28 22:54:19 -05:00
Len 2829b28eb1 Update {$mac}.xml 2017-02-28 22:53:37 -05:00
Len 93a1532226 Update {$mac}.xml 2017-02-28 22:53:00 -05:00
Len 2051d600fc Update {$mac}.xml 2017-02-28 22:52:23 -05:00
Len 1a37fbdc3a Update {$mac}.xml 2017-02-28 22:51:43 -05:00
Len 358e1d2c4a Update {$mac}.xml 2017-02-28 22:51:04 -05:00
Len 758d795c3a Update {$mac}.xml 2017-02-28 22:49:47 -05:00
Len ee57e7cbdb Update {$mac}.xml 2017-02-28 22:49:16 -05:00
Len 7a80457955 Update {$mac}.xml 2017-02-28 22:48:36 -05:00
Len 3c269df1c8 Update {$mac}.xml 2017-02-28 22:48:00 -05:00
Len a140d8e358 Update {$mac}.xml 2017-02-28 22:47:09 -05:00
Len f7d6e649c4 Update {$mac}.xml 2017-02-28 22:46:34 -05:00
Len 8bcafeda01 Update {$mac}.xml 2017-02-28 22:45:15 -05:00
Len acd5419066 Update {$mac}.xml 2017-02-28 22:44:20 -05:00
Len f95c5146ca Update {$mac}.xml 2017-02-28 22:37:27 -05:00
FusionPBX 356ecc5510 Update {$mac}.xml 2017-02-28 20:33:42 -07:00
Len 78a29e7492 Update {$mac}.xml 2017-02-28 22:33:35 -05:00
Len b43b201073 Update {$mac}.xml 2017-02-28 22:23:53 -05:00
Len 7916c8f76d Update {$mac}.xml 2017-02-28 22:22:08 -05:00
Len 7730ded332 Update {$mac}.xml 2017-02-28 22:20:18 -05:00
FusionPBX f7c29661fd Update {$mac}.xml 2017-02-28 20:17:28 -07:00
Len dbfe231b5f Update {$mac}.xml 2017-02-28 22:17:27 -05:00
FusionPBX 899d0778b3 Update {$mac}.xml 2017-02-28 20:09:12 -07:00
FusionPBX 4cd3d9ba02 Update {$mac}.xml 2017-02-28 20:06:15 -07:00
FusionPBX 1deaafdb59 Update {$mac}.xml 2017-02-28 20:04:05 -07:00
FusionPBX a33ba2b5f7 Update {$mac}.xml 2017-02-28 19:58:01 -07:00
FusionPBX c60524c837 Update {$mac}.xml 2017-02-28 19:23:55 -07:00
FusionPBX 1fac423dc6 Update {$mac}.xml 2017-02-28 19:20:58 -07:00
FusionPBX c68ab605c3 Update {$mac}.xml 2017-02-28 19:16:31 -07:00
FusionPBX 8af317bc56 Update {$mac}.xml 2017-02-28 19:15:39 -07:00
FusionPBX e5b0e28621 Update {$mac}.xml 2017-02-28 19:11:53 -07:00
FusionPBX 0efddd1e07 Update {$mac}.xml 2017-02-28 19:08:41 -07:00
FusionPBX 3f3eefc74c Update {$mac}.xml 2017-02-28 19:08:01 -07:00
FusionPBX d9f0e926eb Update {$mac}.xml 2017-02-28 19:05:23 -07:00
FusionPBX 09eb9167f9 Update {$mac}.xml 2017-02-28 19:04:21 -07:00
FusionPBX 66123235a2 Update {$mac}.xml 2017-02-28 19:02:44 -07:00
FusionPBX 6174729766 Update {$mac}.xml 2017-02-28 18:55:49 -07:00
FusionPBX ecf59fe5a5 Update {$mac}.xml 2017-02-28 18:54:35 -07:00
FusionPBX 07d439c951 Update {$mac}.xml 2017-02-28 18:52:00 -07:00
FusionPBX 853f3a66e8 Update {$mac}.xml 2017-02-28 18:49:41 -07:00
FusionPBX b7a98445f5 Update {$mac}.xml 2017-02-28 15:58:28 -07:00
FusionPBX 713c077037 Update {$mac}.xml 2017-02-28 15:51:26 -07:00
drenda eeb20db3a1 Added italian translation (#2391)
* Added Italian translation

* add italian translation

* add italian translation

* add italian translation

* fix typo error

* add italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian language

* added italian translation

* added italian language

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian language

* added italian language

* added italian translation

* added italian translation

* added italian language

* fixed error in copy button

* added italian translation

* added italian translation

* partial italian translation
2017-02-22 21:31:40 -07:00
FusionPBX 5ebcad413a Update destinations.php 2017-02-22 20:59:30 -07:00
FusionPBX bbb4f19b78 Fix the english copy button. 2017-02-21 20:13:37 -07:00
FusionPBX 77d781986b Grandstream Disable Call Features 2017-02-21 15:33:35 -07:00
FusionPBX 389ad23af7 Grandstream Disable Call Features 2017-02-21 15:32:54 -07:00
FusionPBX bbfaa71458 Update {$mac}.xml
Grandstream Disable Call Features
2017-02-21 15:31:27 -07:00
FusionPBX 7cec28747e Update {$mac}.xml
Grandstream Disable Call Features
2017-02-21 15:30:46 -07:00
FusionPBX f7610c2794 Update {$mac}.xml
Grandstream Disable Call Features
2017-02-21 15:30:01 -07:00
FusionPBX d2525b8669 Update callcenter.conf.lua 2017-02-20 20:47:35 -07:00
FusionPBX a8764b964f Update forward_to_extension.lua 2017-02-19 04:14:18 -07:00
drenda c37ce02d44 Added Italian translation (#2379)
* Added Italian translation

* add italian translation

* add italian translation

* add italian translation

* fix typo error

* add italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian translation

* added italian language

* added italian translation

* added italian language
2017-02-16 19:46:50 -07:00
FusionPBX 372066de1f Update on_dtmf.lua 2017-02-16 18:14:59 -07:00
FusionPBX 2d68fa9118 Update schema.php 2017-02-16 00:03:33 -07:00
FusionPBX 388480f244 Add RECOVERY_ON_TIMER_EXPIRE for the timeout destination. 2017-02-15 10:31:31 -07:00
FusionPBX 4315d8c31d Add ring_ready to extend the ring time. 2017-02-14 15:01:59 -07:00
emaktech 537e4c157e Yealink Provisioning - Add Trusted Cert Variable (#2364)
* Update y000000000037.cfg

* Update y000000000007.cfg

* Update y000000000025.cfg

* Update y000000000023.cfg

* Update y000000000051.cfg

* Update y000000000035.cfg

* Update y000000000066.cfg

* Update y000000000028.cfg

* Update y000000000029.cfg

* Update y000000000036.cfg

* Update y000000000054.cfg

* Update y000000000038.cfg

* Update y000000000032.cfg

* Update y000000000046.cfg

* Update y000000000000.cfg

* Update y000000000045.cfg

* Update y000000000004.cfg

* Update y000000000044.cfg

* Update y000000000044.cfg

* Update y000000000005.cfg

* Update y000000000052.cfg
2017-02-13 13:13:16 -07:00
Chris Black 7dca005cdf Add per-voicemail transcription enabled. (#2370) 2017-02-13 13:12:43 -07:00
FusionPBX f62854e384 Update {$mac}.xml 2017-02-09 12:58:45 -07:00
FusionPBX 0c1dc1164d Update {$mac}.xml 2017-02-09 12:57:48 -07:00
FusionPBX 7baa55e5e7 Update {$mac}.xml 2017-02-09 12:48:17 -07:00
FusionPBX ec2feda61d Update {$mac}.xml 2017-02-09 12:34:14 -07:00
FusionPBX b787b3462d Update {$mac}.xml 2017-02-09 12:32:38 -07:00
FusionPBX 9cc5c0be51 Update {$mac}.xml 2017-02-09 12:28:21 -07:00
FusionPBX ee3fd1e60d Update {$mac}.xml 2017-02-09 11:45:50 -07:00
FusionPBX e965bfd90d Update {$mac}.xml
Add outbound proxy to spa112
2017-02-09 11:35:46 -07:00
FusionPBX b3f9b099d3 Update {$mac}.xml 2017-02-09 11:30:52 -07:00
FusionPBX b193f9e64b Update {$mac}.xml 2017-02-09 11:24:32 -07:00
FusionPBX ca0589f6d4 Update directory.lua 2017-02-07 18:56:21 -07:00
FusionPBX 633e7f3ae1 Update algom{$mac}.conf
Add provision path and ntp server variables.
2017-02-06 19:01:51 -07:00
FusionPBX a54c6a64b3 Update verto.conf.xml 2017-02-02 19:24:22 -07:00
FusionPBX c0cea83beb Update switch.sql 2017-02-01 18:01:20 -07:00
markjcrane bc4bc5e3d2 Fix the filename for algom provisioning template. 2017-01-31 21:48:07 -07:00
FusionPBX cd512d11fb Create algo{$mac}.conf
Add Algo 8180 provisioning template sponsored first version of the template donated by nysolutions.com.
2017-01-31 21:28:52 -07:00
Alexey Melnichuk 080763cee7 Add. Support remote reboot Panasonic devices. (#2326)
Tested with Panasonic KX-TGP500 Firmware 22.90
User agent string `Panasonic_KX-TGP500B09/22.90 (<MAC>)`
2017-01-31 00:35:24 -07:00
FusionPBX ee65f04ef3 Update index.lua
Adding  ~= nil as its used in various places in this file changed for better consistency.
2017-01-30 20:57:37 -07:00
FusionPBX 159f27d884 Update index.lua
Add the voicemail_uuid to the if statement on vm disk quota.
2017-01-30 20:54:03 -07:00
FusionPBX ceb06deb63 Minor version update 4.3.2. 2017-01-30 20:40:28 -07:00
FusionPBX 9f72e69667 Update index.lua
Prevent a nil error when using voicemail has reached its quota.
2017-01-30 20:35:27 -07:00
FusionPBX bf6274e0fb Update sofia.conf.lua
Activate the sofia profile domain aliases.
2017-01-28 14:50:06 -07:00
FusionPBX 28e1014365 Update internal-ipv6.xml.noload
Add the domains section.
2017-01-28 13:06:30 -07:00
FusionPBX 40efef919a Update
Add voicemail/vm-no_answer_no_vm.wav
2017-01-27 13:24:10 -07:00
FusionPBX be0ffa16e5 Update index.lua
Prevent an error by moving the voicemail quota into the if statement that checks if the voicemail_uuid is not null.
2017-01-27 12:18:01 -07:00
FusionPBX b2dd6b171a Update {$mac}.cfg
Prevent creating an empty password for Polycom phones.
2017-01-25 11:13:07 -07:00
FusionPBX 2c52813323 Update {$mac}.cfg
Preventing provisioning an empty admin_password for Polycom.
2017-01-25 11:12:09 -07:00
FusionPBX 140dc8c9f8 Create directory.xml 2017-01-25 08:45:14 -07:00
FusionPBX 1b1e3d0045 Create favorite_setting.xml 2017-01-25 08:44:22 -07:00
FusionPBX 9f632876b8 Create {$mac}.cfg 2017-01-25 08:40:35 -07:00
FusionPBX 0bd2d5f36b Update y000000000066.cfg 2017-01-25 08:39:09 -07:00
FusionPBX fabe7bbfd0 Create y000000000066.cfg 2017-01-25 08:37:33 -07:00
FusionPBX b2776e4e10 Update sofia.conf.lua 2017-01-18 08:55:29 -07:00
FusionPBX f6fdd9523f Update domains.php 2017-01-17 13:37:26 -07:00
jalr 49d80dcec3 fix condition (#2298) 2017-01-17 10:16:13 -07:00
Alexey Melnichuk 795e45227d Fix. Russia has 11 digits (close #2303) (#2304) 2017-01-17 10:14:49 -07:00
Chris Black b87a11adab Add transcription to the sms message (#2308)
Gives the user ability to add transcription to the sms message for
voicemail notifications.
2017-01-17 10:13:33 -07:00
FusionPBX 6fe57bace2 Update domains.php 2017-01-14 18:17:21 -07:00
FusionPBX c6c5329a56 Update domains.php 2017-01-14 18:15:34 -07:00
FusionPBX 532a0c0590 Minor syntax fix spotted in dry run now activate. 2017-01-14 14:39:05 -07:00
FusionPBX b9bf07a5e6 Add the settings method to the upgrade method. 2017-01-14 14:33:05 -07:00
FusionPBX 841d56938d Add the settings method to the domains class. 2017-01-14 13:15:03 -07:00
FusionPBX 5609b57c3e Update sofia.conf.lua
Fix the year.
2017-01-12 04:26:32 -07:00
FusionPBX 3a4263a51e Update sofia.conf.lua
Fix domain alias show with sofia status.
2017-01-12 04:18:58 -07:00
FusionPBX 95c36e4d35 Update event_socket.php 2017-01-11 14:43:45 -07:00
FusionPBX 46be3c8e97 Update groups.php
Prevent warnings in groups.php.
2017-01-11 14:39:40 -07:00
FusionPBX da9cd4cbcf Update event_socket.php
Add freeswitch defaults to event_socket.php
2017-01-11 14:14:47 -07:00
FusionPBX edb1a964a7 Update groups.php 2017-01-10 07:55:09 -07:00
FusionPBX 7021484772 Update switch.php 2017-01-10 01:46:59 -07:00
FusionPBX d8cf528a50 Update switch_settings.php 2017-01-10 01:18:17 -07:00
FusionPBX cd3c9d0e52 Update pdo.php 2017-01-09 17:55:40 -07:00
Len a0316a3f12 Update {$mac}.cfg
correct missing {
2017-01-08 19:41:47 -05:00
FusionPBX 7ef0b192e7 Delete config.php.dist 2017-01-05 05:05:43 -07:00
FusionPBX 3cc705d93a Create uuid.php 2017-01-05 04:15:47 -07:00
FusionPBX 212cd7d025 Update schema.php 2017-01-05 03:58:01 -07:00
FusionPBX c43c1a556f Update schema.php
Prevent php warnings.
2017-01-05 03:53:02 -07:00
FusionPBX 5744d4b673 Update pdo.php
Prevent php warnings.
2017-01-04 20:40:36 -07:00
FusionPBX 4c6e807786 Update ivr.conf.lua 2016-12-29 13:35:55 -07:00
FusionPBX 68e18894db Update functions.php
Minor version change.
2016-12-27 22:22:54 -07:00
jebsolutions 730e9ed514 fixes bug #2270 reported by volga629 (#2276)
Please do further testing/review and give comments and suggest cleanup, etc.

This bug is only tripped if all of the following are true:
a) fax send fails
b) email notification of fax failure also fails
c) Other?

how to test
- have a 100% working fax to email setup.
- Change Advanced->defaults->email and set the port to be something invalid.
- e.g. smtp port 9999 is invalid
- send a test fax to something without a fax
- e.g. I just faxed my own DID which does NOT have fax answering

- each time the phone rings answer...wait 5 seconds, and then hang up
- note: it will retry sending the fax 5 times so repeat the above.

- on the last try it will give up, and try to send the failure email
- the email will fail (bad port) and then it will insert the failed email into v_emails
- the insert will fail and nothing in v_emails

Error was caused by trying to insert '' into the domain_uuid field.
'' is invalid in a uuid field, but null is okay.

The null is caused by no x-headers being passed.  So these two fields end up null:
$headers["X-FusionPBX-Domain-UUID"]
$headers["X-FusionPBX-Email-Type"]

Ignoring unset/uninitialized variables hides bugs.

Fix: feed the X-Header in the calling lua code.
2016-12-27 17:49:57 -07:00
FusionPBX 728a3c4b01 Update functions.php
is_uuid make it more generic so it doesn't matter which uuid type it is whether 1,2,3 or 4.
2016-12-24 14:07:03 -07:00
Luis Daniel Lucio Quiroz fa244129be Fix Call forward BUSY and NO ANSWER DEVEL (#2269)
Same rationale as 4.0 and 4.2
2016-12-24 10:38:21 -07:00
FusionPBX 02a505e4d2 Update route_to_bridge.lua 2016-12-23 02:16:22 -07:00
FusionPBX b9b3fd6494 Update route_to_bridge.lua 2016-12-23 01:52:19 -07:00
FusionPBX 406d326c8d Update dialplan.lua
Add hostname to dialplan xml handler.
2016-12-23 01:28:47 -07:00
FusionPBX 754403d430 Update switch.php 2016-12-23 01:21:14 -07:00
FusionPBX cf91f82e65 Update switch.php 2016-12-23 01:17:09 -07:00
FusionPBX dddaf28f6e Update 2016-12-22 14:38:12 -07:00
FusionPBX bd3e32a6d5 Update check_password.lua 2016-12-22 14:34:38 -07:00
FusionPBX 166645cf9a Update {$mac}.xml
Add {$cisco_router_mode}
2016-12-20 15:01:44 -07:00
Len 1e0dd35e4f Update SIP{$mac}.cnf
Set telnet to "0" for off by default.
2016-12-20 13:55:15 -05:00
Len f6eeb6b73d Update SIP{$mac}.cnf
Set telnet to "0" for off by default.
2016-12-20 13:49:40 -05:00
Alexey Melnichuk f79418079c Fix. Use CID from extension for call forward if set `call_forward_fix`. (#2260)
This is same behavior as in Web UI.
2016-12-20 09:07:58 -07:00
Len 4fd422c1a1 Update SIP{$mac}.cnf
add option for different telnet password and turn auto complete off by default
2016-12-19 22:32:42 -05:00
Len eb459e8a19 Update {$mac}.xml 2016-12-19 22:24:17 -05:00
Len 6e23f2092d Update {$mac}.xml 2016-12-19 22:22:30 -05:00
Len c5bfcef32f Update {$mac}.xml 2016-12-19 22:20:56 -05:00
Len 410b8a1ce8 Update {$mac}.xml 2016-12-19 22:18:41 -05:00
Len ffd39179f7 Update {$mac}.xml 2016-12-19 22:16:41 -05:00
Len e244238e73 Update {$mac}.xml 2016-12-19 22:14:23 -05:00
Len 7bc1d79253 Update {$mac}.xml 2016-12-19 22:12:01 -05:00
Len 11c70ea8b7 Update {$mac}.xml 2016-12-19 22:10:09 -05:00
Len f5c15fb570 Update {$mac}.xml 2016-12-19 16:08:25 -05:00
Len d479519924 Update {$mac}.xml 2016-12-19 16:06:53 -05:00
Len df369560a2 Update {$mac}.xml 2016-12-19 15:54:06 -05:00
Len bba1efe5ae Update {$mac}.xml 2016-12-19 15:50:32 -05:00
FusionPBX 570221c56b Update {$mac}.xml 2016-12-19 12:42:28 -07:00
FusionPBX f6f8b013a8 Update {$mac}.xml 2016-12-19 12:39:21 -07:00
FusionPBX 8c6108198f Update {$mac}.xml 2016-12-19 12:35:14 -07:00
FusionPBX 9b9fd990aa Update {$mac}.xml 2016-12-19 12:33:27 -07:00
FusionPBX dae70b448f Update {$mac}.xml 2016-12-19 12:26:53 -07:00
FusionPBX a47e6097cf Update {$mac}.xml 2016-12-19 11:16:31 -07:00
FusionPBX 2e9cd6840c Update {$mac}.xml 2016-12-19 11:14:52 -07:00
FusionPBX e2ae375abd Update schema.php 2016-12-18 16:48:24 -07:00
FusionPBX 7d161e0fa2 Update ivr.conf.lua
Fix the memcache expire on the ivr menu.
2016-12-14 08:45:56 -07:00
FusionPBX 4e6c464dc7 Update login.php 2016-12-13 08:56:02 -07:00
FusionPBX afd98d5e8d Update footer.php 2016-12-13 08:47:22 -07:00
FusionPBX 15c3934956 Update vars.xml 2016-12-13 08:32:35 -07:00
FusionPBX b55d1254e7 Update vars.xml 2016-12-12 16:41:25 -07:00
FusionPBX 580489b95c Update check_auth.php 2016-12-11 23:37:59 -07:00
FusionPBX af432eb467 Update php.php 2016-12-11 22:59:48 -07:00
FusionPBX 3a5bcc7c2f Update img.php 2016-12-11 22:56:15 -07:00
FusionPBX 2969501c6a Update check_auth.php 2016-12-11 22:47:51 -07:00
FusionPBX 52ab0bb767 Update check_auth.php 2016-12-11 22:19:02 -07:00
Alexey Melnichuk 72dfd3a362 Fix. Find in database not empty phone number for speed dial. (#2242)
Also do not store `context` in memcache
2016-12-09 00:49:51 -07:00
Alexey Melnichuk 90dc900933 Fix. logs sql only if debug flag set. (#2243) 2016-12-09 00:42:20 -07:00
FusionPBX b969472975 Update index.lua
Change destination_number to destination, and use argv to get the destination.
2016-12-08 11:48:07 -07:00
Alexey Melnichuk 984e8f16e7 Rewrite speed_dial Lua script. (#2239) 2016-12-08 10:23:38 -07:00
FusionPBX b6c6016e29 Create index.lua 2016-12-08 03:03:58 -07:00
Alexey Melnichuk cddb1da5a9 Fix. Group intercept with not empty group name (#2232) 2016-12-07 23:47:37 -07:00
Len f4bf1def2f Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:42:58 -05:00
Len 815826c1a1 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:39:06 -05:00
Len ce88177534 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:33:59 -05:00
Len cb8cf2a723 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:29:54 -05:00
Len 48c3725c87 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:22:35 -05:00
Len ddf52414b6 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:17:28 -05:00
Len ab2163de09 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:13:10 -05:00
Len 75d9bffaf0 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:08:58 -05:00
Len d6a24ee862 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:04:11 -05:00
Len 3eccf3d50e Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 21:55:56 -05:00
Alexey Melnichuk b33ea1b1c2 Remove unused database connection. (#2235) 2016-12-06 09:52:51 -07:00
Alexey Melnichuk f9fa141d46 Fix. Set correct values for voicemail_to_sms_* settings (#2229)
`true` and `false` string literals evaluates to `true` boolean value.
2016-12-05 16:02:32 -07:00
Alexey Melnichuk 569250d098 Fix. group_call pass params to query (#2227) 2016-12-02 17:29:42 -07:00
FusionPBX dba831c190 Create json_cdr.conf.xml 2016-12-02 12:21:30 -07:00
FusionPBX 2b12fd12f4 Update {$mac}.xml 2016-12-02 02:02:07 -07:00
FusionPBX e3fee1a732 Update fax_retry.lua 2016-12-02 00:52:10 -07:00
FusionPBX 521b50eb8a Update fax_retry.lua
Prevent a nill error for email_address.
2016-12-01 23:57:17 -07:00
FusionPBX 9a1cb972b6 Update fax_retry.lua 2016-12-01 23:47:32 -07:00
Len 9066ff3af3 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 10:29:34 -05:00
Len 68b043634a Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 10:06:04 -05:00
Len cceeb5f10a Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 10:00:17 -05:00
Len 4ba6245018 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:53:38 -05:00
Len 7236b8ed36 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:40:43 -05:00
Len ea5505c661 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:24:15 -05:00
Len 837693434e Update {$mac}.cfg 2016-12-01 09:15:24 -05:00
Len d1fe2c1f99 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:11:27 -05:00
FusionPBX 9eed2d37ba Update y000000000054.cfg
Show the name and number after the call is answered on the Yealink T40p.
2016-12-01 02:11:59 -07:00
FusionPBX 71a176f10c Update y000000000036.cfg
Show the name and number after the call is answered on the Yealink T41p.
2016-12-01 02:10:51 -07:00
FusionPBX b70423210c Update y000000000029.cfg
Show the name and number after the call is answered on the Yealink T42g.
2016-12-01 02:09:23 -07:00
FusionPBX 955fd2faf1 Update y000000000051.cfg
Show the name and number after the call is answered on the Yealink T49g
2016-12-01 02:07:50 -07:00
FusionPBX 1fcc4a127c Update y000000000035.cfg
Show the name and number after the call is answered on the Yealink T48g
2016-12-01 02:06:23 -07:00
FusionPBX 8734a57f30 Update y000000000028.cfg
Show the name and number after the call is answered on the Yealink T46g
2016-12-01 02:05:09 -07:00
Len 2fa1eb6ba8 Update y000000000000.cfg
Inform the server that the DND is activated on the phone.
2016-11-30 23:27:25 -05:00
Len bb864c319c Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 23:24:21 -05:00
Len f09b8a2a29 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 23:19:25 -05:00
Len 47b4827cff Update y000000000044.cfg
Re-enable DND programmable key
2016-11-30 23:15:44 -05:00
Len 92b023de6b Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 23:13:47 -05:00
Len a394c7845f Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 23:08:09 -05:00
Len 962c4a4e88 Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 23:03:39 -05:00
Len 4e7042b466 Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 22:55:06 -05:00
Len 1468fbe2ce Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 22:50:37 -05:00
jessetn 9e643afc5d Change LocalSipPort s300 (#2215) 2016-11-30 20:49:12 -07:00
jessetn 8ae9121e2e Change LocalSipPort s700 (#2216) 2016-11-30 20:48:56 -07:00
jessetn 1bc4f1c5ec Change LocalSipPort s500 (#2214) 2016-11-30 20:48:44 -07:00
Len 3de1b9b62d Update y000000000023.cfg
Re-enable DND programmable key
2016-11-30 22:45:57 -05:00
Len 1739b410ef Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:42:54 -05:00
Len 23813b370f Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:35:56 -05:00
Len 3b7c671e87 Update y000000000045.cfg
Re-enable DND programmable key
2016-11-30 22:32:45 -05:00
Len 7955dbb4db Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:30:07 -05:00
Len ec343675fa Update y000000000044.cfg
Re-enable DND programmable key
2016-11-30 22:26:58 -05:00
Len e8b2a6fd34 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:23:52 -05:00
Len c1d2aede3a Update y000000000054.cfg
Re-enable DND programmable key
2016-11-30 22:20:01 -05:00
Len f7824905d1 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:15:29 -05:00
Len 6972e37a65 Update y000000000036.cfg
Re-enable DND programmable key
2016-11-30 22:11:48 -05:00
Len ccbb4f1e23 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:08:47 -05:00
Len 28f47bdb92 Update y000000000029.cfg
Re-enable DND programmable key
2016-11-30 22:03:39 -05:00
Len 31a48a4d79 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:00:47 -05:00
Len 0cab9a0fa3 Update y000000000035.cfg
Re-enable DND programmable key
2016-11-30 21:55:23 -05:00
Len f8e88f2862 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 21:48:08 -05:00
Len bd052e9190 Update y000000000051.cfg
add option for dnd feature codes
2016-11-30 21:41:42 -05:00
FusionPBX 99900ce26a Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 19:28:27 -07:00
FusionPBX 7ffa6420f1 Update y000000000028.cfg
Add DND feature codes to the Yealink T46G.
2016-11-30 19:26:17 -07:00
Chris Black ce6c559f29 Voicemail to sms notification (#2205)
Requires that you have fusionpbx-apps/sms

Doesn’t impact anything if you don’t have it. Must be enabled with
default_setting voicemail_to_sms

Everything is disabled by default and the fields in voicemail_edit.php
are hidden by default.
2016-11-30 16:26:39 -07:00
jessetn 642b20d860 Update Sangoma s700 {$mac}.xml (#2212)
Add function key descriptions, DND code, remote phone book, enabled rport on all accounts, and other standard default settings. HTTP(s) auth not currently working. Will need to add these new variables to default settings:
category: provision
subcategory: sangoma_transport
type: text
value: 0-2
Enabled: true
Description; Options: 0=udp, 1=tcp, 2=tls

category: provision
subcategory: sangoma_dns_mode
type: text
value: 0-2
Enabled: true
Description: Option: 0=A Record, 1=SRV, 2=NAPTR/SRV

Optional
category: provision
subcategory: sangoma_wallpaper
type: text
value: Insert image URL
enabled: true
2016-11-30 16:24:16 -07:00
jessetn c6b6c95a55 Update Sangoma s300 {$mac}.xml (#2213)
Add function key descriptions, DND code, remote phone book, enabled rport on all accounts, and other standard default settings. HTTP(s) auth not currently working. Will need to add these new variables to default settings:
category: provision
subcategory: sangoma_transport
type: text
value: 0-2
Enabled: true
Description; Options: 0=udp, 1=tcp, 2=tls

category: provision
subcategory: sangoma_dns_mode
type: text
value: 0-2
Enabled: true
Description: Option: 0=A Record, 1=SRV, 2=NAPTR/SRV
2016-11-30 16:23:35 -07:00
jessetn 936a07d80a Update Sangoma s500 {$mac}.xml (#2211)
* Update {$mac}.xml

Add function key descriptions, DND code, remote phone book, enabled rport on all accounts, and other standard default settings.  HTTP(s) auth not currently working.  Will need to add these new variables to default settings:
category:  provision
subcategory:  sangoma_transport
type:  text
value:  0-2
Enabled:  true
Description;  Options: 0=udp, 1=tcp, 2=tls

category:  provision
subcategory:  sangoma_dns_mode
type:  text
value:  0-2
Enabled:  true
Description:  Option: 0=A Record, 1=SRV, 2=NAPTR/SRV

* change sangoma_s500_wallpaper to sangoma_wallpaper
2016-11-30 16:22:43 -07:00
FusionPBX 33fbfd84f5 Update forward_add_intro.lua
Add missing ) which was breaking the syntax.
2016-11-28 08:43:47 -07:00
FusionPBX d6b10c6e64 Update database.php
An improvement to make the database class more robust.
2016-11-27 00:16:18 -07:00
FusionPBX 420440b68b Update {$mac}.xml 2016-11-26 18:33:00 -07:00
FusionPBX 4cf4b03f30 Create {$mac}.xml 2016-11-26 18:32:32 -07:00
FusionPBX 9fc0ff5013 Update {$mac}.xml 2016-11-26 18:32:06 -07:00
FusionPBX f08e5c598c Create {$mac}.xml
Add Sangoma s500 {$mac}.xml file.
2016-11-26 17:55:03 -07:00
FusionPBX f532aa964f Create {$mac}.xml
Add Sangoma s300 {$mac}.xml file.
2016-11-26 17:53:42 -07:00
FusionPBX 68b2645a5f Create {$mac}.xml
Add Sangoma s700 {$mac}.xml file.
2016-11-26 17:51:35 -07:00
FusionPBX d1717a7754 Update app_languages.php 2016-11-25 23:41:52 -07:00
Alexey Melnichuk 82301775c3 Fix. Build correct SQL in vm/menu_messages.lua (close #2189) (#2195) 2016-11-25 23:03:19 -07:00
Alexey Melnichuk c28fbf9c6a Fix. Close database object in vm/forward_to_extension.lua (#2196) 2016-11-25 23:01:43 -07:00
Alexey Melnichuk 21b63b086b Fix. Store message_intro_base64 in database. (#2197) 2016-11-25 23:01:18 -07:00
Alexey Melnichuk 69585d2023 Add. ${user_exists} value to check condition when build CF dialstring (#2183) 2016-11-24 10:07:55 -07:00
Alexey Melnichuk b16dbcc125 Fix some minor typos related with new Database class. (#2174) 2016-11-24 10:04:42 -07:00
Alexey Melnichuk 7b71ddcab1 Add. Use params in provision/index.lua (#2173) 2016-11-24 10:01:06 -07:00
Alexey Melnichuk 0c28bdadc3 Add. call_flow_monitor.lua uses Database class. (#2172) 2016-11-24 09:57:18 -07:00
Alexey Melnichuk 9963e94c0f Add. Use params in disa.*.lua (#2171) 2016-11-24 09:56:09 -07:00
Alexey Melnichuk 4ba9e89765 Fix. Find call_group with NULL in intercept.lua (#2169) 2016-11-24 03:04:52 -07:00
FusionPBX 679169e8e0 Update {$mac}.cfg 2016-11-24 01:44:55 -07:00
FusionPBX 2b4a323e58 Update {$mac}.cfg 2016-11-24 01:43:00 -07:00
Len 66ae09504e Update {$mac}.cfg 2016-11-24 02:52:43 -05:00
Len 0d49a2c14e Update {$mac}.cfg 2016-11-24 02:51:31 -05:00
Len 5ac3ba8e01 Update {$mac}.cfg 2016-11-24 02:46:28 -05:00
Alexey Melnichuk 36e12ec0ae Fix. Add missing file for #1629 (#2077) 2016-11-24 00:41:43 -07:00
Len 101cdf27be Update {$mac}.cfg 2016-11-24 02:40:27 -05:00
Len f052db3b64 Update {$mac}.cfg 2016-11-24 02:38:52 -05:00
Len 2b6b5641ed Update {$mac}.cfg 2016-11-24 02:36:20 -05:00
Len ce6b679526 Update {$mac}.cfg 2016-11-24 02:34:50 -05:00
Len 94692dba78 Update {$mac}.cfg 2016-11-24 02:25:54 -05:00
Len b1c2c9dbdd Update {$mac}.cfg 2016-11-24 02:20:44 -05:00
Len 6c7d384799 Update {$mac}.cfg 2016-11-24 02:17:03 -05:00
FusionPBX 440b82f90f Update app_languages.php
Add message-duplicate
2016-11-24 00:10:17 -07:00
Len d338024709 Update {$mac}.cfg 2016-11-24 02:07:52 -05:00
Len 5039055739 Update {$mac}.cfg
update for networking
2016-11-24 02:01:30 -05:00
Len a2ac6f2a11 Update {$mac}.cfg
update to address Problem #1976; https://github.com/fusionpbx/fusionpbx/issues/1976
2016-11-24 01:40:46 -05:00
FusionPBX 976e8a3422 Update y000000000052.cfg 2016-11-23 23:28:59 -07:00
FusionPBX 16a24d3384 Update y000000000044.cfg 2016-11-23 23:26:50 -07:00
Chris Black ca456d6b10 Couple firmware URL fixes (#2106)
* Couple firmware URL fixes

* Add handset OTA upgrade to W52p

* Remove profanity from returned results.
2016-11-23 23:21:35 -07:00
Alexey Melnichuk fa82309dc5 Fix. Create dbh object in fax_retry.lua (#2168) 2016-11-23 23:14:58 -07:00
FusionPBX a81525f40e Update {$mac}.cfg
Prevent ghost calls for polycom.
2016-11-23 15:48:38 -07:00
FusionPBX 9be68071e3 Update {$mac}.cfg
Prevent ghost calls for polycom.
2016-11-23 15:46:02 -07:00
FusionPBX 2fcb774dc0 Update database.php
Update the database class delete method.
2016-11-23 13:39:20 -07:00
Alexey Melnichuk 28b04d9200 Add. Use params in ring_groups/destination.lua (#2163) 2016-11-23 03:50:22 -07:00
Alexey Melnichuk 915c5dea48 Fix. Fetch correct arrays from settings. (#2162)
* Fix. Fetch correct arrays from settings.
Add. Use params in `settings.lua`

* Fix. array from domain settings overwrite entire array from default settings instead of appends it.
2016-11-23 03:50:00 -07:00
Alexey Melnichuk 928b1afb72 Add. Use params in call_block/index.lua (#2161) 2016-11-23 02:18:36 -07:00
Alexey Melnichuk 559a16b461 Fix. Use correct database class in hangup_rx.lua (#2155) 2016-11-23 02:02:06 -07:00
Alexey Melnichuk c43f71c177 Add. Use params in vm/change_password.lua (#2156) 2016-11-23 02:01:50 -07:00
Alexey Melnichuk 9c687dc20c Add. Use params in directory.lua (#2157) 2016-11-23 02:01:29 -07:00
Alexey Melnichuk 5d1606a2c3 Add. Use params in group_call.lua (#2158) 2016-11-23 02:00:44 -07:00
Alexey Melnichuk fa9e294932 Fix. Pass `params` to query call in destination_caller_id.lua (#2159) 2016-11-23 02:00:17 -07:00
Alexey Melnichuk 5a8b6bb332 Fix. Pass `params` in query call in do_not_disturb.lua (#2160) 2016-11-23 01:59:58 -07:00
FusionPBX eafabdb2ca Update index.lua
Get the sip_from_user and sip_number_alias from the session.
2016-11-23 01:20:00 -07:00
Alexey Melnichuk 085b6e9419 Fix. Use local `err` variable in `apply_param` (#2152) 2016-11-22 16:48:54 -07:00
Alexey Melnichuk 58b2dae615 Add. Use params in vm/record_menu.lua (#2130) 2016-11-22 11:22:41 -07:00
Alexey Melnichuk 4097d449f8 Add. Use params in vm/message_waiting.lua (#2132) 2016-11-22 11:19:38 -07:00
Alexey Melnichuk 6ac04e29cd Add. Use params in vm/message_saved.lua (#2133) 2016-11-22 11:19:04 -07:00
Alexey Melnichuk af88889983 Add. Use params in vm/message_count.lua (#2134)
* Add. Use params in vm/message_count.lua

* Update message_count.lua

Change spelling prams to params.
2016-11-22 11:18:38 -07:00
Alexey Melnichuk b8537b2f35 Add. Use params in vm/menu_messages.lua (#2135) 2016-11-22 11:15:40 -07:00
Alexey Melnichuk 26e3c5b0fb Add. Use params in vm/main_menu.lua (#2136) 2016-11-22 11:14:28 -07:00
Alexey Melnichuk adc852563d Add. Use params in vm/listen_to_recording.lua (#2137) 2016-11-22 11:14:04 -07:00
Alexey Melnichuk 3ef2f69a3e Add. Use params in vm/forward_to_extension.lua (#2138) 2016-11-22 11:13:40 -07:00
Alexey Melnichuk 38dc420655 Add. Use params in vm/delete_recording.lua (#2139) 2016-11-22 11:13:19 -07:00
Alexey Melnichuk a7d54f03fe Add. Use params in vm/choose_greeting.lua (#2140) 2016-11-22 11:13:03 -07:00
Alexey Melnichuk 79dd1faaea Add. Use params in vm/check_password.lua (#2141) 2016-11-22 11:12:50 -07:00
Alexey Melnichuk ad542a5db5 Add. Use params in vm/mwi_subscribe.lua (#2143) 2016-11-22 11:12:37 -07:00
Alexey Melnichuk 09bdea108f Add. Use params in vm/play_greeting.lua (#2131) 2016-11-22 11:12:10 -07:00
Alexey Melnichuk 86bdf059e0 Add. Use params in vm/record_message.lua (#2129) 2016-11-22 11:11:55 -07:00
Alexey Melnichuk bf4922387b Add. Use params in vm/record_name.lua (#2128) 2016-11-22 11:11:36 -07:00
Alexey Melnichuk b347917700 Add. Use params in send_mail.lua (#2142) 2016-11-22 11:10:18 -07:00
Alexey Melnichuk 14bb3cf6ca Add. Use params in call_flow.lua (#2145) 2016-11-22 11:09:48 -07:00
Alexey Melnichuk e25f990ce1 Add. Use params in ring_groups/index.lua (#2146) 2016-11-22 11:09:25 -07:00
Alexey Melnichuk d498f86540 Add. Use params in fax/queue/retry.lua (#2148) 2016-11-22 11:09:03 -07:00
Alexey Melnichuk 6e5239e1f9 Add. Use params in voicemail/index.lua (#2147) 2016-11-22 11:08:26 -07:00
Alexey Melnichuk 7cf05033b7 Add. Use params in hangup_rx.lua (#2149) 2016-11-22 11:07:45 -07:00
Alexey Melnichuk c694e8e1fa Add. Use parameters in conference_center/index.lua (#2150) 2016-11-22 10:41:25 -07:00
Alexey Melnichuk eec5c353a7 Add. Use params in vm/send_email.lua (#2127) 2016-11-22 09:54:58 -07:00
Alexey Melnichuk 0951ef2fa3 Add. Use params in fax_retry.lua (#2114) 2016-11-21 22:07:02 -07:00
Alexey Melnichuk 0a124a576f Add. Use params in do_not_disturb.lua (#2115) 2016-11-21 22:05:58 -07:00
Alexey Melnichuk f39a1147c5 Add. Use params in follow_me.lua (#2117) 2016-11-21 22:04:44 -07:00
Alexey Melnichuk 15b9b33a5f Add. Use params in destination_caller_id.lua (#2123) 2016-11-21 22:03:46 -07:00
Alexey Melnichuk d902fb6479 Add. Use params in intercept.lua (#2113) 2016-11-21 21:51:11 -07:00
Alexey Melnichuk 7366932e29 Add. Use params in is_local/index.lua (#2122)
* Add. Use params in is_local/index.lua

* Fix. syntax error in params table.
2016-11-21 14:04:21 -07:00
Alexey Melnichuk b5099c1e77 Add. Use params in pin_number.lua (#2112) 2016-11-21 13:54:19 -07:00
Alexey Melnichuk 1ddf797f1a xml handler use sql params (#2109)
* Add. Use parameters in all xml_handler configuration files.

* Add. Use dialplan, domains and languages params

* Fix. load correct database module

* Fix. Pass params in dialplan query

* Fix. Load correct database class.
2016-11-21 13:53:47 -07:00
Alexey Melnichuk 1d366b8bf2 Add. Use params in ivr_menu.lua (#2116) 2016-11-21 13:52:06 -07:00
Alexey Melnichuk a6ac29bd49 Add. Use params in lazy_settings.lua (#2118) 2016-11-21 13:51:39 -07:00
Alexey Melnichuk 3baa517b1d Add. Use params in route_to_bridge.lua (#2119) 2016-11-21 13:51:21 -07:00
Alexey Melnichuk 2db938c860 Add. Use params in recordings.lua (#2121) 2016-11-21 13:50:38 -07:00
Alexey Melnichuk 83de1e8dd0 Add. Use params in eavesdrop.lua (#2124) 2016-11-21 13:48:38 -07:00
Alexey Melnichuk 041be65ccc Add. Use params in agent_status/index.lua (#2125) 2016-11-21 13:48:05 -07:00
FusionPBX 549ac9a70d Update database.php
Enhance database->delete() method.
2016-11-19 14:10:06 -07:00
FusionPBX 1b06ed31d5 Update database.php 2016-11-19 11:57:36 -07:00
FusionPBX 03180c9018 Update database.php
Changes for database -> delete() keeping for the moment for backwards compatibility.
2016-11-19 11:49:38 -07:00
FusionPBX 26fd3f6bb7 Update directory.lua 2016-11-18 10:40:07 -07:00
Alexey Melnichuk 72e16fd478 Add. user parameters to build query for mod_directory. (#2091) 2016-11-18 10:37:16 -07:00
FusionPBX 6fb37c5624 Update directory.lua 2016-11-18 10:35:07 -07:00
FusionPBX 9bb5cdfc58 Update group_call.lua 2016-11-18 10:24:07 -07:00
Alexey Melnichuk 0dc4ba137e Add. Use parameters in group_call.lua (#2093) 2016-11-18 10:22:33 -07:00
Alexey Melnichuk dc838c91c0 Add. Use parameters in reverse-auth-lookup.lua (#2094) 2016-11-18 10:21:53 -07:00
Alexey Melnichuk dd8e226c34 Add. Use parameters for acl.lua (#2095) 2016-11-18 10:21:00 -07:00
FusionPBX 0e9d56c9ed Update index.lua 2016-11-18 10:20:21 -07:00
FusionPBX 57cd0af308 Update cidlookup.lua 2016-11-18 10:17:54 -07:00
Alexey Melnichuk 6c3dce77d9 Add. Use parameters in cidlookup.lua and call_block app (#2096) 2016-11-18 10:16:22 -07:00
FusionPBX 46cbac7b37 Update directory.lua 2016-11-18 09:58:53 -07:00
Alexey Melnichuk 82a681a1fa Add. Use parameters in call_forward.lua (#2098) 2016-11-18 09:47:11 -07:00
Alexey Melnichuk 8458a04529 Add. Use parameters in dial_string.lua (#2099) 2016-11-18 09:43:19 -07:00
Alexey Melnichuk 232ed2857f Xml handler directory sql escape (#2088)
* Add. Extend database API to support parameters.

* Change. Use new Database API in `xml_handler::directory.lua`
2016-11-17 11:42:42 -07:00
Alexey Melnichuk e3e598ce82 Add. Extend database API to support parameters. (#2086) 2016-11-17 11:41:16 -07:00
Alexey Melnichuk 63ebb355fa Add. Support number_alias field as presence id in follow me/call forward (#2075) 2016-11-17 11:40:22 -07:00
FusionPBX 659d135802 Update {$mac}.cfg 2016-11-14 23:21:30 -07:00
FusionPBX e6e68b1681 Update ivr.conf.lua
Use ${default_language}/${default_dialect}/${default_voice} instead as it will work better when the IVR Menu is cached.
2016-11-14 12:08:48 -07:00
FusionPBX 340342a7bc Update ivr.conf.lua
Fix multi-lingual support for IVR Menu direct dial your call is being transferred and invalid entry.
2016-11-14 11:45:50 -07:00
Len 52210f550f Update {$mac}.cfg (#2064)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:33 -07:00
Len c961317176 Update {$mac}.cfg (#2065)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:28 -07:00
Len 02cba5d08f Update {$mac}.cfg (#2066)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:22 -07:00
Len 8599424bf4 Update {$mac}.cfg (#2067)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:17 -07:00
Len 12b9818b7a Update {$mac}.cfg (#2068)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:09 -07:00
Len b286de5b5e Update {$mac}.cfg (#2069)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:01 -07:00
Len 3c861485de Update {$mac}.cfg (#2070)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:29:56 -07:00
Len 4086c89044 Update {$mac}.cfg (#2071)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:29:47 -07:00
Len c7ad82ba68 Update {$mac}.cfg (#2072)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:29:15 -07:00
Len 424309188d Update {$mac}.cfg (#2063)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 21:08:04 -07:00
Len 3bd76617fe Update {$mac}.cfg (#2062)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 21:02:28 -07:00
Chris Black 71d8bc2cb5 Add sip_trust_ctl to w52 provisioning (#2032) 2016-11-12 20:56:33 -07:00
Len 953641574a Update {$mac}.cfg (#2054)
add  {$yealink_retransmission}  {$yealink_session_timer} and change {$yealink_rport_1}  to {$yealink_rport}
2016-11-12 20:54:45 -07:00
Len 97dc599fc1 Update {$mac}.cfg (#2055)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:54:04 -07:00
Len 4c7ec15c7f Update {$mac}.cfg (#2056)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:52:25 -07:00
Len d2ac52d244 Update {$mac}.cfg (#2058)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:51:52 -07:00
Len 6bb3849494 Update {$mac}.cfg (#2059)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:51:26 -07:00
Len 8c15485b2a Update {$mac}.cfg (#2057)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:50:51 -07:00
Len 96b1cc96f2 Update {$mac}.cfg (#2061)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:49:58 -07:00
Len b0df310f4d Update {$mac}.cfg (#2060)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:49:05 -07:00
SJS87 018588fa8d Update index.lua for E-164 Caller ID (#2047)
When saving Caller ID numbers which are in E-164 format these may include a '/' prefix used to escape '+'. This causes the '/' to be saved with the number which prevents the call from being returned.

The above fixes the issue by removing '/' prefix from the start of the Caller ID number before saving the voicemail message.
2016-11-11 10:48:21 -06:00
Chris Black 4b3fa720e4 Update sip.trust_ctrl for yealink firmware version 80 (#2043)
In version 80 of the yealink firmware the trust_ctl changed from
account.X.sip_trust_ctrl=1  to sip.trust_ctrl=1. Making this change in
the provisioning files.
2016-11-09 15:57:26 -06:00
FusionPBX 88aab774b3 Update index.lua
Improve security for voicemail_authorized = true;
2016-11-06 01:01:55 -06:00
FusionPBX c6d4119229 Update cidlookup.lua
Updated the code indentation and add cidlookup_exists to check if the module is running.
2016-11-06 00:15:59 -06:00
FusionPBX 64623eaf40 Update index.lua 2016-11-05 23:36:26 -06:00
Chris Black 25b0479c68 Changes to API per issue 2036 (#2038)
https://github.com/fusionpbx/fusionpbx/issues/2036
2016-11-04 11:18:02 -06:00
Chris Black e7fae7587e add built in ability for microsoft bing speech to text (#1960)
* add built in ability for microsoft bing speech to text

* move json.lua to lower case and more error checking in record_message

* Replaced Creative Commons json.lua with lunajson.lua which is MIT license

https://github.com/grafi-tt/lunajson/blob/master/LICENSE
2016-11-03 16:11:21 -06:00
FusionPBX 06b94fb1e7 Update database.php
Add database -> select method.
2016-11-02 12:31:59 -06:00
markjcrane 10598e5510 Remove extra tabs, and special characters. 2016-11-01 12:20:57 -06:00
FusionPBX bd2445fab6 Update y000000000005.cfg 2016-11-01 11:16:01 -06:00
FusionPBX 75eecb9dd9 Update message_waiting.lua 2016-10-30 12:15:25 -06:00
FusionPBX 5498d0ae3c Update vars.xml
Change ssl_dir from ssl to tls.
2016-10-27 12:42:56 -06:00
FusionPBX 3fe09e6267 Update ivr.conf.lua
Move direct dial after the options.
2016-10-25 10:04:29 -06:00
FusionPBX 572c212956 Update {$mac}.xml 2016-10-24 15:09:40 -06:00
FusionPBX bc6d6383e2 Update directory.lua
Re-add force_ping to directory.lua.
2016-10-23 12:55:39 -06:00
FusionPBX 18fb11aad3 Update directory.lua
moteus changes to directory.lua in pull request 1129.
2016-10-23 12:46:35 -06:00
FusionPBX dca1482b07 Update database.php 2016-10-20 15:03:52 -06:00
FusionPBX f7bbf1508d Update index.lua 2016-10-17 17:58:06 -06:00
FusionPBX 1b015205cd Update database.php
Migrate methods from the orm class to the database class. Will be deprecating the orm class.
2016-10-16 10:45:04 -06:00
FusionPBX f3e3a80957 Update ivr.conf.lua
Fix IVR Menu greet short.
2016-10-16 01:07:17 -06:00
FusionPBX af5a0dd947 Update switch.sql
Add json_store table.
2016-10-13 15:48:09 -06:00
FusionPBX c54a1332c1 Create conference_layouts.conf.xml 2016-10-13 15:31:13 -06:00
FusionPBX cd6481ed1a Update macro.lua 2016-10-08 09:52:21 -06:00
FusionPBX 6baaec1415 Update do_not_disturb.lua
Add do not disturb toggle.
2016-10-07 14:54:02 -06:00
FusionPBX 73cf433e05 Update orm.php
Escape single quotes in the data.
2016-10-05 09:55:02 -06:00
FusionPBX 593cbad8a2 Update orm.php
The change from fetch to fetchAll created the need for this change.
2016-10-04 03:49:32 -06:00
FusionPBX 8521f5100c Update orm.php
Change the function fetch to fetchAll. Fetch returns a 2 dimensional array and fetchAll returns a 3 dimensional array. which changes the array structure so it works better with count.
2016-10-03 21:33:20 -06:00
Chris Black 09b5b9f80e add account 3 to the w52p config (#1964) 2016-10-03 14:28:44 -06:00
FusionPBX 598e36f0cf Update orm.php 2016-10-01 21:55:02 -06:00
FusionPBX b9f932e8e0 Update permissions.php 2016-10-01 12:07:47 -06:00
FusionPBX 6db3a26c2d Update orm.php 2016-09-30 19:54:40 -06:00
FusionPBX f8fb2f87f5 Update dialplan.lua
Use the new pre-generated xml for the xml handler.
2016-09-29 18:00:46 -06:00
FusionPBX 25f4c71b1c Update functions.php
Update the master branch version to 4.3.
2016-09-29 09:05:24 -06:00
Luis Daniel Lucio Quiroz 089d33384a Look further for domain_name (#1955)
Same rationale as 4.0
2016-09-28 17:56:53 -06:00
FusionPBX 37f4099632 Update orm.php 2016-09-28 16:42:42 -06:00
FusionPBX 668264d856 Update app_languages.php
Add a button for XML.
2016-09-28 01:01:52 -06:00
Len 56776d1d9b t40p yealink template (#1941)
* Create y000000000054.cfg
* Create {$mac}.cfg
* Create favorite_setting.xml

* Create directory.xml

* Update and rename y000000000036.cfg to y000000000054.cfg
2016-09-25 01:46:19 -06:00
Chris Black 2a26a3b590 one more spot to add playandgetdigits (#1942) 2016-09-25 01:43:20 -06:00
markjcrane 48d3f317e0 Update Yealink templates add new variables yealink_vlan_enable, yealink_emergency_number, yealink_lock_enable, yealink_lock_pin, yealink_lock_timeout, yealink_lock_key_type, yealink_backlight_time and correct the wallpaper and firmware variables for some of the phones. 2016-09-20 13:53:53 -06:00
FusionPBX 72beb086cb Update macro.lua 2016-09-20 10:56:34 -06:00
FusionPBX 1a61142007 Update macro.lua 2016-09-20 10:27:47 -06:00
FusionPBX cc8ef0cc2f Update index.lua 2016-09-20 10:22:05 -06:00
hargut 903dabfa6c Fix e-mail attachment handling / conversion & allow local emails to be valid (#1921)
* Enable local email addresses to be valid. E.g required for local Fax submission.

* Fix filenames & allow spaces in filenames.

* Fix attachment file names.

* Revert "Fix filenames & allow spaces in filenames."

This reverts commit 0908f42cc7.
See commit ecf490ff79 for the proper fix.
2016-09-19 08:54:58 -06:00
FusionPBX dd254979f3 Update orm.php
Updated code to be more robust and handle more situations such as primary key and child key in the array but doesn't exist in the database.
2016-09-18 15:27:40 -06:00
jebsolutions 513e22a766 Update macro.lua to fix reading voicemail extension number (#1929)
Expected result: The person at extension XXX is unavailable ...
Actual result: The person at is unavailable... 
i.e. it doesn't say the extension number.

bug: trying to access local variable voicemail_greet_id outside it's scope...so it doesn't exist and you get this in the logs:

2016-09-18 12:32:54.615249 [ERR] switch_cpp.cpp:977 Error! invalid args. 

Fix moves local variable creation outside the inner "if" so it's available for the later table.insert
2016-09-18 14:02:25 -06:00
FusionPBX db38b8dba3 Update macro.lua 2016-09-17 18:20:58 -06:00
FusionPBX 83c9525e01 Update check_auth.php 2016-09-16 18:06:51 -06:00
FusionPBX 85c254046e Update switch.conf.xml
Update mailer-app and mailer-app-args to use the default install path.
2016-09-15 14:10:27 -06:00
Chris Black 1a9f7737e9 fix the voicemail IVR with custom greeting (#1917) 2016-09-14 15:28:04 -06:00
DigiDaz 829f3d44a0 Moved the display update to the end (#1913)
Moved the UPDATE sip request to the end as it was sending the UPDATE request sometimes before the ACK had been received to the 200OK. This was sometimes causing it to fail.

Also removed a couple of commented out lines.
2016-09-13 20:06:26 -06:00
FusionPBX a537084752 Update permissions.php 2016-09-12 15:42:28 -06:00
FusionPBX 79bf6f56a0 Update permissions.php 2016-09-12 15:40:02 -06:00
Chris Black 54c15039ba add http_auth for remote phone book, fix dns issues (#1912) 2016-09-12 15:16:52 -06:00
FusionPBX 7febaf05f2 Update check_auth.php
Set the domain_uuid session variable.
2016-09-11 12:27:41 -06:00
FusionPBX 21aefc7cfc Update functions.php
FusionPBX 4.2 release.
2016-09-11 00:03:57 -06:00
FusionPBX ed20a1f6c8 Update check_auth.php 2016-09-10 23:52:11 -06:00
FusionPBX ba1ad5e71d Update functions.php 2016-09-10 23:46:25 -06:00
FusionPBX 1b485e7d45 Update check_auth.php
Updated to use the new authentication class.
2016-09-10 23:13:08 -06:00
FusionPBX eb7a05ea45 Update domains.php 2016-09-10 17:33:47 -06:00
FusionPBX 0315855377 Update memcache.lua 2016-09-08 18:00:23 -06:00
FusionPBX 6914f1eb0c Update ha_monitor.lua 2016-09-08 17:26:29 -06:00
FusionPBX 61e4853108 Update memcache.lua
Add server method, consumer CUSTOM event instead of MEMCACHE.
2016-09-08 17:23:01 -06:00
FusionPBX 0afd070f3b Create memcache.lua 2016-09-08 16:10:40 -06:00
FusionPBX 7fcc39c97f Update ha_monitor.lua 2016-09-08 15:52:20 -06:00
FusionPBX f15e589195 Update ha_monitor.lua 2016-09-08 15:45:53 -06:00
Len 0a3930459e Update {$mac}.xml (#1904)
missing $
2016-09-07 19:52:40 -06:00
Alexey Melnichuk 28d3ebb51f Allow use odbc to store files (record/voicemail) in database. (#1535)
* Change. Allow use odbc to store files (record/voicemail) in database.

* Fix. Generate correct default config.
2016-09-04 13:05:47 -06:00
SJS87 7fae6c9d4e Update call_block index.lua script (#1580)
We've had instances where special characters (other than +) are used in the caller_id_number field which prevents these calls from being detected using the call_block feature. We've resolved this by updating fusionpbx/resources/install/scripts/app/call_block/index.lua line 49 to match only numbers rather than using a gsub replace.
2016-09-04 13:03:03 -06:00
FusionPBX b90ea47471 Update forward_add_intro.lua 2016-09-03 21:15:07 -06:00
Mafoo 097a09536e Enhance Add Tones (#1857)
Add tone support
2016-09-03 20:32:19 -06:00
FusionPBX 56b34a1c97 Update delete_recording.lua 2016-09-03 15:40:27 -06:00
FusionPBX b8b39a880e Update delete_recording.lua
Remove the into_<uuid> voicemail file.
2016-09-03 15:40:11 -06:00
FusionPBX 29e3cc1b86 Update listen_to_recording.lua
Play the voicemail introduction if it exists.
2016-09-03 15:39:13 -06:00
FusionPBX 919783d4da Update forward_add_intro.lua 2016-09-03 15:27:41 -06:00
FusionPBX 75395be626 Update forward_add_intro.lua
Use phrase:voicemail_forward_prepend and record the intro. Use the following naming convention for the intro_<uuid>.wav.
2016-09-03 15:18:53 -06:00
minotaur01 9380b46f95 Updated Aastra Template (#1895)
Added 686x series and 673x service device templates
Updated template settings
2016-09-02 19:05:12 -06:00
FusionPBX fc1ed04b83 Update destinations.php
Simplify the label for the Destination select list when it doesn't match any of the preset destinations.
2016-09-02 09:26:07 -06:00
FusionPBX b9305f0f1b Update call_forward.lua
https://github.com/fusionpbx/fusionpbx/pull/1884 add sip: as suggested in the 1884 pull request.
2016-09-01 22:29:07 -06:00
FusionPBX b3f6360e3c Update eavesdrop.lua
Make sure that domain_uuid is set for eavesdrop.lua and update the indentation, comments and use session:ready to prevent errors.
2016-09-01 16:01:57 -06:00
FusionPBX 8928570b55 Update index.lua 2016-09-01 14:38:56 -06:00
FusionPBX 260e056e6c Update forward_add_intro.lua 2016-09-01 14:37:30 -06:00
FusionPBX cfdee5aa81 Update mwi.lua 2016-09-01 14:25:51 -06:00
FusionPBX 6c8bae55f2 Update forward_to_extension.lua 2016-09-01 13:33:41 -06:00
FusionPBX ed5a422083 Update forward_add_intro.lua 2016-09-01 13:31:55 -06:00
Chris Black 94014644e8 add username/password to the yealink profiles. (#1882) 2016-08-30 17:30:01 -06:00
Alexey Melnichuk 4176144da4 Add. attr_xfer analog based on conference. (#1629)
* Add. attr_xfer analog based on conference.

Control DTMF sequence
 `*0` transfer `self` to `enter number` state and `peer` leg to conference room
 `##` transfer `self` to `enter number` state and hangup `peer` leg
 `*#` transfer `self` to conference room and hangup `peer` leg

* Remove spaces.

* Add. Commented action to ring group.
2016-08-30 01:10:08 -06:00
markjcrane 9f33fa36ba Update the cisco and spa series phone templates. 2016-08-26 15:44:50 -06:00
markjcrane 3ac9c35405 Update snom, grandstream and mitel templates. 2016-08-26 15:30:12 -06:00
markjcrane cb7b8ae415 Update the Aastra 675x template. 2016-08-26 14:55:29 -06:00
markjcrane 01cc619bcd Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2016-08-26 14:10:47 -06:00
markjcrane b078990f97 Update the polycom templates. 2016-08-26 14:09:56 -06:00
Len 49eda59591 Update {$mac}.cfg (#1860)
t20p changes to the provision class
2016-08-26 13:11:18 -06:00
Len 6c21cb9e91 Update {$mac}.cfg (#1861)
t21p changes to the provision class
2016-08-26 13:10:58 -06:00
Len 332ce5a727 Update {$mac}.cfg (#1862)
t22p changes to the provision class.
2016-08-26 13:10:43 -06:00
Len 189567c0f9 Update {$mac}.cfg (#1863)
t23p changes to the provision class
2016-08-26 13:10:26 -06:00
Len 2026b8b0a2 Update {$mac}.cfg (#1864)
t26p changes to the provision class
2016-08-26 13:08:14 -06:00
Len 3f7e6c8431 Update {$mac}.cfg (#1865)
t28p changes to the provision class
2016-08-26 13:07:50 -06:00
Len c97b33ff77 Update {$mac}.cfg (#1866)
t32g changes to the provision class
2016-08-26 13:07:24 -06:00
Len db87c1ae96 Update {$mac}.cfg (#1867)
t38g changes to the provision class
2016-08-26 13:06:55 -06:00
Len 2ecaf32055 Update {$mac}.cfg (#1868)
vp530 changes to the provision class
2016-08-26 13:06:18 -06:00
Len a6b8d5b138 Update {$mac}.cfg (#1859)
cp860 changes to the provision class
2016-08-26 13:05:37 -06:00
markjcrane 1e0c722cb7 Update more yealink templates to use the new device_keys array. 2016-08-26 08:52:02 -06:00
FusionPBX b265a5b55f Update {$mac}.cfg
Update the Yealink t46g to account for the changes to the provision class. These changes will have to be done on all templates.
2016-08-25 23:25:29 -06:00
Mafoo 1c983a69a0 BugFix-Vars (#1818)
corrected the system default us-ring category to 'Ringtones'
remove var_name like as var_cat now takes care of this
2016-08-25 11:12:00 -06:00
FusionPBX 3db9077326 Update dialplan.lua
Add  inline="true" to domain_uuid and domain_name.
2016-08-25 09:09:52 -06:00
nostikj 72f2dbab31 Corrects some cases where dialplan conditions were not fully handled (#1850)
* Remove unsed variable

* Fix cases where time condition are lost

When processing a new condition statement and condition_tag_status == "open",
then there has been a previous condition statement that is in one of three
possible states:
  (1) a previous condition of type default has been saved into the
      'condition' string and will need to be output as XML with either '>' or '/>'
  (2) one or more time conditions have been saved into the
      'condition_attribute' string.  More time conditions may be added.
      After the last time condition it will need to be output as XML with either '>' or '/>'
  (3) a previous <condition ....> start tag has already been output as XML
      and needs to be closed with a </condition> statement.

The change here checks for all three above situations at the places where
pending condition statements need to be finalized.

Note that when processing condition new statements and we are finalizing
a previous time condition, the XML statement uses the 'condition_break'
value from the previous loop, therefore setting condition_break for the
new condition must be after previous conditions are finalized.

At the start of each new extension, initialize 'condition' and
'condition_attribute'.

* Remove unused variables

* Indent one block to match surrounding code at same level

* Prevent two dialplans uuids being merged into single extension

If a dialplan manager entry ended with an action statement NOT inside
a condition, the generated XML would combine this dialplan uuid with the next
uuid by not closing and reopening a new extension.  This change ensures
each dialplan uuid is enclosed in it own <extension></extension>.
2016-08-25 08:50:54 -06:00
Len df3822b623 Update {$mac}.cfg (#1854)
remove +
2016-08-24 21:47:45 -06:00
Len a44c67c87c Update {$mac}.cfg (#1853)
remove +
2016-08-24 21:44:52 -06:00
Len 569ad5eab2 Update {$mac}.cfg (#1852)
remove +
2016-08-24 21:44:15 -06:00
Len dfd26af905 Update {$mac}.cfg (#1851)
remove +
2016-08-24 21:43:37 -06:00
markjcrane 7718f0ebfb Update the yealink templates. 2016-08-24 17:56:41 -06:00
FusionPBX 71e5a8ce1d Update {$mac}.cfg 2016-08-24 17:30:12 -06:00
FusionPBX e7b01de188 Update {$mac}.cfg 2016-08-24 17:25:53 -06:00
FusionPBX f6fb63b66b Update {$mac}.cfg 2016-08-24 17:23:53 -06:00
FusionPBX 4d575c55d3 Update {$mac}.cfg 2016-08-24 17:21:39 -06:00
FusionPBX 7f966da7d6 Update {$mac}.cfg 2016-08-24 17:19:54 -06:00
FusionPBX c04a4baa10 Update {$mac}.cfg 2016-08-24 17:19:00 -06:00
FusionPBX 3e958d44f5 Update {$mac}.cfg 2016-08-24 17:17:45 -06:00
FusionPBX c3d337f8b4 Update {$mac}.cfg 2016-08-24 17:16:24 -06:00
FusionPBX 7355d1b906 Update {$mac}.cfg 2016-08-24 17:14:46 -06:00
Len 994e401a67 Update {$mac}.cfg (#1839) 2016-08-24 13:04:07 -06:00
Len 492710b3da Update {$mac}.cfg (#1840)
t21p
2016-08-24 13:03:25 -06:00
Len e8e5409d51 Update {$mac}.cfg (#1841)
t22p
2016-08-24 13:03:11 -06:00
Len 3ca1f463e3 Update {$mac}.cfg (#1842)
Update outbound proxy support in the Yealink templates. t23p
2016-08-24 13:02:35 -06:00
Len 7e8e7d48eb Update {$mac}.cfg (#1843)
Update outbound proxy support in the Yealink templates. t26p
2016-08-24 13:02:14 -06:00
Len 38177b7b4b Update {$mac}.cfg (#1844)
Update outbound proxy support in the Yealink templates. t28p
2016-08-24 13:01:53 -06:00
Len c6ebd52e09 Update {$mac}.cfg (#1845)
Update outbound proxy support in the Yealink templates. vp530
2016-08-24 13:01:24 -06:00
Len 8eff8c5faa Update {$mac}.cfg (#1846)
Update outbound proxy support in the Yealink templates. w52p
2016-08-24 13:01:18 -06:00
Len a687c0d4bf Update {$mac}.cfg (#1847)
Update outbound proxy support in the Yealink templates. cp860
2016-08-24 11:15:41 -06:00
markjcrane 234aaa784a Update outbound proxy support in the Yealink templates. 2016-08-23 14:12:55 -06:00
markjcrane a0c1ccc563 Update all of the Yealink templates with ability to name the phonebook without changing the URL. 2016-08-23 12:36:28 -06:00
FusionPBX c347983df8 Update y000000000028.cfg
Yealink T46g, Allow changing the name of the phonebook without changing the URL.
2016-08-23 12:16:21 -06:00
FusionPBX 2d53130a4a Update ringbacks.php
Change the where clause for ringtones to match the category change.
2016-08-22 20:09:49 -06:00
Jeff Crews c61a2da1f2 Add one touch voice mail access to messages key (#1824)
I have been assigning a button on the Polycom VVX phones to allow users to access their voice mail from the phone easier that simply is a speed dial to *97 with a button label "My VoiceMail".  Why?  Because by default when a user presses the dedicated messages key (that has the picture of an envelope) the user is shown a screen titled "Messages".  There they press 1 or Select soft key to choose "Message Center".  Then a screen shows a summary count urgent, new and saved messages totals and the user can then press the Connect soft key to connect them to *97 to be prompted for their password.  This shortens up the process by 2 key presses and is more simple for the user.

I found an option to change the messages key so it does not display the summary and just dials the voice mail server access number.

This is from the admin guide for 5.3.0 software:

up.oneTouchVoiceMail
default is 0
If 1, the phone dials voicemail services directly (if available on the call server) without displaying the voicemail  summary. If 0, the phone displays a summary page with message counts. The user must press the Connect soft key to dial the voicemail server

To change the messages key to have one touch access to voice mail do this:
In FusionPBX web GUI, click Advanced, Default Settings add a new entry:
Category=provision
Subcategory=polycom_onetouchvoicemail
Type=text
Value=1
Enabled=True
Description=If 1, the phone dials voicemail services directly (if available on the call server) without displaying the voicemail  summary. If 0, the phone displays a summary page with message counts. The user must press the Connect soft  key to dial the voicemail

Then go to Status, Registrations and find the phone(s) you want to update and click "Provision"
2016-08-22 14:43:46 -06:00
markjcrane 75ad7ebd4b Rename favorite_settings.xml to favorite_setting.xml to match yealink documentation. 2016-08-21 14:44:34 -06:00
FusionPBX e34cb1a61e Update call_forward.lua 2016-08-21 14:30:35 -06:00
markjcrane b72f36f1c3 Update bind_target for ring groups default to peer if sip_authorized = true then set to both. 2016-08-20 23:59:10 -06:00
markjcrane 1aa30a3d13 Add directory.xml and one missing favorite_settings.xml to yealink. 2016-08-20 22:57:59 -06:00
markjcrane f6e1690262 Add yealink favorite_settings.xml file. 2016-08-20 22:51:28 -06:00
markjcrane e58f9971e2 Add stun_server variable to the yealink templates. 2016-08-20 22:36:47 -06:00
markjcrane 22c20dc6ec Update bind digit action and set call_direction to inline=true 2016-08-20 22:07:35 -06:00
FusionPBX 3e4abb8121 Update index.lua 2016-08-20 20:31:04 -06:00
FusionPBX 034b325b38 Update record_message.lua 2016-08-20 18:54:02 -06:00
FusionPBX 38fd1c4bb2 Update {$mac}.cfg 2016-08-20 16:24:24 -06:00
FusionPBX 825e2f1619 Update {$mac}.cfg
Add ${stun_server} and ${stun_port} to the yealink t23g.
2016-08-20 16:19:42 -06:00
FusionPBX b64d437ecc Update y000000000028.cfg
Update the directory_setting.url
2016-08-19 23:04:08 -06:00
FusionPBX a052465b0d Update index.lua 2016-08-17 09:55:08 -06:00
FusionPBX ad5d13a170 Update local_stream.conf 2016-08-16 16:45:55 -06:00
FusionPBX ff6a9c1018 Update vars.xml 2016-08-16 14:11:20 -06:00
FusionPBX 2ba52a5e2e Update vars.xml 2016-08-16 14:01:44 -06:00
FusionPBX f1630a1e60 Update modules.conf.xml 2016-08-16 13:57:41 -06:00
FusionPBX d3dc83067a Update directory.lua 2016-08-15 21:50:44 -06:00
FusionPBX 6167839d2d Update vars.xml 2016-08-15 19:46:57 -06:00
FusionPBX 9613c02ffa Update vars.xml 2016-08-15 19:16:01 -06:00
de-jens a6fcd8c34a add Diversion Header to dail string (#1816)
* added Diversion Header to dail string

* added Diversion Header to dail string
2016-08-15 09:20:02 -06:00
markjcrane 849ad617cc Rename local_stream.conf.xml to local_stream.conf 2016-08-15 08:23:55 -06:00
FusionPBX 467b89e061 Update ivr.conf.lua
Add direct dial message to the IVR Menu so that it states  'your call is being transferred' or 'that was an invalid entry'.
2016-08-14 10:26:32 -06:00
FusionPBX 02ecec3cc1 Update ivr.conf.lua
Since we are checking the direct dial for user_exists we can allow more up to 11 digits by default.
2016-08-13 20:04:23 -06:00
FusionPBX 6ab6f710f3 Update ivr.conf.lua
Check to see if the number dialed matches an extension if it does then transfer to the extension if it doesn't then transfer the call back to the IVR Menu.
2016-08-13 19:57:15 -06:00
FusionPBX 5ca22952d3 Update functions.php 2016-08-13 14:12:58 -06:00
FusionPBX 0ed8858133 Update file.php 2016-08-13 13:24:32 -06:00
FusionPBX eadbacafb5 file.php 2016-08-13 10:39:30 -06:00
Mafoo 5f1cfc17c3 BugFix-Support spaces in streamfile.lua (#1811)
use table.concat as a workaround to spaces in filesames
alternative is adjust all destiantions to quote filenames, but would
require app_defaults catch to fix all exisiting written destinations.
2016-08-13 08:59:37 -06:00
minotaur01 5f0dacbeda Key assignment and Aastra provisioning (#1814)
* Update device_profile_edit.php

Changed maximum key number to be able to program phones with multiple expansion boards

* Raised Device Key Maximum Number

Changed maximum key number to be able to program phones with multiple expansion boards
Also replaced while loop with for loop to match device_profile_edit.php

* Added code for all key types

Added code for all programmable key types, Hard Keys, Soft Keys, Top Keys and Expansion keys.
Also added logic to handle key assigrnment for multiple expansion boards

* Enabled time server and disabled auto discovery settings

Enabled time servers and used system variable from default settings to set time server
Disabled Link-Layer Discovery and Universal Plug and Play because why do you need to re-discover the server after the phone is provisioned

* Updated the key number option generation line

* Updated the key number option generation line
2016-08-13 08:55:54 -06:00
Alexey Melnichuk 252f4db916 Add. `force_ping` option for extension (#1809)
* Add. `force_ping` option for extension

This option force FS send SIP OPTIONS message to
detect if this reged device still available.

* Update language file.
2016-08-11 09:46:54 -06:00
FusionPBX 29050e29f3 Create forward_add_intro.lua 2016-08-10 16:10:22 -06:00
FusionPBX 0a4a5d573c Update directory.lua 2016-08-08 09:45:16 -06:00
markjcrane 931766b3b6 Change conf/lang to conf/languages this makes it identical to its section. 2016-08-08 09:11:37 -06:00
FusionPBX e74fa17958 Update app_languages.php
Add label-groups to global app_languages.php.
2016-08-05 09:21:41 -06:00
FusionPBX 975bf3084e Update index.lua 2016-08-05 08:42:51 -06:00
FusionPBX 89abb41c3c Update {$mac}.cfg 2016-08-04 13:49:56 -06:00
FusionPBX 9f18b1754b Update {$mac}.cfg 2016-08-04 13:48:45 -06:00
DigiDaz 57d2d955f3 Fixed scripts to get multiserver memcache working (#1795) 2016-08-04 11:40:36 -06:00
markjcrane f5959516ed Update recur_sounds_dir to return an array rather than using a global variable. 2016-08-04 09:49:57 -06:00
FusionPBX 5a8fd35e48 Update {$mac}.cfg 2016-08-03 22:26:09 -06:00
FusionPBX c0372a107c Update {$mac}.cfg 2016-08-03 22:25:19 -06:00
FusionPBX 906d432539 Update switch_settings.php 2016-08-03 16:46:44 -06:00
FusionPBX cbc5387793 Update de.xml 2016-08-03 16:37:09 -06:00
FusionPBX 6433d6f3cf Update en.xml 2016-08-03 16:36:49 -06:00
FusionPBX b76e21221d Update fr.xml 2016-08-03 16:36:28 -06:00
FusionPBX 4b46e14b32 Update he.xml 2016-08-03 16:36:03 -06:00
FusionPBX cc0a192e54 Update ru.xml 2016-08-03 16:35:22 -06:00
FusionPBX b48a824dd8 Update {$mac}.cfg 2016-08-03 10:09:16 -06:00
FusionPBX 03d4af5e1f Update {$mac}.cfg
Add more provisioning variables to Polycom 5.x template and voicemail transfer soft key.
2016-08-03 10:05:28 -06:00
FusionPBX 983680491b Update index.lua
Set regex_match = false; before the loop.
2016-08-03 00:23:58 -06:00
Alexey Melnichuk 868c7dd153 Change. Use `service::control` event to control services (#1790)
* Change. Use `service::control` event to control services

This is more FS way. E.g. sofia sends `sofia::register` event
and add all information to headers. So now `service` script
emit `fusion::service::control` event and each service responsible
for test its own name. This also allows add in future evnets to
e.g. monitor service status like `fusion::service::satus` so it
will be possible write service which will be restart services.

* Change. rename service name from `flow` to `call_flow`
2016-08-02 14:00:49 -06:00
FusionPBX 2ab876d5c4 Update ivr.conf.lua
IVR Menu direct dial move it before the options defined by the users so that users can override it.
2016-08-02 10:17:02 -06:00
markjcrane acaf5cfcc6 Fix the label for the device vendor function import and add the translation to resources/app_languages.php. 2016-07-31 18:51:57 -06:00
markjcrane fc99769629 Move device vendor files into app/devices. 2016-07-31 17:48:50 -06:00
FusionPBX c87e0f6f05 Update macro.lua
Add forward_add_intro to macro.lua.
2016-07-29 09:46:56 -06:00
FusionPBX 5540f0013e Update login.php
Possible vulnerability in password reset not taking chances removing the code until it has been analyzed and fixed.
2016-07-29 03:22:27 -06:00
Alexey Melnichuk 91ce171472 Simplify `is_uuid` function. (#1781)
* Simplify `is_uuid` function.

Also because it returns now value itself it possible write
```Lua
my_uuid = is_uuid(value1) or is_uuid(value2)
```

* Change. Ensure `is_uuid` returns only boolean value
2016-07-28 16:49:36 -06:00
Alexey Melnichuk daa3d72014 Add. Support service stop command for odbc_pool. (#1782) 2016-07-28 08:16:54 -06:00
FusionPBX a403c8ec01 Update internal.xml.noload
Comment out disable-transfer and disable-register in the internal sip profile.
2016-07-27 22:55:47 -06:00
Mafoo e3a3bbcd9f BugFix-add missing default ringback to lua (#1682)
add processing of when ringback is set to default_ringback and correctly
set it to the current value of the globalvar for ringback
2016-07-27 20:06:41 -06:00
FusionPBX 5a66d97dc2 Update index.lua
Improve on the call center agent status use agent_authorized true instead of auto_authorized.
2016-07-27 19:17:10 -06:00
DigiDaz f08094dea1 Allow * 22 login/logout of queue without password by adding variable auto_authorized to dialplan (#1776) 2016-07-27 19:13:50 -06:00
stefanomarty 28daf96fd9 Missing .wav file extension in wakeup.xml (#1780)
* Fix missing file extension

The missing "wav" extension makes Freeswitch looking for .PCMU file, which does not exist. This is the error in the logfile:
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:28:59.299530 [DEBUG] switch_ivr_play_say.c:1910 done playing file file_string://digits/1.wav!digits/1.wav!digits/3.wav!digits/0.wav 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:28:59.299530 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en] 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:28:59.299530 [DEBUG] switch_ivr_play_say.c:250 Handle execute:[sleep(750)] (en:en) 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:00.159531 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[ivr/ivr-to_accept_press] (en:en) 
2016-07-23 11:29:00.159531 [ERR] mod_native_file.c:74 Error opening /usr/local/freeswitch/sounds/en/us/callie/ivr/ivr-to_accept_press.PCMU 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:00.279530 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en] 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:00.279530 [DEBUG] switch_ivr_play_say.c:250 Handle execute:[sleep(750)] (en:en) 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:01.159532 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[ivr/ivr-to_accept_press] (en:en) 
2016-07-23 11:29:01.159532 [ERR] mod_native_file.c:74 Error opening /usr/local/freeswitch/sounds/en/us/callie/ivr/ivr-to_accept_press.PCMU 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:01.279530 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en] 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:01.279530 [DEBUG] switch_ivr_play_say.c:250 Handle execute:[sleep(750)] (en:en) 
d3b2a1d5-9dab-4067-b4a9-0296d6072ed6 2016-07-23 11:29:02.179543 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[ivr/ivr-to_accept_press] (en:en) 
2016-07-23 11:29:02.179543 [ERR] mod_native_file.c:74 Error opening /usr/local/freeswitch/sounds/en/us/callie/ivr/ivr-to_accept_press.PCMU

* Update wakeup.xml
2016-07-27 16:41:49 -06:00
Alexey Melnichuk d47151ba8d Add `service` script and make timout optional for EventConsumer ctor (#1775)
* Change. Pass pid file first. Because there really no need pass timeout.
Add. `fsc` script to be able shutdown MWI and Call Flow subscribe services.

* Change. rename `fsc` to `service`.

* Change. Use `stop` command instead of `shutdown`
2016-07-26 11:58:37 -06:00
markjcrane 5c0d1326f2 Add yealink remote phonebook name and url defaults. 2016-07-25 18:51:25 -06:00
FusionPBX a3909c6c92 Update y000000000028.cfg
Change provision variables so it will show up in a more logical order.
yealink_remote_phone_book_1_name to yealink_remote_phonebook_1_name
yealink_remote_phone_book_1_url to yealink_remote_phonebook_1_url
2016-07-25 18:34:15 -06:00
markjcrane af713fdcfc Add yealink_directory_setting_url to all remaining yealink phones. 2016-07-25 13:19:52 -06:00
FusionPBX e8ab1e4a89 Update languages.lua
Don't cache the not found.
2016-07-24 00:22:18 -06:00
FusionPBX 32f803a1b3 Update languages.lua
When handling phrases get the specific phrase instead of all of them. Remove the code that tried to build the XML from the file system. Replace it with a 'not found' response so that FreeSWITCH will check the filesystem for the XML of the phrase that was not found.
2016-07-24 00:09:48 -06:00
FusionPBX 2c0452d591 Create is_uuid.lua
Add a new lua function to determine if a string is a uuid.
2016-07-23 13:40:57 -06:00
FusionPBX 49e65bbe7a Update app_languages.php
Add label-domain to the global app_languages.php.
2016-07-23 00:01:45 -06:00
FusionPBX 12b79ad24f Update directory.lua
Add a timeout_destination option for directory.lua.
2016-07-22 11:48:29 -06:00
Mafoo 4ed30bfe53 Enhance Voicemail Emails (#1738)
* Renamed template variable account to voicemail_id and adjusted all
templates
* Added ${voicemail_description}
* Added ${voicemail_name_formatted} (will render the voicemail identifier in accordance with Default/Domain Settings > Voicemail > display_domain_name)
* Updated templates to be consistent spacing
* Updated templates to include use of ${voicemail_name_formatted}
* Changed ${account} to be voicemail_name_formatted instead of id
2016-07-22 09:23:03 -06:00
Alexey Melnichuk 149064f5e1 Fix. Properly stop (e.g. remove pid file) event consumer loop in case of error. (#1766) 2016-07-21 07:47:54 -06:00
FusionPBX d1d445e069 Update lua.conf.xml
Add languages to xml handler and Lua module-directory commented out.
2016-07-20 14:01:01 -06:00
markjcrane 204f67a2fc Replace $${hold_music} with local_stream://default. Remove the $${domain}, and outbound caller id name and number value as they wouldn't have a global value. 2016-07-19 10:03:51 -06:00
pixel2920 e1feb2364d Add silence_stream to default voicemail message (#1761)
This corrects the issue in #1760, where the default voicemail message was not being played and instead skipped directly to recording (start recording tone).
2016-07-18 22:55:41 -06:00
FusionPBX 77712fcbf9 Update conference.conf.lua
Add conference controls to the xml handler.
2016-07-17 15:42:14 -06:00
FusionPBX da8349207a Update conference.conf.lua
Conference profile parameters are now working from the database.
2016-07-17 01:15:35 -06:00
markjcrane f2af9048eb Change the file name from <name>.conf.xml.noload to <name>.conf as freeswitch only loads the files with .xml. 2016-07-16 14:19:42 -06:00
FusionPBX dfb9dc0664 Update orm.php
Reset the parent_key_exists to default of false.
2016-07-15 12:13:45 -06:00
FusionPBX 6af31a91da Update switch.sql
When using multiple-registrations the contact string can be longer than 255 characters.
2016-07-15 09:19:03 -06:00
FusionPBX 3bf7b917d4 Update play_greeting.lua
Voicemail greeting will not play after being transferred from IVR #1749. Replace session:streamFile( with session:execute("playback", fixes this problem.
2016-07-15 08:43:53 -06:00
Alexey Melnichuk d2ce44736a Fix. Lua can not generate non CUSTOM event with subclass. (#1756)
There 2 way.
First one generate `MEMCACHE` event without subclass
Second generate `CUSTOM` event with subclass e.g. `fusion::memcache`
2016-07-14 11:33:54 -06:00
FusionPBX 28215c455e Update orm.php
Remove some debug code.
2016-07-14 01:08:14 -06:00
FusionPBX d46f758000 Update orm.php
Make this code more resilient in case the primary key or sub table primary key was provided in the data.
2016-07-14 01:06:04 -06:00
Alexey Melnichuk 9076df2302 Add. Support `onInterval` method to EventConsumer class (#1747)
* Add. Support `onInterval` method to EventConsumer class

Usage
```Lua
-- execute action each 30 sec
events:onInterval(30*1000, function() end)

-- execute action once after 5 min
events:onIntervalOnce(5*60*1000, function() end)
```

* Fix. Remove timers

* Fix. Reset timer before callback

It allows stop timer inside callback.
Also it produce more accurate interval invocation
if callback take quite a long time.
E.g. Interval = 10 sec and callback took 5 sec then
if we reset timer after this callback then gap between
invocation will be 15 sec.

* Add. Timers now have TimeEvent class type.

Add. `reset` method to IntervalTimer class.

```Lua
events:onIntervalOnce(1000, function(self, timer)
  -- timer has type TimeEvent

  -- restart timer so it will be invoke again
  timer:restart()

  -- or reset new interval
  -- timer:reset(5000)
end)
```

* Fix. Typo in variable name
2016-07-13 09:43:51 -06:00
Alexey Melnichuk 44196ae739 Fix. Fusion set rate=48000 to all streams. (#1746) 2016-07-12 08:09:54 -06:00
FusionPBX 9993a93546 Update switch.sql
Add accountcode to detailed_calls view.
2016-07-10 15:12:58 -06:00