-
Notifications
You must be signed in to change notification settings - Fork 42
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
SIP MESSAGE #14
Comments
yes bro, i need to send message..! anyone can add it? |
What is the status of this request? |
I assume completely ignored by Espressif: #12 (comment) |
+1 we need this guys, it's not just a gimmick please! VoIP with the esp_rtc library works well but is very limited regarding the SIP request types. The "MESSAGE" type for instance is crucial for certain widely used alarm protocols like SCAIP. It is impossible to use your library just because of this one missing type...and one must rewrite a whole SIP stack just for this. If you won't provide the code of the SIP stack at least provide a way for users to send standard SIP requests. |
Feature request:
There is the ability to read incoming
MESSAGEs
received over SIP usingesp_sip_read_incomming_messages
but no mechanism to send aMESSAGE
.Since the source is precompiled I cannot add this functionality in and provide it to you and the community.
For example, I would like to send a MESSAGE over SIP such as:
The text was updated successfully, but these errors were encountered: