FusionPBX
73cf433e05
Update orm.php
...
Escape single quotes in the data.
2016-10-05 09:55:02 -06:00
FusionPBX
593cbad8a2
Update orm.php
...
The change from fetch to fetchAll created the need for this change.
2016-10-04 03:49:32 -06:00
FusionPBX
8521f5100c
Update orm.php
...
Change the function fetch to fetchAll. Fetch returns a 2 dimensional array and fetchAll returns a 3 dimensional array. which changes the array structure so it works better with count.
2016-10-03 21:33:20 -06:00
Chris Black
09b5b9f80e
add account 3 to the w52p config ( #1964 )
2016-10-03 14:28:44 -06:00
FusionPBX
598e36f0cf
Update orm.php
2016-10-01 21:55:02 -06:00
FusionPBX
b9f932e8e0
Update permissions.php
2016-10-01 12:07:47 -06:00
FusionPBX
6db3a26c2d
Update orm.php
2016-09-30 19:54:40 -06:00
FusionPBX
f8fb2f87f5
Update dialplan.lua
...
Use the new pre-generated xml for the xml handler.
2016-09-29 18:00:46 -06:00
FusionPBX
25f4c71b1c
Update functions.php
...
Update the master branch version to 4.3.
2016-09-29 09:05:24 -06:00
Luis Daniel Lucio Quiroz
089d33384a
Look further for domain_name ( #1955 )
...
Same rationale as 4.0
2016-09-28 17:56:53 -06:00
FusionPBX
37f4099632
Update orm.php
2016-09-28 16:42:42 -06:00
FusionPBX
668264d856
Update app_languages.php
...
Add a button for XML.
2016-09-28 01:01:52 -06:00
Len
56776d1d9b
t40p yealink template ( #1941 )
...
* Create y000000000054.cfg
* Create {$mac}.cfg
* Create favorite_setting.xml
* Create directory.xml
* Update and rename y000000000036.cfg to y000000000054.cfg
2016-09-25 01:46:19 -06:00
Chris Black
2a26a3b590
one more spot to add playandgetdigits ( #1942 )
2016-09-25 01:43:20 -06:00
markjcrane
48d3f317e0
Update Yealink templates add new variables yealink_vlan_enable, yealink_emergency_number, yealink_lock_enable, yealink_lock_pin, yealink_lock_timeout, yealink_lock_key_type, yealink_backlight_time and correct the wallpaper and firmware variables for some of the phones.
2016-09-20 13:53:53 -06:00
FusionPBX
72beb086cb
Update macro.lua
2016-09-20 10:56:34 -06:00
FusionPBX
1a61142007
Update macro.lua
2016-09-20 10:27:47 -06:00
FusionPBX
cc8ef0cc2f
Update index.lua
2016-09-20 10:22:05 -06:00
hargut
903dabfa6c
Fix e-mail attachment handling / conversion & allow local emails to be valid ( #1921 )
...
* Enable local email addresses to be valid. E.g required for local Fax submission.
* Fix filenames & allow spaces in filenames.
* Fix attachment file names.
* Revert "Fix filenames & allow spaces in filenames."
This reverts commit 0908f42cc7 .
See commit ecf490ff79 for the proper fix.
2016-09-19 08:54:58 -06:00
FusionPBX
dd254979f3
Update orm.php
...
Updated code to be more robust and handle more situations such as primary key and child key in the array but doesn't exist in the database.
2016-09-18 15:27:40 -06:00
jebsolutions
513e22a766
Update macro.lua to fix reading voicemail extension number ( #1929 )
...
Expected result: The person at extension XXX is unavailable ...
Actual result: The person at is unavailable...
i.e. it doesn't say the extension number.
bug: trying to access local variable voicemail_greet_id outside it's scope...so it doesn't exist and you get this in the logs:
2016-09-18 12:32:54.615249 [ERR] switch_cpp.cpp:977 Error! invalid args.
Fix moves local variable creation outside the inner "if" so it's available for the later table.insert
2016-09-18 14:02:25 -06:00
FusionPBX
db38b8dba3
Update macro.lua
2016-09-17 18:20:58 -06:00
FusionPBX
83c9525e01
Update check_auth.php
2016-09-16 18:06:51 -06:00
FusionPBX
85c254046e
Update switch.conf.xml
...
Update mailer-app and mailer-app-args to use the default install path.
2016-09-15 14:10:27 -06:00
Chris Black
1a9f7737e9
fix the voicemail IVR with custom greeting ( #1917 )
2016-09-14 15:28:04 -06:00
DigiDaz
829f3d44a0
Moved the display update to the end ( #1913 )
...
Moved the UPDATE sip request to the end as it was sending the UPDATE request sometimes before the ACK had been received to the 200OK. This was sometimes causing it to fail.
Also removed a couple of commented out lines.
2016-09-13 20:06:26 -06:00
FusionPBX
a537084752
Update permissions.php
2016-09-12 15:42:28 -06:00
FusionPBX
79bf6f56a0
Update permissions.php
2016-09-12 15:40:02 -06:00
Chris Black
54c15039ba
add http_auth for remote phone book, fix dns issues ( #1912 )
2016-09-12 15:16:52 -06:00
FusionPBX
7febaf05f2
Update check_auth.php
...
Set the domain_uuid session variable.
2016-09-11 12:27:41 -06:00
FusionPBX
21aefc7cfc
Update functions.php
...
FusionPBX 4.2 release.
2016-09-11 00:03:57 -06:00
FusionPBX
ed20a1f6c8
Update check_auth.php
2016-09-10 23:52:11 -06:00
FusionPBX
ba1ad5e71d
Update functions.php
2016-09-10 23:46:25 -06:00
FusionPBX
1b485e7d45
Update check_auth.php
...
Updated to use the new authentication class.
2016-09-10 23:13:08 -06:00
FusionPBX
eb7a05ea45
Update domains.php
2016-09-10 17:33:47 -06:00
FusionPBX
0315855377
Update memcache.lua
2016-09-08 18:00:23 -06:00
FusionPBX
6914f1eb0c
Update ha_monitor.lua
2016-09-08 17:26:29 -06:00
FusionPBX
61e4853108
Update memcache.lua
...
Add server method, consumer CUSTOM event instead of MEMCACHE.
2016-09-08 17:23:01 -06:00
FusionPBX
0afd070f3b
Create memcache.lua
2016-09-08 16:10:40 -06:00
FusionPBX
7fcc39c97f
Update ha_monitor.lua
2016-09-08 15:52:20 -06:00
FusionPBX
f15e589195
Update ha_monitor.lua
2016-09-08 15:45:53 -06:00
Len
0a3930459e
Update {$mac}.xml ( #1904 )
...
missing $
2016-09-07 19:52:40 -06:00
Alexey Melnichuk
28d3ebb51f
Allow use odbc to store files (record/voicemail) in database. ( #1535 )
...
* Change. Allow use odbc to store files (record/voicemail) in database.
* Fix. Generate correct default config.
2016-09-04 13:05:47 -06:00
SJS87
7fae6c9d4e
Update call_block index.lua script ( #1580 )
...
We've had instances where special characters (other than +) are used in the caller_id_number field which prevents these calls from being detected using the call_block feature. We've resolved this by updating fusionpbx/resources/install/scripts/app/call_block/index.lua line 49 to match only numbers rather than using a gsub replace.
2016-09-04 13:03:03 -06:00
FusionPBX
b90ea47471
Update forward_add_intro.lua
2016-09-03 21:15:07 -06:00
Mafoo
097a09536e
Enhance Add Tones ( #1857 )
...
Add tone support
2016-09-03 20:32:19 -06:00
FusionPBX
56b34a1c97
Update delete_recording.lua
2016-09-03 15:40:27 -06:00
FusionPBX
b8b39a880e
Update delete_recording.lua
...
Remove the into_<uuid> voicemail file.
2016-09-03 15:40:11 -06:00
FusionPBX
29e3cc1b86
Update listen_to_recording.lua
...
Play the voicemail introduction if it exists.
2016-09-03 15:39:13 -06:00
FusionPBX
919783d4da
Update forward_add_intro.lua
2016-09-03 15:27:41 -06:00