Skip to content

Commit

Permalink
Enable topics for InternalUpdateSIPParticipant (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der authored Jan 12, 2024
1 parent 3d9c1f2 commit 8ad4c79
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 51 deletions.
30 changes: 15 additions & 15 deletions rpc/sip.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rpc/sip.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import "options.proto";
service SIPInternal {
rpc UpdateSIPParticipant(InternalUpdateSIPParticipantRequest) returns (InternalUpdateSIPParticipantResponse) {
option (psrpc.options).affinity_func = true;
option (psrpc.options).topics = true;
}
rpc SendSIPParticipantDTMF(InternalSendSIPParticipantDTMFRequest) returns (InternalSendSIPParticipantDTMFResponse) {
option (psrpc.options).affinity_func = true;
Expand Down
76 changes: 40 additions & 36 deletions rpc/sip.psrpc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ad4c79

Please sign in to comment.