| 406 | // Return if we are the server, ie, return true if communication was started by peer, not us. |
| 407 | DialogType getDialogType() const { return mDialogType; } |
| 408 | bool dgIsServer() const { return mDialogType == SIPDTMTC || mDialogType == SIPDTMTSMS; } |
| 409 | |
| 410 | /**@name Messages for SIP registration. */ |
| 411 | //@{ |