Asterisk Ver0-2-0/Call Detail Record
AsteriskVer0-2-0/CallDetailRecord ¶* pbx.c
static struct action {
char *action;
int authority;
int (*func)(struct mansession *s, struct message *m);
} actions[] = {
{ "Ping", 0, action_ping },
{ "Logoff", 0, action_logoff },
{ "Hangup", EVENT_FLAG_CALL, action_hangup },
{ "Status", EVENT_FLAG_CALL, action_status },
{ "Redirect", EVENT_FLAG_CALL, action_redirect },
{ "Originate", EVENT_FLAG_CALL, action_originate },
};
* process_message
static struct ast_cli_entry builtins[] = {
...
{ { "reload", NULL }, handle_reload, "Reload configuration", reload_help },
...
{ { "unload", NULL }, handle_unload, "Unload a dynamic module by name", unload_help, complete_fn },
{ { NULL }, NULL, NULL, NULL }
};
CDR flow ¶* pbx.c
cdr function ¶* ast_cdr_alloc
* ast_cdr_init
* ast_cdr_setapp
* ast_cdr_disp2str
* ast_cdr_flags2str
* ast_cdr_setaccount
* ast_cdr_end
* ast_cdr_register
* ast_cdr_unregister
|
Your mode of life will be changed for the better because of good news soon. |











