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

Method dgIsServer

SIP/SIPBase.h:408–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 // Return if we are the server, ie, return true if communication was started by peer, not us.
407 DialogType getDialogType() const { return mDialogType; }
408 bool dgIsServer() const { return mDialogType == SIPDTMTC || mDialogType == SIPDTMTSMS; }
409
410 /**@name Messages for SIP registration. */
411 //@{

Callers 1

dmAddCallDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected