}\r
\r
\r
+SWIGEXPORT void SWIGSTDCALL CSharp_audio_buffer_header_t_ts_set(void * jarg1, unsigned long jarg2) {\r
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;\r
+ uint32_t arg2 ;\r
+ \r
+ arg1 = (audio_buffer_header_t *)jarg1; \r
+ arg2 = (uint32_t)jarg2; \r
+ if (arg1) (arg1)->ts = arg2;\r
+}\r
+\r
+\r
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_audio_buffer_header_t_ts_get(void * jarg1) {\r
+ unsigned long jresult ;\r
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;\r
+ uint32_t result;\r
+ \r
+ arg1 = (audio_buffer_header_t *)jarg1; \r
+ result = (uint32_t) ((arg1)->ts);\r
+ jresult = (unsigned long)result; \r
+ return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT void SWIGSTDCALL CSharp_audio_buffer_header_t_len_set(void * jarg1, unsigned long jarg2) {\r
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;\r
+ uint32_t arg2 ;\r
+ \r
+ arg1 = (audio_buffer_header_t *)jarg1; \r
+ arg2 = (uint32_t)jarg2; \r
+ if (arg1) (arg1)->len = arg2;\r
+}\r
+\r
+\r
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_audio_buffer_header_t_len_get(void * jarg1) {\r
+ unsigned long jresult ;\r
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;\r
+ uint32_t result;\r
+ \r
+ arg1 = (audio_buffer_header_t *)jarg1; \r
+ result = (uint32_t) ((arg1)->len);\r
+ jresult = (unsigned long)result; \r
+ return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT void * SWIGSTDCALL CSharp_new_audio_buffer_header_t() {\r
+ void * jresult ;\r
+ audio_buffer_header_t *result = 0 ;\r
+ \r
+ result = (audio_buffer_header_t *)new audio_buffer_header_t();\r
+ jresult = (void *)result; \r
+ return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT void SWIGSTDCALL CSharp_delete_audio_buffer_header_t(void * jarg1) {\r
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;\r
+ \r
+ arg1 = (audio_buffer_header_t *)jarg1; \r
+ delete arg1;\r
+}\r
+\r
+\r
SWIGEXPORT void SWIGSTDCALL CSharp_switch_t38_options_t_T38FaxVersion_set(void * jarg1, unsigned short jarg2) {\r
switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ;\r
uint16_t arg2 ;\r
}\r
\r
\r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_media_bug_set_pre_buffer_framecount(void * jarg1, unsigned long jarg2) {\r
+ int jresult ;\r
+ switch_media_bug_t *arg1 = (switch_media_bug_t *) 0 ;\r
+ uint32_t arg2 ;\r
+ switch_status_t result;\r
+ \r
+ arg1 = (switch_media_bug_t *)jarg1; \r
+ arg2 = (uint32_t)jarg2; \r
+ result = (switch_status_t)switch_core_media_bug_set_pre_buffer_framecount(arg1,arg2);\r
+ jresult = result; \r
+ return jresult;\r
+}\r
+\r
+\r
SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_port_allocator_new(unsigned short jarg1, unsigned short jarg2, unsigned long jarg3, void * jarg4) {\r
int jresult ;\r
switch_port_t arg1 ;\r
}\r
\r
\r
-SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_service_session(void * jarg1) {\r
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_service_session_av(void * jarg1, int jarg2, int jarg3) {\r
switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;\r
+ switch_bool_t arg2 ;\r
+ switch_bool_t arg3 ;\r
\r
arg1 = (switch_core_session_t *)jarg1; \r
- switch_core_service_session(arg1);\r
+ arg2 = (switch_bool_t)jarg2; \r
+ arg3 = (switch_bool_t)jarg3; \r
+ switch_core_service_session_av(arg1,arg2,arg3);\r
}\r
\r
\r
}\r
\r
\r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_session_set_real_read_codec(void * jarg1, void * jarg2) {\r
+ int jresult ;\r
+ switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;\r
+ switch_codec_t *arg2 = (switch_codec_t *) 0 ;\r
+ switch_status_t result;\r
+ \r
+ arg1 = (switch_core_session_t *)jarg1; \r
+ arg2 = (switch_codec_t *)jarg2; \r
+ result = (switch_status_t)switch_core_session_set_real_read_codec(arg1,arg2);\r
+ jresult = result; \r
+ return jresult;\r
+}\r
+\r
+\r
SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_session_unset_read_codec(void * jarg1) {\r
switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;\r
\r
}\r
\r
\r
+SWIGEXPORT unsigned int SWIGSTDCALL CSharp_switch_atoui(char * jarg1) {\r
+ unsigned int jresult ;\r
+ char *arg1 = (char *) 0 ;\r
+ unsigned int result;\r
+ \r
+ arg1 = (char *)jarg1; \r
+ result = (unsigned int)switch_atoui((char const *)arg1);\r
+ jresult = result; \r
+ return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_switch_atoul(char * jarg1) {\r
+ unsigned long jresult ;\r
+ char *arg1 = (char *) 0 ;\r
+ unsigned long result;\r
+ \r
+ arg1 = (char *)jarg1; \r
+ result = (unsigned long)switch_atoul((char const *)arg1);\r
+ jresult = (unsigned long)result; \r
+ return jresult;\r
+}\r
+\r
+\r
SWIGEXPORT void SWIGSTDCALL CSharp_profile_node_t_var_set(void * jarg1, char * jarg2) {\r
profile_node_t *arg1 = (profile_node_t *) 0 ;\r
char *arg2 = (char *) 0 ;\r
}\r
\r
\r
-SWIGEXPORT char * SWIGSTDCALL CSharp_switch_channel_expand_variables(void * jarg1, char * jarg2) {\r
+SWIGEXPORT char * SWIGSTDCALL CSharp_switch_channel_expand_variables_check(void * jarg1, char * jarg2, void * jarg3, void * jarg4) {\r
char * jresult ;\r
switch_channel_t *arg1 = (switch_channel_t *) 0 ;\r
char *arg2 = (char *) 0 ;\r
+ switch_event_t *arg3 = (switch_event_t *) 0 ;\r
+ switch_event_t *arg4 = (switch_event_t *) 0 ;\r
char *result = 0 ;\r
\r
arg1 = (switch_channel_t *)jarg1; \r
arg2 = (char *)jarg2; \r
- result = (char *)switch_channel_expand_variables(arg1,(char const *)arg2);\r
+ arg3 = (switch_event_t *)jarg3; \r
+ arg4 = (switch_event_t *)jarg4; \r
+ result = (char *)switch_channel_expand_variables_check(arg1,(char const *)arg2,arg3,arg4);\r
jresult = SWIG_csharp_string_callback((const char *)result); \r
return jresult;\r
}\r
}\r
\r
\r
-SWIGEXPORT char * SWIGSTDCALL CSharp_switch_event_expand_headers(void * jarg1, char * jarg2) {\r
+SWIGEXPORT char * SWIGSTDCALL CSharp_switch_event_expand_headers_check(void * jarg1, char * jarg2, void * jarg3, void * jarg4) {\r
char * jresult ;\r
switch_event_t *arg1 = (switch_event_t *) 0 ;\r
char *arg2 = (char *) 0 ;\r
+ switch_event_t *arg3 = (switch_event_t *) 0 ;\r
+ switch_event_t *arg4 = (switch_event_t *) 0 ;\r
char *result = 0 ;\r
\r
arg1 = (switch_event_t *)jarg1; \r
arg2 = (char *)jarg2; \r
- result = (char *)switch_event_expand_headers(arg1,(char const *)arg2);\r
+ arg3 = (switch_event_t *)jarg3; \r
+ arg4 = (switch_event_t *)jarg4; \r
+ result = (char *)switch_event_expand_headers_check(arg1,(char const *)arg2,arg3,arg4);\r
jresult = SWIG_csharp_string_callback((const char *)result); \r
return jresult;\r
}\r
}\r
\r
\r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_event_check_permission_list(void * jarg1, char * jarg2) {\r
+ int jresult ;\r
+ switch_event_t *arg1 = (switch_event_t *) 0 ;\r
+ char *arg2 = (char *) 0 ;\r
+ int result;\r
+ \r
+ arg1 = (switch_event_t *)jarg1; \r
+ arg2 = (char *)jarg2; \r
+ result = (int)switch_event_check_permission_list(arg1,(char const *)arg2);\r
+ jresult = result; \r
+ return jresult;\r
+}\r
+\r
+\r
SWIGEXPORT int SWIGSTDCALL CSharp_SWITCH_RESAMPLE_QUALITY_get() {\r
int jresult ;\r
int result;\r
}\r
\r
\r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_ivr_dmachine_last_ping(void * jarg1) {\r
+ int jresult ;\r
+ switch_ivr_dmachine_t *arg1 = (switch_ivr_dmachine_t *) 0 ;\r
+ switch_status_t result;\r
+ \r
+ arg1 = (switch_ivr_dmachine_t *)jarg1; \r
+ result = (switch_status_t)switch_ivr_dmachine_last_ping(arg1);\r
+ jresult = result; \r
+ return jresult;\r
+}\r
+\r
+\r
SWIGEXPORT char * SWIGSTDCALL CSharp_switch_ivr_dmachine_get_name(void * jarg1) {\r
char * jresult ;\r
switch_ivr_dmachine_t *arg1 = (switch_ivr_dmachine_t *) 0 ;\r
\r
namespace FreeSWITCH.Native {\r
\r
+using System;\r
+using System.Runtime.InteropServices;\r
+\r
+public class audio_buffer_header_t : IDisposable {\r
+ private HandleRef swigCPtr;\r
+ protected bool swigCMemOwn;\r
+\r
+ internal audio_buffer_header_t(IntPtr cPtr, bool cMemoryOwn) {\r
+ swigCMemOwn = cMemoryOwn;\r
+ swigCPtr = new HandleRef(this, cPtr);\r
+ }\r
+\r
+ internal static HandleRef getCPtr(audio_buffer_header_t obj) {\r
+ return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;\r
+ }\r
+\r
+ ~audio_buffer_header_t() {\r
+ Dispose();\r
+ }\r
+\r
+ public virtual void Dispose() {\r
+ lock(this) {\r
+ if (swigCPtr.Handle != IntPtr.Zero) {\r
+ if (swigCMemOwn) {\r
+ swigCMemOwn = false;\r
+ freeswitchPINVOKE.delete_audio_buffer_header_t(swigCPtr);\r
+ }\r
+ swigCPtr = new HandleRef(null, IntPtr.Zero);\r
+ }\r
+ GC.SuppressFinalize(this);\r
+ }\r
+ }\r
+\r
+ public uint ts {\r
+ set {\r
+ freeswitchPINVOKE.audio_buffer_header_t_ts_set(swigCPtr, value);\r
+ } \r
+ get {\r
+ uint ret = freeswitchPINVOKE.audio_buffer_header_t_ts_get(swigCPtr);\r
+ return ret;\r
+ } \r
+ }\r
+\r
+ public uint len {\r
+ set {\r
+ freeswitchPINVOKE.audio_buffer_header_t_len_set(swigCPtr, value);\r
+ } \r
+ get {\r
+ uint ret = freeswitchPINVOKE.audio_buffer_header_t_len_get(swigCPtr);\r
+ return ret;\r
+ } \r
+ }\r
+\r
+ public audio_buffer_header_t() : this(freeswitchPINVOKE.new_audio_buffer_header_t(), true) {\r
+ }\r
+\r
+}\r
+\r
+}\r
+/* ----------------------------------------------------------------------------\r
+ * This file was automatically generated by SWIG (http://www.swig.org).\r
+ * Version 2.0.1\r
+ *\r
+ * Do not make changes to this file unless you know what you are doing--modify\r
+ * the SWIG interface file instead.\r
+ * ----------------------------------------------------------------------------- */\r
+\r
+namespace FreeSWITCH.Native {\r
+\r
public enum cache_db_flag_t {\r
CDF_INUSE = (1 << 0),\r
CDF_PRUNE = (1 << 1)\r
return ret;\r
}\r
\r
+ public static switch_status_t switch_core_media_bug_set_pre_buffer_framecount(SWIGTYPE_p_switch_media_bug bug, uint framecount) {\r
+ switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_media_bug_set_pre_buffer_framecount(SWIGTYPE_p_switch_media_bug.getCPtr(bug), framecount);\r
+ return ret;\r
+ }\r
+\r
public static switch_status_t switch_core_port_allocator_new(ushort start, ushort end, uint flags, SWIGTYPE_p_p_switch_core_port_allocator new_allocator) {\r
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_port_allocator_new(start, end, flags, SWIGTYPE_p_p_switch_core_port_allocator.getCPtr(new_allocator));\r
return ret;\r
freeswitchPINVOKE.switch_core_thread_session_end(SWIGTYPE_p_switch_core_session.getCPtr(session));\r
}\r
\r
- public static void switch_core_service_session(SWIGTYPE_p_switch_core_session session) {\r
- freeswitchPINVOKE.switch_core_service_session(SWIGTYPE_p_switch_core_session.getCPtr(session));\r
+ public static void switch_core_service_session_av(SWIGTYPE_p_switch_core_session session, switch_bool_t audio, switch_bool_t video) {\r
+ freeswitchPINVOKE.switch_core_service_session_av(SWIGTYPE_p_switch_core_session.getCPtr(session), (int)audio, (int)video);\r
}\r
\r
public static switch_call_cause_t switch_core_session_outgoing_channel(SWIGTYPE_p_switch_core_session session, switch_event var_event, string endpoint_name, switch_caller_profile caller_profile, SWIGTYPE_p_p_switch_core_session new_session, SWIGTYPE_p_p_apr_pool_t pool, uint flags, SWIGTYPE_p_switch_call_cause_t cancel_cause) {\r
return ret;\r
}\r
\r
+ public static switch_status_t switch_core_session_set_real_read_codec(SWIGTYPE_p_switch_core_session session, switch_codec codec) {\r
+ switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_set_real_read_codec(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_codec.getCPtr(codec));\r
+ return ret;\r
+ }\r
+\r
public static void switch_core_session_unset_read_codec(SWIGTYPE_p_switch_core_session session) {\r
freeswitchPINVOKE.switch_core_session_unset_read_codec(SWIGTYPE_p_switch_core_session.getCPtr(session));\r
}\r
return ret;\r
}\r
\r
+ public static uint switch_atoui(string nptr) {\r
+ uint ret = freeswitchPINVOKE.switch_atoui(nptr);\r
+ return ret;\r
+ }\r
+\r
+ public static uint switch_atoul(string nptr) {\r
+ uint ret = freeswitchPINVOKE.switch_atoul(nptr);\r
+ return ret;\r
+ }\r
+\r
public static switch_caller_extension switch_caller_extension_new(SWIGTYPE_p_switch_core_session session, string extension_name, string extension_number) {\r
IntPtr cPtr = freeswitchPINVOKE.switch_caller_extension_new(SWIGTYPE_p_switch_core_session.getCPtr(session), extension_name, extension_number);\r
switch_caller_extension ret = (cPtr == IntPtr.Zero) ? null : new switch_caller_extension(cPtr, false);\r
freeswitchPINVOKE.switch_channel_event_set_extended_data(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_event.getCPtr(arg1));\r
}\r
\r
- public static string switch_channel_expand_variables(SWIGTYPE_p_switch_channel channel, string arg1) {\r
- string ret = freeswitchPINVOKE.switch_channel_expand_variables(SWIGTYPE_p_switch_channel.getCPtr(channel), arg1);\r
+ public static string switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel channel, string arg1, switch_event var_list, switch_event api_list) {\r
+ string ret = freeswitchPINVOKE.switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel.getCPtr(channel), arg1, switch_event.getCPtr(var_list), switch_event.getCPtr(api_list));\r
return ret;\r
}\r
\r
return ret;\r
}\r
\r
- public static string switch_event_expand_headers(switch_event arg0, string arg1) {\r
- string ret = freeswitchPINVOKE.switch_event_expand_headers(switch_event.getCPtr(arg0), arg1);\r
+ public static string switch_event_expand_headers_check(switch_event arg0, string arg1, switch_event var_list, switch_event api_list) {\r
+ string ret = freeswitchPINVOKE.switch_event_expand_headers_check(switch_event.getCPtr(arg0), arg1, switch_event.getCPtr(var_list), switch_event.getCPtr(api_list));\r
return ret;\r
}\r
\r
return ret;\r
}\r
\r
+ public static int switch_event_check_permission_list(switch_event list, string name) {\r
+ int ret = freeswitchPINVOKE.switch_event_check_permission_list(switch_event.getCPtr(list), name);\r
+ return ret;\r
+ }\r
+\r
public static switch_status_t switch_resample_perform_create(SWIGTYPE_p_p_switch_audio_resampler_t new_resampler, uint from_rate, uint to_rate, uint to_size, int quality, uint channels, string file, string func, int line) {\r
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_resample_perform_create(SWIGTYPE_p_p_switch_audio_resampler_t.getCPtr(new_resampler), from_rate, to_rate, to_size, quality, channels, file, func, line);\r
return ret;\r
return ret;\r
}\r
\r
+ public static switch_status_t switch_ivr_dmachine_last_ping(SWIGTYPE_p_switch_ivr_dmachine dmachine) {\r
+ switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_last_ping(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine));\r
+ return ret;\r
+ }\r
+\r
public static string switch_ivr_dmachine_get_name(SWIGTYPE_p_switch_ivr_dmachine dmachine) {\r
string ret = freeswitchPINVOKE.switch_ivr_dmachine_get_name(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine));\r
return ret;\r
[DllImport("mod_managed", EntryPoint="CSharp_delete_switch_rtcp_hdr_t")]\r
public static extern void delete_switch_rtcp_hdr_t(HandleRef jarg1);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_ts_set")]\r
+ public static extern void audio_buffer_header_t_ts_set(HandleRef jarg1, uint jarg2);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_ts_get")]\r
+ public static extern uint audio_buffer_header_t_ts_get(HandleRef jarg1);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_len_set")]\r
+ public static extern void audio_buffer_header_t_len_set(HandleRef jarg1, uint jarg2);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_len_get")]\r
+ public static extern uint audio_buffer_header_t_len_get(HandleRef jarg1);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_new_audio_buffer_header_t")]\r
+ public static extern IntPtr new_audio_buffer_header_t();\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_delete_audio_buffer_header_t")]\r
+ public static extern void delete_audio_buffer_header_t(HandleRef jarg1);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_t38_options_t_T38FaxVersion_set")]\r
public static extern void switch_t38_options_t_T38FaxVersion_set(HandleRef jarg1, ushort jarg2);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_flush_all")]\r
public static extern int switch_core_media_bug_flush_all(HandleRef jarg1);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_set_pre_buffer_framecount")]\r
+ public static extern int switch_core_media_bug_set_pre_buffer_framecount(HandleRef jarg1, uint jarg2);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_port_allocator_new")]\r
public static extern int switch_core_port_allocator_new(ushort jarg1, ushort jarg2, uint jarg3, HandleRef jarg4);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_thread_session_end")]\r
public static extern void switch_core_thread_session_end(HandleRef jarg1);\r
\r
- [DllImport("mod_managed", EntryPoint="CSharp_switch_core_service_session")]\r
- public static extern void switch_core_service_session(HandleRef jarg1);\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_core_service_session_av")]\r
+ public static extern void switch_core_service_session_av(HandleRef jarg1, int jarg2, int jarg3);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_outgoing_channel")]\r
public static extern int switch_core_session_outgoing_channel(HandleRef jarg1, HandleRef jarg2, string jarg3, HandleRef jarg4, HandleRef jarg5, HandleRef jarg6, uint jarg7, HandleRef jarg8);\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_set_read_codec")]\r
public static extern int switch_core_session_set_read_codec(HandleRef jarg1, HandleRef jarg2);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_set_real_read_codec")]\r
+ public static extern int switch_core_session_set_real_read_codec(HandleRef jarg1, HandleRef jarg2);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_unset_read_codec")]\r
public static extern void switch_core_session_unset_read_codec(HandleRef jarg1);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_format_number")]\r
public static extern string switch_format_number(string jarg1);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_atoui")]\r
+ public static extern uint switch_atoui(string jarg1);\r
+\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_atoul")]\r
+ public static extern uint switch_atoul(string jarg1);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_profile_node_t_var_set")]\r
public static extern void profile_node_t_var_set(HandleRef jarg1, string jarg2);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_channel_event_set_extended_data")]\r
public static extern void switch_channel_event_set_extended_data(HandleRef jarg1, HandleRef jarg2);\r
\r
- [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_expand_variables")]\r
- public static extern string switch_channel_expand_variables(HandleRef jarg1, string jarg2);\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_expand_variables_check")]\r
+ public static extern string switch_channel_expand_variables_check(HandleRef jarg1, string jarg2, HandleRef jarg3, HandleRef jarg4);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_channel_build_param_string")]\r
public static extern string switch_channel_build_param_string(HandleRef jarg1, HandleRef jarg2, string jarg3);\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_event_set_body")]\r
public static extern int switch_event_set_body(HandleRef jarg1, string jarg2);\r
\r
- [DllImport("mod_managed", EntryPoint="CSharp_switch_event_expand_headers")]\r
- public static extern string switch_event_expand_headers(HandleRef jarg1, string jarg2);\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_event_expand_headers_check")]\r
+ public static extern string switch_event_expand_headers_check(HandleRef jarg1, string jarg2, HandleRef jarg3, HandleRef jarg4);\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_event_create_pres_in_detailed")]\r
public static extern int switch_event_create_pres_in_detailed(string jarg1, string jarg2, int jarg3, string jarg4, string jarg5, string jarg6, string jarg7, string jarg8, string jarg9, string jarg10, int jarg11, string jarg12, string jarg13, string jarg14, string jarg15);\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_event_build_param_string")]\r
public static extern string switch_event_build_param_string(HandleRef jarg1, string jarg2, HandleRef jarg3);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_event_check_permission_list")]\r
+ public static extern int switch_event_check_permission_list(HandleRef jarg1, string jarg2);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_SWITCH_RESAMPLE_QUALITY_get")]\r
public static extern int SWITCH_RESAMPLE_QUALITY_get();\r
\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_ivr_uuid_exists")]\r
public static extern int switch_ivr_uuid_exists(string jarg1);\r
\r
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_ivr_dmachine_last_ping")]\r
+ public static extern int switch_ivr_dmachine_last_ping(HandleRef jarg1);\r
+\r
[DllImport("mod_managed", EntryPoint="CSharp_switch_ivr_dmachine_get_name")]\r
public static extern string switch_ivr_dmachine_get_name(HandleRef jarg1);\r
\r
CF_ZOMBIE_EXEC,\r
CF_INTERCEPT,\r
CF_INTERCEPTED,\r
+ CF_VIDEO_REFRESH_REQ,\r
+ CF_SERVICE_AUDIO,\r
+ CF_SERVICE_VIDEO,\r
CF_FLAG_MAX\r
}\r
\r
\r
public enum switch_event_flag_t {\r
EF_UNIQ_HEADERS = (1 << 0),\r
- EF_NO_CHAT_EXEC = (1 << 1)\r
+ EF_NO_CHAT_EXEC = (1 << 1),\r
+ EF_DEFAULT_ALLOW = (1 << 2)\r
}\r
\r
}\r