Displaying 1 result from an estimated 1 matches for "sip_cfg".
Did you mean:
set_cfg
2010 Oct 12
0
rtpip patch
...rintf(global_sdpowner, sizeof(global_sdpowner), "%s", DEFAULT_SDPOWNER);
global_prematuremediafilter = TRUE;
ast_copy_string(default_notifymime, DEFAULT_NOTIFYMIME,
sizeof(default_notifymime));
-
- ast_copy_string(global_rtpip, DEFAULT_RTPIP, sizeof(global_rtpip));
-
ast_copy_string(sip_cfg.realm, S_OR(ast_config_AST_SYSTEM_NAME,
DEFAULT_REALM), sizeof(sip_cfg.realm));
ast_copy_string(default_callerid, DEFAULT_CALLERID, sizeof(default_callerid));
sip_cfg.compactheaders = DEFAULT_COMPACTHEADERS;
@@ -24809,8 +24786,6 @@
ast_log(LOG_WARNING, "'%s' is not a valid RTP...