493 char *connected_name;
510 "%sChannelState: %u\r\n" 511 "%sChannelStateDesc: %s\r\n" 512 "%sCallerIDNum: %s\r\n" 513 "%sCallerIDName: %s\r\n" 514 "%sConnectedLineNum: %s\r\n" 515 "%sConnectedLineName: %s\r\n" 517 "%sAccountCode: %s\r\n" 522 "%sLinkedid: %s\r\n",
524 prefix, snapshot->
state,
527 prefix,
S_OR(caller_name,
"<unknown>"),
529 prefix,
S_OR(connected_name,
"<unknown>"),
577 int is_hungup, was_hungup;
592 if (!was_hungup && is_hungup) {
601 if (old_snapshot->
state != new_snapshot->
state) {
633 "Application: %s\r\n" 663 "CID-CallingPres: %d (%s)\r\n",
731 if (!channel_event_string) {
732 channel_event_string =
734 if (!channel_event_string) {
750 if (!channel_event_string) {
765 struct ast_str *channel_event_string;
781 if (!channel_event_string) {
795 manager_event =
"SoftHangupRequest";
814 const char *spyee_info =
"";
824 if (!spyer_channel_string) {
831 if (spyee_channel_string) {
863 if (!spyer_channel_string) {
867 if (!spyee_channel_string) {
889 if (!channel_event_string) {
935 if (!channel_event_string) {
965 "DurationMs: %ld\r\n" 968 digit, duration_ms, direction);
975 struct ast_str *channel_event_string;
978 if (!channel_event_string) {
1000 if (!channel_event_string) {
1004 if (!strcmp(action,
"run")) {
1005 event =
"HangupHandlerRun";
1006 }
else if (!strcmp(action,
"pop")) {
1007 event =
"HangupHandlerPop";
1008 }
else if (!strcmp(action,
"push")) {
1009 event =
"HangupHandlerPush";
1039 if (!event_buffer) {
1044 if (!channel_event_string) {
1048 if (!strcmp(type,
"status")) {
1049 event =
"FAXStatus";
1050 }
else if (!strcmp(type,
"receive")) {
1051 event =
"ReceiveFAX";
1052 }
else if (!strcmp(type,
"send")) {
1064 if (local_station_id) {
1067 if (remote_station_id) {
1073 if (fax_resolution) {
1081 for (i = 0; i < array_len; i++) {
1101 if (!channel_event_string) {
1162 if (!event_buffer) {
1167 if (!channel_event_string) {
1174 ast_str_append(&event_buffer, 0,
"State: %s\r\n", state ?
"1" :
"0");
1186 return (strcmp(dialstatus,
"RINGING") &&
1187 strcmp(dialstatus,
"PROCEEDING") &&
1188 strcmp(dialstatus,
"PROGRESS"));
1198 const char *dialstatus;
1199 const char *dialstring;
1200 const char *forward;
1212 if (!peer_event_string) {
1227 "DialString: %s\r\n",
1230 S_OR(dialstring,
"unknown"));
1238 "DialStatus: %s\r\n",
1241 forwarded ?
"Forward: " :
"",
S_OR(forward,
""), forwarded ?
"\r\n" :
"",
1242 S_OR(dialstatus,
"unknown"));
1252 struct ast_str *channel_event_string;
1254 if (!musicclass_string) {
1259 if (!channel_event_string) {
1270 ast_str_set(&musicclass_string, 0,
"MusicClass: %s\r\n", musicclass);
1288 struct ast_str *channel_event_string;
1291 if (!channel_event_string) {
1305 topic_forwarder =
NULL;
1316 if (!manager_topic) {
1320 if (!message_router) {
1324 if (!channel_topic) {
1329 if (!topic_forwarder) {
struct stasis_message_type * ast_channel_hold_type(void)
Message type for when a channel is placed on hold.
static char musicclass[MAX_MUSICCLASS]
const ast_string_field data
Struct containing info for an AMI event to send out.
struct ast_channel_snapshot_base * base
struct stasis_message_type * ast_channel_dtmf_end_type(void)
Message type for when DTMF ends on a channel.
Asterisk main include file. File version handling, generic pbx functions.
struct stasis_message_type * ast_channel_unhold_type(void)
Message type for when a channel is removed from hold.
static void manager_channels_shutdown(void)
CallerID (and other GR30) management and generation Includes code and algorithms from the Zapata libr...
const ast_string_field name
const char * ast_describe_caller_presentation(int data)
Convert caller ID pres value to explanatory string.
#define ast_test_flag(p, flag)
static void update(int code_size, int y, int wi, int fi, int dq, int sr, int dqsez, struct g726_state *state_ptr)
int stasis_message_router_add(struct stasis_message_router *router, struct stasis_message_type *message_type, stasis_subscription_cb callback, void *data)
Add a route to a message router.
struct ast_channel_snapshot * snapshot
struct stasis_message_type * ast_channel_moh_start_type(void)
Message type for starting music on hold on a channel.
char * ast_str_buffer(const struct ast_str *buf)
Returns the string buffer within the ast_str buf.
static void channel_hangup_request_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
int ast_json_is_true(const struct ast_json *value)
Check if value is JSON true.
Structure representing a snapshot of channel state.
const ast_string_field accountcode
struct stasis_message_type * ast_channel_flash_type(void)
Message type for when a hook flash occurs on a channel.
const ast_string_field uniqueid
int ast_str_append(struct ast_str **buf, ssize_t max_len, const char *fmt,...)
Append to a thread local dynamic string.
static struct ast_manager_event_blob * channel_new_connected_line(struct ast_channel_snapshot *old_snapshot, struct ast_channel_snapshot *new_snapshot)
static void channel_chanspy_start_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static void channel_mixmonitor_stop_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
int ast_channel_snapshot_connected_line_equal(const struct ast_channel_snapshot *old_snapshot, const struct ast_channel_snapshot *new_snapshot)
Compares the connected line info of two snapshots.
const char * ast_state2str(enum ast_channel_state)
Gives the string form of a given channel state.
struct stasis_message_type * ast_channel_chanspy_start_type(void)
Message type for when a channel starts spying on another channel.
static struct stasis_topic * manager_topic
A stasis_topic that all topics AMI cares about will be forwarded to.
struct stasis_message_type * ast_channel_monitor_start_type(void)
Message type for starting monitor on a channel.
int ast_channel_snapshot_cep_equal(const struct ast_channel_snapshot *old_snapshot, const struct ast_channel_snapshot *new_snapshot)
Compares the context, exten and priority of two snapshots.
Structure representing a change of snapshot of channel state.
#define EVENT_FLAG_DIALPLAN
struct ast_channel_snapshot_dialplan * dialplan
struct ast_manager_event_blob * ast_manager_event_blob_create(int event_flags, const char *manager_event, const char *extra_fields_fmt,...)
Construct a ast_manager_event_blob.
struct ast_json * ast_multi_channel_blob_get_json(struct ast_multi_channel_blob *obj)
Retrieve the JSON blob from a ast_multi_channel_blob. Returned ast_json is still owned by obj...
Blob of data associated with a channel.
static void channel_dtmf_begin_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
#define ast_strlen_zero(foo)
static void channel_dial_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
Callback processing messages for channel dialing.
int ast_str_set(struct ast_str **buf, ssize_t max_len, const char *fmt,...)
Set a dynamic string using variable arguments.
const ast_string_field context
struct stasis_topic * ast_channel_topic_all(void)
A topic which publishes the events for all channels.
static void channel_flash_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
General Asterisk PBX channel definitions.
static struct ast_manager_event_blob * channel_newexten(struct ast_channel_snapshot *old_snapshot, struct ast_channel_snapshot *new_snapshot)
int ast_register_cleanup(void(*func)(void))
Register a function to be executed before Asterisk gracefully exits.
const ast_string_field appl
#define RAII_VAR(vartype, varname, initval, dtor)
Declare a variable that will call a destructor function when it goes out of scope.
struct stasis_message_type * ast_channel_monitor_stop_type(void)
Message type for stopping monitor on a channel.
const ast_string_field exten
struct ast_channel_snapshot_hangup * hangup
const char * ast_json_string_get(const struct ast_json *string)
Get the value of a JSON string.
struct ast_str * ast_manager_build_channel_state_string(const struct ast_channel_snapshot *snapshot)
Generate the AMI message body from a channel snapshot.
Channels with this particular technology are an implementation detail of Asterisk and should generall...
Core PBX routines and definitions.
static struct ast_manager_event_blob * channel_state_change(struct ast_channel_snapshot *old_snapshot, struct ast_channel_snapshot *new_snapshot)
Handle channel state changes.
static void channel_chanspy_stop_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static void channel_monitor_start_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
struct ast_channel_snapshot_caller * caller
static void channel_monitor_stop_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
The AMI - Asterisk Manager Interface - is a TCP protocol created to manage Asterisk with third-party ...
struct ast_str * ast_manager_build_channel_state_string_prefix(const struct ast_channel_snapshot *snapshot, const char *prefix)
Generate the AMI message body from a channel snapshot.
struct stasis_message_type * ast_channel_mixmonitor_start_type(void)
Message type for starting mixmonitor on a channel.
static struct ast_manager_event_blob * channel_new_accountcode(struct ast_channel_snapshot *old_snapshot, struct ast_channel_snapshot *new_snapshot)
struct varshead * manager_vars
The descriptor of a dynamic string XXX storage will be optimized later if needed We use the ts field ...
static void publish_basic_channel_event(const char *event, int class, struct ast_channel_snapshot *snapshot)
struct stasis_message_type * ast_channel_mixmonitor_stop_type(void)
Message type for stopping mixmonitor on a channel.
int ast_channel_snapshot_caller_id_equal(const struct ast_channel_snapshot *old_snapshot, const struct ast_channel_snapshot *new_snapshot)
Compares the callerid info of two snapshots.
void * stasis_message_data(const struct stasis_message *msg)
Get the data contained in a message.
static void channel_dtmf_end_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static void channel_hold_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static void channel_unhold_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
struct stasis_message_router * ast_manager_get_message_router(void)
Get the stasis_message_router for AMI.
static int dial_status_end(const char *dialstatus)
#define AST_LIST_TRAVERSE(head, var, field)
Loops over (traverses) the entries in a list.
const char * ast_cause2str(int state) attribute_pure
Gives the string form of a given cause code.
struct stasis_message_type * ast_channel_hangup_handler_type(void)
Message type for hangup handler related actions.
static void channel_mixmonitor_start_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static void channel_moh_start_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
struct ast_var_t::@249 entries
char * ast_escape_c_alloc(const char *s)
Escape standard 'C' sequences in the given string.
struct stasis_forward * stasis_forward_cancel(struct stasis_forward *forward)
static void channel_mixmonitor_mute_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
struct ast_channel_snapshot * new_snapshot
enum ast_channel_state state
struct stasis_message_type * ast_channel_snapshot_type(void)
Message type for ast_channel_snapshot_update.
struct ast_channel_snapshot * old_snapshot
struct stasis_message_type * ast_channel_dtmf_begin_type(void)
Message type for when DTMF begins on a channel.
struct stasis_topic * ast_manager_get_topic(void)
Get the Stasis Message Bus API topic for AMI.
const ast_string_field language
static void channel_fax_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
struct ast_json * ast_json_object_get(struct ast_json *object, const char *key)
Get a field from a JSON object.
const ast_string_field number
#define S_OR(a, b)
returns the equivalent of logic or for strings: first one if not empty, otherwise second one...
struct ast_channel_snapshot * ast_multi_channel_blob_get_channel(struct ast_multi_channel_blob *obj, const char *role)
Retrieve a channel snapshot associated with a specific role from a ast_multi_channel_blob.
A multi channel blob data structure for multi_channel_blob stasis messages.
static void handler(const char *name, int response_code, struct ast_variable *get_params, struct ast_variable *path_vars, struct ast_variable *headers, struct ast_json *body, struct ast_ari_response *response)
size_t ast_json_array_size(const struct ast_json *array)
Get the size of a JSON array.
struct stasis_forward * sub
Abstract JSON element (object, array, string, int, ...).
static void channel_hangup_handler_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static struct stasis_forward * topic_forwarder
The Stasis Message Bus API subscription returned by the forwarding of the channel topic to the manage...
struct stasis_message_type * ast_channel_dial_type(void)
Message type for when a channel dials another channel.
static void channel_moh_stop_cb(void *data, struct stasis_subscription *sub, struct stasis_message *message)
struct stasis_message_type * ast_channel_moh_stop_type(void)
Message type for stopping music on hold on a channel.
struct stasis_forward * stasis_forward_all(struct stasis_topic *from_topic, struct stasis_topic *to_topic)
Create a subscription which forwards all messages from one topic to another.
struct ast_channel_snapshot_peer * peer
struct stasis_message_type * ast_channel_hangup_request_type(void)
Message type for when a hangup is requested on a channel.
#define manager_event(category, event, contents,...)
External routines may send asterisk manager events this way.
intmax_t ast_json_integer_get(const struct ast_json *integer)
Get the value from a JSON integer.
struct stasis_message_type * ast_channel_fax_type(void)
Message type for a fax operation.
struct ast_json * ast_json_array_get(const struct ast_json *array, size_t index)
Get an element from an array.
channel_snapshot_monitor channel_monitors[]
struct ast_manager_event_blob *(* channel_snapshot_monitor)(struct ast_channel_snapshot *old_snapshot, struct ast_channel_snapshot *new_snapshot)
Typedef for callbacks that get called on channel snapshot updates.
struct ast_channel_snapshot_connected * connected
struct stasis_message_type * ast_channel_chanspy_stop_type(void)
Message type for when a channel stops spying on another channel.
int manager_channels_init(void)
Initialize support for AMI channel events.
const ast_string_field name
static struct ast_manager_event_blob * channel_new_callerid(struct ast_channel_snapshot *old_snapshot, struct ast_channel_snapshot *new_snapshot)
#define ast_str_create(init_len)
Create a malloc'ed dynamic length string.
static void channel_snapshot_update(void *data, struct stasis_subscription *sub, struct stasis_message *message)
static char prefix[MAX_PREFIX]
struct stasis_message_type * ast_channel_mixmonitor_mute_type(void)
Message type for muting or unmuting mixmonitor on a channel.