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

switch_channel_caller_extension_masquerade() public static method

public static switch_channel_caller_extension_masquerade ( SWIGTYPE_p_switch_channel orig_channel, SWIGTYPE_p_switch_channel new_channel, uint offset ) : switch_status_t
orig_channel SWIGTYPE_p_switch_channel
new_channel SWIGTYPE_p_switch_channel
offset uint
return switch_status_t
        public static switch_status_t switch_channel_caller_extension_masquerade(SWIGTYPE_p_switch_channel orig_channel, SWIGTYPE_p_switch_channel new_channel, uint offset)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_caller_extension_masquerade(SWIGTYPE_p_switch_channel.getCPtr(orig_channel), SWIGTYPE_p_switch_channel.getCPtr(new_channel), offset);
            return ret;
        }
freeswitch