Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
#include "msg.h"
#include "sms.h"
#include "bearerbox.h"
#include "smscconn.h"
Go to the source code of this file.
Functions | |
static Octstr * | get_pattern (SMSCConn *conn, Msg *msg, const char *message) |
void | bb_alog_init (const Octstr *format) |
void | bb_alog_shutdown (void) |
void | bb_alog_sms (SMSCConn *conn, Msg *msg, const char *message) |
Variables | |
static Octstr * | custom_log_format = NULL |
void bb_alog_init | ( | const Octstr * | format | ) |
Definition at line 359 of file bb_alog.c.
References custom_log_format, gw_assert(), and octstr_duplicate.
Referenced by init_bearerbox().
void bb_alog_shutdown | ( | void | ) |
Definition at line 367 of file bb_alog.c.
References custom_log_format, and octstr_destroy().
Referenced by main().
Definition at line 374 of file bb_alog.c.
References alog(), custom_log_format, DC_8BIT, DC_UCS2, get_pattern(), gw_assert(), msg, octstr_binary_to_hex(), octstr_convert_printable(), octstr_create, octstr_destroy(), octstr_duplicate, octstr_get_cstr, octstr_imm(), octstr_len(), smscconn_id(), smscconn_name(), and text.
Referenced by bb_smscconn_receive(), bb_smscconn_receive_internal(), bb_smscconn_send_failed(), bb_smscconn_sent(), and handle_pdu().
Definition at line 117 of file bb_alog.c.
References custom_log_format, DC_8BIT, DC_UCS2, gw_assert(), gw_gmtime(), gwlist_create, gwlist_destroy(), gwlist_get(), gwlist_len(), msg, MSG_PARAM_UNDEFINED, octstr_append(), octstr_append_char(), octstr_append_cstr(), octstr_append_data(), octstr_append_decimal(), octstr_binary_to_hex(), octstr_convert_printable(), octstr_create, octstr_destroy(), octstr_destroy_item(), octstr_duplicate, octstr_format_append(), octstr_get_char(), octstr_get_cstr, octstr_len(), octstr_split_words(), report_mo, smscconn_id(), smscconn_name(), text, uuid_is_null(), UUID_STR_LEN, uuid_unparse(), and warning().
Referenced by bb_alog_sms().
|
static |
Definition at line 70 of file bb_alog.c.
Referenced by bb_alog_init(), bb_alog_shutdown(), bb_alog_sms(), and get_pattern().