Do not allow update of conference call
Allow hanging up individual members of conference call
This commit is contained in:
@@ -886,6 +886,10 @@ class BaresipService: Service() {
|
||||
return
|
||||
}
|
||||
"call update" -> {
|
||||
if (call!!.conferenceCall) {
|
||||
Log.d(TAG, "Refusing to update conference call ${call.callp}")
|
||||
return
|
||||
}
|
||||
val newHeldState = when (ev[1].toInt()) {Api.SDP_INACTIVE, Api.SDP_RECVONLY -> true
|
||||
else -> false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user