Holds call channel details.
This property returns call channel information.
- call_to
- the destination address of the current call.
- call_target
- the original destination of the current call.
- call_from
- the originating address of the current call.
- codecs
- the codecs list for the current or call.
- connected_ID
- the connected call channel ID (see the connect() function).
- divert
- call diversion information.
- raw_cause
- an underlying raw cause value (specific to the call protocol in use).
Note: A value of -1 indicates that the call was hung up before connection
due to inband call progress tones that indicated an error.
- far_end_type
- this is for outbound calls only. This property identifies the far
end type as determined by live speaker
detection. By default this is set to UNKNOWN. When live speaker
detection is activated this will go to None until the far end type
has been identified or the algorithm times out. On a timeout the type
will revert to UNKNOWN.
Individual items of information may be readily obtained in the
following manner:
call_to = channel.Details.call_to
This information can be retrieved even after the call has gone to
idle, it will persist until the next call.