doh this is the right way for this

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13497 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-05-28 23:39:46 +00:00
parent 49d49737f5
commit af9b1b6989
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5070,7 +5070,7 @@ static void sofia_info_send_sipfrag(switch_core_session_t *aleg, switch_core_ses
snprintf(message, sizeof(message), "P-Asserted-Identity: \"%s\" <%s>", acp->caller_id_name, acp->caller_id_number);
}
nua_update(b_tech_pvt->nh,
SIPTAG_HEADER_STR(message),
TAG_IF(!switch_strlen_zero_buf(message), SIPTAG_HEADER_STR(message)),
TAG_END());
}
}