AmSessionEventHandler Class Reference

Interface for SIP events signaling plugins implement. More...

#include <AmSession.h>


Public Member Functions

 AmSessionEventHandler (AmSession *s)
virtual bool process (AmEvent *)
virtual bool onSipEvent (AmSipEvent *)
virtual bool onSipRequest (const AmSipRequest &)
virtual bool onSipReply (const AmSipReply &)
virtual bool onSendRequest (const string &method, const string &content_type, const string &body, string &hdrs)
virtual bool onSendReply (const AmSipRequest &req, unsigned int code, const string &reason, const string &content_type, const string &body, string &hdrs)

Data Fields

AmSessions
bool destroy


Detailed Description

Interface for SIP events signaling plugins implement.

Signaling plugins must inherite from this class.


The documentation for this class was generated from the following files:
Generated on Thu Mar 8 00:12:46 2007 for Sems by  doxygen 1.4.7
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login