- added implementation for new event handlers.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1894 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent 9fcb7be156
commit 70b41a3677

@ -127,6 +127,8 @@ class SIPRegistration : public AmSipDialogEventHandler,
void onSipReply(const AmSipReply& reply, int old_dlg_status);
void onSipRequest(const AmSipRequest& req) {}
void onInvite2xx(const AmSipReply&) {}
void onNo2xxACK(unsigned int) {}
void onNoErrorACK(unsigned int) {}
/** is this registration registered? */
bool active;

Loading…
Cancel
Save