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

Method stTransportName

SIP/SIPTransaction.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 void stWrite(SipMessage *msg);
75 bool stIsReliableTransport() const { return mstPeer.ipIsReliableTransport(); }
76 string stTransportName() { return mstPeer.ipTransportName(); }
77 // Send a message to the TranEntry associated with this Dialog.
78 void sendSimpleMessage(DialogState::msgState wInfo, int code);
79 // (pat) Yes, it is ugly having specialized methods in a base class.

Callers

nothing calls this directly

Calls 1

ipTransportNameMethod · 0.80

Tested by

no test coverage detected