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

Method sendError

SIP/SIPDialog.h:68–68  ·  view source on GitHub ↗

Send an error code that terminates the dialog.

Source from the content-addressed store, hash-verified

66
67 // Send an error code that terminates the dialog.
68 void sendError(int code, const char *errorString) {LOG(ALERT) << "unimplemented"<<code<<errorString;} // TODO;
69
70 // Dont call this directly. Use one of the static newSipDialog.... methods.
71 SipDialog(DialogType wDialogType,

Callers 1

mmStartMTDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected