Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MIME multipart handling and RFC4103 Real-Time Text #2719

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

netplanetat
Copy link

When passing on MIME Multipart SIP message, i.e. ones with Geolocation information attached, the Content-ID was not passed on so that the Geolocation Header did not point to a valid content-id, rendering the information unusable.

On Real Time Text, passing through did not work because of lacking handling of the sendrecv flag.

When passing on RTT without RTPRED support, Freeswitch always tried to pass on the text als RTPRED, as variable was set, even when peer didn't support RTPRED. This lead to crippled text mesages due to wrong handling.

…is vital i.e. for routing RFC6442 Geolocation information
… Fix bug that always used RTP RED, even when not advertised by peer leading to garbled text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants