CallInfo Struct Reference
Struct to keep info from a call.
#include <iSim.h>
Public Attributes | |
| std::string | id = "" |
| Call info ID. | |
| CallDir | dir = CallDir::DIR_OUTGOING |
| Call direction. | |
| CallStatus | stat = CallStatus::CALLS_DISABLED |
| State of the call. | |
| CallMode | mode = CallMode::MODE_VOICE |
| Bearer/teleservice mode. | |
| CallMpty | mpty = CallMpty::MPTY_INACTIVE |
| Multiparty. | |
| CallTrafficChannel | trafficChannel = CallTrafficChannel::TRAFFIC_CHANNEL_NOT_ASSIGNED |
| Traffic channel. | |
| std::string | number = "" |
| Phone number. | |
| CallType | type = CallType::TYPE_RESTRICTED_NUM |
| type of address octet. 161 -> National number | |
| int | duration_seconds = 0 |
| Duration of the call, expressed in seconds. | |
