FreeSWITCH.Native.freeswitch.switch_channel_set_originator_caller_profile C# (CSharp) Метод

switch_channel_set_originator_caller_profile() публичный статический Метод

public static switch_channel_set_originator_caller_profile ( SWIGTYPE_p_switch_channel channel, switch_caller_profile caller_profile ) : void
channel SWIGTYPE_p_switch_channel
caller_profile switch_caller_profile
Результат void
        public static void switch_channel_set_originator_caller_profile(SWIGTYPE_p_switch_channel channel, switch_caller_profile caller_profile)
        {
            freeswitchPINVOKE.switch_channel_set_originator_caller_profile(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_caller_profile.getCPtr(caller_profile));
        }
freeswitch