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

switch_ast2regex() public static method

public static switch_ast2regex ( string pat, string rbuf, uint len ) : switch_bool_t
pat string
rbuf string
len uint
return switch_bool_t
        public static switch_bool_t switch_ast2regex(string pat, string rbuf, uint len)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_ast2regex(pat, rbuf, len);
            return ret;
        }
freeswitch