|
Smartswitch
|
The struct defines the information about a currently active channel. More...
defined in <ChannelInfo.ice>
struct ChannelInfo { ... }
Data Members | |
| string | answerTime |
| The time a channel was answered on Smartswitch. More... | |
| ChannelBillingOpt | billing |
| If billing is available for this call, the array contains 1 element with it. More... | |
| string | calleeId |
| The billing B-number of a leg (without prefix). More... | |
| string | callerId |
| The billing A-number of a leg (without prefix). More... | |
| string | channelId |
| The unique ID of a channel. More... | |
| string | channelName |
| The name of a channel. More... | |
| Direction | direction |
| The Direction of a leg from the POV of Smartswitch. More... | |
| string | inboundCodec |
| The codec used for inbound (from POV of Smartswitch) stream. More... | |
| string | ipAddress |
| The IP address of a peer. More... | |
| string | outboundCodec |
| The codec used for outbound (from POV of Smartswitch) stream. More... | |
| string | peerName |
| The name of a GenericPeer descendant involved with the leg. More... | |
| string | realCalleeId |
| The B-number of a leg (including prefix) as it came ingress or sent egress from Smartswitch. More... | |
| string | realCallerId |
| The A-number of a leg (including prefix) as it came ingress or sent egress from Smartswitch. More... | |
| string | sessionId |
| The ID of a session. More... | |
| string | startTime |
| The time a channel has been created on Smartswitch. More... | |
| string | technology |
| The technology of a channel, for ex. More... | |
The struct defines the information about a currently active channel.
| string answerTime |
The time a channel was answered on Smartswitch.
| ChannelBillingOpt billing |
If billing is available for this call, the array contains 1 element with it.
The array is empty otherwise.
| string calleeId |
The billing B-number of a leg (without prefix).
| string callerId |
The billing A-number of a leg (without prefix).
| string channelId |
The unique ID of a channel.
| string channelName |
The name of a channel.
| Direction direction |
The Direction of a leg from the POV of Smartswitch.
| string inboundCodec |
The codec used for inbound (from POV of Smartswitch) stream.
| string ipAddress |
The IP address of a peer.
| string outboundCodec |
The codec used for outbound (from POV of Smartswitch) stream.
| string peerName |
The name of a GenericPeer descendant involved with the leg.
| string realCalleeId |
The B-number of a leg (including prefix) as it came ingress or sent egress from Smartswitch.
| string realCallerId |
The A-number of a leg (including prefix) as it came ingress or sent egress from Smartswitch.
| string sessionId |
The ID of a session.
It's common for all bridged legs.
| string startTime |
The time a channel has been created on Smartswitch.
| string technology |
The technology of a channel, for ex.
SIP.
1.8.15