add fix from MODENDP-143

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10079 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-20 14:09:45 +00:00
parent a295396337
commit e8f71c156d
1 changed files with 1 additions and 1 deletions

View File

@ -2891,7 +2891,7 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Process REFER to [%s@%s]\n", exten, (char *) refer_to->r_url->url_host);
if (refer_to->r_url->url_headers) {
if (refer_to->r_url->url_headers && strstr(refer_to->r_url->url_headers, "Replaces=")) {
sip_replaces_t *replaces;
nua_handle_t *bnh;
char *rep;