Pre-Submission Checklist
Type Of Change
Checklist:
Description
some user agents send a=sendonly as a session attribute and is_audio_on_hold() returns false when it should return true.
Changes
- changed sdp_session_cell struct in sdp.h to add sendrecv_mode and is_on_hold
- changed parse_sdp_session in sdp.c to iterate session attributes and call extract_sendrecv_mode for assigment to session
- changed ki_is_audio_on_hold in textops.c to look for session sendrecv_mode if its not set in media
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2813
Commit Summary
- core: parse session sendrecv_mode in sdp
- textops: check session sendrecv_mode in is_audio_on_hold
File Changes
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.