Asterisk - The Open Source Telephony Project
18.5.0
|
Utility functions for chan_sip. More...
#include "asterisk.h"
#include "asterisk/utils.h"
#include "asterisk/cli.h"
#include "include/sip.h"
#include "include/sip_utils.h"
Go to the source code of this file.
Functions | |
const char * | comedia_string (struct ast_flags *flags) |
Return a string describing the comedia value for the given flags. More... | |
const char * | force_rport_string (struct ast_flags *flags) |
Return a string describing the force_rport value for the given flags. More... | |
Utility functions for chan_sip.
Definition in file channels/sip/utils.c.
const char* comedia_string | ( | struct ast_flags * | flags | ) |
Return a string describing the comedia value for the given flags.
Definition at line 43 of file channels/sip/utils.c.
References AST_CLI_YESNO, ast_test_flag, SIP_PAGE2_SYMMETRICRTP, and SIP_PAGE3_NAT_AUTO_COMEDIA.
Referenced by _sip_show_peer(), _sip_show_peers_one(), and sip_show_settings().
const char* force_rport_string | ( | struct ast_flags * | flags | ) |
Return a string describing the force_rport value for the given flags.
Definition at line 35 of file channels/sip/utils.c.
References AST_CLI_YESNO, ast_test_flag, SIP_NAT_FORCE_RPORT, and SIP_PAGE3_NAT_AUTO_RPORT.
Referenced by _sip_show_peer(), _sip_show_peers_one(), sip_show_channel(), and sip_show_settings().