@@ -172,8 +172,8 @@ <h3 style="margin: 0px;"><i class="icon-dashboard"></i> SIP Servlets Server Sett
172
172
j4p . setAttribute ( mbean , "T2Interval" , t2Interval , { method : "post" } ) ;
173
173
j4p . setAttribute ( mbean , "T4Interval" , t4Interval , { method : "post" } ) ;
174
174
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" } ) ;
177
177
j4p . setAttribute ( mbean , "CongestionControlCheckingInterval" , congestionControlCheckingInterval , { method : "post" } ) ;
178
178
j4p . setAttribute ( mbean , "MemoryThreshold" , memoryThreshold , { method : "post" } ) ;
179
179
j4p . setAttribute ( mbean , "BackToNormalMemoryThreshold" , backToNormalMemoryThreshold , { method : "post" } ) ;
0 commit comments