#include <stdio.h>#include "error.h"#include "str.h"#include "parser/msg_parser.h"#include "mem/mem.h"Go to the source code of this file.
Functions | |
| int | err2reason_phrase (int ser_error, int *sip_error, char *phrase, int etl, char *signature) |
| char * | error_text (int code) |
| void | get_reply_status (str *status, struct sip_msg *reply, int code) |
Variables | |
| int | ser_error = -1 |
| int | prev_ser_error = -1 |
|
||||||||||||||||||||||||
|
Definition at line 45 of file error.c. References E_BAD_ADDRESS, E_BAD_REQ, E_BAD_TO, E_BAD_TUPEL, E_BAD_URI, E_CANCELED, E_EXEC, E_OK, E_OUT_OF_MEM, E_Q_DEC_MISSING, E_Q_EMPTY, E_Q_INV_CHAR, E_Q_TOO_BIG, E_SEND, E_TOO_MANY_BRANCHES, ser_error, and snprintf. Referenced by kill_transaction(), kill_transaction_unsafe(), and sl_reply_error(). |
|
|
Definition at line 135 of file error.c. Referenced by get_reply_status(), and relay_reply(). |
|
||||||||||||||||
|
Definition at line 205 of file error.c. References error_text(), sip_msg::first_line, L_CRIT, L_ERR, _str::len, LOG, pkg_malloc, msg_start::reason, msg_start::reply, _str::s, str, and msg_start::u. Referenced by log_missed(). |
|
|
Definition at line 43 of file error.c. Referenced by do_action(), and sl_reply_error(). |
|
1.3.9.1