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

Method stSetDialogState

SIP/SIPTransaction.cpp:162–167  ·  view source on GitHub ↗

The cause is not currently used.

Source from the content-addressed store, hash-verified

160
161// The cause is not currently used.
162void SipTransaction::stSetDialogState(SipState newState, int code, char timer) const
163{
164 if (SipDialog *dialog = mstDialog) {
165 dialog->dialogPushState(newState,code,timer);
166 }
167}
168
169// This is the default. The INVITE ones are static and live in the dialog so they are not destroyed.
170//void SipTransaction::stDestroyV()

Callers

nothing calls this directly

Calls 1

dialogPushStateMethod · 0.80

Tested by

no test coverage detected