Skip to content

Conversation

@dennwc
Copy link
Contributor

@dennwc dennwc commented Dec 16, 2025

No description provided.

@dennwc dennwc self-assigned this Dec 16, 2025
@dennwc dennwc requested a review from a team as a code owner December 16, 2025 14:23
RegisterTransferSIPParticipantTopic(sipCallId string) error
DeregisterTransferSIPParticipantTopic(sipCallId string)

OnInboundInfo(log logger.Logger, callInfo *rpc.SIPCall, headers Headers)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not have something more generic like OnRemoteHeaders(), applicable to both outbound and inbound?

The inbound call can stay where it is, and the outbound can happen on 200 (or any non-100 reponse)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's different logic here for inbound vs outbound. I could add both hooks now, but they won't do anything for now.

Copy link
Contributor

Choose a reason for hiding this comment

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

okay, would be nice, but not a showstopper.
Lets just remember to rename this to something that may apply to both directions once we introduce that.

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.

3 participants