Commit Graph

3234 Commits

Author SHA1 Message Date
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