Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions types/ari-client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4318,6 +4318,11 @@ export interface Channel extends Resource {
*/
id: string;

/**
* Protocol id from underlying channel driver (i.e. Call-ID for chan_pjsip; will be empty if not applicable or not implemented by driver).
*/
protocol_id: string;

/**
* Name of the channel (i.e. SIP/foo-0000a7e3).
*/
Expand Down