#include <bayonne.h>
Static Public Member Functions | |
| static void | start (void) |
| static void | stop (void) |
| static void | detach (BayonneSession *s) |
| static void | active (BayonneSession *s) |
| static void | notify (BayonneSession *s) |
Protected Member Functions | |
| BayonneService (int pri, size_t stack) | |
| virtual void | stopService (void) |
| Used for stop call interface. | |
| virtual void | startService (void) |
| Used for start call interface. | |
| virtual void | detachCall (BayonneSession *s) |
| Used at end of call. | |
| virtual void | activeCall (BayonneSession *s) |
| Used at running state. | |
| virtual void | notifyCall (BayonneSession *s) |
| Used to notify for an extension ringing. | |
Friends | |
| void | startServices (void) |
| void | stopServices (void) |
These exist to integrate plugins with server managed startup and shutdown.
| ost::BayonneService::BayonneService | ( | int | pri, | |
| size_t | stack | |||
| ) | [protected] |
| virtual void ost::BayonneService::stopService | ( | void | ) | [protected, virtual] |
Used for stop call interface.
| virtual void ost::BayonneService::startService | ( | void | ) | [protected, virtual] |
Used for start call interface.
| virtual void ost::BayonneService::detachCall | ( | BayonneSession * | s | ) | [protected, virtual] |
Used at end of call.
| virtual void ost::BayonneService::activeCall | ( | BayonneSession * | s | ) | [protected, virtual] |
Used at running state.
| virtual void ost::BayonneService::notifyCall | ( | BayonneSession * | s | ) | [protected, virtual] |
Used to notify for an extension ringing.
| static void ost::BayonneService::start | ( | void | ) | [static] |
| static void ost::BayonneService::stop | ( | void | ) | [static] |
| static void ost::BayonneService::detach | ( | BayonneSession * | s | ) | [static] |
| static void ost::BayonneService::active | ( | BayonneSession * | s | ) | [static] |
| static void ost::BayonneService::notify | ( | BayonneSession * | s | ) | [static] |
| void startServices | ( | void | ) | [friend] |
| void stopServices | ( | void | ) | [friend] |
1.5.0