Compare commits
6 Commits
c850dc5c9d
...
d005cf7c38
Author | SHA1 | Date |
---|---|---|
Minh | d005cf7c38 | |
junction1153b | 3b58ebc5f3 | |
Minh | 2778d451c2 | |
Minh | c0cf399007 | |
Minh Minh | dd53129f28 | |
Minh Minh | b181f0c472 |
|
@ -254,7 +254,7 @@ char *generate_pai_str(private_object_t *tech_pvt)
|
||||||
callee_number = switch_sanitize_number(switch_core_session_strdup(session, callee_number));
|
callee_number = switch_sanitize_number(switch_core_session_strdup(session, callee_number));
|
||||||
callee_name = switch_sanitize_number(switch_core_session_strdup(session, callee_name));
|
callee_name = switch_sanitize_number(switch_core_session_strdup(session, callee_name));
|
||||||
|
|
||||||
if (!zstr(callee_number) && (zstr(ua) || !switch_stristr("polycom", ua))) {
|
if (!zstr(callee_number) && (zstr(ua) || !switch_stristr("poly", ua))) {
|
||||||
callee_number = switch_core_session_sprintf(session, "sip:%s@%s", callee_number, host);
|
callee_number = switch_core_session_sprintf(session, "sip:%s@%s", callee_number, host);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2075,13 +2075,15 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
|
||||||
nua_info(tech_pvt->nh, SIPTAG_CONTENT_TYPE_STR("message/sipfrag"),
|
nua_info(tech_pvt->nh, SIPTAG_CONTENT_TYPE_STR("message/sipfrag"),
|
||||||
TAG_IF(!zstr(tech_pvt->user_via), SIPTAG_VIA_STR(tech_pvt->user_via)), SIPTAG_PAYLOAD_STR(message), TAG_END());
|
TAG_IF(!zstr(tech_pvt->user_via), SIPTAG_VIA_STR(tech_pvt->user_via)), SIPTAG_PAYLOAD_STR(message), TAG_END());
|
||||||
} else if (update_allowed && ua && (switch_channel_var_true(tech_pvt->channel, "update_ignore_ua") ||
|
} else if (update_allowed && ua && (switch_channel_var_true(tech_pvt->channel, "update_ignore_ua") ||
|
||||||
switch_stristr("polycom", ua) ||
|
switch_stristr("poly", ua) ||
|
||||||
(switch_stristr("aastra", ua) && !switch_stristr("Intelligate", ua)) ||
|
(switch_stristr("aastra", ua) && !switch_stristr("Intelligate", ua)) ||
|
||||||
(switch_stristr("cisco/spa50", ua) ||
|
(switch_stristr("cisco/spa50", ua) ||
|
||||||
switch_stristr("cisco/spa525", ua)) ||
|
switch_stristr("cisco/spa525", ua)) ||
|
||||||
switch_stristr("cisco/spa30", ua) ||
|
switch_stristr("cisco/spa30", ua) ||
|
||||||
switch_stristr("Fanvil", ua) ||
|
switch_stristr("Fanvil", ua) ||
|
||||||
switch_stristr("Grandstream", ua) ||
|
switch_stristr("Grandstream", ua) ||
|
||||||
|
switch_stristr("Ringotel", ua) ||
|
||||||
|
switch_stristr("Groundwire", ua) ||
|
||||||
switch_stristr("Yealink", ua) ||
|
switch_stristr("Yealink", ua) ||
|
||||||
switch_stristr("Mitel", ua) ||
|
switch_stristr("Mitel", ua) ||
|
||||||
switch_stristr("Panasonic", ua))) {
|
switch_stristr("Panasonic", ua))) {
|
||||||
|
@ -2152,7 +2154,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
|
||||||
SIPTAG_PAYLOAD_STR(message),
|
SIPTAG_PAYLOAD_STR(message),
|
||||||
TAG_IF(!zstr(session_id_header), SIPTAG_HEADER_STR(session_id_header)),
|
TAG_IF(!zstr(session_id_header), SIPTAG_HEADER_STR(session_id_header)),
|
||||||
TAG_END());
|
TAG_END());
|
||||||
} else if (ua && switch_stristr("polycom", ua)) {
|
} else if (ua && switch_stristr("poly", ua)) {
|
||||||
snprintf(message, sizeof(message), "P-Asserted-Identity: \"%s\" <%s>", msg->string_arg, tech_pvt->caller_profile->destination_number);
|
snprintf(message, sizeof(message), "P-Asserted-Identity: \"%s\" <%s>", msg->string_arg, tech_pvt->caller_profile->destination_number);
|
||||||
nua_update(tech_pvt->nh,
|
nua_update(tech_pvt->nh,
|
||||||
NUTAG_SESSION_TIMER(tech_pvt->session_timeout),
|
NUTAG_SESSION_TIMER(tech_pvt->session_timeout),
|
||||||
|
|
|
@ -10476,7 +10476,7 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
|
||||||
(!is_tcp && !is_tls && (zstr(network_ip) || !switch_check_network_list_ip(network_ip, profile->local_network)) &&
|
(!is_tcp && !is_tls && (zstr(network_ip) || !switch_check_network_list_ip(network_ip, profile->local_network)) &&
|
||||||
profile->server_rport_level >= 2 && sip->sip_user_agent &&
|
profile->server_rport_level >= 2 && sip->sip_user_agent &&
|
||||||
sip->sip_user_agent->g_string &&
|
sip->sip_user_agent->g_string &&
|
||||||
(!strncasecmp(sip->sip_user_agent->g_string, "Polycom", 7) || !strncasecmp(sip->sip_user_agent->g_string, "KIRK Wireless Server", 20)))
|
(!strncasecmp(sip->sip_user_agent->g_string, "Poly", 4) || !strncasecmp(sip->sip_user_agent->g_string, "KIRK Wireless Server", 20)))
|
||||||
) {
|
) {
|
||||||
if (sip->sip_via) {
|
if (sip->sip_via) {
|
||||||
const char *port = sip->sip_via->v_port;
|
const char *port = sip->sip_via->v_port;
|
||||||
|
|
|
@ -2501,7 +2501,7 @@ static char *gen_pidf(char *user_agent, char *id, char *url, char *open, char *r
|
||||||
{
|
{
|
||||||
char *ret = NULL;
|
char *ret = NULL;
|
||||||
|
|
||||||
if (switch_stristr("polycom", user_agent)) {
|
if (switch_stristr("poly", user_agent)) {
|
||||||
*ct = "application/xpidf+xml";
|
*ct = "application/xpidf+xml";
|
||||||
|
|
||||||
/* If unknown/none prpid is provided, just show the user as online. */
|
/* If unknown/none prpid is provided, just show the user as online. */
|
||||||
|
|
|
@ -1661,7 +1661,7 @@ uint8_t sofia_reg_handle_register_token(nua_t *nua, sofia_profile_t *profile, nu
|
||||||
if (!is_tcp && !is_tls && (zstr(network_ip) || !switch_check_network_list_ip(network_ip, profile->local_network)) &&
|
if (!is_tcp && !is_tls && (zstr(network_ip) || !switch_check_network_list_ip(network_ip, profile->local_network)) &&
|
||||||
profile->server_rport_level >= 2 && sip->sip_user_agent &&
|
profile->server_rport_level >= 2 && sip->sip_user_agent &&
|
||||||
sip->sip_user_agent->g_string &&
|
sip->sip_user_agent->g_string &&
|
||||||
( !strncasecmp(sip->sip_user_agent->g_string, "Polycom", 7) ||
|
( !strncasecmp(sip->sip_user_agent->g_string, "Poly", 4) ||
|
||||||
!strncasecmp(sip->sip_user_agent->g_string, "KIRK Wireless Server", 20) ||
|
!strncasecmp(sip->sip_user_agent->g_string, "KIRK Wireless Server", 20) ||
|
||||||
!strncasecmp(sip->sip_user_agent->g_string, "ADTRAN_Total_Access", 19) )) {
|
!strncasecmp(sip->sip_user_agent->g_string, "ADTRAN_Total_Access", 19) )) {
|
||||||
if (sip->sip_via) {
|
if (sip->sip_via) {
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
<param name="listen-ip" value="127.0.0.1"/>
|
<param name="listen-ip" value="127.0.0.1"/>
|
||||||
<param name="listen-port" value="8021"/>
|
<param name="listen-port" value="8021"/>
|
||||||
<param name="password" value="ClueCon"/>
|
<param name="password" value="ClueCon"/>
|
||||||
|
<!-- Log the command that freeswitch received; default is false -->
|
||||||
|
<param name="log-recv-cmd" value="true"/>
|
||||||
<!--<param name="apply-inbound-acl" value="lan"/>-->
|
<!--<param name="apply-inbound-acl" value="lan"/>-->
|
||||||
</settings>
|
</settings>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -108,6 +108,7 @@ static struct {
|
||||||
switch_mutex_t *listener_mutex;
|
switch_mutex_t *listener_mutex;
|
||||||
switch_event_node_t *node;
|
switch_event_node_t *node;
|
||||||
int debug;
|
int debug;
|
||||||
|
int log_recv_cmd;
|
||||||
} globals;
|
} globals;
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
|
@ -1726,6 +1727,10 @@ static switch_status_t parse_command(listener_t *listener, switch_event_t **even
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (globals.log_recv_cmd > 0) {
|
||||||
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Received from %s:%d: %s", listener->remote_ip, listener->remote_port, cmd);
|
||||||
|
}
|
||||||
|
|
||||||
if (switch_stristr("unload", cmd) && switch_stristr("mod_event_socket", cmd)) {
|
if (switch_stristr("unload", cmd) && switch_stristr("mod_event_socket", cmd)) {
|
||||||
cmd = unload_cheat;
|
cmd = unload_cheat;
|
||||||
} else if (switch_stristr("reload", cmd) && switch_stristr("mod_event_socket", cmd)) {
|
} else if (switch_stristr("reload", cmd) && switch_stristr("mod_event_socket", cmd)) {
|
||||||
|
@ -2887,6 +2892,8 @@ static int config(void)
|
||||||
set_pref_ip(val);
|
set_pref_ip(val);
|
||||||
} else if (!strcmp(var, "debug")) {
|
} else if (!strcmp(var, "debug")) {
|
||||||
globals.debug = atoi(val);
|
globals.debug = atoi(val);
|
||||||
|
} else if (!strcmp(var, "log-recv-cmd")) {
|
||||||
|
globals.log_recv_cmd = switch_true(val) ? 1 : 0;
|
||||||
} else if (!strcmp(var, "nat-map")) {
|
} else if (!strcmp(var, "nat-map")) {
|
||||||
if (switch_true(val) && switch_nat_get_type()) {
|
if (switch_true(val) && switch_nat_get_type()) {
|
||||||
prefs.nat_map = 1;
|
prefs.nat_map = 1;
|
||||||
|
|
Loading…
Reference in New Issue