| 878 | |
| 879 | |
| 880 | SipState SipBase::MODSendCANCEL() |
| 881 | { |
| 882 | LOG(INFO) << sbText(); |
| 883 | setSipState(MODCanceling); // (pat) MOD sent a cancel, see forceSIPClearing. |
| 884 | SipMOCancelTU *cancelTU = new SipMOCancelTU(dynamic_cast<SipDialog*>(this)); |
| 885 | cancelTU->sctStart(); |
| 886 | return getSipState(); |
| 887 | } |
| 888 | |
| 889 | |
| 890 |