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

How to handle REFER ? #23

Open
kingster opened this issue Aug 5, 2019 · 3 comments
Open

How to handle REFER ? #23

kingster opened this issue Aug 5, 2019 · 3 comments

Comments

@kingster
Copy link

kingster commented Aug 5, 2019

Hi

We have a use-case where we would want to handle REFER messages, and send the INVITE request to the new destination (this needs to be done in the sbc because if the REFER is forwarded to carrier it becomes invalid, this REFER is valid in the context of the SBC only). How to achieve the same in SBC-OS ? (I couldn't find any documentation of kamailio routing by which this can be done. Any help is appreciated. )

@adubovikov
Copy link
Collaborator

Hi,
REFER will create a new transaction that should make a new call in your Softswitch and terminate the existing leg (transfer). Do you plan use freeswitch/asterisk ?

@kingster
Copy link
Author

kingster commented Aug 5, 2019

I am trying to replace a commercial SBC with SBCOS. This is what I am trying to achieve.

UML

So the SBC has to create the new transaction (Last Invite to FS). The commercial SBC today does this which I am trying to do with sbcOS. But I haven't been able to get working with sbcOS/Kamailio.

How to create this new transaction from sbcOS?

@adubovikov
Copy link
Collaborator

adubovikov commented Aug 5, 2019 via email

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