Skip to content

Commit 725d7a0

Browse files
committed
add new dial response fields
1 parent 33ed832 commit 725d7a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

protos/src/main/proto/tcnapi/exile/gate/v2/public.proto

+6
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,12 @@ message DialResponse {
684684
CallType call_type = 4; // Type of call (inbound, outbound)
685685
string org_id = 5; // Organization ID making the call
686686
string partner_agent_id = 6; // Partner agent ID making the call
687+
bool attempted = 7; // will be true if the call attempted to start
688+
string status = 8; // if started is false this will contain why it was rejected
689+
// added for backwards compatibility with old gate protos.
690+
// this is just an alternate name for call_sid.
691+
// will be removed in a future version.
692+
string caller_sid = 9 [deprecated = true];
687693
}
688694

689695
/**

0 commit comments

Comments
 (0)