Skip to content

Commit 865d841

Browse files
committed
Update Issue 200
Fix for server settings save ater last modifications
1 parent a4c9d12 commit 865d841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

management/sip-servlets-management/src/main/webapp/modules/server-settings.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ <h3 style="margin: 0px;"><i class="icon-dashboard"></i> SIP Servlets Server Sett
172172
j4p.setAttribute(mbean, "T2Interval",t2Interval,{method: "post"});
173173
j4p.setAttribute(mbean, "T4Interval",t4Interval,{method: "post"});
174174
j4p.setAttribute(mbean, "TimerDInterval",timerDInterval,{method: "post"});
175-
j4p.setAttribute(mbean, "ConcurrencyControlMode",concurrencyControlMode,{method: "post"});
176-
j4p.setAttribute(mbean, "CongestionControlPolicyByName",congestionControlPolicyByName,{method: "post"});
175+
j4p.setAttribute(mbean, "ConcurrencyControlMode",$("#concurrencyControlMode").val(),{method: "post"});
176+
j4p.setAttribute(mbean, "CongestionControlPolicyByName",$("#congestionControlPolicy").val(),{method: "post"});
177177
j4p.setAttribute(mbean, "CongestionControlCheckingInterval",congestionControlCheckingInterval,{method: "post"});
178178
j4p.setAttribute(mbean, "MemoryThreshold",memoryThreshold,{method: "post"});
179179
j4p.setAttribute(mbean, "BackToNormalMemoryThreshold",backToNormalMemoryThreshold,{method: "post"});

0 commit comments

Comments
 (0)