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

SIP MESSAGE #14

Open
howroyd opened this issue Dec 4, 2020 · 4 comments
Open

SIP MESSAGE #14

howroyd opened this issue Dec 4, 2020 · 4 comments

Comments

@howroyd
Copy link

howroyd commented Dec 4, 2020

Feature request:

There is the ability to read incoming MESSAGEs received over SIP using esp_sip_read_incomming_messages but no mechanism to send a MESSAGE.

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:

MESSAGE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP user1.domain.com;branch=z9hG4bK776sgdkse
To: sip:[email protected]
From: sip:[email protected];tag=49583
Call-ID: [email protected]
CSeq: 1 MESSAGE
Max-Forwards: 70
Content-Type: application/scaip+xml
Content-Length: 144
<mrq>
<ref>1234</ref>
<cid>123456</cid>
<dty>0001</dty>
<stc>001</stc>
</mrq>
@indotronic
Copy link

Feature request:

There is the ability to read incoming MESSAGEs received over SIP using esp_sip_read_incomming_messages but no mechanism to send a MESSAGE.

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:

MESSAGE sip:[email protected] SIP/2.0
Via: SIP/2.0/UDP user1.domain.com;branch=z9hG4bK776sgdkse
To: sip:[email protected]
From: sip:[email protected];tag=49583
Call-ID: [email protected]
CSeq: 1 MESSAGE
Max-Forwards: 70
Content-Type: application/scaip+xml
Content-Length: 144
<mrq>
<ref>1234</ref>
<cid>123456</cid>
<dty>0001</dty>
<stc>001</stc>
</mrq>

yes bro, i need to send message..! anyone can add it?

@mstempin
Copy link

What is the status of this request?

@howroyd
Copy link
Author

howroyd commented Nov 10, 2022

I assume completely ignored by Espressif: #12 (comment)

@tdVincentB
Copy link

+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.

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

No branches or pull requests

4 participants