| 94 | void sipStopTimers() { // We dont do it this way any more. |
| 95 | } |
| 96 | bool dgWriteHighSide(SipMessage *msg) { |
| 97 | switch (mDialogType) { |
| 98 | case SIPDTMTC: case SIPDTMTSMS: |
| 99 | MTWriteHighSide(msg); return true; |
| 100 | case SIPDTMOC: case SIPDTMOSMS: case SIPDTMOUssd: |
| 101 | MOWriteHighSide(msg); return true; |
| 102 | default: return false; // This indicates a serious error on the part of the SIP peer. |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | void dialogCancel(CancelCause cause = CancelCauseUnknown); |
| 107 | //void dialogMOCSendInvite(const char *bcddigits,Control::CodecSet codecs); |