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

Method dispatchSipDialogMsg

Control/L3StateMachine.cpp:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455
456
457MachineStatus MachineBase::dispatchSipDialogMsg(const SIP::DialogMessage *dialogmsg)
458{
459 return machineRunState1(L3CASE_DIALOG_STATE(dialogmsg->dialogState()),(L3Frame*)NULL,(L3Message*)NULL,dialogmsg);
460}
461
462
463MachineStatus MachineBase::dispatchL3Msg(const L3Message *l3msg)

Callers 1

lockAndInvokeSipMsgMethod · 0.80

Calls 1

dialogStateMethod · 0.80

Tested by

no test coverage detected