Lines Matching defs:number
105 * call identification number as described in 3GPP TS 22.030 [19] subclause 4.5.5.1
106 * this number can be used in +CHLD command operations
266 * the same procedures as in Section 1.3.8.1, if the number of remote parties does not then
267 * exceed the maximum number allowed, which results in an active multiParty call.
288 std::string number = it.second.GetNumber();
289 connection.RejectRequest(slotId, number, index);
409 connection.SetNumber(imsCurrentCallInfoList.calls[i].number);
446 connection.SetNumber(callInfoList.calls[i].number);
452 pConnection->SetNumber(callInfoList.calls[i].number);
487 std::string phoneNumber = callInfo.number.empty() ? callInfo.name : callInfo.number;