Skip to content

Store internal call state in sip_client_id (value 0)

Lukasz Kotasa requested to merge lk_deadlock_intarnal_call into devel

Once we detect that we have internal call, keep this information for later use.

If sip_client_id == 0 then we avoid calling lock problematic: ast_channel_bridge_peer() in chan_voicemngr_get_sip_client_id()

Merge request reports