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

switch_caller_get_field_by_name() public static method

public static switch_caller_get_field_by_name ( switch_caller_profile caller_profile, string name ) : string
caller_profile switch_caller_profile
name string
return string
        public static string switch_caller_get_field_by_name(switch_caller_profile caller_profile, string name)
        {
            string ret = freeswitchPINVOKE.switch_caller_get_field_by_name(switch_caller_profile.getCPtr(caller_profile), name);
            return ret;
        }
freeswitch