man RPCTransaction () - The transaction logger can cache transaction results for a given trunk so that one can later retrieve these results in a rpc service that monitors transaction results initiated through ccScript services. transaction log for rpc services.
NAME
RPCTransaction - The transaction logger can cache transaction results for a given trunk so that one can later retrieve these results in a rpc service that monitors transaction results initiated through ccScript services. transaction log for rpc services.
SYNOPSIS
#include <bayonne.h>
Public Member Functions
void expire (void)
bool isRunning (const char *id)
char * getInfo (const char *id, char *buffer)
void setInfo (const char *id, const char *info)
void stop (const char *id)
const char * start (const char *pid, char **args, time_t timeout, const char *login='none')
Detailed Description
The transaction logger can cache transaction results for a given trunk so that one can later retrieve these results in a rpc service that monitors transaction results initiated through ccScript services. transaction log for rpc services.
This allows a rpc service to asynchronously request a Bayonne script to run, and then later find out what happened.
Author: David Sugar <dyfet@ostel.com>
Author
Generated automatically by Doxygen for Bayonne from the source code.