FreeSWITCH.Native.freeswitch.switch_channel_set_origination_caller_profile C# (CSharp) Method

switch_channel_set_origination_caller_profile() public static method

public static switch_channel_set_origination_caller_profile ( SWIGTYPE_p_switch_channel channel, switch_caller_profile caller_profile ) : void
channel SWIGTYPE_p_switch_channel
caller_profile switch_caller_profile
return void
        public static void switch_channel_set_origination_caller_profile(SWIGTYPE_p_switch_channel channel, switch_caller_profile caller_profile)
        {
            freeswitchPINVOKE.switch_channel_set_origination_caller_profile(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_caller_profile.getCPtr(caller_profile));
        }
freeswitch