MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / MTCSendRinging

Method MTCSendRinging

SIP/SIPBase.cpp:1370–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368
1369
1370void SipMTInviteServerTransactionLayer::MTCSendRinging()
1371{
1372 if (getSipState()==SSFail) return;
1373 SipMessage *invite = getInvite();
1374 LOG(INFO) <<sbText();
1375 assert(invite);
1376 LOG(DEBUG) << "send ringing" <<sbText();
1377 SipMessageReply ringing(invite,180,string("Ringing"),this);
1378 mtWriteLowSide(&ringing);
1379 setSipState(Proceeding);
1380}
1381
1382void SipMTInviteServerTransactionLayer::MTCSendOK(CodecSet wCodec, const L3LogicalChannel *chan)
1383{

Callers 1

machineRunStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected