#include <stdio.h>#include <sys/uio.h>#include "../../ip_addr.h"#include "../../parser/msg_parser.h"#include "../../sr_module.h"#include "../../ut.h"#include "nathelper.h"#include "nhelpr_funcs.h"

Go to the source code of this file.
Functions | |
| int | fixup_var_str_int (void **param, int param_no) |
| static int | rtpproxy_stop_stream (struct sip_msg *msg, int stream2uac) |
| int | rtpproxy_stop_stream2uac2_f (struct sip_msg *msg, char *str1, char *str2) |
| int | rtpproxy_stop_stream2uas2_f (struct sip_msg *msg, char *str1, char *str2) |
| static int | rtpproxy_stream (struct sip_msg *msg, str *pname, int count, int stream2uac) |
| static int | rtpproxy_stream2_f (struct sip_msg *msg, char *str1, int count, int stream2uac) |
| int | rtpproxy_stream2uac2_f (struct sip_msg *msg, char *str1, char *str2) |
| int | rtpproxy_stream2uas2_f (struct sip_msg *msg, char *str1, char *str2) |
| int fixup_var_str_int | ( | void ** | param, | |
| int | param_no | |||
| ) |
| static int rtpproxy_stop_stream | ( | struct sip_msg * | msg, | |
| int | stream2uac | |||
| ) | [static] |
Definition at line 161 of file rtpproxy_stream.c.
References from_tag, get_callid(), get_from_tag(), get_to_tag(), _str::len, LM_ERR, NULL, rtpp_node::rn_ptl_supported, select_rtpp_node(), send_rtpp_command(), and STR2IOVEC.
Referenced by rtpproxy_stop_stream2uac2_f(), and rtpproxy_stop_stream2uas2_f().
| int rtpproxy_stop_stream2uac2_f | ( | struct sip_msg * | msg, | |
| char * | str1, | |||
| char * | str2 | |||
| ) |
| int rtpproxy_stop_stream2uas2_f | ( | struct sip_msg * | msg, | |
| char * | str1, | |||
| char * | str2 | |||
| ) |
| static int rtpproxy_stream | ( | struct sip_msg * | msg, | |
| str * | pname, | |||
| int | count, | |||
| int | stream2uac | |||
| ) | [static] |
Definition at line 73 of file rtpproxy_stream.c.
References from_tag, get_callid(), get_from_tag(), get_to_tag(), _str::len, LM_ERR, NULL, rtpp_node::rn_ptl_supported, select_rtpp_node(), send_rtpp_command(), and STR2IOVEC.
Referenced by rtpproxy_stream2_f().
| static int rtpproxy_stream2_f | ( | struct sip_msg * | msg, | |
| char * | str1, | |||
| int | count, | |||
| int | stream2uac | |||
| ) | [static] |
Definition at line 137 of file rtpproxy_stream.c.
References NULL, pv_printf_s(), and rtpproxy_stream().
Referenced by rtpproxy_stream2uac2_f(), and rtpproxy_stream2uas2_f().
| int rtpproxy_stream2uac2_f | ( | struct sip_msg * | msg, | |
| char * | str1, | |||
| char * | str2 | |||
| ) |
| int rtpproxy_stream2uas2_f | ( | struct sip_msg * | msg, | |
| char * | str1, | |||
| char * | str2 | |||
| ) |
1.5.6