git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10602
d0543943-73ff-0310-b7d9-
9358b9ac24b2
or did he just suggest it to make our lives miserable?
*/
use_from_str = from_str;
- if (strcasecmp(tech_pvt->caller_profile->caller_id_name, "_undef_")) {
+ if (!strcasecmp(tech_pvt->caller_profile->caller_id_name, "_undef_")) {
from_str = switch_core_session_sprintf(session, "<%s>", use_from_str);
} else {
from_str = switch_core_session_sprintf(session, "\"%s\" <%s>", tech_pvt->caller_profile->caller_id_name, use_from_str);