Commit Graph

934 Commits

Author SHA1 Message Date
Mark Crane 01f34c0210 Update the example code to set MOH. Add the auto_loader class only if it is not defined. 2014-12-24 06:36:09 +00:00
Mark Crane e522a14e56 Add trim function to is_local.lua. 2014-12-22 19:34:55 +00:00
Mark Crane 6280d5b4e2 Fix a problem with wakeup calls prompting for the extension. 2014-12-22 18:18:55 +00:00
Mark Crane a7a962b525 Remove redundant gmtOffset information. 2014-12-21 08:15:05 +00:00
Mark Crane 569c398c13 Add outbound_proxy port and transport to the Polycom vvx template (works with firmware v4 or higher) 2014-12-21 04:42:48 +00:00
Mark Crane 99fb599752 Add outbound proxy to the Polycom VVX template. 2014-12-16 03:09:42 +00:00
Mark Crane 8cb31bd901 Update the aastra template add a loop for each line and for key assignment. 2014-12-12 07:09:51 +00:00
Mark Crane 4e20daf234 Fix the snom provisioning file names. 2014-12-10 17:37:47 +00:00
Nate Jones c67daf9a48 Issue 767 Fix: Invalid Sound file path was hard coded in lua, modified as suggested to use file path defined in IVR. 2014-12-10 03:26:52 +00:00
Mark Crane ba54bce345 Remove the a1 hash which breaks integration with Asterisk. a1 hash was also undermined by reverse authentication. 2014-12-09 09:45:14 +00:00
Nate Jones d46e9aa7a1 Default Login: JS issues, minor tweaks. 2014-12-09 05:17:36 +00:00
Mark Crane d881e17091 Prevent call_hostname nil issue by pre-defining it. Improve the uuid nil check to prevent an error. 2014-12-07 02:06:32 +00:00
Nate Jones 0147c9bf2f Login (Default): Password Reset functionality (requires PHP mcrypt library, Enhanced & Minimized themes only, enable in Default Settings). 2014-12-06 17:53:29 +00:00
luis daniel lucio quiroz 241542bd9d select_value was not selected 2014-12-06 17:01:16 +00:00
Mark Crane 1970300db1 Fix forward on busy. 2014-12-05 12:55:04 +00:00
Mark Crane b50c68d92f Fix a problem with the previous commit. 2014-12-05 02:45:56 +00:00
Mark Crane 71dc8fbc77 Play only the Conference Center Greeting if it has been provided. 2014-12-05 02:40:21 +00:00
Richard Neese 978e336798 fixing moh to work with all levels. 2014-12-04 23:17:11 +00:00
Mark Crane c618f852b5 Add support for voicemail forward destinations. 2014-12-04 13:43:09 +00:00
Mark Crane c9e3d90155 Update the failure handler to work with the new call forward no answer feature. Optimize it using the variables instead of the database. Change the indentation. 2014-12-03 11:57:34 +00:00
Mark Crane ad81b6ea5b Get the values from the database and set them as lua variables. 2014-12-03 09:02:54 +00:00
Mark Crane 14babb88ed Set extension variables for forward all, busy, no answer, and do not disturb. 2014-12-03 08:05:41 +00:00
Nate Jones 904de1933f Conference Center: Lua script mods for Room Schedule (start/stop) functionality completed. 2014-11-30 03:08:02 +00:00
Nate Jones 146c439960 Fax Retry (LUA): nulls to nils. 2014-11-29 15:24:02 +00:00
Nate Jones fc2cfaa149 Functions: Miskey in valid_email function check. 2014-11-29 13:01:59 +00:00
Mark Crane 53a8cd7777 Ensure that call forward doesn't update follow me if follow_me_uuid is an empty string. 2014-11-28 20:40:59 +00:00
luis daniel lucio quiroz f6b1ee0736 xml_handler directory.lua is now tolerant when no memcache available, fix a nil variable 2014-11-27 14:43:28 +00:00
Mark Crane 130c45d0b6 Revert r7258 as caused problems with endpoints receiving calls. 2014-11-26 20:54:44 +00:00
Mark Crane 8d7932c12c Fix the Yealink t22p template remove an extra character that broke the template. 2014-11-26 03:24:43 +00:00
Mark Crane bceaa58b78 predefine a variable to prevent a PHP notice. 2014-11-25 00:23:02 +00:00
Mark Crane 80cd19bb01 Add templates for Grandstream gxp3240 and gxp3275. 2014-11-24 21:50:32 +00:00
Mark Crane ea52b98700 Move modules class from fusionpbx/resources/clasess to the app/modules/resources/classes directory. 2014-11-23 09:35:15 +00:00
Mark Crane 652ada26ab Enable valet by default. 2014-11-23 09:30:50 +00:00
Mark Crane 5fc7b5e2dc Remove example domain settings for menu and theme as they are not needed because default settings copy to a domain option. 2014-11-21 19:36:42 +00:00
Riccardo Granchi 2cf20d8f7a Engineered the management of bridge failures in local extension, with optional variables which by default provides the standard behavior. Changed the default order for extension_queue, which has *800 prefix, before the extension-intercom, which has the *8 prefix 2014-11-21 15:38:26 +00:00
Mark Crane 36d3c995b7 Fix the alias for the XML handler. 2014-11-21 04:37:43 +00:00
Nate Jones be47e75eab Contacts: Ability to add unlimited Emails and URLs. Ability to specify a primary Email, Address, URL, and Number. Ability to select or define a custom label for Emails, Addresses, URLs, and Numbers (similar to Google Contacts). 2014-11-19 03:44:41 +00:00
Mark Crane 0bfd57c148 If forward all destination is not set then request it when using *72 otherwise use the current destination. 2014-11-18 11:16:59 +00:00
Mark Crane 320659ffad Default behavior before call forward on busy was if busy go to voicemail. I just re-established that default for any company wanting to simply hangup on calls when the destination is busy then set system -> variables or domain -> variables to send_to_voicemail=false. This is a better default as it would require those wanting to simply hangup to set the value to false allowing the default behavior is preserved. 2014-11-18 10:29:03 +00:00
Mark Crane 44c517173c Add a few spaces to make the code consistent such as if( changed to if ( 2014-11-18 10:10:37 +00:00
Mark Crane a514c6f95f (not forward_on_busy and originate_disposition ~= "CALL_REJECTED") needs to be optional behavior as it contradicts current behavior. My response here is complaints that the new behavior is a bug at least in some peoples eyes so needs to be a configurable option that is not forced onto those that don't want it. 2014-11-18 10:09:29 +00:00
Mark Crane 9a88b8396a Remove hangup on subscriber absent user_exists condition on dialplan_local extension already verifies that it is an extension. 2014-11-18 10:04:17 +00:00
Mark Crane 4f88ebf255 Adjust app.lua improve the line spacing. 2014-11-18 10:03:00 +00:00
Mark Crane 001f6dec2e Cleanup up the tabbing and trailing spaces and tabs. 2014-11-18 09:35:33 +00:00
Mark Crane 316e81edc0 Correct the English used in the comment. 2014-11-18 09:33:19 +00:00
Mark Crane a1c29e0da6 No longer force to a single domain for new single tenant installs. 2014-11-16 04:28:14 +00:00
Mark Crane 5c882ee89e Add snom 3xx, 7xx, and 8xx provisioning templates. 2014-11-16 00:00:18 +00:00
Mark Crane 760defc7f7 Add autoload_configs/verto.conf.xml 2014-11-15 21:04:18 +00:00
Mark Crane f1f99bee42 Add number_alias to the SQL select. 2014-11-15 00:27:17 +00:00
Mark Crane 0625fcdab3 Fixed a problem with voicemail that was not including extensions that use a number alias. 2014-11-15 00:16:29 +00:00
luis daniel lucio quiroz ee0dd17a03 cosmetic coding for disa 2014-11-14 22:12:18 +00:00
luis daniel lucio quiroz 6a531ebfbc new enhanced disa without loopback 2014-11-14 20:39:15 +00:00
luis daniel lucio quiroz a9183dbdf6 new enhanced disa 2014-11-14 17:47:45 +00:00
luis daniel lucio quiroz 0966efeac6 better place for rec_extension 2014-11-13 21:16:37 +00:00
luis daniel lucio quiroz 9427a8012a console messages for eavesdrop 2014-11-13 15:32:02 +00:00
Riccardo Granchi fd68683f99 Disabled debug and minor log changes 2014-11-13 13:09:53 +00:00
Riccardo Granchi 7bc38b2d80 Added toll allow and ability to enable it in outbound routes 2014-11-13 12:12:41 +00:00
Mark Crane 3b9743226a xml_handler will bind if memcached is down 2014-11-13 08:51:46 +00:00
Mark Crane 66fc5354dd Fix remove excessive messages when using XML handler. 2014-11-08 04:46:51 +00:00
Riccardo Granchi 1ac8d1c7fc Possibilty to select a country in installation phase to set default country code variables 2014-11-07 10:22:56 +00:00
Riccardo Granchi c09364234d Added toll type assignment based on country templates 2014-11-06 16:56:31 +00:00
Riccardo Granchi 8ffb5b2f71 Added cleaning for own international prefix and sqlite compatibility 2014-11-04 15:29:05 +00:00
Mark Crane d79e72141d Paging - Prevent calling the user that initiated the page 2014-11-03 18:57:01 +00:00
Riccardo Granchi 3c43f604c5 Added it-ring definition 2014-11-03 11:16:10 +00:00
Riccardo Granchi c684b780d7 Added forward on busy and extension queue features 2014-10-29 16:06:53 +00:00
Mark Crane 9e33022ce7 Ensure the api object is set for is_local. 2014-10-25 00:25:08 +00:00
Mark Crane 80f6638cae Fix *98 for extensions with number-alias. 2014-10-25 00:01:46 +00:00
Richard Neese 49840b33da fixing /usr/share/fusionpbx to be /usr/share/examples/fusionpbx 2014-10-23 18:03:33 +00:00
Richard Neese 4fd5e7d3a7 disabling sounds in the head branch as we are working to rm them from the install 2014-10-23 01:29:31 +00:00
Richard Neese 710fc08fbb 2014-10-23 00:43:47 +00:00
Richard Neese 6e0c9c2317 adding atcom to dev branch 2014-10-23 00:19:49 +00:00
Mark Crane aab04f3019 Update the Voicemail MWI LUA script to use the new scripts/resources/run directory. 2014-10-22 08:09:10 +00:00
Mark Crane 899e5a853c Replace if statement so that it doesn't cause a problem with user_exist. 2014-10-22 00:32:00 +00:00
Mark Crane f8103e1b37 Fix extension number-alias for extensions using paging. 2014-10-21 22:57:29 +00:00
Mark Crane 593c063602 Fix the xml handler nil error for number_alias and fix some indentation. 2014-10-21 19:30:40 +00:00
Mark Crane faa31d681b Add extension number-alias support to voicemail to fix a problem when using number-alias and checking voicemail with *97. 2014-10-21 19:19:04 +00:00
Riccardo Granchi 6a0fe98ad8 Fixed queue creation 2014-10-21 15:17:03 +00:00
Riccardo Granchi 390ef030b9 Fixed audio stream absolute path in fifo member 2014-10-21 10:46:05 +00:00
Mark Crane 5535c57a96 disable registration for number-alias 2014-10-21 10:01:30 +00:00
Mark Crane 1c63e46608 Add max tries to pin_number.lua so that if the pin number is wrong it will request the pin number again up to the maximum tries. 2014-10-21 05:48:27 +00:00
Mark Crane 34a4ddb878 Fix a problem with DND when Follow Me hasn't been used for a particular extension. 2014-10-20 09:03:23 +00:00
Richard Neese b4a554bfa3 no longer using flash 2014-10-18 21:50:31 +00:00
Richard Neese 3c3f087bc9 fixing install.php with new layout for fhs com pliancy 2014-10-18 20:55:42 +00:00
Mark Crane 1cfaaf0a4b Add a check for domain_uuid session. 2014-10-17 22:59:47 +00:00
Mark Crane f1e5c42cba Allow 2 digit pins. 2014-10-17 20:39:56 +00:00
luis daniel lucio quiroz 95157bf2a6 xmpp (aka dingaling) support to dropdown menu 2014-10-17 19:39:14 +00:00
James Rose 18abfd277d fixed caller id prefix so it shows up on the phone in call center. changed # to - so it's cleaner on the display. 2014-10-17 17:56:52 +00:00
Mark Crane a190165f02 Fix the xml handler nil error for number_alias. 2014-10-15 17:32:02 +00:00
Mark Crane 605b7a631f Fix XML handler with number_alias. 2014-10-13 20:10:14 +00:00
Mark Crane ef51862898 Allow making longer recordings with *732 2014-10-03 06:21:38 +00:00
Mark Crane 9fe0d78b05 Fix the hostname used in conference center 2014-10-03 06:19:03 +00:00
Mark Crane 1cbfc1cd13 Add voicemail params to the directory section of the xml handler 2014-10-03 06:17:43 +00:00
Mark Crane 76a5b4fe89 Add http auth username and password to the gxp21xx template 2014-10-02 04:59:56 +00:00
Mark Crane 1e2a7900d5 Cisco Shared Line Appearance 2014-10-02 04:55:16 +00:00
Nate Jones 29c47d90a8 Functions: Corrected logic in valid_email(). 2014-09-30 09:22:29 +00:00
Nate Jones 75a4c04e26 Paging controls revamped. Can now enter a specific page to jump to. Press Enter/Return to submit. 2014-09-28 07:49:51 +00:00
Mark Crane c247e1c5a0 Fix call forward user_exists result is a string this fixes ability to call external numbers 2014-09-23 08:01:56 +00:00
Mark Crane 093d7bb369 Fix 2 problems with call forward first fix the alias and unforward. 2014-09-23 07:45:40 +00:00
Mark Crane 45d2b0fe54 Add primary key uuid to menu item group inserts 2014-09-20 04:01:53 +00:00
Mark Crane 8a31271727 Add default settings 2014-09-20 03:32:55 +00:00
Mark Crane 596814fabe Add digium d50 template. Still needs more work 2014-09-20 01:12:23 +00:00
Mark Crane e66d79e6fe Fix syntax problem in install.php 2014-09-15 22:18:57 +00:00
Richard Neese 9fd7a0a2b3 fixed some typo's 2014-09-15 20:24:08 +00:00
Mark Crane f899e26d4e Fix the volume persistence on the polycom vvx (firmware 4 or higher) provisioning template 2014-09-15 17:42:35 +00:00
Mark Crane 97e84ad81a Fix a problem where in rare cases dialplan was cached without global dialplans 2014-09-15 15:56:18 +00:00
Mark Crane 69882a6b3b Prevent an empty call forward destination 2014-09-13 09:30:25 +00:00
Richard Neese 27ec7b7426 changes for fhs layout for pkgs 2014-09-13 02:26:14 +00:00
Mark Crane 98a1d4c987 Add fax_uuid to the fax_retry.lua script 2014-09-09 11:03:00 +00:00
Mark Crane 00c744b63a Add domain_uuid, fax_date, fax_epoch to fax retry 2014-09-07 05:18:35 +00:00
Mark Crane f4ae26f6d5 Add ring group cid number prefix to the database and to the ring group lua script 2014-09-06 07:45:17 +00:00
Mark Crane d0abe50a19 Fix the indentation and improve the comments 2014-09-05 06:53:46 +00:00
Errol Samuels 113fd05083 fixed for SUN and Solaris where there is a slight variation with copy command. 2014-09-05 06:34:21 +00:00
Nate Jones 7c0d9e440d Fax Server: Added ability to select an existing Contact as the fax Recipient.
Updated jquery.autosize.input.js to latest version.
2014-09-05 02:29:29 +00:00
Mark Crane 6b03a112e0 Add Fax logging. 2014-09-04 07:12:47 +00:00
Nate Jones 21dc61fa8e Fax Server: Misc enhancements, including multilingual and customizable cover page generation, fax resolution selection, etc. More to come.
FPDI and TCPDF libraries added to accommodate the above, and future enhancements.
2014-09-03 02:41:11 +00:00
Mark Crane 2ecff725d3 Fix the content manager show that it will display the content again 2014-09-01 20:23:18 +00:00
Mark Crane d742f190f1 Fix and move the format_phone array 2014-08-31 00:57:58 +00:00
Mark Crane 4a171cc806 Fix the format_phone function 2014-08-30 23:14:24 +00:00
Mark Crane abd8c89f99 Fix ring group enterprise confirm 2014-08-30 18:22:06 +00:00
Nate Jones 56ffe0b937 Enhanced Theme: Restored displaying domain name in header, can control visibility and style using Default Settings. 2014-08-30 06:31:14 +00:00
Mark Crane 138cb92c25 Fix a white space and a empty uuid 2014-08-29 08:33:15 +00:00
Mark Crane 497b8190a6 Ring groups remove spaces 2014-08-25 20:40:03 +00:00
Mark Crane d19d2b3215 Fix ring group move the domain check 2014-08-25 20:25:42 +00:00
Nate Jones b4e61290f1 Function: Moved recur_sounds_dir() to functions.php, removed from ivr_menu_edit.php and conference_center_edit.php. 2014-08-25 18:01:26 +00:00
Mark Crane f8f9cc9cbe Fix ring group skip active issue 2014-08-25 16:07:47 +00:00
Mark Crane 615169b8a8 Prevent mysql_connect error message 2014-08-24 09:46:32 +00:00
Mark Crane a4d53db6e8 Remove the digit-map for polycom to allow it to dial any digits and add a comma in the dialstring for ring groups that was missing 2014-08-23 21:12:06 +00:00
Errol Samuels 17069d270b Fixed intercept **[ext] to work better when using multiple Freeswitch servers 2014-08-23 14:03:23 +00:00
Mark Crane 7ae7671a3e Update dev branch version to 3.7.1 2014-08-22 08:19:59 +00:00
Mark Crane a6c6e8b945 Align intercept with group interceptl 2014-08-22 07:57:47 +00:00
Mark Crane 041c20b6e6 XML Handler dialplan set dialplan to 1 hour cache timeout 2014-08-22 07:40:34 +00:00
Mark Crane b4e9c2522c Feature code call forward *72 on, *73 off, *74 request id and password toggle on/off 2014-08-22 07:36:07 +00:00
Mark Crane 7743dd9462 Fix domain sessions for user@domain when users is logging into a different domain 2014-08-20 23:40:13 +00:00
Errol Samuels 757f3a0bdc Improved group intercept to work with load balanced FusionPBX servers. 2014-08-20 21:24:05 +00:00
luis daniel lucio quiroz 08715b4cf0 update to jquery 1.11.1 2014-08-19 19:17:25 +00:00
Mark Crane e9993f4c3e Update the dev branch version to 3.7 and get rid of GLOB_BRACE which is not defined in Solaris 2014-08-19 09:16:01 +00:00
Mark Crane c7f56a53ab FusionPBX 3.6.0 Release 2014-08-17 15:13:25 +00:00
Mark Crane d2093a6d7d Move is_local to the dialplan and app/is_local/index.lua 2014-08-17 13:16:18 +00:00
Mark Crane 774653e87d Fix pdo.php isset 2014-08-17 07:29:27 +00:00
Nate Jones 5e57510ec8 Clean up pdo.php. 2014-08-17 07:13:39 +00:00
Nate Jones 5963ad0111 Enhanced Theme: Natural sort the domains in the Domain Selector. 2014-08-17 07:09:57 +00:00
Nate Jones 56fea0db60 Enhanced Theme: Implemented new icons for Domain Selector and Logout in header. Hover to see current user/domain and active domain.
Domain Selector: Now includes and highlights active domain in domain list.
2014-08-17 03:30:28 +00:00
Mark Crane 58b049f0f8 Update the version to 3.6.0-rc4 2014-08-15 18:58:52 +00:00
James Rose 2f26ec5db8 more support for different voicemail numbers 2014-08-15 00:48:15 +00:00
James Rose cd6fecc70f add support for alternate voicemail numbers so you can subscribe to different mailboxes. requires user to create their own dialplan to support it. 2014-08-15 00:36:56 +00:00
Mark Crane 10f0e81e06 Remove the confirm default only prompt to confirm if confirm is set to true 2014-08-14 18:26:50 +00:00
Mark Crane e9055eab14 Add a short delay before playing the audio 2014-08-14 09:00:41 +00:00
Mark Crane 4aa3e3e2aa Update confirm.lua 2014-08-14 03:35:59 +00:00
Mark Crane 8d460b1148 Improve group confirm for ring groups 2014-08-14 03:06:00 +00:00
Mark Crane 22673442f3 Fix recordings per extension for ring groups 2014-08-14 01:21:55 +00:00