Asterisk - The Open Source Telephony Project GIT-master-4f2b068
Loading...
Searching...
No Matches
cel_manager.c
Go to the documentation of this file.
1/*
2 * Asterisk -- An open source telephony toolkit.
3 *
4 * Copyright (C) 2008 - 2009, Digium, Inc.
5 *
6 * Steve Murphy <murf@digium.com>
7 * who freely borrowed code from the cdr equivalents
8 * (see cdr/cdr_manager.c)
9 *
10 * See http://www.asterisk.org for more information about
11 * the Asterisk project. Please do not directly contact
12 * any of the maintainers of this project for assistance;
13 * the project provides a web site, mailing lists and IRC
14 * channels for your use.
15 *
16 * This program is free software, distributed under the terms of
17 * the GNU General Public License Version 2. See the LICENSE file
18 * at the top of the source tree.
19 */
20
21/*! \file
22 *
23 * \brief Asterisk Channel Event records.
24 *
25 * See also
26 * \arg \ref AstCDR
27 * \arg \ref AstAMI
28 * \arg \ref Config_ami
29 * \ingroup cel_drivers
30 */
31
32/*** MODULEINFO
33 <support_level>core</support_level>
34 ***/
35
36/*** DOCUMENTATION
37 <managerEvent language="en_US" name="CEL">
38 <managerEventInstance class="EVENT_FLAG_CALL">
39 <since>
40 <version>13.2.0</version>
41 </since>
42 <synopsis>Raised when a Channel Event Log is generated for a channel.</synopsis>
43 <syntax>
44 <parameter name="EventName">
45 <para>
46 The name of the CEL event being raised. This can include
47 both the system defined CEL events, as well as user defined
48 events.
49 </para>
50 <note>
51 <para>All events listed here may not be raised, depending
52 on the configuration in <filename>cel.conf</filename>.</para>
53 </note>
54 <enumlist>
55 <enum name="CHAN_START">
56 <para>A channel was created.</para>
57 </enum>
58 <enum name="CHAN_END">
59 <para>A channel was terminated.</para>
60 </enum>
61 <enum name="ANSWER">
62 <para>A channel answered.</para>
63 </enum>
64 <enum name="HANGUP">
65 <para>A channel was hung up.</para>
66 </enum>
67 <enum name="BRIDGE_ENTER">
68 <para>A channel entered a bridge.</para>
69 </enum>
70 <enum name="BRIDGE_EXIT">
71 <para>A channel left a bridge.</para>
72 </enum>
73 <enum name="APP_START">
74 <para>A channel entered into a tracked application.</para>
75 </enum>
76 <enum name="APP_END">
77 <para>A channel left a tracked application.</para>
78 </enum>
79 <enum name="PARK_START">
80 <para>A channel was parked.</para>
81 </enum>
82 <enum name="PARK_END">
83 <para>A channel was unparked.</para>
84 </enum>
85 <enum name="BLINDTRANSFER">
86 <para>A channel initiated a blind transfer.</para>
87 </enum>
88 <enum name="ATTENDEDTRANSFER">
89 <para>A channel initiated an attended transfer.</para>
90 </enum>
91 <enum name="PICKUP">
92 <para>A channel initated a call pickup.</para>
93 </enum>
94 <enum name="FORWARD">
95 <para>A channel is being forwarded to another destination.</para>
96 </enum>
97 <enum name="LINKEDID_END">
98 <para>The linked ID associated with this channel is being retired.</para>
99 </enum>
100 <enum name="LOCAL_OPTIMIZE_BEGIN">
101 <para>A Local channel optimization has begun.</para>
102 </enum>
103 <enum name="LOCAL_OPTIMIZE">
104 <para>A Local channel optimization has occurred.</para>
105 </enum>
106 <enum name="STREAM_BEGIN">
107 <para>A stream started playing: it can be a standalone sound
108 file playing back, or a music-on-hold class started.</para>
109 </enum>
110 <enum name="STREAM_END">
111 <para>A playing stream ended.</para>
112 </enum>
113 <enum name="DTMF">
114 <para>A DTMF digit was processed: these events are dispatched
115 at the end, when the button is released and the duration is
116 present in the extra field</para>
117 </enum>
118 <enum name="USER_DEFINED">
119 <para>A user defined type.</para>
120 <note>
121 <para>
122 This event is only present if <literal>show_user_defined</literal>
123 in <filename>cel.conf</filename> is <literal>True</literal>. Otherwise,
124 the user defined event will be placed directly in the
125 <replaceable>EventName</replaceable> field.
126 </para>
127 </note>
128 </enum>
129 </enumlist>
130 </parameter>
131 <parameter name="AccountCode">
132 <para>The channel's account code.</para>
133 </parameter>
134 <parameter name="CallerIDnum">
135 <para>The Caller ID number.</para>
136 </parameter>
137 <parameter name="CallerIDname">
138 <para>The Caller ID name.</para>
139 </parameter>
140 <parameter name="CallerIDani">
141 <para>The Caller ID Automatic Number Identification.</para>
142 </parameter>
143 <parameter name="CallerIDrdnis">
144 <para>The Caller ID Redirected Dialed Number Identification Service.</para>
145 </parameter>
146 <parameter name="CallerIDdnid">
147 <para>The Caller ID Dialed Number Identifier.</para>
148 </parameter>
149 <parameter name="Exten">
150 <para>The dialplan extension the channel is currently executing in.</para>
151 </parameter>
152 <parameter name="Context">
153 <para>The dialplan context the channel is currently executing in.</para>
154 </parameter>
155 <parameter name="Application">
156 <para>The dialplan application the channel is currently executing.</para>
157 </parameter>
158 <parameter name="AppData">
159 <para>The arguments passed to the dialplan <replaceable>Application</replaceable>.</para>
160 </parameter>
161 <parameter name="EventTime">
162 <para>The time the CEL event occurred.</para>
163 </parameter>
164 <parameter name="AMAFlags">
165 <para>A flag that informs a billing system how to treat the CEL.</para>
166 <enumlist>
167 <enum name="OMIT">
168 <para>This event should be ignored.</para>
169 </enum>
170 <enum name="BILLING">
171 <para>This event contains valid billing data.</para>
172 </enum>
173 <enum name="DOCUMENTATION">
174 <para>This event is for documentation purposes.</para>
175 </enum>
176 </enumlist>
177 </parameter>
178 <parameter name="UniqueID">
179 <para>The unique ID of the channel.</para>
180 </parameter>
181 <parameter name="LinkedID">
182 <para>The linked ID of the channel, which ties this event to other related channel's events.</para>
183 </parameter>
184 <parameter name="UserField">
185 <para>
186 A user defined field set on a channel, containing arbitrary
187 application specific data.
188 </para>
189 </parameter>
190 <parameter name="Peer">
191 <para>
192 If this channel is in a bridge, the channel that it is in
193 a bridge with.
194 </para>
195 </parameter>
196 <parameter name="PeerAccount">
197 <para>
198 If this channel is in a bridge, the accountcode of the
199 channel it is in a bridge with.
200 </para>
201 </parameter>
202 <parameter name="Extra">
203 <para>
204 Some events will have event specific data that accompanies the CEL record.
205 This extra data is JSON encoded, and is dependent on the event in
206 question.
207 </para>
208 </parameter>
209 </syntax>
210 </managerEventInstance>
211 </managerEvent>
212 ***/
213
214#include "asterisk.h"
215
216#include "asterisk/channel.h"
217#include "asterisk/cel.h"
218#include "asterisk/module.h"
219#include "asterisk/logger.h"
220#include "asterisk/utils.h"
221#include "asterisk/manager.h"
222#include "asterisk/config.h"
223
224static const char DATE_FORMAT[] = "%Y-%m-%d %T";
225
226static const char CONF_FILE[] = "cel.conf";
227
228/*! \brief AMI CEL is off by default */
229#define CEL_AMI_ENABLED_DEFAULT 0
230
231static int enablecel;
232
233/*! \brief show_user_def is off by default */
234#define CEL_SHOW_USERDEF_DEFAULT 0
235
236#define MANAGER_BACKEND_NAME "Manager Event Logging"
237
238/*! TRUE if we should set the EventName header to USER_DEFINED on user events. */
239static unsigned char cel_show_user_def;
240
241static void manager_log(struct ast_event *event)
242{
243 struct ast_tm timeresult;
244 char start_time[80] = "";
245 char user_defined_header[160];
246 const char *event_name;
247 struct ast_cel_event_record record = {
249 };
250 RAII_VAR(char *, tenant_id, NULL, ast_free);
251
252 if (!enablecel) {
253 return;
254 }
255
256 if (ast_cel_fill_record(event, &record)) {
257 return;
258 }
259
260 ast_localtime(&record.event_time, &timeresult, NULL);
261 ast_strftime(start_time, sizeof(start_time), DATE_FORMAT, &timeresult);
262
263 event_name = record.event_name;
264 user_defined_header[0] = '\0';
265 if (record.event_type == AST_CEL_USER_DEFINED) {
266 if (cel_show_user_def) {
267 snprintf(user_defined_header, sizeof(user_defined_header),
268 "UserDefType: %s\r\n", record.user_defined_name);
269 } else {
271 }
272 }
273
274 if (!ast_strlen_zero(record.tenant_id)) {
275 ast_asprintf(&tenant_id, "TenantID: %s\r\n", record.tenant_id);
276 }
277
279 "EventName: %s\r\n"
280 "AccountCode: %s\r\n"
281 "CallerIDnum: %s\r\n"
282 "CallerIDname: %s\r\n"
283 "CallerIDani: %s\r\n"
284 "CallerIDrdnis: %s\r\n"
285 "CallerIDdnid: %s\r\n"
286 "Exten: %s\r\n"
287 "Context: %s\r\n"
288 "Channel: %s\r\n"
289 "Application: %s\r\n"
290 "AppData: %s\r\n"
291 "EventTime: %s\r\n"
292 "AMAFlags: %s\r\n"
293 "UniqueID: %s\r\n"
294 "LinkedID: %s\r\n"
295 "%s"
296 "Userfield: %s\r\n"
297 "Peer: %s\r\n"
298 "PeerAccount: %s\r\n"
299 "%s"
300 "Extra: %s\r\n",
302 record.account_code,
303 record.caller_id_num,
304 record.caller_id_name,
305 record.caller_id_ani,
306 record.caller_id_rdnis,
307 record.caller_id_dnid,
308 record.extension,
309 record.context,
310 record.channel_name,
311 record.application_name,
312 record.application_data,
313 start_time,
315 record.unique_id,
316 record.linked_id,
318 record.user_field,
319 record.peer,
320 record.peer_account,
321 user_defined_header,
322 record.extra);
323}
324
325static int load_config(int reload)
326{
327 const char *cat = NULL;
328 struct ast_config *cfg;
329 struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
330 struct ast_variable *v;
331 int newenablecel = CEL_AMI_ENABLED_DEFAULT;
332 int new_cel_show_user_def = CEL_SHOW_USERDEF_DEFAULT;
333
334 cfg = ast_config_load(CONF_FILE, config_flags);
335 if (cfg == CONFIG_STATUS_FILEUNCHANGED) {
336 return 0;
337 }
338
339 if (cfg == CONFIG_STATUS_FILEINVALID) {
340 ast_log(LOG_WARNING, "Configuration file '%s' is invalid. CEL manager Module not activated.\n",
341 CONF_FILE);
342 enablecel = 0;
343 return -1;
344 } else if (!cfg) {
345 ast_log(LOG_WARNING, "Failed to load configuration file. CEL manager Module not activated.\n");
346 enablecel = 0;
347 return -1;
348 }
349
350 while ((cat = ast_category_browse(cfg, cat))) {
351 if (strcasecmp(cat, "manager")) {
352 continue;
353 }
354
355 for (v = ast_variable_browse(cfg, cat); v; v = v->next) {
356 if (!strcasecmp(v->name, "enabled")) {
357 newenablecel = ast_true(v->value) ? 1 : 0;
358 } else if (!strcasecmp(v->name, "show_user_defined")) {
359 new_cel_show_user_def = ast_true(v->value) ? 1 : 0;
360 } else {
361 ast_log(LOG_NOTICE, "Unknown option '%s' specified "
362 "for cel_manager.\n", v->name);
363 }
364 }
365 }
366
368
369 cel_show_user_def = new_cel_show_user_def;
370 if (enablecel && !newenablecel) {
372 } else if (!enablecel && newenablecel) {
374 ast_log(LOG_ERROR, "Unable to register Asterisk Call Manager CEL handling\n");
375 }
376 }
377 enablecel = newenablecel;
378
379 return 0;
380}
381
382static int unload_module(void)
383{
385 return 0;
386}
387
388static int load_module(void)
389{
390 if (load_config(0)) {
392 }
393
395}
396
397static int reload(void)
398{
399 return load_config(1);
400}
401
402AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Asterisk Manager Interface CEL Backend",
403 .support_level = AST_MODULE_SUPPORT_CORE,
404 .load = load_module,
405 .unload = unload_module,
406 .reload = reload,
407 .load_pri = AST_MODPRI_CDR_DRIVER,
408 .requires = "cel",
static int load_config(void)
Asterisk main include file. File version handling, generic pbx functions.
#define ast_free(a)
Definition astmm.h:180
#define ast_asprintf(ret, fmt,...)
A wrapper for asprintf()
Definition astmm.h:267
#define ast_log
Definition astobj2.c:42
Call Event Logging API.
int ast_cel_backend_unregister(const char *name)
Unregister a CEL backend.
Definition cel.c:1797
@ AST_CEL_USER_DEFINED
a user-defined event, the event name field should be set
Definition cel.h:69
int ast_cel_fill_record(const struct ast_event *event, struct ast_cel_event_record *r)
Fill in an ast_cel_event_record from a CEL event.
Definition cel.c:843
#define AST_CEL_EVENT_RECORD_VERSION
struct ABI version
Definition cel.h:149
int ast_cel_backend_register(const char *name, ast_cel_backend_cb backend_callback)
Register a CEL backend.
Definition cel.c:1809
#define CEL_SHOW_USERDEF_DEFAULT
show_user_def is off by default
static const char DATE_FORMAT[]
static void manager_log(struct ast_event *event)
#define CEL_AMI_ENABLED_DEFAULT
AMI CEL is off by default.
static unsigned char cel_show_user_def
static int enablecel
static int load_module(void)
static int unload_module(void)
static int reload(void)
#define MANAGER_BACKEND_NAME
static const char CONF_FILE[]
General Asterisk PBX channel definitions.
const char * ast_channel_amaflags2string(enum ama_flags flags)
Convert the enum representation of an AMA flag to a string representation.
Definition channel.c:4367
Configuration File Parser.
#define ast_config_load(filename, flags)
Load a config file.
char * ast_category_browse(struct ast_config *config, const char *prev_name)
Browse categories.
Definition extconf.c:3324
#define CONFIG_STATUS_FILEUNCHANGED
#define CONFIG_STATUS_FILEINVALID
void ast_config_destroy(struct ast_config *cfg)
Destroys a config.
Definition extconf.c:1287
@ CONFIG_FLAG_FILEUNCHANGED
struct ast_variable * ast_variable_browse(const struct ast_config *config, const char *category_name)
Definition extconf.c:1213
Support for logging to various files, console and syslog Configuration in file logger....
#define LOG_ERROR
#define LOG_NOTICE
#define LOG_WARNING
struct ast_tm * ast_localtime(const struct timeval *timep, struct ast_tm *p_tm, const char *zone)
Timezone-independent version of localtime_r(3).
Definition localtime.c:1739
int ast_strftime(char *buf, size_t len, const char *format, const struct ast_tm *tm)
Special version of strftime(3) that handles fractions of a second. Takes the same arguments as strfti...
Definition localtime.c:2524
The AMI - Asterisk Manager Interface - is a TCP protocol created to manage Asterisk with third-party ...
#define manager_event(category, event, contents,...)
External routines may send asterisk manager events this way.
Definition manager.h:254
#define EVENT_FLAG_CALL
Definition manager.h:76
Asterisk module definitions.
@ AST_MODFLAG_LOAD_ORDER
Definition module.h:331
#define AST_MODULE_INFO(keystr, flags_to_set, desc, fields...)
Definition module.h:557
@ AST_MODPRI_CDR_DRIVER
Definition module.h:345
@ AST_MODULE_SUPPORT_CORE
Definition module.h:121
#define ASTERISK_GPL_KEY
The text the key() function should return.
Definition module.h:46
@ AST_MODULE_LOAD_SUCCESS
Definition module.h:70
@ AST_MODULE_LOAD_DECLINE
Module has failed to load, may be in an inconsistent state.
Definition module.h:78
#define NULL
Definition resample.c:96
int attribute_pure ast_true(const char *val)
Make sure something is true. Determine if a string containing a boolean value is "true"....
Definition utils.c:2235
static force_inline int attribute_pure ast_strlen_zero(const char *s)
Definition strings.h:65
Helper struct for getting the fields out of a CEL event.
Definition cel.h:144
const char * caller_id_dnid
Definition cel.h:163
const char * application_data
Definition cel.h:168
const char * account_code
Definition cel.h:169
const char * caller_id_rdnis
Definition cel.h:162
const char * extra
Definition cel.h:177
const char * extension
Definition cel.h:164
const char * caller_id_num
Definition cel.h:160
const char * channel_name
Definition cel.h:166
const char * linked_id
Definition cel.h:172
const char * peer_account
Definition cel.h:170
const char * peer
Definition cel.h:176
enum ast_cel_event_type event_type
Definition cel.h:155
const char * unique_id
Definition cel.h:171
const char * user_defined_name
Definition cel.h:158
const char * context
Definition cel.h:165
const char * application_name
Definition cel.h:167
struct timeval event_time
Definition cel.h:156
uint32_t version
struct ABI version
Definition cel.h:154
const char * tenant_id
Definition cel.h:173
const char * user_field
Definition cel.h:175
const char * caller_id_ani
Definition cel.h:161
const char * caller_id_name
Definition cel.h:159
const char * event_name
Definition cel.h:157
An event.
Definition event.c:81
Structure used to handle boolean flags.
Definition utils.h:220
Structure for variables, used for configurations and for channel variables.
struct ast_variable * next
Utility functions.
#define RAII_VAR(vartype, varname, initval, dtor)
Declare a variable that will call a destructor function when it goes out of scope.
Definition utils.h:981