mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
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:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user