Details
Description
The camel-sip component currently supports publish/subscribe functionality (SIP methods NOTIFY and SUBSCRIBE, RFC 6665)
SIP also has a method called MESSAGE for sending and receiving messages, it is in RFC 3428. It is widely supported in softphones, some desk phones, WebRTC phones and most SIP proxies.
The RFC says the MESSAGE method can be used for any MIME type, although only text/plain must be supported
It should not be too hard to extend the existing camel-sip code to support this type of message. It is supported by the javax.sip API:
Attachments
Issue Links
- is related to
-
CAMEL-17354 deprecate and cleanup outdated components
- Resolved
-
CAMEL-17879 Remove outdated components
- Resolved