Send an error code that terminates the dialog.
| 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, |