Alexey Melnichuk
e25f990ce1
Add. Use params in ring_groups/index.lua ( #2146 )
2016-11-22 11:09:25 -07:00
Alexey Melnichuk
d498f86540
Add. Use params in fax/queue/retry.lua ( #2148 )
2016-11-22 11:09:03 -07:00
Alexey Melnichuk
6e5239e1f9
Add. Use params in voicemail/index.lua ( #2147 )
2016-11-22 11:08:26 -07:00
Alexey Melnichuk
7cf05033b7
Add. Use params in hangup_rx.lua ( #2149 )
2016-11-22 11:07:45 -07:00
Alexey Melnichuk
c694e8e1fa
Add. Use parameters in conference_center/index.lua ( #2150 )
2016-11-22 10:41:25 -07:00
Alexey Melnichuk
eec5c353a7
Add. Use params in vm/send_email.lua ( #2127 )
2016-11-22 09:54:58 -07:00
Alexey Melnichuk
0951ef2fa3
Add. Use params in fax_retry.lua ( #2114 )
2016-11-21 22:07:02 -07:00
Alexey Melnichuk
0a124a576f
Add. Use params in do_not_disturb.lua ( #2115 )
2016-11-21 22:05:58 -07:00
Alexey Melnichuk
f39a1147c5
Add. Use params in follow_me.lua ( #2117 )
2016-11-21 22:04:44 -07:00
Alexey Melnichuk
15b9b33a5f
Add. Use params in destination_caller_id.lua ( #2123 )
2016-11-21 22:03:46 -07:00
jebsolutions
c2dc99bdb9
[master] fix bug #2017 ring groups broken until re-save ( #2108 )
...
test case:
Create a new ring group with one extension.
Immediately dial the ring group number.
expected result:
Phone rings. No errors in log.
actual result:
Call terminates and log has "0" as ring_group_uuid and a sql error.
Note: editing and re-saving the ring group works around the problem
The Problem:
Line 162: non-existent variable...being checked is returned as false = 0
Line 278: Xml gets generated with bogus zero...
Line 298: Generate a new uuid...but too late. We already generated the xml dial plan which will be invalid until we edit and resave this ring group.
fix:
Generate uuid before generating xml
2016-11-21 21:53:56 -07:00
Alexey Melnichuk
d902fb6479
Add. Use params in intercept.lua ( #2113 )
2016-11-21 21:51:11 -07:00
Alexey Melnichuk
7366932e29
Add. Use params in is_local/index.lua ( #2122 )
...
* Add. Use params in is_local/index.lua
* Fix. syntax error in params table.
2016-11-21 14:04:21 -07:00
jebsolutions
b36051f73f
fix orphan v_ring_group_users after deleting ring group ( #2110 )
...
* fix orphan v_ring_group_users after deleting ring group
steps to test:
create a ring group with one extension and one user. This will add one user to v_ring_group_users. 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.
* Update ring_group_delete.php
* Update ring_group_delete.php
Remove the hidden spaces
2016-11-21 13:59:12 -07:00
Alexey Melnichuk
b5099c1e77
Add. Use params in pin_number.lua ( #2112 )
2016-11-21 13:54:19 -07:00
Alexey Melnichuk
1ddf797f1a
xml handler use sql params ( #2109 )
...
* Add. Use parameters in all xml_handler configuration files.
* Add. Use dialplan, domains and languages params
* Fix. load correct database module
* Fix. Pass params in dialplan query
* Fix. Load correct database class.
2016-11-21 13:53:47 -07:00
Alexey Melnichuk
1d366b8bf2
Add. Use params in ivr_menu.lua ( #2116 )
2016-11-21 13:52:06 -07:00
Alexey Melnichuk
a6ac29bd49
Add. Use params in lazy_settings.lua ( #2118 )
2016-11-21 13:51:39 -07:00
Alexey Melnichuk
3baa517b1d
Add. Use params in route_to_bridge.lua ( #2119 )
2016-11-21 13:51:21 -07:00
Alexey Melnichuk
2db938c860
Add. Use params in recordings.lua ( #2121 )
2016-11-21 13:50:38 -07:00
Alexey Melnichuk
83de1e8dd0
Add. Use params in eavesdrop.lua ( #2124 )
2016-11-21 13:48:38 -07:00
Alexey Melnichuk
041be65ccc
Add. Use params in agent_status/index.lua ( #2125 )
2016-11-21 13:48:05 -07:00
FusionPBX
bcdb99c6db
Update app_defaults.php
2016-11-20 16:49:29 -07:00
FusionPBX
e8e7825f2c
Update dialplan.php
2016-11-20 14:01:59 -07:00
jebsolutions
dd8385f63b
[master] include stderr in git pull results and check for error ( #2105 )
...
* [master] include stderr in git pull results and check for error
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.
* tab fixes
2016-11-20 13:54:57 -07:00
FusionPBX
549ac9a70d
Update database.php
...
Enhance database->delete() method.
2016-11-19 14:10:06 -07:00
FusionPBX
1b06ed31d5
Update database.php
2016-11-19 11:57:36 -07:00
FusionPBX
03180c9018
Update database.php
...
Changes for database -> delete() keeping for the moment for backwards compatibility.
2016-11-19 11:49:38 -07:00
FusionPBX
26fd3f6bb7
Update directory.lua
2016-11-18 10:40:07 -07:00
Alexey Melnichuk
72e16fd478
Add. user parameters to build query for mod_directory. ( #2091 )
2016-11-18 10:37:16 -07:00
FusionPBX
6fb37c5624
Update directory.lua
2016-11-18 10:35:07 -07:00
FusionPBX
9bb5cdfc58
Update group_call.lua
2016-11-18 10:24:07 -07:00
Alexey Melnichuk
0dc4ba137e
Add. Use parameters in group_call.lua ( #2093 )
2016-11-18 10:22:33 -07:00
Alexey Melnichuk
dc838c91c0
Add. Use parameters in reverse-auth-lookup.lua ( #2094 )
2016-11-18 10:21:53 -07:00
Alexey Melnichuk
dd8e226c34
Add. Use parameters for acl.lua ( #2095 )
2016-11-18 10:21:00 -07:00
FusionPBX
0e9d56c9ed
Update index.lua
2016-11-18 10:20:21 -07:00
FusionPBX
57cd0af308
Update cidlookup.lua
2016-11-18 10:17:54 -07:00
Alexey Melnichuk
6c3dce77d9
Add. Use parameters in cidlookup.lua and call_block app ( #2096 )
2016-11-18 10:16:22 -07:00
FusionPBX
46cbac7b37
Update directory.lua
2016-11-18 09:58:53 -07:00
Alexey Melnichuk
82a681a1fa
Add. Use parameters in call_forward.lua ( #2098 )
2016-11-18 09:47:11 -07:00
Alexey Melnichuk
8458a04529
Add. Use parameters in dial_string.lua ( #2099 )
2016-11-18 09:43:19 -07:00
Alexey Melnichuk
abba829aae
Add. Increment number-alias and MWI account number when generates multiple extensions. ( #2078 )
2016-11-17 11:46:25 -07:00
Alexey Melnichuk
232ed2857f
Xml handler directory sql escape ( #2088 )
...
* Add. Extend database API to support parameters.
* Change. Use new Database API in `xml_handler::directory.lua`
2016-11-17 11:42:42 -07:00
Alexey Melnichuk
e3e598ce82
Add. Extend database API to support parameters. ( #2086 )
2016-11-17 11:41:16 -07:00
Alexey Melnichuk
63ebb355fa
Add. Support number_alias field as presence id in follow me/call forward ( #2075 )
2016-11-17 11:40:22 -07:00
FusionPBX
659d135802
Update {$mac}.cfg
2016-11-14 23:21:30 -07:00
FusionPBX
e6e68b1681
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:08:48 -07:00
FusionPBX
340342a7bc
Update ivr.conf.lua
...
Fix multi-lingual support for IVR Menu direct dial your call is being transferred and invalid entry.
2016-11-14 11:45:50 -07:00
Len
52210f550f
Update {$mac}.cfg ( #2064 )
...
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:33 -07:00
Len
c961317176
Update {$mac}.cfg ( #2065 )
...
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 22:30:28 -07:00