Alexey Melnichuk
adc852563d
Add. Use params in vm/listen_to_recording.lua ( #2137 )
2016-11-22 11:14:04 -07:00
Alexey Melnichuk
3ef2f69a3e
Add. Use params in vm/forward_to_extension.lua ( #2138 )
2016-11-22 11:13:40 -07:00
Alexey Melnichuk
38dc420655
Add. Use params in vm/delete_recording.lua ( #2139 )
2016-11-22 11:13:19 -07:00
Alexey Melnichuk
a7d54f03fe
Add. Use params in vm/choose_greeting.lua ( #2140 )
2016-11-22 11:13:03 -07:00
Alexey Melnichuk
79dd1faaea
Add. Use params in vm/check_password.lua ( #2141 )
2016-11-22 11:12:50 -07:00
Alexey Melnichuk
ad542a5db5
Add. Use params in vm/mwi_subscribe.lua ( #2143 )
2016-11-22 11:12:37 -07:00
Alexey Melnichuk
09bdea108f
Add. Use params in vm/play_greeting.lua ( #2131 )
2016-11-22 11:12:10 -07:00
Alexey Melnichuk
86bdf059e0
Add. Use params in vm/record_message.lua ( #2129 )
2016-11-22 11:11:55 -07:00
Alexey Melnichuk
bf4922387b
Add. Use params in vm/record_name.lua ( #2128 )
2016-11-22 11:11:36 -07:00
Alexey Melnichuk
b347917700
Add. Use params in send_mail.lua ( #2142 )
2016-11-22 11:10:18 -07:00
Alexey Melnichuk
14bb3cf6ca
Add. Use params in call_flow.lua ( #2145 )
2016-11-22 11:09:48 -07:00
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