#include <bayonne.h>
Public Methods | |
Request (TrunkGroup *grp, const char *text, unsigned expire, const char *tag = NULL) | |
~Request () | |
char** | getList (void) |
char* | getTag (void) |
bool | isExpired (void) |
Friends | |
class | TrunkGroup |
void | cancel (TrunkGroup *group, const char *tag) |
Request* | request (TrunkGroup *group, char **argv, unsigned timeout, const char *tag = NULL) |
Request* | locate (TrunkGroup *group, const char *tag, int *pos) |
These are usually for scripts that will perform some form of outbound dialing. Requests are queued until either they can be serviced, or they are expired.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|