Skip to content

Commit b820414

Browse files
authored
Merge pull request #25 from freeswitch/sip_trace
Add "sip-trace" profile's parameter.
2 parents 5eaae25 + 267ef23 commit b820414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mod_unimrcp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,6 +4110,8 @@ static int process_mrcpv2_config(mrcp_sofia_client_config_t *config, mrcp_sig_se
41104110
config->user_agent_name = apr_pstrdup(pool, val);
41114111
} else if (strcasecmp(param, "sdp-origin") == 0) {
41124112
config->origin = apr_pstrdup(pool, val);
4113+
} else if (strcasecmp(param, "sip-trace") == 0) {
4114+
config->tport_log = switch_true(val);
41134115
} else {
41144116
mine = 0;
41154117
}

0 commit comments

Comments
 (0)