| 635 | //void SipMOCancelTU::TUTimeoutV() { stSetDialogState(Canceled,0); } |
| 636 | |
| 637 | SipMOCancelTU::SipMOCancelTU(SipDialog *wDialog) // : SipClientTrLayer(wDialog->dsPeer(), make_branch(),wDialog) |
| 638 | { |
| 639 | string branch = make_branch(); |
| 640 | SipMessage *cancelMsg = new SipMessageRequestWithinDialog(this->stGetMethodNameV(),wDialog,branch); |
| 641 | this->sctInitInDialogClientTransaction(wDialog, cancelMsg, branch); |
| 642 | delete cancelMsg; |
| 643 | } |
| 644 | |
| 645 | SipDtmfTU::SipDtmfTU(SipDialog *wDialog, unsigned wInfo) //: SipClientTrLayer(wDialog->dsPeer(), make_branch(),wDialog) |
| 646 | { |
nothing calls this directly
no test coverage detected