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

Support for REFER #11

Open
atlantux opened this issue Aug 19, 2015 · 2 comments
Open

Support for REFER #11

atlantux opened this issue Aug 19, 2015 · 2 comments

Comments

@atlantux
Copy link

Are there any plans to support RFC3515 / REFER SIP method?
If you can point me in the right direction I'll spend some time on the development.

@ymartineau
Copy link
Owner

http://sourceforge.net/p/peers/discussion/683023/thread/b98efd23/

On Wed, Aug 19, 2015 at 11:58 AM, Janno de Wit notifications@github.com
wrote:

Are there any plans to support RFC3515 / REFER SIP method?
If you can point me in the right direction I'll spend some time on the
development.


Reply to this email directly or view it on GitHub
#11.

@ymartineau
Copy link
Owner

It seems that before REFER method (RFC3515) can be implemented, the following RFCs must be supported:

  • generic event notification package (RFC3265). That's a mechanism to subscribe / unsubscribe to any kind of notifications (SUBSCRIBE method) and receive the corresponding notifications (NOTIFY method).
  • dialog event package (RFC4235): notification of other user dialog state

For supervised call transfer, there's an additional prerequisite: support on-hold (Re-INVITE with sendonly/recvonly), and "Replaces" header (RFC3891):

  • as client
  • as server

For blind transfer, there's another additional prerequisite: support sipfrag (RFC3420)

  • as client
  • as server

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

2 participants