You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with --timeout option in rtpengine we delete the call if all streams of the call ( caller and callee ) did not received any rtp packet within this amount of time.
i looked in the code and did not see yet a way to enable --timeout only for one side stream.
For example even if caller streams are active (still sending packets) i want to close the call if callee streams are inactive ( did not received any packets within the --timeout option ).