# Support for SIP (Subscribe/Notify) in standard http nodes

**URL:** https://discourse.nodered.org/t/support-for-sip-subscribe-notify-in-standard-http-nodes/29061
**Category:** Feature Requests
**Created:** [27 June 2020 08:10 UTC](https://discourse.nodered.org/t/support-for-sip-subscribe-notify-in-standard-http-nodes/29061 "2020-06-27T08:10:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hklages](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hklages/32/23899_2.png) [@hklages](https://discourse.nodered.org/u/hklages)
#### Post date: [27 June 2020 08:10 UTC](https://discourse.nodered.org/t/support-for-sip-subscribe-notify-in-standard-http-nodes/29061/1 "2020-06-27T08:10:44Z")

</div>

I would like to use the Session Initiated Protocol [source](https://blog.wildix.com/subscribe-notify-methods/) with standard Node-RED http nodes.

> A user agent interested in event notification sends a SUBSCRIBE message to an SIP server. The SUBSCRIBE message establishes a dialog and is immediately followed by the server replying with 200 OK response. At this point the dialog is established. The server sends a NOTIFY request to the user every time the event to which the user subscribed changes. NOTIFY messages are sent within the dialog established by the SUBSCRIBE.

[More information](https://tools.ietf.org/html/rfc3261)

For that I need 2 things:

1. http - in node: Supporting method "NOTIFY"
2. http - request node: Supporting "SUBSCRIBE" / "UNSUBSCRIBE"

Topic 2. does already work when using `- set by msg.method - ` in spite of documentation saying that only the value put, get, etc are allowed.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [26 August 2020 08:10 UTC](https://discourse.nodered.org/t/support-for-sip-subscribe-notify-in-standard-http-nodes/29061/2 "2020-08-26T08:10:45Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
