#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | ospCheckRoute (struct sip_msg *, char *, char *) |
| int | ospCheckTranslation (struct sip_msg *, char *, char *) |
| int | ospPrepareAllRoutes (struct sip_msg *, char *, char *) |
| int | ospPrepareRoute (struct sip_msg *, char *, char *) |
| int | ospRequestRouting (struct sip_msg *, char *, char *) |
| int ospCheckRoute | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 385 of file orig_transaction.c.
References MODULE_RETURNCODE_FALSE, MODULE_RETURNCODE_TRUE, and ospCheckOrigDestination().
| int ospCheckTranslation | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 460 of file orig_transaction.c.
References AVP_NAME_STR, LM_DBG, LM_ERR, MODULE_RETURNCODE_FALSE, MODULE_RETURNCODE_TRUE, int_str::n, NULL, and search_first_avp().
| int ospPrepareAllRoutes | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 597 of file orig_transaction.c.
References _osp_redir_uri, MODULE_RETURNCODE_TRUE, OSP_FIRST_ROUTE, OSP_MAIN_ROUTE, OSP_NEXT_ROUTE, and ospPrepareDestination().
| int ospPrepareRoute | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 576 of file orig_transaction.c.
References MODULE_RETURNCODE_TRUE, OSP_BRANCH_ROUTE, OSP_FIRST_ROUTE, and ospPrepareDestination().
| int ospRequestRouting | ( | struct sip_msg * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 245 of file orig_transaction.c.
References _osp_device_ip, _osp_device_port, _osp_max_dests, _osp_provider, _osp_snid_avptype, AVP_VAL_STR, usr_avp::flags, _str::len, LM_ERR, LM_INFO, MODULE_RETURNCODE_ERROR, MODULE_RETURNCODE_FALSE, MODULE_RETURNCODE_TRUE, int_str::n, NULL, OSP_E164BUF_SIZE, OSP_STRBUF_SIZE, ospConvertAddress(), ospGetCallId(), ospGetFromUserpart(), ospGetRpidUserpart(), ospGetSourceAddress(), ospGetToUserpart(), ospGetUriUserpart(), ospLoadRoutes(), _str::s, int_str::s, search_first_avp(), and snprintf.
1.5.6