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
kam: do not call rtpengine_manage when not necessary
rtpengine_manage will only be called:
- Requests: BYE/CANCEL + INVITE/UPDATE/ACK with SDP
- Responses: negative to INVITE/UPDATE + positive to INVITE/UPDATE with SDP
Compared with prior logic, these calls will be skipped:
- Requests: INVITE/UPDATE with no SDP.
- Responses: BYE/CANCEL, INVITE/UPDATE positive with no SDP.
0 commit comments