FusionPBX
d3acbd3289
Update fax_to_email.php
...
Should fix fax relay and fax forward.
2016-12-02 00:44:38 -07:00
FusionPBX
2348767ab9
Update extension_copy.php
...
Change the color to red on the duplicate message.
2016-11-29 12:07:26 -07:00
FusionPBX
472069555c
Update extension_copy.php
2016-11-29 11:57:54 -07:00
FusionPBX
a25dad50bf
Update extension.php
2016-11-29 11:50:52 -07:00
FusionPBX
54a83d5725
Update extension.php
...
I'm prove the extension exists method.
2016-11-29 11:39:14 -07:00
FusionPBX
9c04d93b56
Update extension.php
2016-11-29 11:05:42 -07:00
jebsolutions
04196328ef
typo fix ( #2200 )
...
Ooh Noo.
2016-11-26 16:08:35 -07:00
FusionPBX
66978fae79
Update gateways.php
2016-11-25 20:39:18 -07:00
FusionPBX
b2827775dc
Update app_defaults.php
...
Make sure the temp directory exist in default settings.
2016-11-25 14:29:55 -07:00
FusionPBX
b445fd24a8
Update voicemails.php
...
Uppercase the SQL, cast voicemail id as text, and add sterilize user data.
2016-11-24 13:02:40 -07:00
FusionPBX
50d6e4e2ff
Update extension_edit.php
...
Prevent a minor SQL error.
2016-11-24 12:23:49 -07:00
FusionPBX
b0429f15b5
Update extension.php
2016-11-24 11:35:10 -07:00
FusionPBX
b9ee3c816f
Update {$mac}.cfg
2016-11-24 01:44:26 -07:00
FusionPBX
9dcfbb5234
Update {$mac}.cfg
2016-11-24 01:43:56 -07:00
jebsolutions
8547f2ac32
fixes for #1821 4.2 branch ( #2034 )
...
* fixes for #1822 4.2 branch
app/extensions/app_languages.php
+ add duplicate extension error prompt
app/extensions/extension_copy.php
+ add check to see if duplicate extension exists
app/extensions/resources/classes/extension.php
+ add function to check if extension exists
+ all cherry picks "AND AND" fix from master
* fix typo
* Update app_languages.php
* Update extension_copy.php
* Update extension.php
2016-11-24 01:12:21 -07:00
FusionPBX
42aa667a26
Update app_languages.php
2016-11-24 00:56:11 -07:00
FusionPBX
14e1b6c668
Update y000000000044.cfg
...
Fix the reference to the yealink_t23g_firmware_url variable.
2016-11-23 23:25:36 -07:00
FusionPBX
7809b63e72
Update provision.php
...
Add ability to use provision settings with type boolean and numeric.
2016-11-23 22:44:38 -07:00
FusionPBX
3dd0f69b03
Create recording_play.php
...
Add the missing recording play file.
2016-11-23 22:07:07 -07:00
FusionPBX
72ead8b3b1
Update xml_cdr_details.php
...
Fix the recording links in the xml cdr details for the 4.2 branch.
2016-11-23 22:03:03 -07:00
FusionPBX
209cfbc524
Update {$mac}.cfg
...
Prevent ghost calls for polycom.
2016-11-23 15:48:02 -07:00
FusionPBX
4b37db4fba
Update {$mac}.cfg
...
Prevent ghost calls for polycom.
2016-11-23 15:46:54 -07:00
FusionPBX
fd17546365
Update xml_cdr.php
...
Fix missed calls on the extension summary.
2016-11-23 05:25:27 -07:00
FusionPBX
17e0ab3181
Update index.lua
...
Get the sip_from_user and sip_number_alias session variables.
2016-11-23 01:21:25 -07:00
jebsolutions
f60b25175d
[4.2] fix orphan v_ring_group_users after deleting ring group ( #2111 )
...
Same as pr #2110 except for 4.2 branch
steps to test:
create a ring group with one extension and one user. This will add one user to v_ring_group_users table. Delete the ring group.
expected result:
ring group and all it's components are deleted
actual result
v_ring_group_user entry for this ring group is not deleted.
This fix: deletes v_ring_group_user when ring group is deleted.
2016-11-21 13:59:51 -07:00
FusionPBX
130e415bc9
Update app_defaults.php
2016-11-20 16:50:03 -07:00
jebsolutions
aa12c13056
include stderr in git pull results and check for error ( #2104 )
...
Old result (seems correct but actually failed)
Updating d190f6a..d958bea
Corrected result (includes failure message):
Updating d190f6a..d958bea
error: Your local changes to the following files would be overwritten by merge:
app/fax/fax_log_view.php
Please, commit your changes or stash them before you can merge.
2016-11-20 13:55:12 -07:00
FusionPBX
59659ddb7a
Update {$mac}.cfg
2016-11-14 23:27:35 -07:00
FusionPBX
f47509143a
Update ivr.conf.lua
...
Use ${default_language}/${default_dialect}/${default_voice} instead as it will work better when the IVR Menu is cached.
2016-11-14 12:07:04 -07:00
FusionPBX
8a3d4a2488
Update ivr.conf.lua
...
Fixed multi-lingual support for IVR Menu direct dial your call is being transferred and invalid entry.
2016-11-14 11:47:23 -07:00
FusionPBX
0ffb43d2a9
Update css.php
...
CSS fix the overwrap problem on the pre html tags.
2016-11-06 01:45:50 -07:00
FusionPBX
f43c639ecc
Update index.lua
...
Add additional security when using voicemail_authorized = true.
2016-11-06 01:07:08 -06:00
jebsolutions
251b808558
#1987 combined fix for 4.2 ( #2030 )
...
app/fax/app_defaults.php:
+ fix: duplicate check only within same default_setting_category. This fixes the bug where "keep_local" for fax wasn't being created because there was a "keep_local" for voicemail. Without this fix you will get a lua error due to the field not being set and nothing shows up in the sent faxes log.
fax/fax_log_view.php:
+ fix: back button text is missing. Copied correct localized text code from another fax page that worked.
app/fax/app_config.php
+ fix: date field is now timestamp for postgres+mysql. This fixes the listing only showing the date, not the time as well.
Note: app->defaults doesn't change field types. Existing installs will have to manually update the field type e.g. for postgres:
sudo -sHu postgres
\d fusionpbx
alter table v_fax_logs alter column fax_date type timestamp without time zone;
\q
2016-11-03 16:25:02 -06:00
FusionPBX
3d52bba57d
Update ldap.php
...
If the password is not provided then set user authorized to false.
2016-11-02 00:34:18 -06:00
FusionPBX
1633a2730d
Update install_switch.php
2016-10-31 23:47:10 -06:00
jebsolutions
0ed5657ec6
email/fax fixes for 4.2 branch ( #2022 )
...
I updated this to latest 4.2.
2016-10-31 14:21:26 -06:00
FusionPBX
b887eb4c82
Update message_waiting.lua
2016-10-30 12:16:49 -06:00
FusionPBX
29b08aa753
Update vars.xml
2016-10-27 12:44:20 -06:00
FusionPBX
213de55ccc
Update xml_cdr.php
2016-10-25 18:05:55 -06:00
FusionPBX
b75f73f28a
Update ivr.conf.lua
...
Move direct dial after the options.
2016-10-25 10:07:19 -06:00
FusionPBX
8147223696
Update {$mac}.xml
2016-10-24 15:10:06 -06:00
FusionPBX
cdd04a39ee
Update extension.php
2016-10-18 00:19:10 -06:00
FusionPBX
e0b10228e0
Update database.php
...
Remove the changes to the 4.2 database class they were meant for the master branch.
2016-10-16 10:47:11 -06:00
FusionPBX
6162768599
Update database.php
...
Moving orm method into to the database class goal is to remove orm class in the near future.
2016-10-16 10:40:03 -06:00
FusionPBX
a10ce2d162
Update ivr.conf.lua
...
Fix IVR Menu greet short.
2016-10-16 01:07:56 -06:00
hargut
687e02569d
[4.2] allow page-break on fax_message & fax_footer ( #1978 )
...
* enable page-breaks on fax messages
* fix footer & allow page break
* update footer placement to work properly on single page
2016-10-11 22:52:14 -07:00
FusionPBX
f52649f2fd
Update macro.lua
2016-10-08 09:53:29 -06:00
FusionPBX
65ba2caa57
Update permissions.php
2016-10-01 12:10:07 -06:00
FusionPBX
7887489078
Update xml_cdr_inc.php
2016-09-30 01:02:15 -06:00
Luis Daniel Lucio Quiroz
aa21a1c4a5
Look further for domain_name ( #1954 )
...
Same rationale as 4.0
2016-09-28 17:57:29 -06:00