Skip to content

Conversation

nishadmusthafa
Copy link
Contributor

No description provided.

@nishadmusthafa nishadmusthafa requested a review from a team as a code owner October 5, 2025 17:26
})

// Set the SIP call ID in the sipOutbound struct
call.cc.callID = sipCallID
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should pass it to newOutbound then.

Comment on lines +112 to +113
toUri := CreateURIFromUserAndAddress(sipConf.to, sipConf.address, tr)
toHeader := &sip.ToHeader{Address: *toUri.GetURI()}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not against it, but it's a bit unfortunate that it now requires building these two objects outside of the constructor function.

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