Skip to content

Conversation

@nikbyte
Copy link
Member

@nikbyte nikbyte commented Oct 17, 2022

This small fix allows to inherit sending socket when create new dialog using previous dialog data.

@github-actions
Copy link

Any updates here? No progress has been made in the last 30 days, marking as stale.

@github-actions github-actions bot added the stale label Nov 17, 2022
@nikbyte
Copy link
Member Author

nikbyte commented Nov 17, 2022

up

@stale stale bot removed the stale label Nov 17, 2022
@github-actions
Copy link

Any updates here? No progress has been made in the last 30 days, marking as stale.

@github-actions github-actions bot added the stale label Dec 18, 2022
@nikbyte
Copy link
Member Author

nikbyte commented Dec 19, 2022

up

@stale stale bot removed the stale label Dec 19, 2022
@github-actions
Copy link

Any updates here? No progress has been made in the last 30 days, marking as stale.

@github-actions github-actions bot added the stale label Jan 19, 2023
@nikbyte
Copy link
Member Author

nikbyte commented Jan 19, 2023

up

@stale stale bot removed the stale label Jan 19, 2023
@bogdan-iancu
Copy link
Member

@nikbyte , trying to understand what this is doing (as per your description) - the new dialog I assume is a new client created in the B2B session. But what's the "old" dialog? is the dialog being replaced by the new one (during a bridging) ?

@bogdan-iancu bogdan-iancu self-assigned this Jan 19, 2023
@nikbyte
Copy link
Member Author

nikbyte commented Jan 23, 2023

Hi @bogdan-iancu . It was hard to remember because time passed, but I did.

If use b2b as a some balancer under which is another SIP server and if that 2nd SIP server makes few outgoing legs, like.

  1. INVITE to 1st direction, 503
  2. INVITE to 2nd direction, 500
  3. INVITE to 3rd direction, call established

And all these few calls goes through b2b, then this flow is the same dialog for b2b, but #2 and #3 forgets outgoing socket if you set it for 1st call. The patch allows to keep outgoing socket for all legs.

@bogdan-iancu
Copy link
Member

@nikbyte , if I understand correctly, you do multiple re-briges in B2B, and you want the following bridges / UACs to remember the socket that was use by the prev failing UAC ?

@nikbyte nikbyte closed this by deleting the head repository Dec 12, 2023
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

Successfully merging this pull request may close these issues.

2 participants