BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
99 stars 79 forks source link

Incorporating Custom Media Announcement into SDP for SIP Messages and Configuring Custom Port Listening #390

Open Suraj-Khedkar opened 3 months ago

Suraj-Khedkar commented 3 months ago

m=application {port} udp XYZ I aim to integrate the media announcement "m=application {port} udp XYZ" into the application/session description protocol (SDP) for transmission within SIP (Session Initiation Protocol) messages. What steps are involved in configuring a custom port, including the steps required to open and listen to it. how can I ensure the inclusion of the specified media type and port number within the SDP format. Any insights or suggestions on achieving these objectives would be greatly appreciated.