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

switch_ivr_dmachine_set_realm() public static method

public static switch_ivr_dmachine_set_realm ( SWIGTYPE_p_switch_ivr_dmachine dmachine, string realm ) : switch_status_t
dmachine SWIGTYPE_p_switch_ivr_dmachine
realm string
return switch_status_t
        public static switch_status_t switch_ivr_dmachine_set_realm(SWIGTYPE_p_switch_ivr_dmachine dmachine, string realm)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_set_realm(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine), realm);
            return ret;
        }
freeswitch