[Freeswitch-svn] [commit] r13495 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
brian at freeswitch.org
Thu May 28 16:10:18 PDT 2009
Author: brian
Date: Thu May 28 18:10:17 2009
New Revision: 13495
Log:
picky compilers
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Thu May 28 18:10:17 2009
@@ -5070,7 +5070,7 @@
snprintf(message, sizeof(message), "P-Asserted-Identity: \"%s\" <%s>", acp->caller_id_name, acp->caller_id_number);
}
nua_update(b_tech_pvt->nh,
- TAG_IF(!switch_strlen_zero(message), SIPTAG_HEADER_STR(message)),
+ SIPTAG_HEADER_STR(message),
TAG_END());
}
}
More information about the Freeswitch-svn
mailing list