Skip to content

Commit 998dd1b

Browse files
Adding source_ids instead of trunk_ids as the source for dispatch rules is broader now, including phone numbers
1 parent ab6265e commit 998dd1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

protobufs/livekit_sip.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,8 @@ message UpdateSIPDispatchRuleRequest {
544544
message SIPDispatchRuleInfo {
545545
string sip_dispatch_rule_id = 1;
546546
SIPDispatchRule rule = 2;
547-
repeated string trunk_ids = 3;
547+
repeated string trunk_ids = 3 [deprecated = true];
548+
repeated string source_ids = 13;
548549
bool hide_phone_number = 4;
549550
// Dispatch Rule will only accept a call made to these numbers (if set).
550551
repeated string inbound_numbers = 7;
@@ -566,7 +567,7 @@ message SIPDispatchRuleInfo {
566567

567568
bool krisp_enabled = 11;
568569
SIPMediaEncryption media_encryption = 12;
569-
// NEXT ID: 13
570+
// NEXT ID: 14
570571
}
571572

572573
message SIPDispatchRuleUpdate {

0 commit comments

Comments
 (0)