A span is a collection of ports under a single control interface or communication channel, such as a T1/E1/PRI/BRI span.
More...
#include <bayonne.h>
Inheritance diagram for ost::BayonneSpan:
Collaboration diagram for ost::BayonneSpan:
Public Types
Telephony endpoint interface identifiers.
More...
Type of call session being processed.
More...
Type of bridge used for joining ports.
More...
enum
state_t {
STATE_INITIAL = 0,
STATE_IDLE,
STATE_RESET,
STATE_RELEASE,
STATE_BUSY,
STATE_DOWN,
STATE_RING,
STATE_PICKUP,
STATE_SEIZE,
STATE_ANSWER,
STATE_STEP,
STATE_EXEC,
STATE_THREAD,
STATE_CLEAR,
STATE_INKEY,
STATE_INPUT,
STATE_READ,
STATE_COLLECT,
STATE_DIAL,
STATE_XFER,
STATE_REFER,
STATE_HOLD,
STATE_RECALL,
STATE_TONE,
STATE_DTMF,
STATE_PLAY,
STATE_RECORD,
STATE_JOIN,
STATE_WAIT,
STATE_CALLING,
STATE_CONNECT,
STATE_RECONNECT,
STATE_HUNTING,
STATE_SLEEP,
STATE_START,
STATE_HANGUP,
STATE_LIBRESET,
STATE_WAITKEY,
STATE_LIBWAIT,
STATE_IRESET,
STATE_FINAL,
STATE_SUSPEND = STATE_DOWN,
STATE_STANDBY = STATE_DOWN,
STATE_LIBEXEC = STATE_EXEC,
STATE_RINGING = STATE_RING,
STATE_RUNNING = STATE_STEP,
STATE_THREADING = STATE_THREAD
}
Call processing states offered in core library.
More...
enum
signal_t {
SIGNAL_EXIT = 0,
SIGNAL_ERROR,
SIGNAL_TIMEOUT,
SIGNAL_DTMF,
SIGNAL_0,
SIGNAL_1,
SIGNAL_2,
SIGNAL_3,
SIGNAL_4,
SIGNAL_5,
SIGNAL_6,
SIGNAL_7,
SIGNAL_8,
SIGNAL_9,
SIGNAL_STAR,
SIGNAL_POUND,
SIGNAL_A,
SIGNAL_OVERRIDE = SIGNAL_A,
SIGNAL_B,
SIGNAL_FLASH = SIGNAL_B,
SIGNAL_C,
SIGNAL_IMMEDIATE = SIGNAL_C,
SIGNAL_D,
SIGNAL_PRIORITY = SIGNAL_D,
SIGNAL_RING,
SIGNAL_TONE,
SIGNAL_EVENT,
SIGNAL_WINK,
SIGNAL_CHILD,
SIGNAL_FAIL,
SIGNAL_PICKUP,
SIGNAL_PART,
SIGNAL_INVALID,
SIGNAL_PARENT,
SIGNAL_WAIT,
SIGNAL_HANGUP = SIGNAL_EXIT
}
Signaled interpreter events.
More...
enum
event_t {
MSGPORT_WAKEUP = 0,
MSGPORT_SHUTDOWN,
MSGPORT_LOGGING,
MSGPORT_REGISTER,
ENTER_STATE = 100,
EXIT_STATE,
EXIT_THREAD,
EXIT_TIMER,
EXIT_PARTING,
NULL_EVENT,
ERROR_STATE,
ENTER_HUNTING,
EXIT_HUNTING,
ENTER_RECONNECT,
EXIT_RECONNECT,
RECALL_RECONNECT,
EXIT_SCRIPT,
STEP_SCRIPT,
START_DIRECT = 200,
START_INCOMING,
START_OUTGOING,
START_RECALL,
START_FORWARDED,
START_RINGING,
START_HUNTING,
START_REFER,
STOP_SCRIPT,
STOP_DISCONNECT,
STOP_PARENT,
CANCEL_CHILD,
DETACH_CHILD,
CHILD_RUNNING,
CHILD_FAILED,
CHILD_INVALID,
CHILD_EXPIRED,
CHILD_BUSY,
CHILD_FAX,
CHILD_DND,
CHILD_AWAY,
CHILD_NOCODEC,
CHILD_OFFLINE,
START_SCRIPT = START_INCOMING,
START_SELECTED = START_OUTGOING,
START_TRANSFER = START_REFER,
ENTER_LIBEXEC = 300,
EXIT_LIBEXEC,
HEAD_LIBEXEC,
ARGS_LIBEXEC,
GOT_LIBEXEC,
READ_LIBEXEC,
DROP_LIBEXEC,
STAT_LIBEXEC,
PROMPT_LIBEXEC,
CLEAR_LIBEXEC,
WAIT_LIBEXEC,
RECORD_LIBEXEC,
REPLAY_LIBEXEC,
RESTART_LIBEXEC,
TONE_LIBEXEC,
XFER_LIBEXEC,
POST_LIBEXEC,
ERROR_LIBEXEC,
TIMER_EXPIRED = 400,
LINE_WINK,
LINE_PICKUP,
LINE_HANGUP,
LINE_DISCONNECT,
LINE_ON_HOOK,
LINE_OFF_HOOK,
RING_ON,
RING_OFF,
RING_STOP,
LINE_CALLER_ID,
RINGING_DID,
DEVICE_BLOCKED,
DEVICE_UNBLOCKED,
DEVICE_OPEN,
DEVICE_CLOSE,
DSP_READY,
RING_SYNC,
CALL_DETECT = 500,
CALL_CONNECTED,
CALL_RELEASED,
CALL_ACCEPTED,
CALL_ANSWERED,
CALL_HOLD,
CALL_HOLDING =CALL_HOLD,
CALL_NOHOLD,
CALL_DIGITS,
CALL_OFFERED,
CALL_ANI,
CALL_ACTIVE,
CALL_NOACTIVE,
CALL_BILLING,
CALL_RESTART,
CALL_SETSTATE,
CALL_FAILURE,
CALL_ALERTING,
CALL_INFO,
CALL_BUSY,
CALL_DIVERT,
CALL_FACILITY,
CALL_FRAME,
CALL_NOTIFY,
CALL_NSI,
CALL_RINGING,
CALL_DISCONNECT,
CALL_CLEARED,
CALL_PROCEEDING,
RESTART_FAILED,
RELEASE_FAILED,
START_RING = 600,
STOP_RING,
CLEAR_TIMESLOT,
START_FLASH,
STOP_FLASH,
DIAL_CONNECT,
DIAL_TIMEOUT,
DIAL_FAILED,
DIAL_INVALID,
DIAL_BUSY,
DIAL_FAX,
DIAL_PAM,
DIAL_DND,
DIAL_AWAY,
DIAL_OFFLINE,
DIAL_NOCODEC,
DIAL_MACHINE = DIAL_PAM,
AUDIO_IDLE = 700,
AUDIO_ACTIVE,
AUDIO_EXPIRED,
INPUT_PENDING,
OUTPUT_PENDING,
AUDIO_BUFFER,
TONE_IDLE,
DTMF_KEYDOWN,
DTMF_KEYSYNC,
DTMF_KEYUP,
TONE_START,
TONE_STOP,
AUDIO_START,
AUDIO_STOP,
DTMF_GENDOWN,
DTMF_GENUP,
AUDIO_SYNC,
AUDIO_RECONNECT,
AUDIO_DISCONNECT,
PEER_RECONNECT,
PEER_DISCONNECT,
PEER_REFER,
DTMF_GENTONE = DTMF_GENUP,
MAKE_TEST = 800,
MAKE_BUSY,
MAKE_IDLE,
MAKE_DOWN,
MAKE_UP,
MAKE_EXPIRED,
ENABLE_LOGGING,
DISABLE_LOGGING,
PART_EXPIRED,
PART_EXITING,
PART_DISCONNECT,
JOIN_PEER,
PEER_WAITING,
RELOCATE_REQUEST,
RELOCATE_ACCEPT,
RELOCATE_REJECT,
START_RELOCATE,
STREAM_ACTIVE,
STREAM_PASSIVE,
JOIN_RECALL,
DROP_RECALL,
DROP_REFER,
ENTER_RESUME = MAKE_UP,
ENTER_SUSPEND = MAKE_DOWN,
SYSTEM_DOWN = 900,
DRIVER_SPECIFIC = 1000
}
The current state handler in effect for a given channel to receive events.
More...
enum
symType {
symNORMAL = 0,
symCONST,
symDYNAMIC,
symFIFO,
symSEQUENCE,
symSTACK,
symCOUNTER,
symPOINTER,
symREF,
symARRAY,
symASSOC,
symINITIAL,
symNUMBER,
symLOCK,
symPROPERTY,
symORIGINAL,
symMODIFIED,
symTIMER,
symBOOL
}
typedef bool(ScriptInterp::*
Method )(void)
typedef long(*
Function )(long *args, unsigned prec)
typedef void(*
Init )(void)
Public Member Functions
Create a span for a specified number of timeslots.
More...
Get the session associated with the nth timeslot of the span.
More...
Get the first server timeslot of this span.
More...
Return total number of server timeslots in this span.
More...
Get the id associated with this span.
More...
Get driver associated with this span.
More...
Get number of call slots still available.
More...
virtual bool
reset (void)
void
md5_hash (char *out, const char *source)
unsigned
getIndex (char **data, unsigned max)
Get an index array of ALL keywords that are stored by the current keydata object.
More...
void
load (const char *keypath)
Load additional key values into the currrent object from the specfied config source (a config file/section pair).
More...
Load default keywords into the current object.
More...
void
loadPrefix (const char *prefix, const char *keypath)
Load additional key values into the currrent object from the specfied config source (a config file/section pair).
More...
void
loadFile (const char *filepath, const char *
keys=NULL, const char *pre=NULL)
Load additional keys into the current object using a real filename that is directly passed rather than a computed key path.
More...
Unlink the keydata object from the cache file stream.
More...
Get a count of the number of data "values" that is associated with a specific keyword.
More...
Get the first data value for a given keyword.
More...
const char *
getLast (const char *sym)
Get the last (most recently set) value for a given keyword.
More...
bool
isKey (const char *sym)
Find if a given key exists.
More...
const char *
getString (const char *sym, const char *def=NULL)
Get a string value, with an optional default if missing.
More...
long
getLong (const char *sym, long def=0)
Get a long value, with an optional default if missing.
More...
double
getDouble (const char *key, double def=0.)
void
setValue (const char *sym, const char *data)
Set (replace) the value of a given keyword.
More...
const char *const *
getList (const char *sym)
Return a list of all values set for the given keyword returned in order.
More...
Clear all values associated with a given keyword.
More...
A convient notation for accessing the keydata as an associative array of keyword/value pairs through the [] operator.
More...
Static Public Member Functions
Get a span by a global span id.
More...
Allocate the total number of spans this server will support.
More...
static void
snmptrap (unsigned
id, const char *descr=NULL)
Allocates the maximum number of timeslots the server will use as a whole and attaches a given server to the library.
More...
Allocate local script engine sessions, if needed.
More...
static unsigned long
uptime (void)
Request active scripts to be recompiled from the library.
More...
Used to down the server from the library.
More...
static bool
service (const char *service)
Sets server service level from the library.
More...
Returns a session pointer for a server timeslot.
More...
Returns a local image pointer for a server timeslot.
More...
Returns a session pointer for a string identifier.
More...
Returns a server timeslot number for a string identifier.
More...
Return total library timeslots used (highest used).
More...
Return total timeslots allocated for the server.
More...
Return remaining timeslots available to allocate driver ports into.
More...
Map a state name into a handler.
More...
Convert a dtmf character into a 0-15 number reference.
More...
Convert a dtmf digit number into it's ascii code.
More...
static bool
matchDigits (const char *digits, const char *match, bool partial=false)
A function to support pattern matching and templates for digit strings.
More...
Use the current compiled script image; mark as in use.
More...
Release a script image in use.
More...
Load a monitoring/management module.
More...
Load a bgm/audio processing module for continues audio.
More...
static void
errlog (const char *level, const char *fmt,...)
static bool
use (const char *name)
static member to end keydata i/o allocations.
More...
Data Fields
Static Public Attributes
Table of states ordered by id.
More...
A mutex to serialize any direct console I/O operations.
More...
A mutex to serialize reload requests.
More...
master traffic counters for call attempts and call completions.
More...
Protected Member Functions
virtual void *
first (size_t size)
Allocate first workspace from paged memory.
More...
Allocate a string from the memory pager pool and copy the string into it's new memory area.
More...
virtual void *
alloc (size_t size)
Allocate memory from either the currently active page, or allocate a new page for the object.
More...
char *
alloc (const char *str)
Allocate a string from the memory pager pool and copy the string inti it's new memory area.
More...
purge the current memory pool.
More...
Clean for memory cleanup before exiting.
More...
Return the total number of pages that have been allocated for this memory pool.
More...
Protected Attributes
Static Protected Attributes
Friends
Detailed Description
Member Typedef Documentation
typedef const char*(ScriptCommand::* ost::Script::Check)(
Line *line,
ScriptImage *img)
inherited |
typedef bool(* ost::Script::Cond)(
ScriptInterp *interp, const char *v)
inherited |
typedef long(* ost::Script::Function)(long *args, unsigned prec)
inherited |
typedef bool(BayonneSession::* ost::Bayonne::Handler)(
Event *event)
inherited |
The current state handler in effect for a given channel to receive events.
This is done by a direct method pointer for fast processing.
Definition at line 909 of file bayonne.h.
typedef void(* ost::Script::Init)(void)
inherited |
typedef const char*(* ost::Script::Meta)(
ScriptInterp *interp, const char *token)
inherited |
typedef bool(ScriptInterp::* ost::Script::Method)(void)
inherited |
typedef const char*(* ost::Script::Parse)(
ScriptCompiler *img, const char *token)
inherited |
typedef void(* ost::Bayonne::rpcmethod_t)(
BayonneRPC *rpc)
inherited |
A rpc method handler.
Definition at line 858 of file bayonne.h.
Member Enumeration Documentation
Type of bridge used for joining ports.
Enumerator |
---|
BR_TDM |
BR_INET |
BR_SOFT |
BR_GATE |
BR_NONE |
Definition at line 344 of file bayonne.h.
Type of call session being processed.
Enumerator |
---|
NONE |
INCOMING |
OUTGOING |
PICKUP |
FORWARDED |
RECALL |
DIRECT |
RINGING |
VIRTUAL |
Definition at line 328 of file bayonne.h.
Primary event identifiers.
These are the events that can be passed into the Bayonne state machine. They are broken into categories.
Enumerator |
---|
MSGPORT_WAKEUP |
MSGPORT_SHUTDOWN |
MSGPORT_LOGGING |
MSGPORT_REGISTER |
ENTER_STATE |
EXIT_STATE |
EXIT_THREAD |
EXIT_TIMER |
EXIT_PARTING |
NULL_EVENT |
ERROR_STATE |
ENTER_HUNTING |
EXIT_HUNTING |
ENTER_RECONNECT |
EXIT_RECONNECT |
RECALL_RECONNECT |
EXIT_SCRIPT |
STEP_SCRIPT |
START_DIRECT |
START_INCOMING |
START_OUTGOING |
START_RECALL |
START_FORWARDED |
START_RINGING |
START_HUNTING |
START_REFER |
STOP_SCRIPT |
STOP_DISCONNECT |
STOP_PARENT |
CANCEL_CHILD |
DETACH_CHILD |
CHILD_RUNNING |
CHILD_FAILED |
CHILD_INVALID |
CHILD_EXPIRED |
CHILD_BUSY |
CHILD_FAX |
CHILD_DND |
CHILD_AWAY |
CHILD_NOCODEC |
CHILD_OFFLINE |
START_SCRIPT |
START_SELECTED |
START_TRANSFER |
ENTER_LIBEXEC |
EXIT_LIBEXEC |
HEAD_LIBEXEC |
ARGS_LIBEXEC |
GOT_LIBEXEC |
READ_LIBEXEC |
DROP_LIBEXEC |
STAT_LIBEXEC |
PROMPT_LIBEXEC |
CLEAR_LIBEXEC |
WAIT_LIBEXEC |
RECORD_LIBEXEC |
REPLAY_LIBEXEC |
RESTART_LIBEXEC |
TONE_LIBEXEC |
XFER_LIBEXEC |
POST_LIBEXEC |
ERROR_LIBEXEC |
TIMER_EXPIRED |
LINE_WINK |
LINE_PICKUP |
LINE_HANGUP |
LINE_DISCONNECT |
LINE_ON_HOOK |
LINE_OFF_HOOK |
RING_ON |
RING_OFF |
RING_STOP |
LINE_CALLER_ID |
RINGING_DID |
DEVICE_BLOCKED |
DEVICE_UNBLOCKED |
DEVICE_OPEN |
DEVICE_CLOSE |
DSP_READY |
RING_SYNC |
CALL_DETECT |
CALL_CONNECTED |
CALL_RELEASED |
CALL_ACCEPTED |
CALL_ANSWERED |
CALL_HOLD |
CALL_HOLDING |
CALL_NOHOLD |
CALL_DIGITS |
CALL_OFFERED |
CALL_ANI |
CALL_ACTIVE |
CALL_NOACTIVE |
CALL_BILLING |
CALL_RESTART |
CALL_SETSTATE |
CALL_FAILURE |
CALL_ALERTING |
CALL_INFO |
CALL_BUSY |
CALL_DIVERT |
CALL_FACILITY |
CALL_FRAME |
CALL_NOTIFY |
CALL_NSI |
CALL_RINGING |
CALL_DISCONNECT |
CALL_CLEARED |
CALL_PROCEEDING |
RESTART_FAILED |
RELEASE_FAILED |
START_RING |
STOP_RING |
CLEAR_TIMESLOT |
START_FLASH |
STOP_FLASH |
DIAL_CONNECT |
DIAL_TIMEOUT |
DIAL_FAILED |
DIAL_INVALID |
DIAL_BUSY |
DIAL_FAX |
DIAL_PAM |
DIAL_DND |
DIAL_AWAY |
DIAL_OFFLINE |
DIAL_NOCODEC |
DIAL_MACHINE |
AUDIO_IDLE |
AUDIO_ACTIVE |
AUDIO_EXPIRED |
INPUT_PENDING |
OUTPUT_PENDING |
AUDIO_BUFFER |
TONE_IDLE |
DTMF_KEYDOWN |
DTMF_KEYSYNC |
DTMF_KEYUP |
TONE_START |
TONE_STOP |
AUDIO_START |
AUDIO_STOP |
DTMF_GENDOWN |
DTMF_GENUP |
AUDIO_SYNC |
AUDIO_RECONNECT |
AUDIO_DISCONNECT |
PEER_RECONNECT |
PEER_DISCONNECT |
PEER_REFER |
DTMF_GENTONE |
MAKE_TEST |
MAKE_BUSY |
MAKE_IDLE |
MAKE_DOWN |
MAKE_UP |
MAKE_EXPIRED |
ENABLE_LOGGING |
DISABLE_LOGGING |
PART_EXPIRED |
PART_EXITING |
PART_DISCONNECT |
JOIN_PEER |
PEER_WAITING |
RELOCATE_REQUEST |
RELOCATE_ACCEPT |
RELOCATE_REJECT |
START_RELOCATE |
STREAM_ACTIVE |
STREAM_PASSIVE |
JOIN_RECALL |
DROP_RECALL |
DROP_REFER |
ENTER_RESUME |
ENTER_SUSPEND |
SYSTEM_DOWN |
DRIVER_SPECIFIC |
Definition at line 464 of file bayonne.h.
Telephony endpoint interface identifiers.
Enumerator |
---|
IF_PSTN |
IF_SPAN |
IF_ISDN |
IF_SS7 |
IF_INET |
IF_NONE |
IF_POTS |
Definition at line 314 of file bayonne.h.
Enumerator |
---|
RESULT_SUCCESS |
RESULT_TIMEOUT |
RESULT_INVALID |
RESULT_PENDING |
RESULT_COMPLETE |
RESULT_FAILED |
RESULT_BADPATH |
RESULT_OFFLINE |
Definition at line 683 of file bayonne.h.
Enumerator |
---|
scrPUBLIC |
scrPROTECTED |
scrPRIVATE |
scrFUNCTION |
scrLOCAL |
Definition at line 113 of file script3.h.
Signaled interpreter events.
These can be masked and accessed through ^xxx handlers in the scripting language.
Enumerator |
---|
SIGNAL_EXIT |
SIGNAL_ERROR |
SIGNAL_TIMEOUT |
SIGNAL_DTMF |
SIGNAL_0 |
SIGNAL_1 |
SIGNAL_2 |
SIGNAL_3 |
SIGNAL_4 |
SIGNAL_5 |
SIGNAL_6 |
SIGNAL_7 |
SIGNAL_8 |
SIGNAL_9 |
SIGNAL_STAR |
SIGNAL_POUND |
SIGNAL_A |
SIGNAL_OVERRIDE |
SIGNAL_B |
SIGNAL_FLASH |
SIGNAL_C |
SIGNAL_IMMEDIATE |
SIGNAL_D |
SIGNAL_PRIORITY |
SIGNAL_RING |
SIGNAL_TONE |
SIGNAL_EVENT |
SIGNAL_WINK |
SIGNAL_CHILD |
SIGNAL_FAIL |
SIGNAL_PICKUP |
SIGNAL_PART |
SIGNAL_INVALID |
SIGNAL_PARENT |
SIGNAL_WAIT |
SIGNAL_HANGUP |
Definition at line 414 of file bayonne.h.
Call processing states offered in core library.
This list must be ordered to match the entries in the state table (statetab).
Enumerator |
---|
STATE_INITIAL |
STATE_IDLE |
STATE_RESET |
STATE_RELEASE |
STATE_BUSY |
STATE_DOWN |
STATE_RING |
STATE_PICKUP |
STATE_SEIZE |
STATE_ANSWER |
STATE_STEP |
STATE_EXEC |
STATE_THREAD |
STATE_CLEAR |
STATE_INKEY |
STATE_INPUT |
STATE_READ |
STATE_COLLECT |
STATE_DIAL |
STATE_XFER |
STATE_REFER |
STATE_HOLD |
STATE_RECALL |
STATE_TONE |
STATE_DTMF |
STATE_PLAY |
STATE_RECORD |
STATE_JOIN |
STATE_WAIT |
STATE_CALLING |
STATE_CONNECT |
STATE_RECONNECT |
STATE_HUNTING |
STATE_SLEEP |
STATE_START |
STATE_HANGUP |
STATE_LIBRESET |
STATE_WAITKEY |
STATE_LIBWAIT |
STATE_IRESET |
STATE_FINAL |
STATE_SUSPEND |
STATE_STANDBY |
STATE_LIBEXEC |
STATE_RINGING |
STATE_RUNNING |
STATE_THREADING |
Definition at line 358 of file bayonne.h.
Enumerator |
---|
symNORMAL |
symCONST |
symDYNAMIC |
symFIFO |
symSEQUENCE |
symSTACK |
symCOUNTER |
symPOINTER |
symREF |
symARRAY |
symASSOC |
symINITIAL |
symNUMBER |
symLOCK |
symPROPERTY |
symORIGINAL |
symMODIFIED |
symTIMER |
symBOOL |
Definition at line 123 of file script3.h.
Constructor & Destructor Documentation
Create a span for a specified number of timeslots.
- Parameters
-
driver associated with span.
timeslots this span covers.
Member Function Documentation
static void ost::Script::addConditional
(
const char *
name,
)
staticinherited |
static void ost::Bayonne::addConfig
(
const char *
cfgfile )
staticinherited |
static void ost::Script::addFunction
(
const char *
name,
unsigned
count,
)
staticinherited |
static void ost::Bayonne::addTrap4
(
const char *
addr )
staticinherited |
virtual void* MemPager::alloc
(
size_t
size )
protectedvirtualinherited |
Allocate memory from either the currently active page, or allocate a new page for the object.
- Parameters
-
size size of memory to allocate.
- Returns
- pointer to allocated memory.
Reimplemented in SharedMemPager.
char* MemPager::alloc
(
const char *
str )
protectedinherited |
Allocate a string from the memory pager pool and copy the string inti it's new memory area.
This checks only the last active page for available space before allocating a new page.
- Parameters
-
str string to allocate and copy into paged memory pool.
- Returns
- copy of string from allocated memory.
static void ost::Bayonne::allocate
(
timeslot_t
timeslots,
)
staticinherited |
Allocates the maximum number of timeslots the server will use as a whole and attaches a given server to the library.
- Parameters
-
timeslots to allocate.
pointer to server shell.
static void ost::BayonneSpan::allocate
(
unsigned
total = 0
)
static |
Allocate the total number of spans this server will support.
- Parameters
-
total span count.
static void ost::Bayonne::allocateLocal
(
void
)
staticinherited |
Allocate local script engine sessions, if needed.
static bool ost::Script::append
(
Symbol *
sym,
const char *
value
)
staticinherited |
void MemPager::clean
(
void
)
protectedinherited |
Clean for memory cleanup before exiting.
static void ost::Script::clear
(
Symbol *
sym )
staticinherited |
void Keydata::clrValue
(
const char *
sym )
inherited |
Clear all values associated with a given keyword.
This does not de-allocate the keyword from memory, however.
- Returns
- keyword name to clear.
static bool ost::Script::commit
(
Symbol *
sym,
const char *
value
)
staticinherited |
static unsigned ost::Script::count
(
Symbol *
sym )
staticinherited |
static void ost::Bayonne::down
(
void
)
staticinherited |
Used to down the server from the library.
static void Keydata::end
(
void
)
staticinherited |
static member to end keydata i/o allocations.
static void ost::Bayonne::endImage
(
ScriptImage *
image )
staticinherited |
Release a script image in use.
If no active calls are using it and it's no longer the top active image, purge from memory.
- Parameters
-
image to compiled script from useImage.
static void ost::Bayonne::errlog
(
const char *
level,
const char *
fmt,
...
)
staticinherited |
static const char* ost::Script::extract
(
Symbol *
sym )
staticinherited |
virtual void* MemPager::first
(
size_t
size )
protectedvirtualinherited |
Allocate first workspace from paged memory.
This method scans all currently allocated blocks for available space before adding new pages and hence is both slower and more efficient.
- Parameters
-
size size of memory to allocate.
- Returns
- pointer to allocated memory.
Reimplemented in SharedMemPager.
char* MemPager::first
(
char *
str )
protectedinherited |
Allocate a string from the memory pager pool and copy the string into it's new memory area.
This method allocates memory by first searching for an available page, and then allocating a new page if no space is found.
- Parameters
-
str string to allocate and copy into paged memory pool.
- Returns
- copy of string from allocated memory.
static
BayonneSpan* ost::BayonneSpan::get
(
unsigned
id )
static |
Get a span by a global span id.
- Parameters
-
id of span.
- Returns
- span object associated with id.
unsigned ost::BayonneSpan::getAvail
(
void
)
inline |
Get number of call slots still available.
- Returns
- count of call slots available.
Definition at line 2380 of file bayonne.h.
static
timeslot_t ost::Bayonne::getAvailTimeslots
(
void
)
inlinestaticinherited |
Return remaining timeslots available to allocate driver ports into.
- Returns
- remaining timeslots.
Definition at line 1209 of file bayonne.h.
bool Keydata::getBool
(
const char *
key )
inherited |
Get a bool value.
- Parameters
-
sym keyword name.
- Returns
- true or false.
static char ost::Bayonne::getChar
(
int
dtmf )
staticinherited |
Convert a dtmf digit number into it's ascii code.
- Parameters
-
dtmf digit number.
- Returns
- dtmf character code.
int Keydata::getCount
(
const char *
sym )
inherited |
Get a count of the number of data "values" that is associated with a specific keyword.
Each value is from an accumulation of "<code>load()</code>" requests.
- Parameters
-
sym keyword symbol name.
- Returns
- count of values associated with keyword.
Return total number of server timeslots in this span.
- Returns
- server timeslot count.
Definition at line 2356 of file bayonne.h.
static int ost::Bayonne::getDigit
(
char
dtmf )
staticinherited |
Convert a dtmf character into a 0-15 number reference.
- Parameters
-
dtmf digit as ascii
- Returns
- dtmf digit number.
double Keydata::getDouble
(
const char *
key,
double
def = 0.
)
inherited |
Get a floating value.
- Parameters
-
sym keyword name.
default if not set.
- Returns
- value of key.
Get driver associated with this span.
- Returns
- driver object for span.
Definition at line 2372 of file bayonne.h.
static
BayonneDriver* ost::Bayonne::getDriverTag
(
const char *
id )
staticinherited |
const char* Keydata::getFirst
(
const char *
sym )
inherited |
Get the first data value for a given keyword.
This will typically be the /etc
set global default.
- Parameters
-
sym keyword symbol name.
- Returns
- first set value for this symbol.
Get the first server timeslot of this span.
- Returns
- first server timeslot.
Definition at line 2348 of file bayonne.h.
unsigned ost::BayonneSpan::getId
(
void
)
inline |
Get the id associated with this span.
- Returns
- global id of this span object.
Definition at line 2364 of file bayonne.h.
static unsigned ost::Script::getIndex
(
const char *
id )
staticinherited |
unsigned Keydata::getIndex
(
char **
data,
unsigned
max
)
inherited |
Get an index array of ALL keywords that are stored by the current keydata object.
- Returns
- number of keywords found.
- Parameters
-
data pointer of array to hold keyword strings.
max number of entries the array can hold.
const char* Keydata::getLast
(
const char *
sym )
inherited |
Get the last (most recently set) value for a given keyword.
This is typically the value actually used.
- Parameters
-
sym keyword symbol name.
- Returns
- last set value for this symbol.
const char* const* Keydata::getList
(
const char *
sym )
inherited |
Return a list of all values set for the given keyword returned in order.
- Returns
- list pointer of array holding all keyword values.
- Parameters
-
sym keyword name to fetch.
Returns a local image pointer for a server timeslot.
- Parameters
-
timeslot number in server.
- Returns
- pointer to image pointer or NULL if empty/invalid.
long Keydata::getLong
(
const char *
sym,
long
def = 0
)
inherited |
Get a long value, with an optional default if missing.
- Parameters
-
sym keyword name.
default if not present.
- Returns
- long value of key.
int MemPager::getPages
(
void
)
inlineinherited |
Return the total number of pages that have been allocated for this memory pool.
- Returns
- number of pages allocated.
Definition at line 181 of file misc.h.
static const char* ost::Bayonne::getRegistryId
(
const char *
id )
staticinherited |
static const char* ost::Bayonne::getRunLevel
(
void
)
staticinherited |
Get service level.
- Parameters
-
return service level
Returns a session pointer for a server timeslot.
Each server timeslot can map to a single session object.
- Parameters
-
timeslot number in server.
- Returns
- session object or NULL if timeslot empty/invalid.
Returns a session pointer for a string identifier.
This can be for a transaction id, a call id, or other unique identifiers which can be mapped into a single timeslot.
- Parameters
-
id session identifier string.
- Returns
- session object or NULL if not found.
static unsigned ost::BayonneSpan::getSpans
(
void
)
inlinestatic |
Return total spans in use.
- Returns
- total spans in use.
Definition at line 2340 of file bayonne.h.
static
Handler ost::Bayonne::getState
(
const char *
name )
staticinherited |
Map a state name into a handler.
Used for logging requests. Uses the statetab.
- Parameters
-
name of state to lookup.
- Returns
- handler method for state if found.
const char* Keydata::getString
(
const char *
sym,
const char *
def = NULL
)
inherited |
Get a string value, with an optional default if missing.
- Parameters
-
sym keyword name.
default if not present.
- Returns
- string value of key.
Keysym* Keydata::getSymbol
(
const char *
sym,
bool
create
)
protectedinherited |
Get the session associated with the nth timeslot of the span.
- Parameters
-
id of nth timeslot of span.
- Returns
- associated session object.
static
timeslot_t ost::Bayonne::getTimeslotCount
(
void
)
inlinestaticinherited |
Return total timeslots allocated for the server.
- Returns
- total number of timeslots, max + 1.
Definition at line 1200 of file bayonne.h.
static
timeslot_t ost::Bayonne::getTimeslotsUsed
(
void
)
inlinestaticinherited |
Return total library timeslots used (highest used).
- Returns
- highest server timeslot in use.
Definition at line 1192 of file bayonne.h.
static bool ost::Bayonne::getUserdata
(
void
)
staticinherited |
static bool ost::Script::isFunction
(
Name *
scr )
staticinherited |
bool Keydata::isKey
(
const char *
sym )
inherited |
Find if a given key exists.
- Parameters
-
sym keyword to find.
- Returns
- true if exists.
static bool ost::Script::isPrivate
(
Name *
scr )
staticinherited |
static bool ost::Script::isScript
(
Name *
scr )
staticinherited |
static bool ost::Script::isSymbol
(
const char *
id )
staticinherited |
void Keydata::load
(
const char *
keypath )
inherited |
Load additional key values into the currrent object from the specfied config source (a config file/section pair).
These values will overlay the current keywords when matches are found. This can be used typically in a derived config object class constructor to first load a /etc
section, and then load a matching user specific entry from ~/.
to override default system values with user specific keyword values.
- Parameters
-
keypath (filepath/section)
void Keydata::load
(
Define *
pairs )
inherited |
Load default keywords into the current object.
This only loads keyword entries which have not already been defined to reduce memory usage. This form of Load is also commonly used in the constructor of a derived Keydata class.
- Parameters
-
pairs list of NULL terminated default keyword/value pairs.
static bool ost::Bayonne::loadAudio
(
const char *
path )
staticinherited |
Load a bgm/audio processing module for continues audio.
- Parameters
-
path id of plugin.
- Returns
- true if successful.
void Keydata::loadFile
(
const char *
filepath,
const char *
keys = NULL
,
const char *
pre = NULL
)
inherited |
Load additional keys into the current object using a real filename that is directly passed rather than a computed key path.
This also uses a [keys] section as passed to the object.
- Parameters
-
filepath to load from
keys section to parse from, or NULL to parse from head
pre optional key prefix
static bool ost::Bayonne::loadMonitor
(
const char *
path )
staticinherited |
Load a monitoring/management module.
- Parameters
-
path id of plugin.
- Returns
- true if successful.
static bool ost::Bayonne::loadPlugin
(
const char *
path )
staticinherited |
Load a plugin module.
- Parameters
-
path id of plugin.
- Returns
- true if successful.
void Keydata::loadPrefix
(
const char *
prefix,
const char *
keypath
)
inherited |
Load additional key values into the currrent object from the specfied config source (a config file/section pair).
These values will overlay the current keywords when matches are found. This can be used typically in a derived config object class constructor to first load a /etc
section, and then load a matching user specific entry from ~/.
to override default system values with user specific keyword values. This varient puts a prefix in front of the key name.
- Parameters
-
prefix
keypath (filepath/section)
static bool ost::Bayonne::matchDigits
(
const char *
digits,
const char *
match,
bool
partial = false
)
staticinherited |
A function to support pattern matching and templates for digit strings.
This is used for digit @xxx:... entries and the route command.
- Parameters
-
digits to use.
match digit pattern to match against.
partial accept match if true.
- Returns
- true if digits match to pattern.
void ost::Bayonne::md5_hash
(
char *
out,
const char *
source
)
inherited |
Compute md5 hashes...
- Parameters
-
md5 output string
string to hash
const char* Keydata::operator[]
(
const char *
keyword )
inlineinherited |
A convient notation for accessing the keydata as an associative array of keyword/value pairs through the [] operator.
Definition at line 611 of file misc.h.
void MemPager::purge
(
void
)
protectedinherited |
purge the current memory pool.
Request active scripts to be recompiled from the library.
- Returns
- script image that was created, or NULL.
virtual bool ost::BayonneSpan::reset
(
void
)
virtual |
Reset a span.
- Returns
- true if successful.
virtual bool ost::BayonneSpan::resume
(
void
)
virtual |
Resume a suspended span.
- Returns
- true if successful.
static bool ost::Bayonne::service
(
const char *
service )
staticinherited |
Sets server service level from the library.
- Parameters
-
service level or NULL to clear.
- Returns
- true if set.
void Keydata::setValue
(
const char *
sym,
const char *
data
)
inherited |
Set (replace) the value of a given keyword.
This new value will become the value returned from getLast(), while the prior value will still be stored and found from getList()
.
- Parameters
-
sym keyword name to set.
data string to store for the keyword.
static void ost::Bayonne::snmptrap
(
unsigned
id,
const char *
descr = NULL
)
staticinherited |
static
BayonneSession* ost::Bayonne::startDialing
(
const char *
dial,
const char *
name,
const char *
caller,
const char *
display,
const char *
manager = NULL
,
const char *
secret = NULL
)
staticinherited |
Start a dialing session.
WARNING: this function leaves the channel locked so it can be examined by the returning task.
- Parameters
-
dialing string or uri.
script to run or start.
caller id for this call.
display name for this call.
parent to join to.
static unsigned ost::Script::storage
(
Symbol *
sym )
staticinherited |
virtual bool ost::BayonneSpan::suspend
(
void
)
virtual |
Suspend a span.
- Returns
- true if successful.
static bool ost::Script::symindex
(
Symbol *
sym,
short
offset
)
staticinherited |
static
timeslot_t ost::Bayonne::toTimeslot
(
const char *
id )
staticinherited |
Returns a server timeslot number for a string identifier.
- Returns
- timeslot number or invalid value.
- Parameters
-
id for a session.
- See Also
- getSid
void Keydata::unlink
(
void
)
inherited |
Unlink the keydata object from the cache file stream.
This should be used if you plan to keepa Keydata object after it is loaded once all keydata objects have been loaded, otherwise the cfgFile stream will remain open. You can also use endKeydata().
static unsigned long ost::Bayonne::uptime
(
void
)
staticinherited |
Get server uptime.
- Returns
- uptime in seconds.
static bool ost::Script::use
(
const char *
name )
staticinherited |
Use the current compiled script image; mark as in use.
- Returns
- current script image to pass to new calls.
static void ost::Bayonne::waitLoaded
(
void
)
staticinherited |
Friends And Related Function Documentation
Field Documentation
const char* ost::Script::access_host
staticinherited |
const char* ost::Script::access_pass
staticinherited |
const char* ost::Script::access_user
staticinherited |
volatile unsigned short ost::BayonneSpan::active_calls
const char* ost::Script::altplugins
staticinherited |
const char* ost::Script::apps_extensions
staticinherited |
const char* ost::Script::apps_prefix
staticinherited |
unsigned ost::Script::autoStepping
staticinherited |
Traffic ost::BayonneSpan::call_attempts
Traffic ost::BayonneSpan::call_complete
unsigned ost::Bayonne::compile_count
staticinherited |
char ost::Script::decimal
staticinherited |
char ost::Bayonne::dtmf_keymap[256]
staticinherited |
const char* ost::Script::etc_prefix
staticinherited |
const char* ost::Script::exec_extensions
staticinherited |
bool ost::Script::exec_funcs
staticinherited |
const char* ost::Script::exec_prefix
staticinherited |
const char* ost::Script::exec_token
staticinherited |
const char* ost::Script::exit_token
staticinherited |
bool ost::Script::fastStart
staticinherited |
unsigned ost::Script::fastStepping
staticinherited |
unsigned ost::BayonneSpan::id
protected |
unsigned ost::Bayonne::idle_count
staticprotectedinherited |
unsigned ost::Bayonne::idle_limit
staticprotectedinherited |
volatile bool ost::Bayonne::image_loaded
staticinherited |
const char* ost::Bayonne::init_voicelib
staticinherited |
const char* ost::Script::log_prefix
staticinherited |
std::ostream* ost::Bayonne::logging
staticprotectedinherited |
size_t ost::Script::pagesize
staticinherited |
const char* ost::Bayonne::path_prompts
staticprotectedinherited |
const char* ost::Bayonne::path_tmp
staticprotectedinherited |
const char* ost::Bayonne::path_tmpfs
staticprotectedinherited |
const char* ost::Script::plugins
staticinherited |
time_t ost::Bayonne::reload_time
staticprotectedinherited |
A mutex to serialize reload requests.
Definition at line 1054 of file bayonne.h.
Mutex ost::Bayonne::serialize
staticinherited |
A mutex to serialize any direct console I/O operations.
Sometimes used to serialize other kinds of time insensitive requests.
Definition at line 1049 of file bayonne.h.
bool ost::Bayonne::shutdown_flag
staticprotectedinherited |
char ost::Bayonne::sla[64]
staticprotectedinherited |
unsigned ost::BayonneSpan::spans
staticprotected |
time_t ost::Bayonne::start_time
staticprotectedinherited |
Table of states ordered by id.
Definition at line 1043 of file bayonne.h.
char* ost::Bayonne::status
staticprotectedinherited |
unsigned ost::Script::symlimit
staticinherited |
unsigned ost::Script::symsize
staticinherited |
volatile unsigned short ost::Bayonne::total_active_calls
staticinherited |
Traffic ost::Bayonne::total_call_attempts
staticinherited |
master traffic counters for call attempts and call completions.
Definition at line 1059 of file bayonne.h.
Traffic ost::Bayonne::total_call_complete
staticinherited |
const char* ost::Bayonne::trap_community
staticinherited |
unsigned ost::Bayonne::ts_ext
staticprotectedinherited |
unsigned ost::Bayonne::ts_trk
staticprotectedinherited |
bool ost::Script::use_definitions
staticinherited |
bool ost::Script::use_funcs
staticinherited |
bool ost::Script::use_macros
staticinherited |
bool ost::Script::use_merge
staticinherited |
bool ost::Script::use_prefix
staticinherited |
bool ost::Script::useBigmem
staticinherited |
const char* ost::Script::var_prefix
staticinherited |
The documentation for this class was generated from the following file:
Generated on Dec 21, 2017 for
commoncpp2-1.8.1,
ccrtp-1.7.2,
libzrtpcpp-2.3.4,
ccscript3-1.1.7,
ccaudio2-1.0.0 and
bayonne2-2.3.2
(after installation in /usr/local/)
by
doxygen 1.8.6