7
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjust the database class table and fields array.
markjcrane
as Mark Crane
More... almost 12 years ago
Remove whitespace at the end of the line.
markjcrane
as Mark Crane
More... almost 12 years ago
Add odbc support to the database class and modify some of the parameters.
markjcrane
as Mark Crane
More... almost 12 years ago
Tested the three new method mysql needed an adjustment.
markjcrane
as Mark Crane
More... almost 12 years ago
Add 3 methods to the database class. table_info, tables, and fields.
markjcrane
as Mark Crane
More... almost 12 years ago
Fix the upgrade schema mysql bug where alter table was being used on all numeric data types.
markjcrane
as Mark Crane
More... almost 12 years ago
In the outbound_route_to_bridge function the query should contain the condition dialplan_enabled=true: http://code.google.com/p/fusionpbx/issues/detail?id=279
markjcrane
as Mark Crane
More... almost 12 years ago
Fix the System -> Account Settings so that the password and status save as expected.
markjcrane
as Mark Crane
More... almost 12 years ago
Ensure that the ivr menu exists in dialplan when the ivr menu is saved.
markjcrane
as Mark Crane
More... almost 12 years ago
Enhanced log viewer to include ordinal sorting and line numbers, if desired. Also, changed line count filter to be KB instead of Bytes. More... almost 12 years ago
Fix a problem where an empty variable is not allowed there are a few rare cases where this is beneficial behaviour.
markjcrane
as Mark Crane
More... almost 12 years ago
Add a Driver column to the Advanced -> Databases list.
markjcrane
as Mark Crane
More... almost 12 years ago
Change app_defaults so it uses the new database_driver field.
markjcrane
as Mark Crane
More... almost 12 years ago
Add database driver to along with type it helps distinguish which type of database is being used when using odbc. Added app_defaults to core/databases so that the script config.lua can be created when the database is saved and upgraded. Previously it only saved a new config.lua when running upgrade or upgrade schema which was not intuitive.
markjcrane
as Mark Crane
More... almost 12 years ago
Fix a provisioning bug.
markjcrane
as Mark Crane
More... almost 12 years ago
Found a better solution for the hot desking problem removed the previous solution and implemented the better approach.
markjcrane
as Mark Crane
More... almost 12 years ago
With hot desking if the previous user did not logout then log the person out then call back to login.
markjcrane
as Mark Crane
More... almost 12 years ago
Fix the call broadcast bug that had broken update and delete.
markjcrane
as Mark Crane
More... almost 12 years ago
Set the operator forward to *000 and do not to disturb to *363 (*dnd)
markjcrane
as Mark Crane
More... almost 12 years ago
Expand the capability of the dial_string.lua by making it possible to set the unique_id in the dial_string.
markjcrane
as Mark Crane
More... almost 12 years ago
Move the app_uuid inside the correct xml tag to fix xfer_vm.
markjcrane
as Mark Crane
More... almost 12 years ago
Add the two new dialplan entries. Operator, and operator forward which allows you to toggle an extension to be redirected to the operator extension.
markjcrane
as Mark Crane
More... almost 12 years ago
System -> variables set the external_rtp_ip and external_sip_ip to default to auto-nat this should help new installs with NAT.
markjcrane
as Mark Crane
More... almost 12 years ago
Fix hunt groups issue 259 and 270.
markjcrane
as Mark Crane
More... almost 12 years ago
Fix issue http://code.google.com/p/fusionpbx/issues/detail?id=277
markjcrane
as Mark Crane
More... almost 12 years ago
Add the app_uuid to the dialplan features xml files.
markjcrane
as Mark Crane
More... almost 12 years ago
Add the context features to the dialplan database.
markjcrane
as Mark Crane
More... almost 12 years ago
Complete the support for the dialplan xml templates to support context.
markjcrane
as Mark Crane
More... almost 12 years ago
Make pin_number.lua use phrases. White space cleanup on recordings.lua and wakeup.lua. Dial string add ability to change the dial string for a specific extension and add a pin number as an option.
markjcrane
as Mark Crane
More... almost 12 years ago
Add the dialplan context to the fusionpbx/app/dialplan/resources/xml to the hot desking dialplan entries.
markjcrane
as Mark Crane
More... almost 12 years ago