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

Function getRegistrar

SIP/SIPDialog.cpp:34–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32SipDialog *gRegisterDialog = NULL;
33
34SipDialog *getRegistrar()
35{
36 if (gRegisterDialog == NULL) {
37 gRegisterDialog = SipDialog::newSipDialogRegister1();
38 } else {
39 // This allows the user to change SIP.Proxy.Registration from the CLI.
40 gRegisterDialog->updateProxy("SIP.Proxy.Registration");
41 }
42 return gRegisterDialog;
43}
44
45void SipDialog::dgReset()
46{

Callers 2

L3RegisterMachineMethod · 0.85
startRegisterFunction · 0.85

Calls 1

updateProxyMethod · 0.80

Tested by

no test coverage detected