little cleanup, remove unnecessary (char *) cast.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5674 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-08-28 22:44:02 +00:00
parent d264ed5a7e
commit 30ffb593c0
7 changed files with 31 additions and 19 deletions
+4 -1
View File
@@ -1935,7 +1935,10 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
tech_pvt->caller_profile = switch_caller_profile_new(switch_core_session_get_pool(session),
from_user,
profile->dialplan,
displayname, from_user, network_ip, NULL, NULL, NULL, MODNAME, context, destination_number);
displayname,
from_user,
network_ip,
NULL, NULL, NULL, MODNAME, context, destination_number);
if (tech_pvt->caller_profile) {