We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6265e commit 998dd1bCopy full SHA for 998dd1b
protobufs/livekit_sip.proto
@@ -544,7 +544,8 @@ message UpdateSIPDispatchRuleRequest {
544
message SIPDispatchRuleInfo {
545
string sip_dispatch_rule_id = 1;
546
SIPDispatchRule rule = 2;
547
- repeated string trunk_ids = 3;
+ repeated string trunk_ids = 3 [deprecated = true];
548
+ repeated string source_ids = 13;
549
bool hide_phone_number = 4;
550
// Dispatch Rule will only accept a call made to these numbers (if set).
551
repeated string inbound_numbers = 7;
@@ -566,7 +567,7 @@ message SIPDispatchRuleInfo {
566
567
568
bool krisp_enabled = 11;
569
SIPMediaEncryption media_encryption = 12;
- // NEXT ID: 13
570
+ // NEXT ID: 14
571
}
572
573
message SIPDispatchRuleUpdate {
0 commit comments