Skip to content

Conversation

@seanbright
Copy link
Contributor

As the sip_call_is_active function is checking the active call list for the given call, it is preventing newly created calls from ever being added to the active list.

Additionally, vector_remove returns silently when the given item is not present, so there is no reason to check if the call is in the active list before trying to remove it.

As the `sip_call_is_active` function is checking the active call list
for the given call, it is preventing newly created calls from ever
being added to the active list.

Additionally, `vector_remove` returns silently when the given item is
not present, so there is no reason to check if the call is in the
active list before trying to remove it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant