FusionPBX
3c7e6e16fd
Merge pull request #1093 from moteus/dnd_number_alias
...
Fix. Use number alias to forward call to VM when DND is on.
2015-08-13 11:25:08 -06:00
FusionPBX
3d54c8a507
Merge pull request #1092 from moteus/logging_create_file
...
Fix. Create log file only if necessary.
2015-08-13 11:22:35 -06:00
Alexey Melnichuk
0debd40fa3
Fix. `extension_exists` function also check `number_alias` field.
2015-08-13 13:39:39 +04:00
Alexey Melnichuk
ebe55cf7c8
Fix. Use number alias to forward call to VM when DND is on (Lua part)
2015-08-13 13:14:46 +04:00
markjcrane
e032e5815b
base_dir is not dependable as its irrelevant for freeswitch package installs replace it with settings['switch']['voicemail']['dir'].
2015-08-12 23:45:27 -06:00
markjcrane
46e9bdc49f
Remove outbound restriction for intercept.
2015-08-12 23:38:46 -06:00
FusionPBX
6987bf9c49
Merge pull request #1091 from moteus/intercept_outbound
...
Fix. Allow intercept only outbound calls.
2015-08-12 23:34:43 -06:00
markjcrane
e5d7a7c7b9
Add expire["acl.conf"] = "3600";
2015-08-12 23:31:21 -06:00
markjcrane
11b94be767
Remove acl.conf.xml.
2015-08-12 23:30:38 -06:00
markjcrane
941415fe13
Add acl.conf.lua to the xml handler.
2015-08-12 23:21:10 -06:00
Alexey Melnichuk
654e0b0516
Fix. Create log file only if necessary.
2015-08-12 12:44:42 +04:00
Alexey Melnichuk
1bac6fa097
Fix. Allow intercept only outbound calls.
...
Now it is possible intercept call from local extension to the world.
Fix. intercept channels also in EARLY state.
One of my softphones return 180 Ringing with SDP (no 183 Progress).
And FreeSWITCH shows such channel as `EARLY` not as `RINGING`)
2015-08-12 10:09:56 +04:00
markjcrane
55f32aa3c0
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-08-11 20:57:11 -06:00
markjcrane
16df326486
Change the vertical grouping of script-directory.
2015-08-11 20:56:53 -06:00
FusionPBX
e6a85e776b
Merge pull request #1018 from moteus/number_alias_as_vm_id
...
Change. Use number_alias as voicemail_id.
2015-08-11 20:43:20 -06:00
markjcrane
907a04a6da
XML Handler - directory.lua change ext to username.
2015-08-11 20:36:01 -06:00
FusionPBX
1364725916
Merge pull request #1080 from moteus/dial_number_alias
...
Fix. Use number_alias in dial-string.
2015-08-11 20:31:42 -06:00
FusionPBX
77fd3dfc7b
Merge pull request #1081 from moteus/number_alias_as_caller_id
...
Fix. Use number-alias as caller_id_number variable.
2015-08-11 20:30:19 -06:00
markjcrane
82b7d6fd79
Change '//' to '/'. This fixes a problem where its calling require when it should call dofile.
2015-08-11 20:25:34 -06:00
FusionPBX
237d6c5d90
Merge pull request #1087 from moteus/revert-1086-revert-1053-require_config
...
Change. Use `require` function to load Lua libraries
2015-08-11 20:05:48 -06:00
FusionPBX
32872d8c0d
Merge pull request #1088 from moteus/number_alis_group_intercept
...
Fix. Group intercept extension with number alias
2015-08-11 20:05:04 -06:00
markjcrane
87eb5a0399
Add a break to prevent call the failover bridge statement at the same time the primary bridge statement is called.
2015-08-11 13:42:46 -06:00
Alexey Melnichuk
5b291a896a
Fix. Include config file.
2015-08-11 14:40:02 +04:00
Alexey Melnichuk
024abb1ac1
Fix. Group intercept extension with number alias
2015-08-11 14:18:25 +04:00
Alexey Melnichuk
69717e31d5
Revert "Revert "Change. Use `require "resources.functions.config"` to load co…"
2015-08-11 05:06:33 +03:00
FusionPBX
d1f3b05cf6
Revert "Change. Use `require "resources.functions.config"` to load config file."
2015-08-10 11:50:29 -06:00
FusionPBX
8d9430352b
Merge pull request #1053 from moteus/require_config
...
Change. Use `require "resources.functions.config"` to load config file.
2015-08-10 11:31:35 -06:00
FusionPBX
75aaf20cfa
Merge pull request #1017 from moteus/no_default_domain
...
Change. Does not use `default` dialplan/directory.
2015-08-10 11:27:19 -06:00
markjcrane
9b885b807d
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-08-10 11:22:11 -06:00
markjcrane
51b398f984
Ring group external destinations use the | as the delimiter for fail-over.
2015-08-10 11:21:48 -06:00
FusionPBX
0bff93f3a4
Merge pull request #1079 from moteus/temp_dir
...
Fix. Use `temp_dir` variable instead of hard coded `/tmp`
2015-08-10 10:25:22 -06:00
FusionPBX
e78d4dc370
Merge pull request #1084 from moteus/page_active_conf
...
Fix. Allow monitoring page conferences via `Active Conferences` app.
2015-08-10 10:23:03 -06:00
FusionPBX
5f000d1906
Merge pull request #1083 from daniel-lucio/master
...
Use os.time instead of mysql native function
2015-08-10 10:22:22 -06:00
markjcrane
144e22094e
Add translations for check_voicemail, company_directory and record.
2015-08-10 10:09:37 -06:00
Alexey Melnichuk
c27e9cef9a
Fix. add functions/count.lua to preview commit.
2015-08-10 13:01:49 +04:00
Alexey Melnichuk
a8142f527a
Change. Use only `require` to load function.
...
Fix. Remove multiple definition of same function.
2015-08-10 12:43:06 +04:00
Alexey Melnichuk
c5432630f3
Fix. Allow monitoring page conferences via `Active Conferences` app.
2015-08-10 11:43:32 +04:00
Luis Daniel Lucio Quiroz
780b69a253
Use os.time instead of mysql native function
...
Odd, but on some deployments LUA wont accept unixtime stamp functions (regardless it works on CLI). So, to workaround this, lets use os.time() which it returns the same value expected.
2015-08-09 21:56:28 -06:00
markjcrane
ade62be0f1
Change $name to ${name}
2015-08-09 12:14:47 -06:00
markjcrane
5c11a3f103
Change array from ['result']['field'] to ['field'].
2015-08-09 12:00:42 -06:00
markjcrane
078cef0a78
Add Other options to the list of destinations.
2015-08-09 11:20:08 -06:00
markjcrane
c0a0cb308b
If there is no item in the group of destinations then don't the group name.
2015-08-07 19:50:06 -05:00
markjcrane
d2147cb133
Remove switch_select_destination function from the remaining features that used it and replace with the destination php class.
2015-08-07 15:06:07 -05:00
Alexey Melnichuk
b42aa40677
Fix. Use number-alias as caller_id_number variable.
2015-08-07 16:17:25 +04:00
Alexey Melnichuk
596cdb1184
Fix. Use number_alias in dial-string.
2015-08-07 15:18:52 +04:00
Alexey Melnichuk
59c1fbe2ef
Fix. Always use `/` separator on FS command.
...
Fix. Override `temp_dir` from `config.lua` file.
2015-08-07 12:11:27 +04:00
Alexey Melnichuk
73e0e7a3a8
Fix. Use `temp_dir` variable instead of hard coded `/tmp`
2015-08-07 11:52:18 +04:00
markjcrane
2ceb8ce4c3
Add an empty select option and finish moving to $this->destinations array.
2015-08-06 15:30:43 -05:00
markjcrane
8cc1d98598
Move the destinations array generation into the constructor and add selected support.
2015-08-06 12:11:26 -05:00
markjcrane
e413e61a3b
Use the same array consistently.
2015-08-06 00:25:38 -05:00
markjcrane
944216a372
Change domain_name to domain_uuid.
2015-08-06 00:13:57 -05:00
markjcrane
9110c877e7
Remove the round brackets.
2015-08-05 17:30:18 -05:00
markjcrane
3caaf665b3
Add the database connection.
2015-08-05 17:24:37 -05:00
markjcrane
70b96ad053
A few minor adjustments to the new class.
2015-08-05 17:02:34 -05:00
markjcrane
cab4d65600
Initial commit a new php destinations class. Builds a list of destinations dynamically. Typically this contains extensions, ivr menus, ring groups, voicemail and more.
2015-08-05 16:43:22 -05:00
Rich Breton
e0bc3f51cb
T46g-template-dhcp-fix
2015-08-03 17:03:07 -06:00
markjcrane
6c549b0517
Remove the insert to v_settings as this is being done in app_defaults.php.
2015-08-03 09:32:48 -06:00
markjcrane
2a4621daaf
Fix a problem with custom public context and XMl handler.
2015-07-31 21:03:22 -06:00
markjcrane
aaf6f1f145
When writing the call center conf file use the .noload template file.
2015-07-31 10:05:04 -06:00
markjcrane
c4639445d9
Fix fax_retry.lua for domain_name and domain_uuid. Add [FAX] to the logging to the console.
2015-07-30 19:32:18 -06:00
markjcrane
edda2df18c
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-07-30 17:18:53 -06:00
reliberate
14f2705cb3
Menu: Updated code to create menu HTML from array, instead of database directly.
2015-07-30 11:49:51 -06:00
markjcrane
4f9143758c
Remove get user defined variables from advanced -> variables should use default or domains settings instead.
2015-07-28 11:30:28 -06:00
markjcrane
4e6d1515b1
Adjust the vertical line spacing to make it more consistent with the rest of the project.
2015-07-28 11:18:20 -06:00
markjcrane
1ed020ceda
The email_validate is a generic function so moving it to resources/functions.php.
2015-07-28 11:17:33 -06:00
markjcrane
73b9f61290
Remove code that is no longer being used.
2015-07-28 11:12:42 -06:00
markjcrane
594ab6fa00
Change the indentation. Add a conditional include.
2015-07-28 10:42:07 -06:00
Alexey Melnichuk
7e481f20b6
Fix. Correct path when user on `group_confirm_file`
2015-07-28 15:59:04 +04:00
markjcrane
68d2578eb8
Simplify adding items to the domains array.
2015-07-25 17:44:56 -06:00
markjcrane
4243764010
Remove trailing tabs.
2015-07-23 17:50:16 -06:00
markjcrane
b1087f5a43
Remove one trip to the database.
2015-07-23 14:03:24 -06:00
markjcrane
5ff664246b
Prevent nil errors in settings.lua.
2015-07-22 09:42:35 -06:00
Alexey Melnichuk
2234b42c07
Change. Use `require "resources.functions.config"` to load config file.
...
Change. Move `script_dir` definition into config file.
2015-07-22 13:20:51 +04:00
Alexey Melnichuk
18491ea2c0
Merge branch 'master' into no_default_domain
...
Conflicts:
app/hot_desking/extension_edit.php
2015-07-21 11:24:59 +04:00
Alexey Melnichuk
a4b0b2d271
Merge branch 'master' into number_alias_as_vm_id
...
Conflicts:
app/hot_desking/extension_edit.php
2015-07-21 11:19:13 +04:00
FusionPBX
7cf424003c
Merge pull request #1047 from moteus/page_concat_conf_name
...
Fix. Concat conf name in page.lua
2015-07-20 16:52:23 -06:00
markjcrane
5dfbc2e183
Improve code to update the scripts directory.
2015-07-20 15:32:52 -06:00
markjcrane
c0d694a62b
After call forward has been set with feature code *72 or *74 play back the number that call forward is set to.
2015-07-20 12:59:45 -06:00
markjcrane
d283075d64
Voicemail to email send the email in the send_email.lua rather than with email.lua. So that the delete doesn't occur until after email is sent.
2015-07-20 11:40:31 -06:00
Alexey Melnichuk
018aeb392e
Fix. Concat conf name in page.lua
2015-07-20 12:44:05 +04:00
FusionPBX
6b48f88955
Merge pull request #1013 from moteus/issues_1008
...
Disable of sip profile does not work
2015-07-18 13:08:10 -07:00
FusionPBX
4b7604e4a4
Merge pull request #1037 from moteus/copy_voice_mail
...
Fix. Use OS specific copy function.
2015-07-18 12:55:05 -07:00
FusionPBX
be89d5bce3
Merge pull request #1023 from moteus/ext-dial-string
...
Fix. Use extension to generate dial-string in xml_handler
2015-07-18 12:54:24 -07:00
FusionPBX
b8d2a9fd2b
Merge pull request #1014 from moteus/domain_name_on_install
...
Add. Allow edit domain name while installing.
2015-07-18 12:50:52 -07:00
FusionPBX
0302b112ac
Merge pull request #1045 from moteus/page_domain
...
Page domain
2015-07-18 12:47:55 -07:00
FusionPBX
a109375100
Merge pull request #1040 from moteus/vm-phrase
...
Change. Use predefined phrases in vm menu.
2015-07-18 12:45:34 -07:00
Alexey Melnichuk
42ebf34104
Fix. Use `temp_dir` to debug dialplan xml file
2015-07-16 12:56:13 +04:00
Alexey Melnichuk
f029aeff24
Fix. Use correct conf name on originate
2015-07-16 12:11:57 +04:00
Alexey Melnichuk
928a843794
Fix. Make page extension domain specific.
2015-07-16 11:50:07 +04:00
markjcrane
fefdfc626e
Enable XML Handler by default.
2015-07-15 23:43:03 -07:00
Alexey Melnichuk
3796a66df8
Change. Use predefined phrases in vm menu.
...
Current implementation produces not correct phrases e.g. on Russian language.
2015-07-14 13:42:05 +04:00
Alexey Melnichuk
8f554cf889
Fix. Use OS specific copy function.
2015-07-13 10:44:47 +04:00
markjcrane
36c4ac0e45
Change 'is null' to 'is not null'.
2015-07-10 08:00:08 -03:00
markjcrane
42cad993d7
Change {#server_address_2} to {$server_address_2} for the GX42xx template.
2015-07-09 00:05:29 -03:00
markjcrane
b6d95174b0
Play voicemail messages with the newest messages first.
2015-07-08 15:46:34 -03:00
markjcrane
58311a8d98
Prevent nil from causing problems with functions/settings.lua.
2015-07-08 15:36:33 -03:00
Alexey Melnichuk
b4435c974e
Fix. xml_handler/directory generate vm params based on number_alias
2015-07-07 18:16:21 +04:00
Alexey Melnichuk
86b0b21e7b
Fix. Use extension to generate dial-string in xml_handler
...
When uses number_alias contact should be searched by extension name.
2015-07-07 17:47:50 +04:00
markjcrane
3ba9759bed
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-07-05 23:11:29 -06:00
markjcrane
4742fac8f9
Adjustments to event_socket_request to make it faster.
2015-07-05 23:08:10 -06:00
FusionPBX
677d2f069f
Update confirm.lua
...
Add a domain_name nil check.
2015-07-04 04:16:44 -06:00
markjcrane
b0e24db2fa
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2015-07-03 09:52:36 -06:00
markjcrane
b46d68777a
Use originate_delay_start to fix the enterprise ring group delay.
2015-07-03 09:51:02 -06:00
reliberate
e24526fb92
Upgrade: Converted Advanced > Upgrade to use Git instead of SVN (untested).
...
Misc: Added provisions elsewhere to account for .git/* files, as currently done with .svn/* files.
2015-07-02 17:25:41 -06:00
Alexey Melnichuk
9097861e30
Change. Does not use `default` dialplan/directory.
...
I think it more consistent that it allows edit domain in single place.
Also on my Windows machine while installing all users/context creates not in `default` directory.
And I have problem because remove users did not work, `default.xml` file contain `$${v_domain}` variables.
2015-07-02 13:14:35 +04:00
Alexey Melnichuk
d61f2b2817
Fix. indent.
2015-07-02 12:24:58 +04:00
Alexey Melnichuk
d05d294225
Add. Allow edit domain name while installing.
...
On my Windows machine default domain now is `127.0.0.1` which is quite useless.
2015-07-02 12:21:53 +04:00
Alexey Melnichuk
d1edcbd2c5
Disable of sip profile does not work
...
Close #1008
2015-07-02 12:09:09 +04:00
Mark Crane
22203b66b0
Fix a problem where the inbound context has public in the name with public@ as a prefix and .public as a suffix.
2015-06-30 18:42:52 +00:00
Mark Crane
bb4bab2fa8
FAX sure domain_uuid is set at the right time.
2015-06-30 18:01:30 +00:00
Mark Crane
c99e249f71
Add beginTransaction and commit to speed up the install and upgrade.
2015-06-25 21:00:15 +00:00
Mark Crane
336a8d763d
SIP profiles comment and disable the following params inbound-use-callid-as-uuid and outbound-use-callid-as-uuid if set to true even temporarily they will cause the call UUID not to be a UUID which FusionPBX is dependent on.
2015-06-25 20:27:00 +00:00
Mark Crane
5d4a2375a0
Write the call center dialplan with the new call center class.
2015-06-25 08:25:00 +00:00
Mark Crane
197420d6c9
Minor adjustments for confirm.lua and ring groups ensure domain_name and domain_uuid are set.
2015-06-24 19:31:53 +00:00
Mark Crane
72f7285a0a
Add the call screen recording to work with call forward and follow me.
2015-06-23 23:41:15 +00:00
Mark Crane
e40abdda91
Set call_screen_enabled as a variable in directory.lua.
2015-06-23 20:33:22 +00:00
Mark Crane
22dd5b6658
Add extension_call_screen permission, and add call_screen_enabled to extensions/extension_edit.php.
2015-06-23 20:06:44 +00:00
Mark Crane
e70436bb86
Update the phrases in en/us/ivr/sounds.xml.
2015-06-23 19:37:09 +00:00
Mark Crane
a3e3ed5a97
Add menu array to the menu class.
2015-06-22 17:56:40 +00:00
Mark Crane
b3f1d8fabb
A few more adjustments to get the ring group missed call working.
2015-06-20 04:06:20 +00:00
Mark Crane
c2370a4a6d
Add missed call option to ring groups.
2015-06-20 03:43:38 +00:00
Mark Crane
e13582eb28
Fix call center xml handler domain.
2015-06-18 20:08:54 +00:00
Mark Crane
5b95222742
Add a missing quote fixes a problem with call center using xml handler and fix the indentation.
2015-06-18 19:25:42 +00:00
Mark Crane
732e1230fa
Add a missing quote fixes a problem with call center using xml handler.
2015-06-18 19:20:51 +00:00
Mark Crane
6fe3c0fecf
When dialing *74 clear the call forward destination which will allow it to set a new one with *73.
2015-06-18 06:55:46 +00:00
Mark Crane
3751cc7d58
Add variable for Ring Group Distinctive Ring ${domain_name} and ${local_ip_v4}
2015-06-15 23:26:02 +00:00
Mark Crane
fdf4cb2cc8
Help with NAT keep alive.
2015-06-11 17:38:06 +00:00
Mark Crane
42357f443e
When leaving a voicemail use the message_waiting function.
2015-06-11 06:31:10 +00:00
Mark Crane
5dad058dc8
Use the mwi_account under accounts -> extensions to allow sending MWI to multiple extensions.
2015-06-11 06:30:21 +00:00
luis daniel lucio quiroz
27bb9d1735
load balancing fixed
2015-06-11 01:43:30 +00:00
Mark Crane
291e9d7b15
Improve vertical line spacing.
2015-06-08 18:11:56 +00:00
Mark Crane
6b8bb6a1d5
Add ring_group_distinctive_ring to the destinations array.
2015-06-07 16:26:53 +00:00
Mark Crane
c1b3bccc86
Add a prefix of Alert-Info=
2015-06-07 04:10:41 +00:00
Mark Crane
511f856d94
Add ring group distinctive ring option to the lua.
2015-06-07 04:06:39 +00:00
Mark Crane
4699d4c8e8
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
14dea03d06
Fix hold music when used with Conference Center and XML Handler.
2015-06-04 22:43:46 +00:00
Mark Crane
57ceca4590
Account for the fact that mb_strtolower is not always available.
2015-06-01 04:54:21 +00:00
Mark Crane
4831d0c133
Seems that Polycom needs this set to 1.
2015-05-31 04:12:09 +00:00
luis daniel lucio quiroz
f32397252e
mod_verto xml handler support
2015-05-30 22:14:01 +00:00
Mark Crane
fc06cb3661
More work to make domain names case insensitive.
2015-05-30 20:59:11 +00:00
Mark Crane
163413cb85
Minor version update for the development branch updated to 3.9.0.
2015-05-30 20:33:12 +00:00
Mark Crane
af6cd139c2
Sync the changes to fix conference recording from the dev branch. Add a few comments and make the indentation consistent.
2015-05-30 20:32:01 +00:00
Mark Crane
641958b220
Improve the indentation.
2015-05-30 20:19:36 +00:00
Mark Crane
4a4d331532
Polycom add feature.broadsoftUcOne.enabled="0" to disable a default that created an error.
2015-05-30 20:17:44 +00:00
Mark Crane
666be71f7c
Reduce the security footprint, number of files, and bandwidth used by removing the template engines that are not being used. They can be added at any time if we need to use them in the future.
2015-05-30 15:35:13 +00:00
Mark Crane
01b7734f8b
Change always reboot on sync for Polycom to false.
2015-05-30 05:08:55 +00:00
Mark Crane
629db232ab
A little more polish for this feature.
2015-05-30 04:50:19 +00:00
Mark Crane
fb3a50b9d2
Add the api object to the failur handler.
2015-05-29 05:53:02 +00:00
Mark Crane
3af1851e47
Update failure handler with the necessary changes for missed calls.
2015-05-29 05:46:21 +00:00
Mark Crane
d588f9c4c5
Add trim include to the failure_handler.
2015-05-29 05:36:50 +00:00
Mark Crane
06588fdaad
Add a hangup hook to dialplan local_extension and remove originator cancel from the failure_handler.
2015-05-29 05:16:34 +00:00
Mark Crane
05c81e2649
Add app/hangup to support originator cancel for missed calls.
2015-05-29 05:12:41 +00:00
Mark Crane
68fab86633
Add missed call email notification.
2015-05-29 03:56:49 +00:00
Mark Crane
6eb4e7ab6e
Change the file from ANSI to UTF-8 no BOM.
2015-05-29 02:55:25 +00:00
luis daniel lucio quiroz
14235811ed
conference_session_uuid issue fixed, the recording path is now fixed with/without multitenant
2015-05-28 18:41:43 +00:00
Mark Crane
1028bc645c
Change how the previous alternate device is handled.
2015-05-25 16:31:08 +00:00
Mark Crane
2096b22485
Yealink provisioning if using Conference Meet-Me or BLF use the pickup value instead of the key extension.
2015-05-20 07:31:17 +00:00
Mark Crane
bbbf30cbe6
Increment <sd>
2015-05-19 01:01:35 +00:00
Mark Crane
c50a12f9b3
Add a file to the template.
2015-05-19 00:38:01 +00:00
Nate Jones
1ff7d1c1ba
Contacts: Added Times/Timer to track support.
2015-05-17 06:16:43 +00:00
Mark Crane
d6c4267243
Handle Do Not Disturb set on the extension for ring groups.
2015-05-16 23:38:07 +00:00
Mark Crane
e6a0740375
Remove the code that is attempts and succeeds to prevent DND extension from affecting the Ring Groups because it also prevents calling external numbers and using bridge statements in the ring group. Will commit a fix soon that does an alternative way of removing extensions that are set to DND in FusionPBX's GUI.
2015-05-15 19:14:18 +00:00
Mark Crane
22276c3cf2
Remove session:sleep from scripts/confirm.lua.
2015-05-15 01:38:09 +00:00
Mark Crane
eab67c97bc
Polycom option to set headset_mode in provisioning.
2015-05-14 02:22:00 +00:00
Mark Crane
c800fc3b67
Page conference settings need page caller controls. For non modertor 0 mute and press again to unmute.
2015-05-14 01:56:11 +00:00
Mark Crane
77100085b4
Remove ;; from the XML Handler.
2015-05-13 16:43:30 +00:00
Mark Crane
4ff324bfcf
Fix a nil error for fax_remote_station_id and make the caller id name and number work for inbound FAX.
2015-05-13 06:46:36 +00:00
Mark Crane
dd9ade256f
Update release to fix big for systems where GLOB_BRACE is not available.
2015-05-13 04:37:36 +00:00
Nate Jones
fe8032b1c3
Misc: Removed use of GLOB_BRACE as doesn't work on some systems, use non-GLOB_BRACE method instead. Thanks [xming] and Risk64. Should resolve Issue 916, as well.
2015-05-12 18:11:05 +00:00
Mark Crane
acaac84edc
Minor version update to FusionPBX 3.8.3.
2015-05-12 06:51:01 +00:00
Nate Jones
ca9e59eca8
Menu: Re-enable Restore Default button for menus other than default, adjust other code to work better with non-default menus.
2015-05-12 06:31:34 +00:00
Nate Jones
b2dd3ba7ad
Ring Groups: DND extensions not included when retrieving Ring Group destinations (real fix for Issue 927, re: r8338).
2015-05-12 05:59:33 +00:00
Nate Jones
7a0895de4d
Menu: Restore Default now restores unprotected menu items and their default groups. Removed Restore All function (no longer necessary). Hide Restore Default button for menus other than the default menu.
2015-05-12 03:03:09 +00:00
Nate Jones
51ae30fc10
Fax: Fix fax-to-email, better conversion to PDF.
2015-05-11 23:41:11 +00:00
Mark Crane
19e1500170
Minor version upgrade FusionPBX 3.8.2.
2015-05-10 06:36:19 +00:00
Mark Crane
1297133d8d
Minor version update FusionPBX 3.8.1
2015-05-09 18:34:02 +00:00
Nate Jones
b904214d59
Fax: Prevent fax_destination field from being populated on received faxes.
2015-05-09 06:21:53 +00:00
Nate Jones
7fab6d2e88
Fax: Upgrade script to generate and store meta-data from existing fax files, fix Lua script to insert correct fax file path into db, JavaScript prompt corrections, adjust redirect after send to use new interface, fix delete so files on file system are removed (using path from db), fix paging and sorting on Inbox and Sent, fix TIF to PDF conversion for viewing sent/received faxes (if PDF version not present).
2015-05-09 05:22:29 +00:00
Mark Crane
032643bcc8
Fix call forward no answer by changing originate_disposition from "ALLOTTED_TIMEOUT" to "NO_ANSWER".
2015-05-08 14:48:48 +00:00
Mark Crane
af71ca0001
Update the comments on provision/index.lua
2015-05-06 04:39:26 +00:00
Mark Crane
8731aa60cd
Put the message date back in the email template but comment it out. It's removed by default because it doesn't respect the timezone per domain.
2015-05-05 17:23:25 +00:00
Mark Crane
6b4c4e8c73
Remove the message_date from the voicemail to email template.
2015-05-05 16:25:51 +00:00
Mark Crane
86af85d039
Release the official version of FusionPBX 3.8.
2015-05-05 08:20:49 +00:00
Mark Crane
6b552b7025
Change leg_timeout for call_timeout in the xml handler directory.
2015-05-05 07:34:19 +00:00
Mark Crane
ea714ebf35
Change the copyright year on the ring groups lua script.
2015-05-05 07:12:44 +00:00
Mark Crane
9080e5eba0
Add domain_uuid to the ring group SQL query.
2015-05-05 07:11:31 +00:00
Mark Crane
ab4326c7cf
Remove the DND check on the ring groups as it caused the query to return duplicate destination numbers.
2015-05-05 06:35:43 +00:00
Mark Crane
a1fdee00c6
Fix the sip profile enabled by changing the alias from 's' to a 'p'.
2015-05-05 05:34:00 +00:00
Mark Crane
e616fad12e
Add the format number to destinations list and adjust the function to only process numeric.
2015-05-05 04:50:23 +00:00
Nate Jones
0acd0922ff
Devices: Prevent duplicate username within domain (if device assigned to a domain) or globally (if domain set to Global).
...
Functions: Added is_mac() and format_mac() functions.
2015-05-04 20:07:51 +00:00
Mark Crane
d4dd114ebe
Change scripts directory from user_status to agent_status.
2015-05-04 18:40:54 +00:00
Mark Crane
52fb65f114
Lua script app/user_status updated to use agent_id and agent_password.
2015-05-04 18:34:43 +00:00
Mark Crane
614f7f3165
Add support for the new sip profiles enabled field.
2015-05-02 05:08:41 +00:00
Mark Crane
3526897a0c
Update the version from 3.7.1 to 3.8 Release Candidate 1. We have tested it heavily so anticipate it will be a short RC version.
2015-05-01 13:48:42 +00:00
Mark Crane
e36dc93986
Add domain_uuid to the provision SQL queries and add debug SQL option.
2015-05-01 13:37:04 +00:00
Mark Crane
b28b9d5988
Add additional auhtorized checks and comment out debugging code.
2015-05-01 12:57:06 +00:00
Nate Jones
3e53a658b2
Default Settings: Fix set() function in domains class to first clear ALL default/domain settings, then only load settings that are currently enabled.
2015-05-01 12:14:52 +00:00
Mark Crane
73dcc7321f
Change device_model to device_uuid_alternate.
2015-04-30 10:21:23 +00:00
Nate Jones
b7e91bdca2
Paging: Ability to grant caller moderator status/controls, auto-generate random pin.
...
Conference: Add missing caller-controls and moderator-controls parameters in autoload_config.
2015-04-30 09:45:41 +00:00
Mark Crane
f82a23aa13
Get the login details from devices table.
2015-04-30 09:33:19 +00:00
Nate Jones
b62d377712
XML Handler: Include missing language macros.
2015-04-30 06:59:24 +00:00
Mark Crane
5185137093
Add lua script app/provision.
2015-04-30 05:42:30 +00:00
Mark Crane
8815578914
Remove two trailing tabs from the end of the lines.
2015-04-29 21:48:08 +00:00
Mark Crane
26f643ed31
Additional work with temporary permissions.
2015-04-29 21:45:05 +00:00
Nate Jones
a8c7fb9f02
SIP: Return "NO_ANSWER" instead of "NORMAL_CLEARING" if an extension is called with voicemail disabled. Implements patch suggested in Issue 920. Thanks.
2015-04-29 21:21:00 +00:00
Nate Jones
d480333003
Recordings: Add sleep (1s) before ID prompt.
2015-04-29 21:05:19 +00:00
Mark Crane
66b9b59d44
Fix the delete method.
2015-04-29 07:30:58 +00:00
Mark Crane
b175fbfec9
Update the permission delete method one more time.
2015-04-29 07:06:23 +00:00
Mark Crane
4e0779d31c
Modify the delete permission.
2015-04-29 06:33:48 +00:00
Mark Crane
c931201a04
Add a new permission class.
2015-04-29 06:24:04 +00:00
Nate Jones
d53d574be7
Ring Group: Fixes Issue 927 - Assigned extensions set to DND (via the GUI) will not be included when the Ring Group executes.
2015-04-29 00:29:20 +00:00
Nate Jones
04c9e31f63
Phrases: Include full path for recordings (not sounds), when not using base64.
2015-04-28 19:06:27 +00:00
Nate Jones
75f8cb0a9e
Phrases: Save phrases xml and delete phrases from memcache after converting to/from base64 in app_defaults.
...
IVR: Using phrase greetings, DTMF tones now captured and executed, but only after playback completes (uses session:variable). Still searching for a better solution.
2015-04-28 17:24:32 +00:00
Nate Jones
ddee7be012
Phrases: App Defaults now converts phrases between base64 compatible and back, enhanced interface with better js manipulation, easily add pauses to a phrase.
...
Note: Currently DTMF tones are not recognized during phrase playback in IVR (rrrrr!).
2015-04-28 09:54:02 +00:00
Mark Crane
915c2c8d94
Add the new fax hangup hook.
2015-04-28 06:44:11 +00:00
Mark Crane
391bbfee1d
Fix some line spacing and one tab in fax_retry.lua.
2015-04-27 16:45:23 +00:00
Mark Crane
9685315023
Update fax retry to use fax_files.lua.
2015-04-27 14:32:29 +00:00
Nate Jones
6ae74a8591
Voicemail Greetings: Better base64 support in gui (playback, download, etc) and lua scripts, some lua mods to allow re-recording without having to enter greeting # again, fixed choose greeting function, new greeting recordings now only save when told to (uses a temp file prior to), fix sorting on greetings list, app_defaults to move greetings from file system to base64 in db (and vice versa).
...
Recordings: Fix sorting and paging.
IVRs: Code cleanup.
(... and some other stuff I can't remember at this hour.)
2015-04-25 12:26:31 +00:00
Mark Crane
ef920567d9
Fix the indentation on lua app/avmd/index.lua.
2015-04-24 20:44:47 +00:00
Mark Crane
83992c2fe0
Prevent nil errors in the ivr_menu.lua also change file_name_only to file_name as the name already implies name only.
2015-04-24 05:24:43 +00:00
Mark Crane
a9fce962df
Increase the limit in the loop to allow more data across event socket.
2015-04-24 04:43:32 +00:00
Nate Jones
dfaa7b1aed
Lua: Remove debug console output from streamfile.lua.
2015-04-24 02:54:03 +00:00
Nate Jones
c91b4b0b5d
IVR: Better support for the use of base64 Recordings, added option to use Phrases in a couple places, fixed the Exit Sound. (Note: A selected Sound with the same file name as a Recording will get trumped.)
2015-04-24 02:47:10 +00:00
Nate Jones
f99b2e8c30
Voicemail: local and base64 fixes.
2015-04-23 05:25:21 +00:00
Mark Crane
a9aa74209b
If mod_shout exists then record to mp3 using it if it doesn't exist then use lame.
2015-04-23 00:05:56 +00:00
Mark Crane
990ef61c2f
Replace voicemail_message_uuid for uuid in two additional places.
2015-04-22 23:33:25 +00:00
Mark Crane
2d43e5e6d7
Use the call uuid for the voicemail_message_uuid.
2015-04-22 23:23:59 +00:00
Mark Crane
9ad4a5850a
Fix conference sound file problem and add the missing profiles that are in the standard conference.conf.xml file.
2015-04-22 22:45:05 +00:00
luis daniel lucio quiroz
67e96c27e6
use numeric not alphanumeric on variables & logging options
2015-04-21 16:56:58 +00:00
Mark Crane
8ed38d3d1b
Change the behavior of BLF.
2015-04-20 23:53:33 +00:00
Mark Crane
9885c0dfb4
Comment the sql string again as its no longer needed.
2015-04-18 22:51:43 +00:00
Mark Crane
08014dc042
Change the row table array to field to prevent a conflict with the existing row table / array.
2015-04-18 22:49:09 +00:00
Mark Crane
4cf051d1f8
Show the sql statement.
2015-04-18 22:46:09 +00:00
Mark Crane
35c39d14d0
Connect to the database earlier in the script.
2015-04-18 22:41:45 +00:00
Mark Crane
6044be7f8e
Add the scripts_dir to directory.lua.
2015-04-18 22:39:14 +00:00
Mark Crane
3523a316e4
Update the company directory.lua.
2015-04-18 22:36:26 +00:00
Mark Crane
e716be53d6
Additional work on base64 optional storage in the database.
2015-04-18 19:59:50 +00:00
Mark Crane
911bbe32b9
After saving the base64 remove the file.
2015-04-18 18:42:39 +00:00
Mark Crane
1500937808
When using base64 after playing the greeting remove the file from the file system. When sending the email get it from the database save it to the file system. Then send the email and afterwards remove it.
2015-04-18 18:19:22 +00:00
Nate Jones
3fb697fccf
Voicemail: Removed settings code (redundant?)
2015-04-18 00:22:09 +00:00
Nate Jones
0f7424f9fb
Voicemail: Fix greeting path.
2015-04-18 00:08:54 +00:00
Mark Crane
e52ee06142
Additional work on voicemail with base64.
2015-04-17 20:10:36 +00:00
Nate Jones
c03bcd76bb
Conference Center: Add ability to use a Phrase for the Greeting, resolving Issue 921 and Issue 818.
2015-04-17 18:41:31 +00:00
Mark Crane
b0f569ad1c
Fix the greeting using base64.
2015-04-17 18:08:29 +00:00
Nate Jones
f14176e55d
Adjust switch_select_destination() function logic to match selected option better.
2015-04-17 02:46:25 +00:00
Nate Jones
b8ba43410e
Remove debug SQL echo from previous commit.
2015-04-17 01:12:17 +00:00
Nate Jones
4680f40924
Prevent select option groups from displaying in switch_select_destination() function if no options available.
2015-04-17 01:04:29 +00:00
Nate Jones
8c740f11bb
Prevent 'XMPP Gateways' option group from displaying in switch_select_destination() function if none found.
2015-04-17 00:21:29 +00:00
Nate Jones
cf9f52c6d3
Prevent 'Recordings' option group from being repeated in switch_select_destination() function
2015-04-17 00:18:03 +00:00
Nate Jones
2a044cdfe2
IVR: Prevent option from losing it's value on edit.
2015-04-17 00:11:55 +00:00
Mark Crane
4996fb3d98
Add the database dbh connection to recordings.lua.
2015-04-16 19:13:05 +00:00
Mark Crane
1451d2984c
Add record in recordings table no matter what type of storage type is used.
2015-04-16 14:47:21 +00:00
Mark Crane
9567a98c15
Remove the mkdir that isn't needed in recordings.lua.
2015-04-15 21:16:11 +00:00
Mark Crane
f20438838c
Connect to the database before using this function and it will use the database connection.
2015-04-15 03:13:10 +00:00
Mark Crane
50010ed5ae
Remove mysql_connect.
2015-04-15 01:35:15 +00:00
luis daniel lucio quiroz
18ca473bc2
numeric version function
2015-04-14 23:58:03 +00:00
Nate Jones
5d794db32d
Login: Display error message on invalid login credentials.
2015-04-14 01:36:01 +00:00
Mark Crane
8c5a330b04
Update the base64 code.
2015-04-13 17:52:59 +00:00
luis daniel lucio quiroz
a4a76efb49
missing space & mysql support
2015-04-12 17:40:58 +00:00
Digital Daz
659e10a8c0
First part of fix for load balancing - Prevent stale hostname being used for expired registration that has not yet been purged by freeswitch
2015-04-12 10:08:47 +00:00
Mark Crane
48bbced278
Remove the Yealink hot desking as I believe I have created a better way that is more secure.
2015-04-12 01:22:02 +00:00
Nate Jones
32785cabcf
Voicemail: Fix confirmed and applied as suggested in Issue 905. Thanks.
2015-04-10 01:22:17 +00:00
Nate Jones
3d802ddb5e
Voicemail: Fix file storage location, restores playback/download functionality of GUI.
2015-04-10 00:24:43 +00:00
Mark Crane
3b8b7ad0ca
Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
2015-04-08 13:38:58 +00:00
Mark Crane
9a0deb435a
Some people are experiencing problems with challenge-realm with auto_from so setting the default for new installs to auto_to.
2015-04-07 11:59:50 +00:00
Nate Jones
23186f9bf5
Voicemail: Mods to make it work as expected, if non-admins/superadmins are given access to it.
2015-04-06 21:57:06 +00:00
Mark Crane
b0dab63136
Update the URI with the file name change.
2015-04-06 21:29:34 +00:00
Mark Crane
5022197086
Rename index.xml in favor of config.xml as this file provides the XML configuration.
2015-04-06 21:19:13 +00:00
Mark Crane
a64961cc66
Complete http_cache for the IVR Menu and Recordings.
2015-04-06 14:14:32 +00:00
Mark Crane
4312b05c50
Add http_cache to IVR Menu.
2015-04-06 14:06:11 +00:00
Mark Crane
b41bbe8d8d
One more attempt to improve the spacing.
2015-04-06 09:46:38 +00:00
Mark Crane
7a29003447
Additional work on the spacing for the template.
2015-04-06 09:44:56 +00:00
Mark Crane
29686f685f
Fix register expires and attempt to fix the vertical spacing.
2015-04-06 09:35:43 +00:00
Mark Crane
0dfe0f6732
Start the option for http_cache.
2015-04-06 07:34:02 +00:00
Mark Crane
25b5f0b193
Add template to the cancel link.
2015-04-06 07:17:51 +00:00
Mark Crane
4749b99a7e
Add voicemail storage path variables.
2015-04-06 07:08:17 +00:00
Mark Crane
344f84ff17
Add the original base64 class I was using as an alternative if mime is not loaded.
2015-04-06 06:25:42 +00:00
Mark Crane
8387597804
Update the new yealink template.
2015-04-05 22:21:38 +00:00
Mark Crane
92eed032c2
Add login and cancel XML files.
2015-04-04 22:57:07 +00:00
Nate Jones
bde5e3c6c7
Login: Minor fix to sql query in Password Reset feature.
2015-04-04 19:43:51 +00:00
Mark Crane
32c9dce701
Add a type of Yealink template.
2015-04-04 19:41:56 +00:00
Nate Jones
d18b4aacec
Added ability to return (on login) to last visited page on logout.
2015-04-04 18:46:44 +00:00
Mark Crane
ece0788531
Fix the long and short greetings for the IVR Menu.
2015-04-04 09:38:26 +00:00
Mark Crane
1018aa123f
Check for a nil to prevent an error for voicemail, ivr menu and recordings.
2015-04-04 09:09:09 +00:00
Mark Crane
a8cdcf013c
Prevent a bad domain_name from causing a nil error for reverse authentication.
2015-04-04 06:24:41 +00:00
Mark Crane
cf0068446d
Improve indentation, use base64 value from database bypass writing the value to a variable first.
2015-04-03 19:06:16 +00:00
Mark Crane
799216bc65
Additional work on option to save files in base64 for voicemail and ivr menu.
2015-04-03 18:59:12 +00:00
Nate Jones
54c465abaa
IVR: Additional check for nil needed.
2015-04-03 17:58:49 +00:00
Mark Crane
f7adde1991
Get the list of recordings from the database.
2015-04-01 10:19:47 +00:00
Mark Crane
2bbca0837c
Set auto-gain-level to 0 or disabled.
2015-04-01 10:18:48 +00:00
Nate Jones
d30a509de0
Contacts / CDR: Minified top paging controls.
2015-04-01 09:00:17 +00:00
Mark Crane
860d71b3a4
Remove an extra vertical space and fix the indenting for one line.
2015-04-01 08:22:42 +00:00
Mark Crane
0124962272
Remove http_cache:// from the path and allow it to be defined in the storage path.
2015-04-01 08:14:03 +00:00
Mark Crane
920b08fa23
Remove trailing spaces from the ivr_menu.lua.
2015-04-01 08:12:27 +00:00
Mark Crane
5754994e6c
When a new greeting is created set it as the greeting id.
2015-04-01 08:11:44 +00:00
Mark Crane
c74a0e5d8a
Add a missing semi-colon and remove trailing spaces.
2015-04-01 07:57:47 +00:00
Mark Crane
af98b7cf99
Add an option to save the greeting to the database.
2015-04-01 07:56:56 +00:00
Mark Crane
a7b191a47e
Pre-define the variables for the ivr menu.
2015-04-01 06:52:45 +00:00
Mark Crane
84ff031cec
2015-04-01 05:48:44 +00:00
Mark Crane
8048873cd0
Use luasql for recordings only if base64 is chosen.
2015-04-01 05:44:07 +00:00
Mark Crane
34e722391a
Change base64.enc to base64.encode.
2015-04-01 03:56:23 +00:00
Mark Crane
e9fc52436d
Improve the speed of base64 encode and decode.
2015-03-31 18:48:00 +00:00
Mark Crane
ea6df88750
Prevent trying to pickup the call from the caller in the same call group.
2015-03-31 03:06:55 +00:00
Mark Crane
bf09ca3e1c
Add base64 decode to the IVR Menu.
2015-03-31 00:50:13 +00:00
Mark Crane
4f6f1186ab
Add an additional method to store the recordings.
2015-03-30 23:08:21 +00:00
Mark Crane
cd3d93a1fd
Get a new set of default and domain settings for use when http_domain_filter is set to false. Remove debug numbers from access denied messages in provisioning and remove other redundant code.
2015-03-28 11:37:56 +00:00
Mark Crane
c6933842e6
Update the 4.x and 5.x Polycom templates.
2015-03-28 09:59:00 +00:00
Mark Crane
f911e98bb7
Change the category to type.
2015-03-28 09:58:19 +00:00
Mark Crane
40b0cec667
Add 4.x template for Polycom to make it more intuitive.
2015-03-27 16:20:07 +00:00
luis daniel lucio quiroz
726cca7d99
optional text_append
2015-03-27 01:09:25 +00:00
Mark Crane
bc0b0f8015
Save the variables when the hostname is not set or when the hostname matches the current server.
2015-03-25 23:50:48 +00:00
Mark Crane
5ed2f3b366
Fix the order of the LDAP options so its used before ldap_bind.
2015-03-24 20:49:44 +00:00
Mark Crane
8468ed337c
Add a time out for the LDAP.
2015-03-24 20:16:53 +00:00
Mark Crane
0d5d31f069
Update the LDAP authentication.
2015-03-24 19:54:59 +00:00
Mark Crane
95633aac35
No need for this include again as the scripts_dir is already set by this point.
2015-03-24 07:05:28 +00:00
Mark Crane
3859511572
Fix the XML for languages.lua.
2015-03-24 06:21:47 +00:00
Mark Crane
a0e17a8bad
Fix the LDAP user log in by setting user_uuid SESSION and account for the user unique global option.
2015-03-23 23:46:18 +00:00
Errol Samuels
9aed5b3dc8
Added goodbye message when maximum searches have been reached so caller is aware the call will hangup.
2015-03-23 05:35:41 +00:00
Errol Samuels
e13a8bb694
Added remote reboot capability for Aastra phones
2015-03-22 08:04:03 +00:00
Mark Crane
d93c5198df
Fix the database class count.
2015-03-22 07:54:35 +00:00
Mark Crane
50d941e70b
Update http_cache.conf.xml for a more complete set of instructions.
2015-03-22 04:15:26 +00:00
Nate Jones
61f0db8294
Time Conditions: Change how preset destinations function (when a Preset is checked, the Alternate Destination is required and used, unless a Default Destination is selected, or a Destination is set on the individual Presets themselves. Interface also adjusts if Presets are NOT available.
2015-03-21 23:55:20 +00:00
Mark Crane
a6fe826fe2
Save the Call Center XML only if the directory path has a value.
2015-03-21 06:14:28 +00:00
Mark Crane
db1a7d599c
Fix conference center greeting allow upper case file names.
2015-03-20 19:05:49 +00:00
Mark Crane
7aa729f56b
IVR Menu use the ringback method from ring groups.
2015-03-20 04:56:25 +00:00
Mark Crane
2bf031dd68
IVR Menu commit ringback this approach will be replaced but is added to document the approach.
2015-03-20 04:54:49 +00:00
Mark Crane
5f7a14041a
Fix ringback on the ivr menu by getting the global variable representing the ring back tones.
2015-03-18 23:31:14 +00:00
Mark Crane
34968ce2c2
Remove trailing spaces or tabs.
2015-03-18 20:51:13 +00:00
Mark Crane
eb8544859c
Set event socket break to 8000.
2015-03-18 10:45:34 +00:00
Nate Jones
5be8b785e6
Calls Edit: Included missing jquery-ui images, add label to Forwarding CID select box.
2015-03-18 08:17:57 +00:00
Nate Jones
bd38f6b160
Implemented fix suggested in Issue 823 - Add DOCUMENT_ROOT to require_once path on domain edit [and contacts_vcard.php, and save_switch_xml() function].
2015-03-18 06:17:09 +00:00
Nate Jones
1d8d9043a3
Time Conditions: Fixed destination select box problem mentioned in Issue 876 - reworked switch_select_destination() function.
2015-03-18 05:17:28 +00:00
Mark Crane
e2465d9d04
Uncomment the SQL insert statements for LDAP.
2015-03-18 03:41:19 +00:00
Mark Crane
e43452c177
Update LDAP authentication.
2015-03-18 02:39:35 +00:00
Mark Crane
c07b8c73ac
Get rid of $auth_failed, if username session is set consider the the user authenticated.
2015-03-17 14:44:09 +00:00
Mark Crane
20c68aa7ba
Fix the register.expires on the Polycom 5.x template.
2015-03-17 06:41:47 +00:00
Mark Crane
5f2002d352
Update event socket timing for waiting for results.
2015-03-16 21:59:08 +00:00
Mark Crane
59b461a520
Remove comments in the 5.x in under devices.
2015-03-16 18:33:50 +00:00
Mark Crane
72950be11e
Add a few additional params to the Polycom/5.x template.
2015-03-16 17:26:02 +00:00
Mark Crane
7587d47f4f
Additional changes to the polycom/5.x template.
2015-03-16 16:46:09 +00:00
Mark Crane
6ad7698994
Update the new polycom/5.x template.
2015-03-16 15:25:22 +00:00
Mark Crane
174ea9cfd0
Improve indentation on the mac.cfg file.
2015-03-15 21:58:25 +00:00
Mark Crane
4b87b9f57a
Update the Polycom 5.x template.
2015-03-15 21:52:33 +00:00
Mark Crane
100b7e05f7
Remove all of these extra files.
2015-03-15 21:31:04 +00:00
Nate Jones
8485694537
Voicemail:
...
- Adjust for single-quotes in caller_id_name on insert query (hopefully addressing Issue 877).
- If Keep Local is false, remove the recording from the file system.
- Fix Forward Destinations so message is fully copied to other extension voicemail boxes, not just emailed.
- Add script to Ext and VM Edit pages to prevent Listen or Download links being sent when Keep Local is false.
- Minor language mods.
2015-03-15 09:15:04 +00:00
Nate Jones
ed6aa9107f
Tidy up a different switch statement within save_dialplan_xml().
2015-03-15 01:33:27 +00:00
Nate Jones
74280c78dc
Implemented fix proposed in Issue 880 to include missing time-of-day case in switch statement within save_dialplan_xml(). Thanks, Seth.
2015-03-15 01:15:23 +00:00
Mark Crane
75321f04f7
Fix IVR Menu ringback.
2015-03-13 16:45:05 +00:00
Mark Crane
2c8aa55cc3
Remove as Polycom refers to it as an unknown parameter.
2015-03-12 00:41:18 +00:00
Mark Crane
ea0a0b79a2
Add a new polycom config for firmware version 5.x
2015-03-12 00:16:11 +00:00
Mark Crane
09196fac55
Fix the indentation in callcenter.conf.lua.
2015-03-11 19:33:07 +00:00
Mark Crane
1f20397a57
Call Center XML Handler now generates XML correctly.
2015-03-11 19:28:18 +00:00
Mark Crane
83eca7ae8a
A little more work to get rid of the default context.
2015-03-10 10:47:25 +00:00
Mark Crane
09f7868e36
Fix a missing comma.
2015-03-10 10:41:26 +00:00
Mark Crane
0cd32b4f7e
Add the missing include for the languages section.
2015-03-09 23:49:15 +00:00
Mark Crane
40e14a92d8
Add time-of-day to XML files.
2015-03-09 15:58:02 +00:00
Mark Crane
88ba2e161a
Add time-of-day to the XML handler.
2015-03-09 15:51:49 +00:00
Mark Crane
0d6f9b8d64
Add XML Handler section language.
2015-03-09 05:26:10 +00:00
Nate Jones
d48b306866
Adjusted switch_select_destination() to maintain space between placeholder option.
2015-03-04 21:05:45 +00:00
Nate Jones
0054c933f7
Adjusted switch_select_destination() to allow placeholder text as first option.
2015-03-04 20:31:02 +00:00
Nate Jones
688bf315e0
Adjusted switch_select_destination() function so doesn't select last (blank) option by default.
2015-03-04 07:04:41 +00:00
Mark Crane
c027f0e4f5
Add lua function settings.
2015-03-02 18:07:06 +00:00
Digital Daz
1a15020275
Remove a log line used for debug
2015-02-25 20:40:51 +00:00
Digital Daz
2cef65a708
Fixed a couple of typos and changed the way the DSN is inserted.
2015-02-25 20:35:22 +00:00
Nate Jones
a4671d33b6
Voicemail: Email notification script updated to support multiple languages.
2015-02-24 09:40:45 +00:00
Nate Jones
71a861580c
Voicemail: Added additional options for email notification (attach vm, download link, auto-play listen link). Also cleaned up email templates a little.
2015-02-24 08:09:01 +00:00
Nate Jones
85e22004cd
Voicemail: Remove prompt to listen to new or saved messages if no new or saved messages exist.
2015-02-23 22:51:24 +00:00
Mark Crane
0096149743
Add rport to the vp530.
2015-02-23 07:07:41 +00:00
Mark Crane
6388c00b55
Voicemail IVR is now completed and ready to go.
2015-02-22 23:58:37 +00:00
Mark Crane
faf30dd174
Add additional protection to prevent intercepting calls that have already been answered.
2015-02-21 20:33:23 +00:00
Mark Crane
ce74b2d0fb
Add callcenter.conf.lua for xml handler.
2015-02-21 09:33:36 +00:00
Nate Jones
107dcd9b69
Operator Panel: Added ability to set Eavesdrop destination (from assigned extensions), pause refresh manually or on mouse hover of control elements for better user experience. Hide eavesdrop function if no extensions assigned to user (addresses Issue 851).
2015-02-17 11:04:56 +00:00
Nate Jones
0018e553c4
Visual adjustments.
2015-02-15 07:59:02 +00:00
Nate Jones
996e89c396
Removal of colon next to form label names.
2015-02-15 06:50:00 +00:00
Nate Jones
b0a0310b07
Phrases: Ability to sequence playback of audio files in the IVR, initial groundwork for other switch phrase manipulation.
2015-02-14 05:32:43 +00:00
luis daniel lucio quiroz
c64c2b064b
debug messages for conference center
2015-02-13 18:51:19 +00:00
Mark Crane
1e97324529
Update the comments in the yealink/t46g template.
2015-02-10 06:15:26 +00:00
Mark Crane
b3addf8e7f
Correct many of the comments in the yealink/t42g/{$mac}.cfg template.
2015-02-10 05:50:28 +00:00
Mark Crane
152dab170f
Fix a few of the comments in the yealink/t42g/y000000000029.cfg template.
2015-02-10 05:18:18 +00:00
Digital Daz
6b03488eb0
Use the domain timezone in voicemail message playback.
2015-02-10 00:01:37 +00:00
Digital Daz
b26e4a9f7e
Fix formatting on previous commit
2015-02-07 18:28:12 +00:00
Digital Daz
8b0065e411
Allow other modules callerID prefixes to propagate down if prefix is not populated. eg Destinations prefix.
2015-02-07 18:20:03 +00:00
Mark Crane
3d1ca49461
Fix hot desking internal and outbound caller id for the hot desked phone.
2015-02-06 18:51:22 +00:00
Mark Crane
af30137a91
Fix music on hold issue for the Panasonic UT1xx models. Resolves issue 840.
2015-02-04 07:33:00 +00:00
Mark Crane
1fb11e0cb2
Fix music on hold for the Polycom VVX template works with version 4+ firmware. Google code issue 840.
2015-02-04 07:27:45 +00:00
Mark Crane
bdfe91ceb2
Add odbc-dsn to external and ipv6 sip profiles.
2015-02-03 03:21:21 +00:00
Mark Crane
70032d5642
Work on intercept.lua to prevent an error with the hostname.
2015-01-30 01:32:38 +00:00
Mark Crane
608c95bdf6
Fix the conference default greeting.
2015-01-29 10:07:50 +00:00
Mark Crane
b0e528b33b
Fix fpdf so that it is capable of UTF-8.
2015-01-29 08:36:49 +00:00
Mark Crane
30706fa11d
Tested gateway with registration set to false on 1.4.15 no longer requires a username and password so it is no longer required in fusionpbx when the registration is set to false.
2015-01-29 07:07:54 +00:00
Mark Crane
1d2d13d120
Adjust the provisioning for the polycom vvx templates so that the line type key assignment is more accurate.
2015-01-29 07:00:21 +00:00
James Rose
088a507f9b
Changed DTMF to AVT (rfc2833) on ext1. Commented provisioning of phone volume (ring/speaker/handset/headset).
2015-01-27 15:27:06 +00:00
luis daniel lucio quiroz
24c0ccd114
for_fax now on fax
2015-01-27 14:51:57 +00:00
luis daniel lucio quiroz
7f175b4985
accountcode now on fax, PCMU/A as absolute codec string
2015-01-26 19:54:52 +00:00
Nate Jones
cd80258a0c
Default Settings Edit: JSON value detection.
...
Functions: is_json function added.
2015-01-24 04:39:17 +00:00
Mark Crane
9b7dd342f8
Fix the handling for * with stream file.
2015-01-23 18:10:48 +00:00
Philippe Rioual
d5dadca887
removed extra digit in FR toll allow templates
2015-01-22 19:44:58 +00:00
Mark Crane
60d5951841
Fix the internal-ipv6 xml.
2015-01-22 10:28:03 +00:00
Mark Crane
156d839a89
Add sip profiles enabled="false" for variables that are default disabled.
2015-01-22 00:22:15 +00:00
Philippe Rioual
bc167d4d69
added french "FR" country toll_allow templates
2015-01-21 16:11:06 +00:00
Mark Crane
bd12ebea2b
Add a missing template variable that was removed by another developer.
2015-01-20 19:06:02 +00:00
Mark Crane
8e1c7beb76
Change require to include.
2015-01-20 06:44:12 +00:00
Mark Crane
b73651e51f
Fix the install the text class.
2015-01-20 06:27:20 +00:00
Mark Crane
9f73cc695d
Change the number of allowed loops for event socket to 2000 to prevent registrations from being truncated.
2015-01-20 01:16:10 +00:00
luis daniel lucio quiroz
84218b839b
better voicemail templates
2015-01-19 18:59:59 +00:00
Nate Jones
c8da77eca1
Text class fix.
2015-01-18 10:40:41 +00:00
Nate Jones
2448ab3a8e
Use the new multi-lingual code on misc files.
2015-01-18 10:33:34 +00:00
Nate Jones
8e7121b31e
Text Class: Fixes.
2015-01-18 09:25:50 +00:00
Nate Jones
283cda7aa1
Translate: Necessary resource mods.
2015-01-18 07:54:19 +00:00
Mark Crane
b29c9ce2a2
Add the app session languages array as a list of available languages that have been translated for that application.
2015-01-18 07:52:28 +00:00
Mark Crane
53d377eeb2
Update classes/text.php
2015-01-18 07:42:17 +00:00
Mark Crane
a8aa9bd611
Add a new text array that is used in the translations.
2015-01-18 06:36:00 +00:00
Mark Crane
5f8fc98170
Fix voicemail copy to multiple destinations.
2015-01-17 21:56:56 +00:00
Mark Crane
fb1844bce6
Fix is_local.lua script on the stable branch.
2015-01-17 07:31:50 +00:00
Mark Crane
4c2225828b
Use memcache flush in the new PHP class.
2015-01-16 08:25:54 +00:00
Mark Crane
a70aebcef8
Remove an extra space in the event.
2015-01-16 04:16:56 +00:00
Mark Crane
97f4d3a9c3
Send a custom memcache event to FreeSWITCH.
2015-01-16 03:52:32 +00:00
Mark Crane
6a2723a787
Update event_socket_create and event_socket_request.
2015-01-16 03:29:51 +00:00
Mark Crane
495f4a0226
Fix the string quotations and return on the method.
2015-01-15 19:33:27 +00:00
Mark Crane
59822e6091
Change the methods from private to public.
2015-01-15 19:24:54 +00:00
Mark Crane
8349b992a5
Add a missing bracket.
2015-01-15 19:22:39 +00:00
Mark Crane
83b24148df
Get rid of this variable since its not being used.
2015-01-15 18:34:02 +00:00
Mark Crane
80ddf8abd9
Correct the methods in the class description.
2015-01-15 18:19:54 +00:00
Mark Crane
7e0e678578
Add the first version of the cache class.
2015-01-15 18:15:25 +00:00
Mark Crane
5bf40c0ca5
Add a SQLite example as requested in this issue.
...
https://code.google.com/p/fusionpbx/issues/detail?id=806&start=100
2015-01-11 08:11:50 +00:00
Mark Crane
9cb5bbec4b
Fix the main menu color.
2015-01-09 20:57:40 +00:00
Mark Crane
71eb9c5a6a
outbound_route_to_bridge simplify the dialplan detail SQL select.
2015-01-09 11:10:13 +00:00
Mark Crane
ac957dc400
Additional work to fix groups and permissions.
2015-01-08 08:51:40 +00:00
Mark Crane
2132893a80
Change the recording playback in the destination select list to use the new streamfile.lua.
2015-01-04 09:36:58 +00:00
Mark Crane
3585f19b21
Add streamfile.lua to provide ability to stream files and change the volume, position of the playback, pause and more.
2015-01-04 09:29:02 +00:00
luis daniel lucio quiroz
68a477f5eb
more error support to event handler
2015-01-04 04:08:38 +00:00
luis daniel lucio quiroz
cc4009670a
new event handler
2015-01-04 03:49:10 +00:00
luis daniel lucio quiroz
51fef13893
new version function as an alias of software_version
2015-01-04 02:34:22 +00:00
Mark Crane
03db90f9dc
If mod shout exits use it to save voicemail messages as mp3.
2015-01-04 00:10:52 +00:00
Mark Crane
8f187eefe3
Remove the logging to make way for a better logging. The older one caused a problem for someone without permission to write to /tmp/logfile.txt
2015-01-03 08:32:30 +00:00
Mark Crane
2497b33447
Add debug information.
2014-12-27 17:49:35 +00:00
Mark Crane
d34fbd1063
Need to add GLOB_BRACE to support the {menu,config}
2014-12-27 17:30:07 +00:00
Mark Crane
4c69bd1cde
Change the | to a comma had to review the syntax on the glob command.
2014-12-27 17:28:07 +00:00
Mark Crane
ccd70da5ed
Add $y = 0; and a try catch block to the menu.
2014-12-27 17:22:57 +00:00
Mark Crane
4b63b76309
Add a try catch to the menu include loop.
2014-12-27 07:25:11 +00:00
Mark Crane
7d917f2547
Check for permissions that have a null domain_uuid.
2014-12-26 07:08:05 +00:00
Mark Crane
9369fd8d0d
Move the menu array to app_menu.php
2014-12-26 03:27:54 +00:00
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
Mark Crane
63bfbbcf73
Add ring group skip active to the lua script
2014-08-13 10:51:51 +00:00
Mark Crane
0abfbb0954
Fix the SIP profiles for the package install
2014-08-12 19:18:36 +00:00
Mark Crane
36c8fd3990
Fix the spelling
2014-08-12 08:02:09 +00:00
Mark Crane
9d514bd3d1
Very minor changes
2014-08-12 08:00:32 +00:00
Mark Crane
db09bdf887
When the ring group confirm is not set then do not request the confirm
2014-08-12 07:51:31 +00:00
Mark Crane
b324cc47f1
Update the version to 3.6 RC3
2014-08-12 04:48:45 +00:00
Mark Crane
c839251eee
Fix the destination select list for conference center and conference
2014-08-11 19:37:46 +00:00
luis daniel lucio quiroz
7f99ca2aa7
some nore details about cidlookup.conf.xml
2014-08-11 17:48:46 +00:00
luis daniel lucio quiroz
a86e4884ce
some details about cidlookup.conf.xml
2014-08-10 17:45:38 +00:00
James Rose
4514f91edd
FS param need - not _
2014-08-09 17:31:29 +00:00
Mark Crane
e38879deb4
Fix the domain array settings
2014-08-09 16:32:52 +00:00
Mark Crane
ce5288bc60
Cleanup previous default settings
2014-08-09 16:05:03 +00:00
luis daniel lucio quiroz
48c54895ea
cidlookup lua script that allows private cnam using concact application
2014-08-09 03:25:42 +00:00
James Rose
87c6d0c2df
added support for call_announce in callcenter
2014-08-08 03:14:20 +00:00
Mark Crane
6bfe9350bb
Change the order of the code so that domain_name is preserved for multi-tenant in additional cases.
2014-08-06 06:31:47 +00:00
luis daniel lucio quiroz
b96d8bdb52
dropdown into login screen too
2014-08-06 02:39:47 +00:00
luis daniel lucio quiroz
3911904e94
little language details
2014-08-06 01:33:45 +00:00
luis daniel lucio quiroz
41b6a1d897
we do support more than 32 languages
2014-08-06 01:14:55 +00:00
Nate Jones
12aa572402
Reverted: File may be used for older browser support.
2014-08-05 23:28:12 +00:00
Nate Jones
a8b8f3b4e7
Remove unused file.
2014-08-05 23:23:07 +00:00
Nate Jones
5b43200233
Dialplan Edit: Truncate initially displayed Data values with ellipsis (pre edit).
2014-08-04 19:33:26 +00:00
James Rose
701ad8b712
Fixed callcenter so that remote calls will time out properly (leg_timeout) and changed group confirm announce time from default 5 seconds to 2.
2014-08-03 20:54:15 +00:00
Mark Crane
038d9ed1b6
Disable user_exists and user_record lua scripts as they have been replaced by dialplans
2014-08-03 18:22:30 +00:00
Mark Crane
a07f94a3af
Update the version to 3.6.0-rc2
2014-08-03 15:48:22 +00:00
Mark Crane
79c687417f
Check the length of user_record
2014-08-03 12:35:24 +00:00
Mark Crane
0c88343366
Fix the user_data request in ring groups
2014-08-03 12:06:49 +00:00
Mark Crane
892a94ff66
Add variable extension_uuid to ring groups that call extensions.
2014-08-03 10:35:01 +00:00
Nate Jones
eef73fd005
Input Type Switch Button: Changed from left triangle (⨞) to left triangle (◁), as wasn't displaying properly in FF on Mac.
2014-08-03 07:02:12 +00:00
Nate Jones
16105f7d3a
Input Type Switch Button: No interprets HTML entities code for left triangle (⨞) after switching element type once (wasn't being parsed as an HTML entity, but displayed literally).
2014-08-03 06:12:10 +00:00
Nate Jones
abcc96f0ad
Input Type Switch Button: Changed from < to left triangle (⨞)
2014-08-03 05:31:42 +00:00
Nate Jones
025786499f
Paging: Changed Prev/Next buttons to symbols.
2014-08-03 04:30:19 +00:00
Nate Jones
3ee965621b
CDR: Added Date/Time calendar picker, enhanced searching ability - added Start, Answered and End ranges.
2014-08-02 10:57:02 +00:00
Mark Crane
aaf2677285
Change how the record template is used in Call Center
2014-08-02 01:27:37 +00:00
Mark Crane
c424b56bbc
Fix the title
2014-08-01 18:40:28 +00:00
Mark Crane
7d2490ae8f
remove the call block lua as its used instead in app/call_block
2014-08-01 18:21:15 +00:00
Mark Crane
d40e605218
Add a little more flexibility on the title
2014-08-01 16:59:50 +00:00
Mark Crane
8d9e863ffe
Add uppercase transport to the Cisco SPA 112 and 122
2014-08-01 06:35:41 +00:00
James Rose
c1fb9b76b2
added variable runonce to prevent the loop. Have seen this script crash a busy FS install. Now possible to run via cron.
2014-07-31 20:15:06 +00:00
Mark Crane
3c3061ae1d
svn diff
2014-07-31 08:40:15 +00:00
Mark Crane
31a922c353
recordings.lua change the custom recording to a standard freeswitch recording
2014-07-30 22:35:46 +00:00
James Rose
07e152a152
added provision variable cisco_spa_rport for spa51x and spa50x phones.
2014-07-30 17:35:34 +00:00
James Rose
6d5fa3008d
Added provision variable yealink_rport_X so you can enable rport on yealinks per account. Default is OFF so if not set, the behavior stays the same.
2014-07-30 17:28:24 +00:00
James Rose
05fcb5b82d
Added provision variable for yealink provisioning url.
2014-07-30 17:06:11 +00:00
James Rose
e755b20880
Added provisioning variables for firmware for spa50x spa51x and yealink phones
2014-07-30 16:57:30 +00:00
Mark Crane
132a5c5ac2
Fix the record-template path assume multi-tenant
2014-07-30 05:17:49 +00:00
Mark Crane
8dfa5039d1
Call block standardize on domain_name
2014-07-30 01:01:41 +00:00
Mark Crane
eb70a35c73
Another adjustment for follow me toggle
2014-07-29 09:52:27 +00:00
Mark Crane
eb95e15753
Follow Me *21 feature code is now working
2014-07-29 09:40:45 +00:00
Mark Crane
b0bbe12d42
Add a dial string to the follow me table
2014-07-29 09:15:32 +00:00
Mark Crane
a71f1d26ec
Add Follow Me to the display
2014-07-29 07:56:01 +00:00
Mark Crane
f86461112e
Fix a SQL query in follow_me.lua script
2014-07-29 07:54:48 +00:00
Mark Crane
9d5cd2508b
Remove a variable from follow_me.lua that was not being used
2014-07-29 07:47:59 +00:00
Mark Crane
6e049535e1
Add a check for domain and api cidr
2014-07-29 04:26:32 +00:00
Mark Crane
90a177c84a
Move the check_cidr function
2014-07-29 04:08:39 +00:00
Mark Crane
3a3d2f6f2c
Increase the api_key required length to 30 characters or greater
2014-07-29 03:15:31 +00:00
Mark Crane
8cb07fe758
DRY out the authentication a little more
2014-07-29 03:03:22 +00:00
Mark Crane
890e3241d7
Add the toggle for follow me
2014-07-27 13:33:28 +00:00
Mark Crane
b7046b8553
Add follow me lua script
2014-07-27 13:28:08 +00:00
Mark Crane
be274a13c6
Add follow_me lua script
2014-07-27 12:42:05 +00:00
Mark Crane
d7ae6063bc
Ha ha change .php to .lua
2014-07-27 11:56:04 +00:00
Mark Crane
f72bd510c5
Add feature code *78 and *79 to enabled and disable do not disturb.
2014-07-27 11:52:38 +00:00
Mark Crane
189a0ed2fb
A minor improvement for the tittle
2014-07-27 04:24:34 +00:00
Mark Crane
41196d52aa
Fix the if statement
2014-07-27 03:38:09 +00:00
Mark Crane
608595f412
Set the title
2014-07-27 03:34:36 +00:00
Nate Jones
b244cd2c91
Login Changes:
...
If visiting /index.php and /themes/[theme]/index.php exists, will load it.
If visiting /index.php and /themes/[theme]/login.php exists, will load it.
If NEITHER exist, will load /resources/login.php.
If visiting /login.php and /themes/[theme]/login.php exists, will load it.
If DOESN'T exist, will load /resources/login.php/
/resources/login.php reworked, Enhanced theme reworked.
2014-07-27 00:13:52 +00:00
Mark Crane
5e13986a2b
Minor change to the database schema class
2014-07-26 22:48:32 +00:00
Nate Jones
9049eecedb
Contacts: Implemented a new QR Code generator, includes additional contact detail fields.
2014-07-26 06:02:21 +00:00
Mark Crane
8456b1b6ca
Update the call forward lua script and remove the pin number
2014-07-25 11:04:16 +00:00
Mark Crane
33a0f6150d
Get the domain settings only if the domain_uuid has a value
2014-07-25 09:08:51 +00:00
Mark Crane
29e98687ba
Changing the release version to align with FreeSWITCH's 3 digit release. 3.5 is dev branch 3.6 will be the release version number.';
2014-07-25 04:34:02 +00:00
Mark Crane
d734558a37
Change the logic a little more for the smooth fall back
2014-07-25 01:38:17 +00:00
Mark Crane
c175d257f0
Make the setting order with a try catch to make the upgrade smoother
2014-07-25 01:32:36 +00:00
Mark Crane
f8ba6a18d8
Add default,domain, and user settings
2014-07-25 00:43:15 +00:00
Nate Jones
7c20b97649
Default Settings: Implemented color picker for Enhanced template Theme background color selection.
2014-07-24 23:20:12 +00:00
Mark Crane
40eae34163
Update the version to FusionPBX 3.5. rc 4
2014-07-23 22:07:28 +00:00
Mark Crane
872421be2d
Change the wording of the comment in fax_retry.lua
2014-07-23 21:02:28 +00:00
Mark Crane
55c612a50c
Unset the prepared statement in the ORM class after the sql query has been executed
2014-07-23 20:11:05 +00:00
Mark Crane
5c37eeb977
Remove the string length requirement on the domain_settings
2014-07-22 18:26:02 +00:00
Mark Crane
20ab517bd0
Add ntp_server_primary and polycom_gmt_offset to the polycom vvx template
2014-07-21 20:40:18 +00:00
Mark Crane
30a54d1f21
Add directedCallPickupString ** to the VVX template
2014-07-20 10:46:23 +00:00
Mark Crane
b6cf8f9cc7
Use the lines array for the Polycom VVX template
2014-07-20 10:41:30 +00:00
Mark Crane
fcb9a88e75
Polycom firmware 4.x key assignment is working great with on demand web based provisioning no files are saved to the file system.
2014-07-20 09:23:10 +00:00
Mark Crane
bacfa744ae
Remove attendant options in as they are already defined in features.cfg
2014-07-20 07:37:28 +00:00
Mark Crane
087e2be6d9
Move the VVX blf attendant information to web.cfg template
2014-07-20 07:12:12 +00:00
Mark Crane
5e2e73802d
Fix the a syntax problem in the Polycom VVX template
2014-07-20 06:28:41 +00:00
Mark Crane
fc8274ba28
Add key assignment for the Polycom template
2014-07-20 06:16:44 +00:00
Mark Crane
d635dcd82f
Add normal and automata options for the Polycom provisioning templates
2014-07-20 06:11:37 +00:00
Mark Crane
00718d969a
Update the Cisco SPA phone templates
2014-07-20 04:53:53 +00:00
Mark Crane
eb27c10a86
Fix the key category and type for the spa504g
2014-07-20 04:10:26 +00:00
Mark Crane
a79eb0bad4
Set the SIP transport as uppercase for Cisco SPA504g
2014-07-20 03:58:37 +00:00
Mark Crane
662751354b
Add Cisco SPA expansion 1 and 2 to the spa504g device template
2014-07-20 00:53:31 +00:00
Mark Crane
a5193b3de2
Fix the save button on the contact page
2014-07-20 00:18:07 +00:00
luis daniel lucio quiroz
921628078a
th_order_by now has additional support to pass more GET params
2014-07-20 00:05:23 +00:00
luis daniel lucio quiroz
277da121d6
add check_float function
2014-07-19 02:41:52 +00:00
Mark Crane
393a01fcdf
Remove the redundant local_stream://
2014-07-19 02:29:47 +00:00
Mark Crane
2a45132b6e
Change the double quotes to single quotes
2014-07-19 02:26:46 +00:00
Mark Crane
4be762b9e1
Fix call center per domain music on hold
2014-07-19 02:22:55 +00:00
Mark Crane
b92cbaca8f
Update the freeswitch conf directory
2014-07-18 20:30:36 +00:00
Mark Crane
46e9e08442
Add a \ to escape the + in destination number formatted in E.164 format.
2014-07-18 00:31:07 +00:00
James Rose
0a7a35adb7
Fixed Call Pickup for BLF buttons on Cisco SPA50x and SPA51x so it picks up the ringing extension and no longer dials *98.
2014-07-16 16:53:29 +00:00
Mark Crane
181e2881c0
Make the domain and schema work with the PHP classes
2014-07-16 04:30:49 +00:00
Mark Crane
4fd34d1c80
Add globals needed by the app defaults in domains upgrade method.
2014-07-15 17:49:28 +00:00
Mark Crane
7b228d849d
Update schema dn domains
2014-07-15 10:30:31 +00:00
Mark Crane
c7abde93dd
Add to the schema class and adjust the db connection obect in the domains class
2014-07-15 07:58:01 +00:00
Mark Crane
f85f1bca5d
Move domain upgrade into the domain class and upgrade_schema into the schema class
2014-07-15 05:46:15 +00:00
Mark Crane
03fd11fa36
Fix group intercept lua script
2014-07-14 21:32:23 +00:00
Mark Crane
3da08abd0c
Add group confirm to ring group bridge statements
2014-07-13 09:24:51 +00:00
Mark Crane
2d621ca8eb
Enable outbound_route_to_bridge function to use global domains
2014-07-13 06:56:23 +00:00
Mark Crane
05c657f554
Add global outbound route compatibility for ring groups external destinations
2014-07-13 04:12:04 +00:00
Mark Crane
9160284abf
Ring Group - Change the method used for to provide confirm
2014-07-13 03:25:05 +00:00
Mark Crane
da152333cf
Fix call block the last change inadvertantly removed some code from call block
2014-07-12 21:49:05 +00:00
Mark Crane
f0b33c3492
Adjust the tabbing and remove cmd C option from call_block lua script
2014-07-12 21:15:01 +00:00
Mark Crane
d228289c45
Add memcache to call block
2014-07-12 12:01:19 +00:00
Nate Jones
83827cf523
Functions: Created is_uuid() function for validation.
2014-07-12 05:32:35 +00:00
Mark Crane
99fc5f24e0
Fix the dialplan detail order for call center increment by 10
2014-07-12 04:04:14 +00:00
Mark Crane
33cc59fd28
Fix one more thing in call block
2014-07-12 02:59:02 +00:00
Mark Crane
7e45639c25
Add call block default dialplan
2014-07-12 02:31:48 +00:00
Nate Jones
ca55e33891
Upgrade: Completed Data Type check option and multilinguified everything.
2014-07-10 09:20:11 +00:00
Nate Jones
a72e124ce0
Upgrade: Added SVN Update, handle Upgrade Data Types differently (still under construction...)
2014-07-10 07:15:51 +00:00
Nate Jones
8bd5b7112b
Upgrade: Divides Upgrade Schema into separate processes. Complete translation forthcoming. (Still under construction...)
2014-07-10 06:05:22 +00:00
Mark Crane
d9f6d900e4
Reduce one request to the database and create a better domains array
2014-07-10 05:23:53 +00:00
Nate Jones
84f17cd316
Document (Window) Title: If empty, sets a default title, otherwise adds " - FusionPBX".
2014-07-10 00:40:44 +00:00
Nate Jones
dc2196dd6f
Document (Window) Title: Update variable name to avoid conflict when paging is used.
2014-07-10 00:32:50 +00:00
Mark Crane
bda8de2ed2
Disable get domain lua script as it is now handled an alternative way
2014-07-09 08:00:10 +00:00
Mark Crane
8643340683
Set the domain info once per inbound route dialplan
2014-07-09 07:36:13 +00:00
Mark Crane
ab122097f9
Add domain info to inbound route xml files
2014-07-09 06:07:56 +00:00
Mark Crane
0a6da97adc
Add inline to the anti-action xml dialplan files
2014-07-09 05:56:01 +00:00
Mark Crane
0d1ca315a4
Add domain info to the xml handler for inbound routes
2014-07-09 05:40:17 +00:00
Mark Crane
ac3d59c671
Try again on the voicemail quota bug
2014-07-09 02:47:15 +00:00
Mark Crane
edf24cf77b
Fix voicemail quota for new voicemail boxes message_sum
2014-07-09 02:09:08 +00:00
Nate Jones
b2051ca910
Voicemail-to-Email: Backup email to database if sending fails, better detection of ContentType.
2014-07-08 06:38:23 +00:00
Mark Crane
ed19a6cbac
Testing performance not checking data type on upgrade schema
2014-07-08 06:04:30 +00:00
Nate Jones
7713c9a6e9
Voicemail-to-Email: Add custom headers containing domain_uuid, domain_name, call_uuid and email_type. Send email using Domain smtp settings, if defined under Default Settings.
2014-07-08 02:30:57 +00:00
Mark Crane
a7b28b21d5
Add AVMD lua script
2014-07-07 20:15:13 +00:00
Nate Jones
d29b5efb52
Notifications: Retains postback values if input was invalid.
2014-07-07 15:37:34 +00:00
Mark Crane
bf68a4bf0c
Fix the software_uuid issue for upgrade schema
2014-07-06 01:22:33 +00:00
Mark Crane
24f5ac67e3
Update the polycom vvx template to enable checkSync reboot. This template works for polycom phones version 4 and higher
2014-07-04 21:31:30 +00:00
Mark Crane
798c195335
Fix the registration buttons: reboot and provision for polycom version 4 and higher and snom phones
2014-07-04 21:28:28 +00:00
Mark Crane
eaae4d7eb7
Fix the identation on the xml handler directory xml
2014-07-04 18:20:11 +00:00
Mark Crane
b372c94269
Work on registration provision and reboot so that it works with the Cisco SPA, Yealink, Grandstream phones.
2014-07-04 09:47:37 +00:00
Mark Crane
b9f44fb80f
Add a patch for voicemail thanks GerritV for contributing it.
2014-07-04 05:27:42 +00:00
Mark Crane
e951b66123
Remove the ring_group_timeout_sec from the database request
2014-07-04 04:33:58 +00:00
Nate Jones
25cdd980fc
Added valid_email() function for verifying email address syntax.
2014-07-03 23:19:30 +00:00
Mark Crane
c9e47462d8
Remove the automatic null for empty string in the check_sql function
2014-07-02 16:22:37 +00:00
Mark Crane
3000dc9f61
Add fax detection when adding a dialplan destination if the fax extension is set
2014-07-02 06:21:20 +00:00
Mark Crane
a4e54c3ad3
Fix the ON NET outbound caller id name and number
2014-07-02 05:34:14 +00:00
Mark Crane
3626cebc4c
Add global dialplan option when using the xml handler.
2014-07-02 04:02:50 +00:00
Mark Crane
9882c0af4e
Prevent an error on the reverse authentication for the xml handler when its sent and invalid domain from FreeSWITCH.
2014-06-27 19:41:31 +00:00
luis daniel lucio quiroz
1359f685b5
try to get rid of usless warnings
2014-06-25 23:40:42 +00:00
luis daniel lucio quiroz
4c14d2bcb8
workarround for #635
2014-06-25 20:26:30 +00:00
Mark Crane
be571646fa
Ensure the gateway_uuid is lower case
2014-06-24 06:40:29 +00:00
luis daniel lucio quiroz
458fb5cc1c
I updated my email
2014-06-22 18:38:46 +00:00
luis daniel lucio quiroz
5210f942f4
missing a connect verification
2014-06-21 05:22:45 +00:00
luis daniel lucio quiroz
44aaf5beed
missing a this
2014-06-21 05:05:32 +00:00
luis daniel lucio quiroz
79bb16cf81
new method for database object
2014-06-21 04:59:25 +00:00
Nate Jones
de00f769f6
Modify th_order_by function to allow the passing of CSS to the generated <th> tag.
2014-06-21 00:59:41 +00:00
Nate Jones
4a404f25f2
Expand then limit query string NULL mods to insert statements only.
2014-06-20 18:43:51 +00:00
Nate Jones
d50b042590
Fix for Issue 481 (Enhanced) - Links to protected pages (such as emailed conference recording links, etc) will now properly redirect upon a successful login attempt AFTER failed login attempts.
2014-06-18 04:53:18 +00:00
Nate Jones
fcc5886339
CDR basic search query, style and language mods, misc minor style mods.
2014-06-16 18:12:21 +00:00
Nate Jones
fe87fb6439
Fix for Issue 589 - Implemented proposed fix, implementing tone_stream in the moh-sound parameter.
2014-06-13 17:56:53 +00:00
Nate Jones
33c5b0fe62
Fix for Issue 610 - Extra greater-than symbol removed.
2014-06-13 02:27:44 +00:00
Mark Crane
889e57b2d0
Fix a bug in IVR Menu exit action select hangup did not display the action correctly
2014-06-12 11:17:28 +00:00
Richard Neese
dbfe9025a7
rm the added files
2014-06-11 03:41:00 +00:00
Richard Neese
965f871b3b
added in for adding in a menu in a new theme
2014-06-11 03:00:11 +00:00
Mark Crane
9458e5b51e
Add permissions only if there are groups assigned to the user.
2014-06-10 21:16:42 +00:00
Mark Crane
2070de705e
Fix the menu and labels when switching domains in certain circumstances
2014-06-10 20:04:14 +00:00
Mark Crane
21b75b3538
Change the version to release candidate 2 anticipated that the full release will be in another day or two.
2014-06-10 03:56:22 +00:00
Mark Crane
6b06118979
Add profile, sync, reboot and explode to event notify lua script.
2014-06-10 03:23:02 +00:00
Omar Irbouh
65ed1518a5
fixed nil issue when voicemail has no messages
2014-06-09 22:43:08 +00:00
Richard Neese
7eb6bcec51
fixed a close from | to } in the sqlite section
2014-06-06 03:27:32 +00:00
Richard Neese
4f56ff905a
fixing sql file dir for pkgs
2014-06-06 01:19:59 +00:00
Mark Crane
25be75a9b9
Improve the Polycom VVX provisioning template tested with latest 5.x firmware should work with any Polycom using version 4 or higher
2014-06-05 00:32:29 +00:00
Mark Crane
48af483db8
Drop the SQL like statement and use equals for best performance
2014-06-05 00:13:00 +00:00
Mark Crane
de9f64c64b
remove the plus from destination_number
2014-06-04 20:57:08 +00:00
Mark Crane
40adf2c11c
Fix outbound caller id for outbound on net calls
2014-05-30 06:34:57 +00:00
Mark Crane
5c41168343
Update the snom provisioning templates add the admin_name and admin_password to the snom820 template, add outbound_proxy to snom 820 and the 720
2014-05-30 06:14:50 +00:00
Mark Crane
ab6886a796
Add record_ext=mp3 option when recording an extension.
2014-05-24 17:32:32 +00:00
Mark Crane
ca20707544
Fix the per user language user_setting so that it is only applied if it has a value
2014-05-21 05:52:39 +00:00
Mark Crane
964fe317b4
Add intercept_group.lua
2014-05-16 07:28:28 +00:00
Mark Crane
eb7a0c33a8
Fix the sounds copy
2014-05-16 07:11:18 +00:00
Mark Crane
f9c3a09bd3
Fix the cp -R
2014-05-16 06:28:27 +00:00
Mark Crane
8e53eb047b
recursive_copy function use cp -R if it exists
2014-05-16 05:14:44 +00:00
Mark Crane
0b93629a3c
Fix the user setting so they work. User settings need to be set after login
2014-05-12 23:30:26 +00:00
Mark Crane
c52ca9a7a0
Fix blind transfer *1
2014-05-11 08:18:03 +00:00
Mark Crane
d5b9972c66
Update the file permissions after they are copied
2014-05-10 23:44:41 +00:00
Mark Crane
f4b17fd742
Fix the copy of the conf directory files during the install
2014-05-09 23:17:30 +00:00
Richard Neese
9645b2f69d
2014-05-09 14:16:32 +00:00
Mark Crane
fce1e007c3
Change the # to a // comment
2014-05-09 04:29:05 +00:00
Richard Neese
ac386361ad
disabling phrase cp
2014-05-09 03:35:19 +00:00
Richard Neese
2c1bc52161
testing rm on a extra copy
2014-05-09 02:41:13 +00:00
Mark Crane
328278c91f
Add an option "-n" --no-clober to the recursive_copy method used in the install
2014-05-08 09:45:05 +00:00
Mark Crane
03f376be02
Fix issue 591 where the dialplan xml file was not including the dialplan directory
2014-05-03 00:49:11 +00:00
Mark Crane
74ae6fc900
Add mute.lua and unmute.lua files
2014-05-02 09:34:56 +00:00
Mark Crane
a8702c546a
Add unmute.lua
2014-05-02 05:56:00 +00:00
Mark Crane
d7436731d5
Add conference center mute.lua
2014-05-02 05:45:57 +00:00
Mark Crane
0c87f27b35
Add a default timezone for install.php
2014-05-01 23:54:52 +00:00
Mark Crane
52b946f575
Add emergency caller id name to the extension xml and to xml handler.
2014-05-01 04:59:33 +00:00
Mark Crane
3ada63faec
Remove two includes that are no longer needed
2014-05-01 02:32:54 +00:00
Mark Crane
492452de64
Add a a check to see if the dial_string is null then add a default dial string
2014-04-30 20:54:30 +00:00
Mark Crane
c19bfaf955
Fix the fax_success null issue wit fax retry
2014-04-30 05:04:54 +00:00
Mark Crane
898d35ae8c
During the install check for /etc/freeswitch/vars.xml before using it
2014-04-29 17:51:29 +00:00
Mark Crane
70e573a266
Add /etc/freeswitch as an optional directory for freeswitch conf files
2014-04-28 23:25:33 +00:00
Mark Crane
d363a35822
Fixed revision 382 sip-presence-on-register to true on the internal sip profile
2014-04-27 09:40:06 +00:00
Nate Jones
53c7c9957e
Variable form select value mods
2014-04-27 08:55:39 +00:00
Nate Jones
a6d2b6fc06
Fixed Issue 324 and Issue 329 - Assigned extensions now displayed to a User upon initial login.
2014-04-27 06:26:15 +00:00
Mark Crane
41fda05df6
Set MySQL Attribute for UTF8
2014-04-26 18:53:58 +00:00
Mark Crane
5848fb12e1
Don't forget to add the gateway_uuid to the SQL Select
2014-04-26 06:05:39 +00:00
Mark Crane
a79368df49
Update the gateway list for the destination select list
2014-04-26 06:01:57 +00:00
Mark Crane
2abdf41a5b
Show only defined call groups
2014-04-24 10:04:18 +00:00
Mark Crane
4db614ee8c
change strlen($key) to isset($_REQUEST["key"] to fix login problem affecting one system
2014-04-18 01:22:37 +00:00
Mark Crane
a721ca6758
Prevent errors in the dial string lua script
2014-04-15 18:54:03 +00:00
Nate Jones
207c063473
Dialplan (Inbound) & Ring Group select box adjustments (focus at top, etc)
2014-04-15 01:31:49 +00:00
Mark Crane
93db029bba
Fix a nil variable concatentation error on user_status
2014-04-13 06:28:37 +00:00
Mark Crane
52f42ab4fe
Add a missing forward slash on the email subject when sending the email
2014-04-13 06:14:17 +00:00
Mark Crane
8b78674ef4
Finish up the source conf directory for the Debian Package install.
2014-04-13 04:45:05 +00:00
Mark Crane
3ee5b61d33
Fix the source file path on XML CDR for the Debian package.
2014-04-12 22:10:22 +00:00
Mark Crane
cfac14c6ee
Adjust the source conf directory to work with the debian package
2014-04-12 20:54:32 +00:00
Mark Crane
11864f504b
Make sure the recording directory exists
2014-04-12 17:42:23 +00:00
Mark Crane
d4c3a49bc3
Set the file permissions on for the sqlite database so it will work better with the Debian package
2014-04-09 15:02:25 +00:00
Mark Crane
4db5c3c041
Fix the conf directory copy used during the install
2014-04-09 14:24:07 +00:00
Mark Crane
068e03c72d
If the debian package usr share conf directory exists then use it as the source for the copy.
2014-04-09 05:00:11 +00:00
Mark Crane
025f733ac2
if the debian package scripts directory exists then use it for the source
2014-04-09 04:33:50 +00:00
Mark Crane
3a43ae12c4
Yealink remove some of the trailing white spaces. Fix the power led light for voicemail.
2014-04-08 01:37:47 +00:00
Mark Crane
924ba5ac6c
During the install copy all FreeSWITCH conf files.
2014-04-07 22:35:05 +00:00
Mark Crane
b9ed1f2074
A few minor changes to the yealink templates.
2014-04-07 21:18:35 +00:00
Mark Crane
f7833ede51
Check for /etc/fusionpbx/conf if it exists use it for the conf directory.
2014-04-07 14:48:45 +00:00
Mark Crane
4a995a8b98
On the file system check for a more appropriate directory to make sure the application is installed.
2014-04-07 14:41:15 +00:00
Mark Crane
63752b3856
Make the two inbound lua scripts more robust when the domain is not found.
2014-04-05 20:14:55 +00:00
Mark Crane
a7ab1c568c
Check add the option to record the user.
2014-04-04 07:08:00 +00:00
Mark Crane
54c9a95d39
Add user_record to the xml_handler section: directory
2014-04-03 17:45:10 +00:00
Mark Crane
0712d91564
Correct the indentation of some of the lines in user_status lua script.
2014-04-03 15:50:50 +00:00
Mark Crane
776e93e5e3
Use a sub string rather than requiring the domain at this point.
2014-04-03 06:26:29 +00:00
Mark Crane
44c0a7f87a
When determining the domain based DID/DDI or DNIS ignore whether the destination number is enabled or not. We need the information to determine the correct domain.
2014-04-03 06:20:59 +00:00
Mark Crane
b1e4bc8131
Add a new variable to the Yealink template ($yealink_power_led_on). And change account 6 voice_mail.number.5 = *97 to voice_mail.number.6 = *97.
2014-04-02 09:50:29 +00:00
Mark Crane
0015e74101
Add *97 for the voicemail button for Yealink t42g, t46g, and t48g.
2014-04-02 07:34:44 +00:00
Mark Crane
891f535cec
Move $db_type to $this->db_type.
2014-04-01 20:20:49 +00:00
Mark Crane
52cd917580
Add a method to the schema class column_exists, and sqlite_column_exists, and table_info.
2014-04-01 18:52:58 +00:00
Mark Crane
36e2054217
Fix the copy for the freeswitch conf directory which is done during the install.
2014-03-31 18:30:55 +00:00
Mark Crane
e86ed6cb79
Fix SIP URI dialing so they can work again.
2014-03-28 08:44:56 +00:00
Mark Crane
b6bc074dd0
Change the directory back to /etc/freeswitch until a bug is fixed in FreeSWITCH for the conf directory startup parameter.
2014-03-27 20:07:45 +00:00
Mark Crane
c98c612166
Change the dir to /etc/freeswitch for now.
2014-03-27 20:03:31 +00:00
Mark Crane
d0c2c1941a
fix the syntax on install.php
2014-03-27 16:32:33 +00:00
Mark Crane
4764747cff
Check to see if the /etc/fusionpbx/conf/freeswitch.xml file already exists and if so do not copy the conf directory.
2014-03-27 04:09:05 +00:00
Mark Crane
7451d1a019
Change directory detection /etc/freeswitch/dialplan to /etc/fusionpbx/conf.
2014-03-27 03:26:45 +00:00
Mark Crane
3ee3634103
Change the way the outbound context is used so that domain_name is not needed.
2014-03-27 02:38:15 +00:00
Mark Crane
7d6af49c9c
Fix the register expires on the Yealink T42g, T46g and T48g.
2014-03-26 08:52:16 +00:00
Mark Crane
c14e4f8241
Don't allow DHCP override by default. Add a new variable public_mode.
2014-03-26 05:53:18 +00:00
Mark Crane
c43e14fd17
Allow auto-answer to the Grandstream gxp21xx/{$mac}.xml template.
2014-03-25 08:51:21 +00:00
Mark Crane
68a874e723
Correct the file path for IVR Menu.
2014-03-23 17:36:15 +00:00
Mark Crane
1462863d03
Skip saving the sip profile xml if the directory is not set.
2014-03-22 02:03:04 +00:00
Mark Crane
0410bea6fd
When the config.php file exists disable the install. This change expands the directories where the config.php can be located.
2014-03-22 01:25:55 +00:00
Mark Crane
96c5094dc1
skip saving the gateway xml if the directory is not set.
2014-03-22 01:12:31 +00:00
Mark Crane
d4cb446b3e
Add the uuid to the SESSion array.
2014-03-21 23:49:26 +00:00
Mark Crane
aa17f6285f
In recordings.lua replace the custom sound file with phrase.
2014-03-21 23:47:40 +00:00
Mark Crane
088e6aaac4
Switch $switch_gateways_dir to $switch_sip_profiles_dir.
2014-03-21 23:46:20 +00:00
Mark Crane
399f968e29
Switch $_SESSION['switch']['gateways']['dir'] to $_SESSION['switch']['sip_profiles']['dir'].
2014-03-21 23:45:05 +00:00
Mark Crane
73d5f65adf
Add snom_time_zone variable to the Snom 300, 320 and 720 templates.
2014-03-21 20:18:25 +00:00
Mark Crane
dd248c7441
After toggling the call flow hangup the call.
2014-03-21 20:02:49 +00:00
Mark Crane
c8dce3712d
Adjust the admin_mod_login and password and the admin name and password for the Snom 300, 320, 720.
2014-03-21 18:22:25 +00:00
Mark Crane
f539fb79e5
Update the snom 320 template.
2014-03-21 18:10:07 +00:00
Mark Crane
6c6097548f
Update the Snom 300 provisioning template.
2014-03-21 17:57:46 +00:00
Mark Crane
bc2da19316
Add literal tags around the mac and use of { and } in the Snom 720 template.
2014-03-21 17:53:05 +00:00
Mark Crane
43051fc0a5
Add a Snom 720 provisioning template.
2014-03-21 17:20:28 +00:00
Mark Crane
776d9aa857
Add a record option to the destination select list.
2014-03-21 06:34:55 +00:00
Mark Crane
170a0864f5
Limit the transaction for the menu to SQLite.
2014-03-21 06:29:00 +00:00
Mark Crane
18cb6271c3
If vm_message_ext is "mp3" then check to see if mod_vlc is running and if it is then use vlc:// as the prefix for streaming the file.
2014-03-20 16:42:04 +00:00
Mark Crane
5ccad10197
Use lame to convert voicemail wav to mp3 files.
2014-03-20 08:47:36 +00:00
Mark Crane
affa8ee72c
Add the SQL transactions back again to speed up install and menu restore.
2014-03-19 05:19:48 +00:00
Mark Crane
6e91c4778a
Fix the alignment of the word Theme on the install.php.
2014-03-19 01:09:50 +00:00
Mark Crane
f5adb254f1
Check to see if that features app_config.php file exists before adding it to the switch_select_destination list.
2014-03-18 06:39:13 +00:00
Nate Jones
110c378deb
Dialplan Edit layout and style mods
...
Integrated autosize jquery script for text inputs
Style and functionality mods on domain selector and Enhanced template
2014-03-15 21:35:53 +00:00
Mark Crane
0dab3044e5
Yealink provisioning if category is not blf then hide the pickup_value.
2014-03-15 13:38:12 +00:00
Mark Crane
6f5a5af1ab
Remove extra white spaces and a few other adjustments for the Yealinks phones.
2014-03-15 13:23:21 +00:00
Nate Jones
55aada9d3c
Added Default Settings allowing control of system generated password lengths and strengths. Consistified (new word) password generation between Extension add and edit. Layout adjustment of Default Settings list.
2014-03-13 21:09:41 +00:00
Mark Crane
d5734a78d9
Remove trailing spaces from t22p.
2014-03-10 16:34:27 +00:00
Mark Crane
94a3105b52
Add the following provisioning variables grandstream_gxp_time_zone, grandstream_gxp_date_format, and grandstream_gxp_time_format.
2014-03-08 06:38:19 +00:00
Mark Crane
5326cc9241
Add ability to set comma delimited list of pin_numbers. Example set pin_number=111,333,555 in addition to set pin_number=555 which was already possible.
2014-03-07 21:12:16 +00:00
Mark Crane
069dc6db1a
Add a voicemail quota with a variable vm_disk_quota or vm-disk-quota (for compabitibility to FreeSWITCH voicemail)
2014-03-07 05:31:59 +00:00
Mark Crane
99e86db996
Add a 1 second sleep before playing the conference greeting.
2014-03-06 04:16:18 +00:00
Mark Crane
b85838edd3
Add a conference center greeting. Move all SQL debug info inside an SQL debug true if statement. Fix the new member count so it says 0 members in the conference for the first person that enters.
2014-03-05 21:10:58 +00:00
Mark Crane
fb9884ac46
Add a web login user and admin password for the Cisco SPA phones.
2014-03-04 16:51:33 +00:00
Mark Crane
65ace361b7
Prevent the class from being redeclared by using class_exists.
2014-03-04 16:48:59 +00:00
Mark Crane
a817f62729
SPA303 change Proxy from the {$domain_name} to {$server_address_1}.
2014-03-04 06:23:49 +00:00
Mark Crane
c60ad7b87b
Add account enable and register expires to all accounts across all Yealink phones. Add #features.reset_by_long_press_enable = 0 to the T4x devices.
2014-03-02 06:52:47 +00:00
Mark Crane
96a3138fa4
Add register_expires and network.static_dns_enable to the Yealink T42g and T46g templates.
2014-03-01 10:08:27 +00:00
Mark Crane
0d180ff41b
Add the Yealink t48g template.
2014-03-01 10:07:08 +00:00
Mark Crane
daad35388d
Fix Yealink T42 and T46 account enable.
2014-02-28 23:37:53 +00:00
Mark Crane
24120382a0
Add a member count announcement when joining the for conference room with conference center.
2014-02-28 17:14:15 +00:00
Mark Crane
0d59a9bafc
Removed } which caused a problem when pressing *2 to make a recording.
2014-02-28 00:06:19 +00:00
Mark Crane
8596fbe688
Yealink templates - Move the wallpaper assignment after its uploaded.
2014-02-27 10:50:36 +00:00
Mark Crane
5035918ca8
Set the specific wallpaper and fix the variable syntax.
2014-02-27 05:35:18 +00:00
Mark Crane
1ac7868b19
Change the wallpaper and screen saver values. ${yealink_xxx_wallpaper} ${yealink_xxx_screen_saver}
2014-02-27 04:11:24 +00:00
Mark Crane
9ead2adf20
Add the spa_time_zone variable to the Cisco SPA templates.
2014-02-27 02:45:01 +00:00
Mark Crane
6cac435976
Update the SPA112 template. Add the web login user and admin name and password.
2014-02-25 16:47:47 +00:00
Mark Crane
2f58a36e45
Improve the Grandstream dialplan and disable stock info on the gxp21xx/{$mac}.xml template.
2014-02-25 15:52:19 +00:00
Mark Crane
a6c058e813
Fix the SIP transport for the Yealink T42g.
2014-02-25 07:10:55 +00:00
Mark Crane
fe5c6fe492
Add domain_description to the same domains array.
2014-02-25 06:00:40 +00:00
Mark Crane
9ef97c766d
Add ring group rollover strategy to the LUA script.
2014-02-25 04:59:02 +00:00
Mark Crane
dfba7f9405
Time for a major improvement to LUA XML handler efficiency.
2014-02-23 06:34:56 +00:00
Mark Crane
6b90bec7d0
Correct the field name in the SQL query from enabled to var_enabled.
2014-02-23 06:20:09 +00:00
Mark Crane
87a79a9211
Fix a problem with inbound calls and improve the dialplan lua script.
2014-02-22 18:06:30 +00:00
Mark Crane
d1f7c87565
Add the call block lua script to app/dialplan so that it will work on all inbound calls.
2014-02-21 22:58:01 +00:00
Nate Jones
ec4adf8145
Protected domain information from being overwritten.
2014-02-21 04:22:25 +00:00
Mark Crane
5724ac5361
Remove ORIGINATOR_CANCEL from the ring group lua script to fix ring group intercept.
2014-02-19 22:48:00 +00:00
Mark Crane
b12c258e05
Fix the white space and tabs issues with fax_retry.lua.
2014-02-19 06:15:53 +00:00
Mark Crane
b8be06d295
Remove origination_caller_id_name from ring groups lua script.
2014-02-18 18:43:14 +00:00
Mark Crane
bac657a34f
Update eavesdrop.lua change the sounds used to get the pin number to the default freeswitch sound files.
2014-02-18 01:10:15 +00:00
Mark Crane
757641d0bd
Fix upgrade schema so it evaluate char and char(30) as a char.
2014-02-17 17:12:33 +00:00
Mark Crane
bf80be8d87
Comment out the transaction support for the menu.
2014-02-16 09:04:52 +00:00
Mark Crane
4087ff7779
Fix the call_direction.
2014-02-14 01:01:51 +00:00
Mark Crane
0c4a6a9018
Add features.reset_by_long_press_enable although will be ignored by 70 firmware and remove some trailing spaces.
2014-02-13 15:32:11 +00:00
Mark Crane
5c753fe81e
Only perform these actions if the directory exists during the install.
2014-02-13 00:24:49 +00:00
Mark Crane
bda1a9dec4
Only install class copy methods only add if the directory exists.
2014-02-13 00:23:00 +00:00
Mark Crane
12c4f6b5d2
Add the live dial pad option to the one yealink template that did not have it.
2014-02-11 04:40:33 +00:00
Mark Crane
49d710246f
Make the sql statements a little more efficient.
2014-02-11 02:04:38 +00:00
Mark Crane
202645e1d8
Set the dev branch version to 3.5 release candidate 1.
2014-02-11 01:53:46 +00:00
Mark Crane
e579923342
Add MWI-Voice-Message to show the message count.
2014-02-09 09:43:47 +00:00
Mark Crane
f2dcc5028c
Return the primary key uuid when adding a new record.
2014-02-09 09:24:41 +00:00
Mark Crane
9b07668251
A minor change to directory.lua
2014-02-09 09:12:05 +00:00
Mark Crane
5d6cf09061
Fix the ring group caller id prefix.
2014-02-08 18:42:35 +00:00
Mark Crane
968b134b32
Update the seesion every 8 hours isntead of every 30 minutes.
2014-02-08 09:38:44 +00:00
Mark Crane
e67177828f
Add the admin_name, admin_password, user_name, and user_password variables to the Yealink w52p.
2014-02-08 09:24:08 +00:00
Mark Crane
ebc19b06b9
Add new Yealink time zone variables and update existing ones adding 'yealink_' as a prefix.
2014-02-08 08:58:28 +00:00
Mark Crane
71f71a3a5f
Add sip port, transport, and expires to the Yealink w52p.
2014-02-08 06:59:42 +00:00
Mark Crane
79ab5605ad
Conference center remove a redundant dbh:release(); which is not needed because its being done in the hangup hook. Turn off sql debug.
2014-02-07 19:09:32 +00:00
Mark Crane
488872116a
Thanks Christopher Hennessy for donating the new templates and improvements to the existing ones.
2014-02-07 11:13:50 +00:00
Mark Crane
fd9d639327
Change the template directory name to lower case to match the other templates.
2014-02-07 11:05:05 +00:00
Mark Crane
5895d307e7
Change the template directory name to lower case to match the other templates.
2014-02-07 11:04:45 +00:00
Mark Crane
c61d04727e
Change the template directory name to lower case to match the other templates.
2014-02-07 11:04:26 +00:00
Mark Crane
eaae926379
Change the template directory name to lower case to match the other templates.
2014-02-07 11:04:06 +00:00
Mark Crane
c99272a15b
Add the Yealink w52p.
2014-02-07 11:02:22 +00:00
Mark Crane
2165f07869
Grandstream GXP2200 remove the trailing white spaces and fix one of the variables.
2014-02-07 08:38:39 +00:00
Mark Crane
b9c7686975
Add new lua application user_status to be used to login and logout of call center by toggling the user status.
2014-02-04 23:23:17 +00:00
Mark Crane
b1f6136b6d
Add 'check voicemail' option to the destination select list and move info, hangup and answer to advanced which only users in the superadmin group can see.
2014-02-04 08:36:18 +00:00
Mark Crane
d089f7ded0
If authentication is set for unique global username then don't remove the @domain from the username.
2014-02-04 04:53:42 +00:00
Mark Crane
8d09e4da67
Remove the \$ and replace with $ the \ escape is not needed.
2014-02-04 00:49:16 +00:00
Mark Crane
8ff448eea9
Fix General memory key 5 in the Grandstream gxp21xx template.
2014-02-01 09:11:52 +00:00
Mark Crane
c03db87617
Add the date format for the gxp21xx.
2014-02-01 05:28:22 +00:00
Mark Crane
08c1e37b51
Update the firmware path for the gxp21xx.
2014-02-01 05:14:17 +00:00
Mark Crane
9c2966cf5b
Add sip transport for gxp21xx.
2014-02-01 03:43:29 +00:00
Mark Crane
bfcc528676
Update the line key assignment for the Cisco SPA series phones.
2014-01-30 08:33:26 +00:00
Mark Crane
819917765d
Add a provisioning template for the Cisco 7960 template.
2014-01-30 00:23:38 +00:00
Mark Crane
7809ff3525
Add quotes around the name.
2014-01-30 00:17:44 +00:00
Mark Crane
4cc7fd379f
Empty tftp_cfg_dir variable in the 7940 template
2014-01-29 23:03:29 +00:00
Mark Crane
cf2e1db5f0
Fix a syntax problem with the Yealink vp530 provisioning template.
2014-01-29 09:21:58 +00:00
Mark Crane
e240cb75b9
Fix a syntax problem on the Grandstream GXP2200 provisioning template.
2014-01-29 09:18:47 +00:00
Mark Crane
ab316a7fb0
Change the include for smarty template engine to a require_once
2014-01-29 09:13:56 +00:00
Mark Crane
726dc41afb
Key to line assignment for the Grandstream GXP21xx.
2014-01-28 10:42:00 +00:00
Mark Crane
12efba25d1
Configure the multi-purpose keys in the Grandstream gxp21xx template.
2014-01-28 10:08:02 +00:00
Mark Crane
b5c6b73b43
Fix the line key assignment on the SPA303, add voicemail *97 option, and time zone settings.
2014-01-26 14:03:32 +00:00
Mark Crane
7045ae3b32
Remove the back slash from ivr_menu.lua. http://jira.freeswitch.org/browse/FS-6059 thanks Travis for the bug fix.
2014-01-26 13:25:50 +00:00
Mark Crane
db85195793
Add Company Directory to the dialplan select destination.
2014-01-26 13:18:41 +00:00
Mark Crane
11508403e2
Yealink, Add the time zone variables.
2014-01-24 08:44:22 +00:00
Mark Crane
673b680e71
Configure the wallpaper option to the yealink templates.
2014-01-24 08:08:04 +00:00
Philippe Rioual
ee51bea37e
fixed some french translations issues
2014-01-23 21:15:49 +00:00
Mark Crane
9b972d21d5
Add admin_password and user_password to all of the grandstream phones.
2014-01-23 05:26:53 +00:00
Nuno Miguel Reis
2578862bad
registrations panel reboot options (extended)
2014-01-22 21:39:27 +00:00
Mark Crane
de09d2f6b6
Fix a bug with fax_success in a few places it was set to numeric 0 but used in an IF statement as a string. Fax retry worked in many situations but this bug prevented it from working all the time.
2014-01-21 21:55:38 +00:00
Nuno Miguel Reis
05e3a61ac4
pt-ring
2014-01-21 18:03:05 +00:00
Nuno Miguel Reis
2d31c971df
fixed to be used like this: lua/luarun app.lua call_block C
2014-01-21 05:12:57 +00:00
Nuno Miguel Reis
0ecedb07de
added missing references
2014-01-21 04:33:54 +00:00
Nuno Miguel Reis
b531bcc450
fixed bug with file handle
2014-01-21 04:22:02 +00:00
Nuno Miguel Reis
e83d7ea1fd
removed utf8encode not needed after all (local bug was causing the issues elsewhere)
2014-01-21 03:25:56 +00:00
Nuno Miguel Reis
4dcdd3a0ca
added new log function
2014-01-20 21:55:36 +00:00
Nuno Miguel Reis
b4c5bffe68
added protection by encoding in utf8
2014-01-20 21:22:24 +00:00
Mark Crane
cd785dcf45
Add admin_name, admin_password, user_name, user_password, var_name, and var_password variables to the yealink common config file.
2014-01-20 11:21:42 +00:00
Mark Crane
1a7c685e60
Add a new object relational model class and make the dialplan edit use for add and edit.
2014-01-19 13:09:17 +00:00
Mark Crane
5e37c95abb
Database class change $this->name to $this->db_name
2014-01-19 13:06:27 +00:00
Mark Crane
4fcc3b4c35
Add a PHP class autoloader spl_autoload_register.
2014-01-19 01:30:10 +00:00
Nuno Miguel Reis
4cb72d88cc
menu fixing utf8 and ring groups pt-ring option
2014-01-16 23:30:56 +00:00
Richard Neese
09f6d2825b
fix cisco 504g template
2014-01-16 22:55:50 +00:00
Mark Crane
d2875882a0
Update Cisco SPA provisioning templates to get the key assignment working.
2014-01-15 23:53:25 +00:00
Mark Crane
2bac44aee7
Add app/dialplan/ to the dialplan class path.
2014-01-13 14:34:13 +00:00
Mark Crane
d0c9cf7715
Move the dialplan class to the dialplan/resources/classes directory.
2014-01-13 14:21:27 +00:00
Mark Crane
527f537f3a
Set the Yealink -> live dialpad option to enabled in the common config.
2014-01-09 03:39:22 +00:00
Mark Crane
9c51439eb7
Update the app.lua script.
2014-01-09 03:04:28 +00:00
Mark Crane
f0eb71950c
Fix TLS option for the sip transport.
2014-01-09 02:35:29 +00:00
Mark Crane
6209f82858
Change the default setting to another method.
2014-01-09 01:28:21 +00:00
Mark Crane
57291e733d
Improve the method to determine a default sip port number.
2014-01-09 01:07:57 +00:00
Mark Crane
bb817445c6
Add event_notify lua script.
2014-01-08 09:15:35 +00:00
Mark Crane
6dc16dec51
Update a few more things.
2014-01-08 01:34:15 +00:00
Mark Crane
6fb834709e
Change the old provisioning syntax to the new syntax.
2014-01-08 01:30:30 +00:00
Mark Crane
540819901b
Fix ring groups for originate_disposition add 'failure'
2014-01-07 06:25:16 +00:00
Mark Crane
c080637207
Add yealink t42g, and t46g templates.
2014-01-05 10:17:42 +00:00
Mark Crane
9f8e130644
Update yealink auth_name
2014-01-05 10:16:40 +00:00
Mark Crane
c30de90032
Correct the common config file name for yealink vp530.
2014-01-05 07:21:36 +00:00
Mark Crane
2cbdfbe793
Add the p to the template name.
2014-01-05 07:04:05 +00:00
Mark Crane
e3893760b9
Add the p to the template name.
2014-01-05 07:03:45 +00:00
Mark Crane
7bee0be113
Add the p to the template name.
2014-01-05 07:02:53 +00:00
Mark Crane
16105fe591
Add the p to the template name.
2014-01-05 07:02:30 +00:00
Mark Crane
1052cea2fd
Update the yealink common file for the t28p
2014-01-05 06:56:05 +00:00
Mark Crane
a806e7e367
Update the yealink common file for the t26p
2014-01-05 06:54:51 +00:00
Mark Crane
44f99f8f35
Update the yealink common file.
2014-01-05 06:53:59 +00:00
Mark Crane
22ff37be57
2014-01-05 06:52:17 +00:00
Mark Crane
74fe48cf3c
Add the missing {/if}
2014-01-04 05:58:22 +00:00
Mark Crane
63741a35ca
Fix the yealink memory keys
2014-01-04 05:50:41 +00:00
Mark Crane
f466af0c42
Update the yealink templates for key line and extension options.
2014-01-04 01:48:58 +00:00
Mark Crane
45c254f6e0
Dev Branch: Conference center fix the domain_uuid.
2014-01-04 00:11:09 +00:00
Mark Crane
b2e1017294
Change log messages from [conference] to [conference center]
2014-01-03 21:04:37 +00:00
Mark Crane
93543936f5
Dev branch, Fix conference center by adjusting the database connection.
2014-01-03 21:02:21 +00:00
Mark Crane
58530d843e
Use the correct database connection object.
2014-01-03 20:07:36 +00:00
Mark Crane
0f56dcc01a
Update the provisioning key assignment so that it will work for yealink phones.
2014-01-03 02:55:16 +00:00
Mark Crane
7ff34446a5
Fix register expires on spa508g.
2014-01-02 23:32:34 +00:00
Mark Crane
82df486187
Update Cisco SPA sip_transport, sip_port, and register_expires.
2014-01-02 23:06:25 +00:00
Mark Crane
e1b5d9587b
SPA provisioning set Resync_Periodic to 0 for linksys devices.
2014-01-02 21:01:55 +00:00
Mark Crane
d0d0e72b0d
SPA provisioning set Resync_Periodic to 0.
2014-01-02 20:59:24 +00:00
Mark Crane
ac07b4a613
Add the key assignment to the yealink templates.
2014-01-01 08:54:03 +00:00
Mark Crane
2725e25be3
Add an include to ensure the domains class exists.
2013-12-30 16:03:29 +00:00
Mark Crane
0c272c7906
Add an option for the user accounts to be globally unique.
2013-12-27 18:24:57 +00:00
Mark Crane
67ee471d5f
Fix this error: [ERR] freeswitch_lua.cpp:374 DBH NOT Connected. Caused by releasing DBH which is done in the parent script.
2013-12-24 16:25:16 +00:00
luis daniel lucio quiroz
e7d3d5c934
previous changes reverted, agreed with mcrane
2013-12-23 20:21:25 +00:00
luis daniel lucio quiroz
fbc34dfab8
database_host nil prevention
2013-12-23 00:39:02 +00:00
luis daniel lucio quiroz
a85673b66f
dialed_extension assigned before showing
2013-12-23 00:34:34 +00:00
luis daniel lucio quiroz
41ea11528c
fix a dbh sintax that fails in some servers, seems old sintax is not supported
2013-12-23 00:29:54 +00:00
luis daniel lucio quiroz
f306ff68ea
dialed_extensions was nil when coming from ringing group
2013-12-22 19:06:00 +00:00
Mark Crane
bafbfe8b47
Correct the variables in the Cisco SPA122 template.
2013-12-22 07:33:03 +00:00
Mark Crane
9e437da3fe
Update the Yealink t20, and t22 provisioning files and add the t32g, t38g, and vp530.
2013-12-22 07:07:33 +00:00
Mark Crane
37dc88c439
Provisioning - Add key assignment, fix vertical spacing on some of the templates, trailing spaces, fix the dialplan and disable Group_Paging_Script tag which uses extension 800.
2013-12-21 20:24:17 +00:00
Mark Crane
ae43fa83bf
Update the Cisco spa504g provisoning template. It is now the first to use the key assignment.
2013-12-21 16:49:01 +00:00
Mark Crane
5fac0278d6
Fix the update to the call center dialplan.
2013-12-19 10:04:37 +00:00
Mark Crane
d72187ede2
Add Cisco spa508g template.
2013-12-17 22:42:20 +00:00
Mark Crane
d02d4e863d
Add Cisco spa514g template.
2013-12-17 20:03:40 +00:00
Mark Crane
49414038cd
Add and update sip port, transport and sip expires on spa112 and spa504g
2013-12-10 22:56:49 +00:00
Mark Crane
82689c0d29
Add port and transport to the SPA112 template.
2013-12-10 18:06:07 +00:00
Mark Crane
ae5e7ae848
Add the rest of the Grandstream provisioning files.
2013-12-07 03:06:02 +00:00
Mark Crane
49029f7ebb
Change the RTP packet size <RTP_Packet_Size group="SIP/RTP_Parameters">0.020</RTP_Packet_Size>
2013-12-07 01:30:19 +00:00
Mark Crane
4f8ab969d9
Fix that code that writes the gateway xml to the file system so that it will use the gateway uuid for the filename and gateway name. Benefit of using the XML is that it is a major step closer to renaming tenants, or changing the gateway name without hurting the outbound routes.
2013-12-06 12:36:52 +00:00
Mark Crane
91d489b8b2
Change the gateway name to gateway_uuid in the XML handler.
2013-12-06 08:26:55 +00:00
Mark Crane
d3fc19f75a
Get rid of a trailing white space in voicemail/index.lua
2013-12-04 18:15:34 +00:00
Mark Crane
20ee58b5ba
Remove a trailing space from dial_string.lua
2013-12-04 18:06:07 +00:00
Mark Crane
b01ccb2ebb
Adjust the voicemail_authorized if statement.
2013-12-04 17:24:44 +00:00
Mark Crane
73096006a2
Add voicemail_authorized variable as an option set it up to work with for *97 and *4000. When you check voicemail then press * it prompts for the password or if *98 is dialed it asks for the password.
2013-12-04 17:07:34 +00:00
Mark Crane
51daa8b8ee
Add per leg ring group domain name control. Contributed by Daniel Lucio.
...
dest1: 100
dest2: 999@otherdomain
dest3: 555
2013-12-04 08:14:40 +00:00
Mark Crane
602f6d038f
Remove a file_exists where it didn't belong.
2013-12-01 07:17:28 +00:00
Mark Crane
dd78750044
Fix the scripts to copy missing freeswitch scripts again.
2013-12-01 06:56:55 +00:00
Mark Crane
569c22f319
Add the dialed_extension to ring groups.
2013-12-01 03:59:06 +00:00
Mark Crane
178f475e64
Add scripts/app/dialplan accessible with action: lua data: app.lua dialplan
2013-12-01 03:46:04 +00:00
Mark Crane
79cbecb5e9
Fix the call center extension list.
...
Reported as https://code.google.com/p/fusionpbx/issues/detail?id=510&start=100
2013-11-26 17:04:00 +00:00
Mark Crane
323a486b01
Yealink t22 and t38g set account.1.transport = 1 for TCP.
2013-11-26 07:57:40 +00:00
Mark Crane
ee7a772b40
Remove dbh:release(); from directory.lua because its done in the parent script after this script completes.
2013-11-25 20:56:27 +00:00
Mark Crane
7c3300faf6
Change menu class method restore2 to restore_all. Remove group permissions from restore (Restore Default) and leave in restore_all (Restore All)
2013-11-24 01:35:37 +00:00
Mark Crane
a812951dc1
Improve the efficiency of the Menu PHP class by removing redundant code in the restore method of the PHP class and add PDO transactions. Improve the menu language for better multi-lingual support, escape the menu item title to so it will work correctly for French and other languages.
2013-11-24 00:15:02 +00:00
Mark Crane
4bd5b6a018
Add Grandstream GXP140x and GXP1450 templates.
2013-11-23 06:07:02 +00:00
Mark Crane
ff8322988b
Add templates for the Cisco spa122, spa501g, and spa509g. Thanks Keng for providing these templates.
2013-11-23 06:04:55 +00:00
Mark Crane
9159389034
Add templates for the Cisco spa301, spa502g, and spa512g.
2013-11-23 05:43:11 +00:00
Mark Crane
734943e723
Provisioning add Granstream gxp21xx, ht701, and a minor update to dp715.
2013-11-21 00:45:17 +00:00
Mark Crane
33a3cddf5e
Add a missing if statement: if (conference_hostname ~= local_hostname) then
...
Contributed by Luis Daniel Lucio
2013-11-20 07:35:38 +00:00
Mark Crane
d71bb5ceac
Check the hostname for conference center.
2013-11-20 06:14:18 +00:00
Mark Crane
8076d2af85
config.php can be located in /etc/fusionpbx this change makes it use that location during install if it exists. Thanks Richard Neese who reported this error and the solution.
2013-11-19 16:15:00 +00:00
Mark Crane
8131f3473e
Edge case fix ring group when an extension is not registered.
2013-11-19 05:59:47 +00:00
Mark Crane
137176ae1f
Add a additional debug information and fix some problems in directory.lua.
2013-11-17 11:44:02 +00:00
Mark Crane
15aff26905
Fix the template dp715 so it will work with the template engine changes.
2013-11-16 23:56:40 +00:00
Mark Crane
c9266bfe8e
Rename the provisioning file so that it is valid for the template engine.
2013-11-16 23:46:01 +00:00
James Rose
92be86f8a2
Add provisioning template for the Grandstream DP715 Dect phone.
2013-11-15 21:10:30 +00:00
Mark Crane
ff7fd2645c
Add a bridge option to the destination select list.
2013-11-14 09:38:17 +00:00
Mark Crane
ed56592d78
Make sofia.conf.lua hostname backwards compatible.
2013-11-13 08:26:18 +00:00
Mark Crane
452e323152
Add hostname to sofia.conf.lua
2013-11-12 16:09:07 +00:00
Mark Crane
df31794cf8
Add reverse-auth-lookup to the xml handler script.
2013-11-12 08:44:32 +00:00
Mark Crane
a10b8cceee
Check the local hostname in the xml handler.
2013-11-12 08:43:13 +00:00
Mark Crane
e770d141a2
Add the uppercase Twig to the template class.
2013-11-12 04:39:54 +00:00
Mark Crane
75aa1d9e92
Rename twig to Twig to get it working.
2013-11-12 04:37:38 +00:00
Mark Crane
53cb0c1454
Fix the path for raintpl and remove some trailing spaces and extra tabs.
2013-11-11 20:17:50 +00:00
Matt Putnam
47e3fda5c6
added code to stop raintpl from eating \r on new lines for yealink and similar phones.
2013-11-11 06:53:51 +00:00
Matt Putnam
76e60e1303
2013-11-10 16:54:18 +00:00
Matt Putnam
548ddeab39
2013-11-10 16:51:48 +00:00
Mark Crane
2a861661a6
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:20:27 +00:00
Mark Crane
8a34d7b0bb
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:19:50 +00:00
Mark Crane
e35287d940
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:19:11 +00:00
Mark Crane
6d25029ad3
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:18:41 +00:00
Mark Crane
6d5e32f56d
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:18:02 +00:00
Mark Crane
bc5800665e
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:17:09 +00:00
Mark Crane
3e81fe435c
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:16:39 +00:00
Mark Crane
83305380ed
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:16:03 +00:00
Mark Crane
8a66720fb2
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:15:12 +00:00
Mark Crane
3889a6b277
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:14:44 +00:00
Mark Crane
010595ad47
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:14:03 +00:00
Mark Crane
9e7f5571f8
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:13:25 +00:00
Mark Crane
b64c62321f
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:12:55 +00:00
Mark Crane
06ddddcb2d
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:10:43 +00:00
Mark Crane
2cf5e5140e
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:10:06 +00:00
Mark Crane
a52bffd9ba
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:09:36 +00:00
Mark Crane
7740903664
Change the file name {v_mac} variable to {$mac}
2013-11-10 07:08:29 +00:00
Mark Crane
3b8a5a3068
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:07:33 +00:00
Mark Crane
fe239b567e
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:07:06 +00:00
Mark Crane
0bc1d722cd
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:06:35 +00:00
Mark Crane
94cd911436
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:06:08 +00:00
Mark Crane
cfb9cf4d68
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:05:39 +00:00
Mark Crane
96bbf877ef
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:04:47 +00:00
Mark Crane
c5131bbabf
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:04:05 +00:00
Mark Crane
1b5b63b2b3
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:03:37 +00:00
Mark Crane
a492567baa
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:03:01 +00:00
Mark Crane
a62138be7d
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:02:03 +00:00
Mark Crane
a5962327a3
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:01:29 +00:00
Mark Crane
d4fa976278
Change the file name ${v_mac} variable to {$mac}
2013-11-10 07:00:33 +00:00
Mark Crane
4a56cc7a97
Fix the file paths in the template engine.
2013-11-10 06:55:00 +00:00
Mark Crane
29c17fd906
Add the template class.
2013-11-09 20:37:46 +00:00
Mark Crane
37c3b78ea1
move raintpl into templates/engine
2013-11-09 20:08:02 +00:00
Mark Crane
f12cb6b3fb
Add smarty template engine.
2013-11-09 20:02:56 +00:00
Matt Putnam
5bf11c919c
updated variable {$server_name_line} to {$server_address_line}
2013-11-08 15:43:27 +00:00
Mark Crane
6f8bb769cc
Add new and old message count to the mwi event to the dev branch.
2013-11-07 23:49:09 +00:00
Mark Crane
30953af524
Add "NO_USER_RESPONSE" for ring groups.
2013-11-05 18:17:44 +00:00
Matt Putnam
9ab7344edf
removed leading F
2013-11-05 16:55:28 +00:00
Matt Putnam
efaf8eff0f
2013-11-05 16:45:19 +00:00
Matt Putnam
6de89d8f7e
Added SIPDefault.cnf to Cisco/7940 config templates
2013-11-04 21:56:55 +00:00
Matt Putnam
d9420c4ac2
2013-11-04 21:42:55 +00:00
Matt Putnam
94e7e88347
Updated Variables to the new RAINtpl standard
2013-11-04 18:38:53 +00:00
Matt Putnam
1e1c3d8c08
Updated all variables to comply with raintpl.
2013-11-03 21:22:17 +00:00
Matt Putnam
60802d22ca
2013-11-03 20:58:59 +00:00
Matt Putnam
a55e966753
2013-11-03 20:58:24 +00:00
Matt Putnam
993b997c15
Added raintpl class
2013-11-03 20:35:06 +00:00
Mark Crane
34d59291ff
Add Yealink t38g provisioning template and then add line 2 to the the t22.
2013-11-01 23:17:30 +00:00
Mark Crane
fdeb3fb1b0
Fix an error that occurs on a few systems when adding a domain.
2013-11-01 15:50:49 +00:00
Mark Crane
07d9e95d04
Fix a problem where the if the last phone ringing is not registered then the call ends with error user not registered. Fixed a problem where the last person rejects the call it would send a busy back to the caller rather than sending to the timeout action.
2013-10-31 01:08:45 +00:00
James Rose
b51b9eab2a
Debug Extension_UUID was crashing script (nil)
2013-10-30 15:15:55 +00:00
Mark Crane
4f8203d8d3
Fix the pin number used in the dial string and switch session:execute for api:execute. Thanks soapee01 for reporting and helping with the bug.
2013-10-29 23:15:20 +00:00
Mark Crane
013303a6c2
If there are no ring group destinations fix the timeout destination.
2013-10-29 22:20:36 +00:00
Mark Crane
92e7b5a2ab
Fix the forward to extension option 8 in voicemail.
2013-10-29 20:54:54 +00:00
Mark Crane
16c3c9a521
Fix the line 2 password on the spa525g template.
2013-10-22 22:40:35 +00:00
Mark Crane
e5b72715f0
Comment out the voicemail fields in the xml handler.
2013-10-08 22:26:25 +00:00
Mark Crane
1cd60afb9e
Add the voicemail_greeting_number variable to set the greeting_id. Adjust skip_instructions so that it used.
2013-10-04 00:05:24 +00:00
Mark Crane
b9425a0a6a
Additional monitoring of a busy server showed that it was the cache only that needed to be removed.
2013-09-29 10:08:27 +00:00
Mark Crane
88466b5356
Remove this code from the xml handler which made it unable to find some extensions that existed.
2013-09-29 09:22:16 +00:00
Mark Crane
2acd142d8b
FusionPBX 3.4 official release.
2013-09-28 21:08:56 +00:00
Mark Crane
0fc11ed284
To speed up the install and upgrade schema only copy files that don't exist in the destination directory.
2013-09-28 21:06:16 +00:00
Mark Crane
07fac85b21
Fix the dial_string.lua so that it uses the voicemail password from v_voicemails table, and have it clear the cached extension from memcache.
2013-09-28 20:39:06 +00:00
Mark Crane
fdb9589245
Rename the fields in call_block to conform with the database naming convention and to match the table name.
2013-09-27 10:21:43 +00:00
Mark Crane
f94aaf31c3
Move the call block scripts to the install/scripts/app directory for now.
2013-09-27 09:06:28 +00:00
Mark Crane
826df9c40a
Cleanup the menu class fixup the white space problems.
2013-09-27 04:15:43 +00:00
Mark Crane
ad9473f4af
Get rid of the trailing spaces.
2013-09-27 03:34:23 +00:00
Mark Crane
6aafca34f0
Security enhancement for the content manager.
2013-09-27 03:24:09 +00:00
Mark Crane
79ef4dec81
Call center music on hold default add local_stream://
2013-09-25 02:16:21 +00:00
Mark Crane
a8aa185f75
Set the default music on hold correctly for call center.
2013-09-25 01:29:43 +00:00
Mark Crane
91b4cc13d2
Remove the mkdir from call center dialplan.
2013-09-23 19:58:03 +00:00
Mark Crane
b3f18d3ffc
Use the voicemail directory.
2013-09-23 19:57:07 +00:00
Mark Crane
1141dbb734
Update the reference to sip_profile_edit.php
2013-09-23 17:03:26 +00:00
Mark Crane
8f8fd3e3e8
Audited the permissions names. Permissions names are to be non plural.
2013-09-21 21:45:35 +00:00
Mark Crane
b3d38b6039
A little more work to enable the api key.
2013-09-21 07:58:29 +00:00
Mark Crane
a62f4f7049
Add a $key option for the REST API.
2013-09-21 02:55:02 +00:00
Nuno Miguel Reis
1c61786ba9
changed query before building modules.conf
2013-09-20 21:43:24 +00:00
Mark Crane
577ee8ca20
Add ivr-accept_reject.wav both 8 and 16khz.
2013-09-17 22:52:21 +00:00
Mark Crane
b787d19b7e
Remove option 3 for ring group confirm its not used.
2013-09-17 20:32:34 +00:00
Mark Crane
42df844069
Fix the ring group confirm so that timeout is unscheduled.
2013-09-17 17:27:55 +00:00
Mark Crane
eb7acb1f53
Make it so that if a call is parked to an occupied parking lot it is returned to sender.
2013-09-16 21:35:37 +00:00
Mark Crane
1df6d68c31
Only include the elements that are installed.
2013-09-15 05:06:34 +00:00
Mark Crane
4dd45b61b0
If the content manager is not installed don't require it.
2013-09-15 05:02:00 +00:00
Mark Crane
b5fd5e245b
Create a new variable for cidlookup.conf.xml and lcr.conf.xml to use to connect to FusionPBX's database aka the system database.
2013-09-14 20:43:51 +00:00
Mark Crane
73799ec284
Set the min-dtmf-duration to 640 as recommended by flowroute.
...
http://code.google.com/p/fusionpbx/issues/detail?id=456&start=100
2013-09-11 02:55:32 +00:00
Mark Crane
6441e29397
Ring groups set origination_uuid only when using 'prompt'.
2013-09-11 02:37:57 +00:00
Mark Crane
3cc135f764
Fix ring group lua script so that if each extension is not registered and never has been that it still goes to the timeout destination.
2013-09-11 02:12:18 +00:00
Mark Crane
e1f72d9b84
Add ['type'] back to $field['key']['type'] as its used in many app_config.php files.
2013-09-10 21:30:17 +00:00
Mark Crane
9d4f07d885
Remove some trailing white spaces from the ring groups index.lua.
2013-09-09 23:57:10 +00:00
Mark Crane
d3ebb46dc6
Fix the primary key on the dev branch.
2013-09-07 16:25:35 +00:00
Mark Crane
1b68de90ed
Ring groups add a work around for Freeswitch's native voicemail.
2013-09-05 17:32:53 +00:00
Mark Crane
afa742f953
Change default-mod-wait conference profile to mod-wait to match the conference lua script.
2013-09-04 20:46:08 +00:00
Mark Crane
6c8a7adaaf
Change conference profile name of wait_mod to wait-mod in the conference lua script.
2013-09-04 20:44:09 +00:00
Mark Crane
11fd2f76b7
Remove the hard coded conference profile name.
2013-09-04 20:30:38 +00:00
Mark Crane
1da61d89e0
Prefix variable names in the header.php to prevent naming conflicts and unset a few more values.
2013-09-02 15:22:13 +00:00
Rüdiger Hahn
c6c5b8c0ce
Fix: typo in xml template
2013-09-01 07:20:06 +00:00
Mark Crane
d3fee80a71
Add the password.php to check_auth.php
2013-09-01 06:40:28 +00:00
Mark Crane
89ba6508dc
Add resources/functions/password.php from https://github.com/ircmaxell/password_compat . This will provide compatibility for the functions available in 5.5. This library requires PHP >= 5.3.7. PHP prior to 5.3.7 contains a security issue with its BCRYPT.
2013-09-01 06:05:59 +00:00
Rüdiger Hahn
1c5cdf3c81
Add inital config template for snom m3
2013-08-31 22:11:17 +00:00
Mark Crane
0ace741860
Add provisioning templates for panasonic ut113, ut123, ut133, ut136 phones.
2013-08-30 00:38:00 +00:00
Mark Crane
d46596edf5
Update yealink provisionig for t22 to work with the latest firmware.
2013-08-30 00:34:07 +00:00
Rüdiger Hahn
6eff533322
Add provisioning template for Linksys SPA-921
2013-08-29 21:14:49 +00:00
Rüdiger Hahn
b826095454
Add initial template for snom 360 phones
2013-08-29 20:58:45 +00:00
Mark Crane
8e484d6932
Ring Groups: Fix a problem where the domain_uuid was null for multi-tenant and for originate_disposition add NO_ANSWER for the timeout.
2013-08-29 16:57:36 +00:00
Mark Crane
d9ecfbc5e9
Fix the select destinations tool. Get the voicemail list from the voicemail table instead of the extensions table.
2013-08-28 01:03:44 +00:00
Mark Crane
581bf4f68f
Remove i386 causes problems for mod_shout and mpg123
2013-08-27 05:35:24 +00:00
Mark Crane
fcbeaaa8b4
Remove the debug code.
2013-08-26 19:45:30 +00:00
Mark Crane
21fcd4b606
Correct the function that updates the lua scripts make sure it correctly updates scripts except for database_handle.lua.
2013-08-26 19:45:01 +00:00
Mark Crane
8150aa7747
Only overwrite lua scripts and add database_handle.lua as an exception.
2013-08-26 18:50:43 +00:00
Mark Crane
4a443cddc3
Update the installed lua scripts when running upgrade.php or advanced -> upgrade schema.
2013-08-26 17:56:03 +00:00
Mark Crane
58c832d29a
Fix switch_select_destination so that it works with the changes to ivr menu.
2013-08-25 02:00:18 +00:00
Mark Crane
591fd6d251
Revmove save_hunt_groups_xml function from switch.php.
2013-08-22 16:05:17 +00:00
Mark Crane
c1bf255d62
Add number alias so that it will work with the xml handler.
2013-08-21 17:53:17 +00:00
Mark Crane
bdd7ed37d8
Re-enabled uuid_display found the real problem to the dtmf detection lag was caused by uuid_display with an incorrect rtp packet size (aka ptime) set wrong on the SPA504g. It was set to 0.030 but needs to be set to 0.020.
2013-08-20 23:54:46 +00:00
Mark Crane
57f1c145c7
Remove old huntgroup_originate.lua.
2013-08-20 18:59:51 +00:00
Mark Crane
b24038661c
Update the ring group lua script.
2013-08-16 20:36:52 +00:00
Mark Crane
22fb5ee73c
Faxing if the from_address is null then use the email_address.
2013-08-14 23:07:35 +00:00
Mark Crane
4da0178365
Comment out uuid_display. It caused the call to switch codecs, interrupt the audio and added a dtmf delay to voicemail after pressing 1 for new messages or 2 for old messages. Also added a lua copy function.
2013-08-13 06:09:45 +00:00
Mark Crane
f6bd332d16
Fix the ring group timeout when the prompt is not set to confirm.
2013-07-31 03:41:13 +00:00
Nuno Miguel Reis
028175388e
logger class (very usefull for debugging)
2013-07-29 20:26:00 +00:00
Mark Crane
867bd35d21
Change the menu back asc order.
2013-07-29 19:40:48 +00:00
Nuno Miguel Reis
df24d0bf5d
added db menu build and permissions block
2013-07-29 18:55:51 +00:00
Nuno Miguel Reis
8c932ebae3
bug fix on module category listings and new email_validate function
2013-07-29 17:22:43 +00:00
Nuno Miguel Reis
834a8624c7
missing stuff dealing with group permissions
2013-07-29 17:22:40 +00:00
Nuno Miguel Reis
493a0e7f8d
added mod_cdr_pg
2013-07-29 17:22:17 +00:00
Mark Crane
e285eb3976
Fixed the delay when using the new confirm feature for ring groups.
2013-07-27 21:05:38 +00:00
Mark Crane
4eff7e163b
Fixed a bug with IVR Menu where it reached the max failures +1 before moving onto the timeout action.
2013-07-25 18:25:52 +00:00
Mark Crane
a5ed0ac2f2
Add xml handler fixed sip call forward.
2013-07-25 06:04:15 +00:00
Mark Crane
9850365cc7
Add a new confirm.lua file specifically for ring groups.
2013-07-24 20:08:06 +00:00
Mark Crane
be2dcfa33f
Remove the old lua script file.
2013-07-24 19:54:57 +00:00
Mark Crane
d3a9214bc2
Add the new ring group lua scripts.
2013-07-24 19:54:17 +00:00
Mark Crane
443e3451da
Deprecate install/dialplan/default.xml.
2013-07-19 00:54:44 +00:00
Mark Crane
815e1008b4
Remove the install/lang/en directory now deprecated.
2013-07-19 00:48:23 +00:00
Mark Crane
bc05989163
Move the wakeup from install to resources/templates/conf/lang/en directory.
2013-07-19 00:47:05 +00:00
Mark Crane
3ead39e998
Move cdr_csv.conf.xml to dev/apps/cdr as a backup for a non maintained app in apps/cdr.
2013-07-19 00:39:52 +00:00
Mark Crane
8cd87551eb
On Debian or Ubuntu the /etc/init.d seems to require /etc/freeswitch this causes a problem source compiled systems changing the directory to detect if its a package install to /etc/freeswitch/dialplan.
2013-07-18 23:50:39 +00:00
Mark Crane
018445e2ab
Remove a file that is not needed.
2013-07-16 01:29:14 +00:00
Mark Crane
9038cfb9b7
Move direct dial code outside of the loop. Next user_exists replace context with domain_name so that it works with single tenant systems.
2013-07-15 21:47:22 +00:00
Mark Crane
0eafdddc8a
Fix the database class connection info so it can be provided on demand.
2013-07-13 18:33:30 +00:00
Mark Crane
1e961d1470
Add a general copy function for lua and use it with voicemail forward.
2013-07-11 19:50:09 +00:00
Mark Crane
0f10a134b8
Copy voicemail to another extension added single quotes to the copy string to help with paths with spaces.
2013-07-11 17:13:15 +00:00
Mark Crane
9f71bdd024
Change links from includes to the resources directory.
2013-07-10 23:41:12 +00:00
Mark Crane
2c3f51fdcf
Voicemail message playback press 4 for rewind and 6 for fast forward.
2013-07-10 22:59:17 +00:00
Mark Crane
545199d2bf
Add PROJECT_PATH to the extension class path.
2013-07-08 22:55:28 +00:00
Mark Crane
a0234e21c8
Fix the path to the extension class.
2013-07-08 21:43:15 +00:00
Mark Crane
5106512167
Remove lan_sip_profile function which is no longer being used.
2013-07-06 17:03:23 +00:00
Mark Crane
4301f9bee1
A little code house cleaning.
2013-07-06 17:01:35 +00:00
Mark Crane
32e16dd2c7
Set the include path to use with config.php inside the database.php class.
2013-07-06 08:06:03 +00:00
Mark Crane
2f36c6b407
Update the reference to includes/require.php to point to the resources directory.
2013-07-06 07:40:48 +00:00
Mark Crane
3aa617ded7
Move the class files from includes to the resources directory.
2013-07-06 07:16:58 +00:00
Mark Crane
3a58d1e08d
Move references to php classes in includes/classes to resource/classes.
2013-07-06 07:13:36 +00:00
Mark Crane
3798b9a782
Update a few more references to files that have been move to the resources directory.
2013-07-06 07:01:14 +00:00
Mark Crane
53bd4aaa85
Move switch.php to the resources directory.
2013-07-06 06:56:21 +00:00
Mark Crane
d1cf4a7bd9
Move php.php to the resources directory.
2013-07-06 06:54:10 +00:00
Mark Crane
82edcfcc86
Move schema.php to the resources directory.
2013-07-06 06:51:48 +00:00
Mark Crane
94e301eb98
Move pdo.php to the resources directory.
2013-07-06 06:49:36 +00:00
Mark Crane
629ba53b9b
Move pdo_vm.php file to the resources directory.
2013-07-06 06:47:14 +00:00
Mark Crane
8915debbd8
Rename lib_pdo_vm.php to pdo_vm.php and lib_functions.php to functions.php and move to the resources directory.
2013-07-06 06:46:07 +00:00
Mark Crane
cd6461aff4
Move functions.php to the resources directory.
2013-07-06 06:38:23 +00:00
Mark Crane
e9aa47069c
Update the references for header.php and footer.php files to point the resources directory.
2013-07-06 06:29:50 +00:00
Mark Crane
f267e45e67
Move header.php and footer.php files to the resources directory.
2013-07-06 06:28:29 +00:00
Mark Crane
f6a78154e7
Move paging.php to the resources directory.
2013-07-06 06:26:16 +00:00
Mark Crane
8123f9f27e
Move persist_form.php to the resources directory.
2013-07-06 06:23:12 +00:00
Mark Crane
716dc92852
Rename and move persistformvar.php to the resources directory.
2013-07-06 06:21:12 +00:00
Mark Crane
7a75b30f13
Move persist_form_var.php to the resources directory.
2013-07-06 06:20:17 +00:00
Mark Crane
4ec0f7ab70
Move the javascript calendar files to the resources directory.
2013-07-06 06:16:42 +00:00
Mark Crane
b4b7eea345
Remove source.xml
2013-07-06 06:08:45 +00:00
Mark Crane
50343dbd12
Move menu.php to the resources directory.
2013-07-06 06:06:59 +00:00
Mark Crane
c44d39dcf9
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00
Mark Crane
e8b788b8dc
Move require.php to the resources directory.
2013-07-06 05:56:50 +00:00
Mark Crane
f76fea4c31
Move check_auth.php to the resources directory.
2013-07-06 05:55:41 +00:00
Mark Crane
6a70d8db41
Change includes/checkauth.php to resources/check_auth.php.
2013-07-06 05:50:55 +00:00
Mark Crane
5b4913ae73
Move includes cmd to the resources directory.
2013-07-06 05:31:37 +00:00
Mark Crane
9713cbe098
move the file
2013-07-06 05:23:01 +00:00
Mark Crane
aa7e49fb78
Move recaptchalib.php to the resources directory.
2013-07-06 05:21:34 +00:00
Mark Crane
d7e5ba8a97
Move includes download.php to the resources directory.
2013-07-06 05:17:34 +00:00
Mark Crane
b7458ad228
Move email_address_validator.php to the resources directory.
2013-07-06 05:13:08 +00:00
Mark Crane
f7d8adbe66
Change a link to secure_download.php
2013-07-06 05:08:22 +00:00
Mark Crane
4c07e1754a
Change the links referring to class_vcard.php.
2013-07-06 04:58:52 +00:00
Mark Crane
54c78db5e3
Rename class_vcard.php to vcard.php.
2013-07-06 04:53:29 +00:00
Mark Crane
d73b2aca7e
Move class_vcard.php to resources/classes directory.
2013-07-06 04:50:24 +00:00
Mark Crane
83f73974c9
move wysiwyg.php into the resources directory.
2013-07-06 04:44:42 +00:00
Mark Crane
4edc1f011d
Add UUID to the log file lines for each call in the log.
2013-07-06 03:40:00 +00:00
James Rose
9d2526f78c
Bug Fixes. Script errors due to nil value channel variables, and now sends email on busy fax. Better statistics reporting, busy/failure retries work as expected so it will now retry the same ecm/t38 type after a busy.
2013-07-01 20:08:08 +00:00
Mark Crane
5b402817b9
IVR Menu only allow direct dial calls to existing extensions.
2013-06-24 18:51:03 +00:00
Mark Crane
570f55c9ec
Fix a bug that made the the IVR Menu not play the long greeting when the short greeting was not provided.
2013-06-21 16:09:31 +00:00
Mark Crane
af0bed114f
Change the regex delimiter from | to ~ for ivr_menu.lua.
2013-06-21 07:04:48 +00:00
Mark Crane
9287c49fb0
Remove cache that was too broad and caused "can't find user" errors under certain circumstances.
2013-06-15 06:59:07 +00:00
Mark Crane
fc33d20f61
Move the references to includes/templates to resources/templates.
2013-06-09 05:05:17 +00:00
Mark Crane
1b8637e532
Move includes/templates to resources/templates.
2013-06-09 05:03:13 +00:00
Mark Crane
dba5f6d5be
Move includes/javascript to resources/javascript.
2013-06-09 04:54:33 +00:00
Mark Crane
09bfce558b
Update the reference to captcha.
2013-06-09 04:52:46 +00:00
Mark Crane
4c3b355b78
Move includes/qr to resources/qr.
2013-06-09 04:50:51 +00:00
Mark Crane
17e4a25482
Move includes/captcha to resources/captcha.
2013-06-09 04:44:52 +00:00
Mark Crane
698768ec85
Move includes/jquery to resources/jquery.
2013-06-09 04:44:20 +00:00
Mark Crane
0fab683720
Move the references to edit_area from includes/edit_area to resources/edit_area.
2013-06-09 04:42:20 +00:00
Mark Crane
7adc9e781c
Move includes/edit_area to resources/edit_area.
2013-06-09 04:41:15 +00:00
Mark Crane
f1812c1bf1
Move pop3 to the resources directory.
2013-06-09 04:35:27 +00:00
Mark Crane
431461d667
move fpdf from the includes directory to resources.
2013-06-09 02:55:57 +00:00
Mark Crane
a308535e4b
Change the path in the php files from includes/install to resources/install dir.
2013-06-09 02:52:13 +00:00
Mark Crane
896fdb37b2
Move the includes/install to resources/install
2013-06-09 02:42:36 +00:00
Mark Crane
0407ee236d
move the install class to the resources classes directory.
2013-06-09 02:37:28 +00:00
Mark Crane
d3497d51df
move install.php back to the resources directory.
2013-06-09 02:35:45 +00:00
Mark Crane
0489f1c284
Move the install class to the resources directory.
2013-06-09 02:34:00 +00:00
Mark Crane
b783f5ecd9
Change paths for linux package installs /var/lib/fusionpbx to /var/lib/fusionpbx/db and scripts directory to /var/lib/fusionpbx/scripts if that directory exists.
2013-05-02 00:50:11 +00:00
Mark Crane
5acfc74a76
Fix the config.php directory path in the install.php.
2013-04-30 09:31:17 +00:00
Mark Crane
7e94c3e294
The db_path should already exist.
2013-04-30 08:22:10 +00:00
Mark Crane
af3891fe36
Unix friendly changes.
2013-04-27 06:40:44 +00:00
Mark Crane
6afa95e885
A few minor changes to install.php.
2013-03-26 19:00:09 +00:00
Mark Crane
91bc3ca76b
Fix the recordings directory.
2013-03-20 17:38:19 +00:00
Mark Crane
1cadf535ff
Adjust the install path implementation.
2013-03-20 16:06:28 +00:00
Mark Crane
ee71a32ab4
Add install paths to match the Debian packages that rneese is working on.
2013-03-20 13:38:54 +00:00
Mark Crane
8e55371c6d
Add ability to customize login.php and index.php.
2013-02-10 02:12:23 +00:00
Mark Crane
1c107f58f9
Fix the install.php reference to logout.php.
2013-01-21 03:40:38 +00:00
Mark Crane
282ba7ae9c
Move logout.php to the root directory.
2013-01-13 12:23:03 +00:00
Mark Crane
9b843608fd
Update the login menu link.
2013-01-05 09:38:47 +00:00
Mark Crane
50a0f884c6
Change the link to logout.php.
2013-01-05 09:15:41 +00:00
Mark Crane
0a1888fbf3
Move logout.php to the fusionpbx/resources directory.
2013-01-05 09:09:30 +00:00
Mark Crane
4d12e78ef6
Add root.php file to the /resources directory
2013-01-05 08:38:14 +00:00
Mark Crane
878d7a5ddc
Move /install.php to the /resources/install.php directory.
2013-01-05 08:02:56 +00:00
Mark Crane
0a0f51262a
Move licenses.php to the new resources directory.
2012-12-04 00:22:15 +00:00
Mark Crane
0c29ca01f7
Add a new version of phpmailer version 5.2.2.
2012-12-04 00:20:30 +00:00