}
+SWIGEXPORT void SWIGSTDCALL CSharp_audio_buffer_header_t_ts_set(void * jarg1, unsigned long jarg2) {
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;
+ uint32_t arg2 ;
+
+ arg1 = (audio_buffer_header_t *)jarg1;
+ arg2 = (uint32_t)jarg2;
+ if (arg1) (arg1)->ts = arg2;
+
+}
+
+
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_audio_buffer_header_t_ts_get(void * jarg1) {
+ unsigned long jresult ;
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;
+ uint32_t result;
+
+ arg1 = (audio_buffer_header_t *)jarg1;
+ result = (uint32_t) ((arg1)->ts);
+ jresult = (unsigned long)result;
+ return jresult;
+}
+
+
+SWIGEXPORT void SWIGSTDCALL CSharp_audio_buffer_header_t_len_set(void * jarg1, unsigned long jarg2) {
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;
+ uint32_t arg2 ;
+
+ arg1 = (audio_buffer_header_t *)jarg1;
+ arg2 = (uint32_t)jarg2;
+ if (arg1) (arg1)->len = arg2;
+
+}
+
+
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_audio_buffer_header_t_len_get(void * jarg1) {
+ unsigned long jresult ;
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;
+ uint32_t result;
+
+ arg1 = (audio_buffer_header_t *)jarg1;
+ result = (uint32_t) ((arg1)->len);
+ jresult = (unsigned long)result;
+ return jresult;
+}
+
+
+SWIGEXPORT void * SWIGSTDCALL CSharp_new_audio_buffer_header_t() {
+ void * jresult ;
+ audio_buffer_header_t *result = 0 ;
+
+ result = (audio_buffer_header_t *)new audio_buffer_header_t();
+ jresult = (void *)result;
+ return jresult;
+}
+
+
+SWIGEXPORT void SWIGSTDCALL CSharp_delete_audio_buffer_header_t(void * jarg1) {
+ audio_buffer_header_t *arg1 = (audio_buffer_header_t *) 0 ;
+
+ arg1 = (audio_buffer_header_t *)jarg1;
+ delete arg1;
+
+}
+
+
SWIGEXPORT void SWIGSTDCALL CSharp_switch_t38_options_t_T38FaxVersion_set(void * jarg1, unsigned short jarg2) {
switch_t38_options_t *arg1 = (switch_t38_options_t *) 0 ;
uint16_t arg2 ;
}
-SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_service_session(void * jarg1) {
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_service_session_av(void * jarg1, int jarg2, int jarg3) {
switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
+ switch_bool_t arg2 ;
+ switch_bool_t arg3 ;
arg1 = (switch_core_session_t *)jarg1;
- switch_core_service_session(arg1);
+ arg2 = (switch_bool_t)jarg2;
+ arg3 = (switch_bool_t)jarg3;
+ switch_core_service_session_av(arg1,arg2,arg3);
}
}
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_session_set_real_read_codec(void * jarg1, void * jarg2) {
+ int jresult ;
+ switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
+ switch_codec_t *arg2 = (switch_codec_t *) 0 ;
+ switch_status_t result;
+
+ arg1 = (switch_core_session_t *)jarg1;
+ arg2 = (switch_codec_t *)jarg2;
+ result = (switch_status_t)switch_core_session_set_real_read_codec(arg1,arg2);
+ jresult = result;
+ return jresult;
+}
+
+
SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_session_unset_read_codec(void * jarg1) {
switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
}
+SWIGEXPORT unsigned int SWIGSTDCALL CSharp_switch_atoui(char * jarg1) {
+ unsigned int jresult ;
+ char *arg1 = (char *) 0 ;
+ unsigned int result;
+
+ arg1 = (char *)jarg1;
+ result = (unsigned int)switch_atoui((char const *)arg1);
+ jresult = result;
+ return jresult;
+}
+
+
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_switch_atoul(char * jarg1) {
+ unsigned long jresult ;
+ char *arg1 = (char *) 0 ;
+ unsigned long result;
+
+ arg1 = (char *)jarg1;
+ result = (unsigned long)switch_atoul((char const *)arg1);
+ jresult = (unsigned long)result;
+ return jresult;
+}
+
+
SWIGEXPORT void SWIGSTDCALL CSharp_profile_node_t_var_set(void * jarg1, char * jarg2) {
profile_node_t *arg1 = (profile_node_t *) 0 ;
char *arg2 = (char *) 0 ;
}
-SWIGEXPORT char * SWIGSTDCALL CSharp_switch_channel_expand_variables(void * jarg1, char * jarg2) {
+SWIGEXPORT char * SWIGSTDCALL CSharp_switch_channel_expand_variables_check(void * jarg1, char * jarg2, void * jarg3, void * jarg4) {
char * jresult ;
switch_channel_t *arg1 = (switch_channel_t *) 0 ;
char *arg2 = (char *) 0 ;
+ switch_event_t *arg3 = (switch_event_t *) 0 ;
+ switch_event_t *arg4 = (switch_event_t *) 0 ;
char *result = 0 ;
arg1 = (switch_channel_t *)jarg1;
arg2 = (char *)jarg2;
- result = (char *)switch_channel_expand_variables(arg1,(char const *)arg2);
+ arg3 = (switch_event_t *)jarg3;
+ arg4 = (switch_event_t *)jarg4;
+ result = (char *)switch_channel_expand_variables_check(arg1,(char const *)arg2,arg3,arg4);
jresult = SWIG_csharp_string_callback((const char *)result);
return jresult;
}
}
-SWIGEXPORT char * SWIGSTDCALL CSharp_switch_event_expand_headers(void * jarg1, char * jarg2) {
+SWIGEXPORT char * SWIGSTDCALL CSharp_switch_event_expand_headers_check(void * jarg1, char * jarg2, void * jarg3, void * jarg4) {
char * jresult ;
switch_event_t *arg1 = (switch_event_t *) 0 ;
char *arg2 = (char *) 0 ;
+ switch_event_t *arg3 = (switch_event_t *) 0 ;
+ switch_event_t *arg4 = (switch_event_t *) 0 ;
char *result = 0 ;
arg1 = (switch_event_t *)jarg1;
arg2 = (char *)jarg2;
- result = (char *)switch_event_expand_headers(arg1,(char const *)arg2);
+ arg3 = (switch_event_t *)jarg3;
+ arg4 = (switch_event_t *)jarg4;
+ result = (char *)switch_event_expand_headers_check(arg1,(char const *)arg2,arg3,arg4);
jresult = SWIG_csharp_string_callback((const char *)result);
return jresult;
}
}
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_event_check_permission_list(void * jarg1, char * jarg2) {
+ int jresult ;
+ switch_event_t *arg1 = (switch_event_t *) 0 ;
+ char *arg2 = (char *) 0 ;
+ int result;
+
+ arg1 = (switch_event_t *)jarg1;
+ arg2 = (char *)jarg2;
+ result = (int)switch_event_check_permission_list(arg1,(char const *)arg2);
+ jresult = result;
+ return jresult;
+}
+
+
SWIGEXPORT int SWIGSTDCALL CSharp_SWITCH_RESAMPLE_QUALITY_get() {
int jresult ;
int result;
namespace FreeSWITCH.Native {
+using System;
+using System.Runtime.InteropServices;
+
+public class audio_buffer_header_t : IDisposable {
+ private HandleRef swigCPtr;
+ protected bool swigCMemOwn;
+
+ internal audio_buffer_header_t(IntPtr cPtr, bool cMemoryOwn) {
+ swigCMemOwn = cMemoryOwn;
+ swigCPtr = new HandleRef(this, cPtr);
+ }
+
+ internal static HandleRef getCPtr(audio_buffer_header_t obj) {
+ return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
+ }
+
+ ~audio_buffer_header_t() {
+ Dispose();
+ }
+
+ public virtual void Dispose() {
+ lock(this) {
+ if(swigCPtr.Handle != IntPtr.Zero && swigCMemOwn) {
+ swigCMemOwn = false;
+ freeswitchPINVOKE.delete_audio_buffer_header_t(swigCPtr);
+ }
+ swigCPtr = new HandleRef(null, IntPtr.Zero);
+ GC.SuppressFinalize(this);
+ }
+ }
+
+ public uint ts {
+ set {
+ freeswitchPINVOKE.audio_buffer_header_t_ts_set(swigCPtr, value);
+ }
+ get {
+ uint ret = freeswitchPINVOKE.audio_buffer_header_t_ts_get(swigCPtr);
+ return ret;
+ }
+ }
+
+ public uint len {
+ set {
+ freeswitchPINVOKE.audio_buffer_header_t_len_set(swigCPtr, value);
+ }
+ get {
+ uint ret = freeswitchPINVOKE.audio_buffer_header_t_len_get(swigCPtr);
+ return ret;
+ }
+ }
+
+ public audio_buffer_header_t() : this(freeswitchPINVOKE.new_audio_buffer_header_t(), true) {
+ }
+
+}
+
+}
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 1.3.35
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+namespace FreeSWITCH.Native {
+
public enum cache_db_flag_t {
CDF_INUSE = (1 << 0),
CDF_PRUNE = (1 << 1)
freeswitchPINVOKE.switch_core_thread_session_end(SWIGTYPE_p_switch_core_session.getCPtr(session));
}
- public static void switch_core_service_session(SWIGTYPE_p_switch_core_session session) {
- freeswitchPINVOKE.switch_core_service_session(SWIGTYPE_p_switch_core_session.getCPtr(session));
+ public static void switch_core_service_session_av(SWIGTYPE_p_switch_core_session session, switch_bool_t audio, switch_bool_t video) {
+ freeswitchPINVOKE.switch_core_service_session_av(SWIGTYPE_p_switch_core_session.getCPtr(session), (int)audio, (int)video);
}
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) {
return ret;
}
+ public static switch_status_t switch_core_session_set_real_read_codec(SWIGTYPE_p_switch_core_session session, switch_codec codec) {
+ 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));
+ return ret;
+ }
+
public static void switch_core_session_unset_read_codec(SWIGTYPE_p_switch_core_session session) {
freeswitchPINVOKE.switch_core_session_unset_read_codec(SWIGTYPE_p_switch_core_session.getCPtr(session));
}
return ret;
}
+ public static uint switch_atoui(string nptr) {
+ uint ret = freeswitchPINVOKE.switch_atoui(nptr);
+ return ret;
+ }
+
+ public static uint switch_atoul(string nptr) {
+ uint ret = freeswitchPINVOKE.switch_atoul(nptr);
+ return ret;
+ }
+
public static switch_caller_extension switch_caller_extension_new(SWIGTYPE_p_switch_core_session session, string extension_name, string extension_number) {
IntPtr cPtr = freeswitchPINVOKE.switch_caller_extension_new(SWIGTYPE_p_switch_core_session.getCPtr(session), extension_name, extension_number);
switch_caller_extension ret = (cPtr == IntPtr.Zero) ? null : new switch_caller_extension(cPtr, false);
freeswitchPINVOKE.switch_channel_event_set_extended_data(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_event.getCPtr(arg1));
}
- public static string switch_channel_expand_variables(SWIGTYPE_p_switch_channel channel, string arg1) {
- string ret = freeswitchPINVOKE.switch_channel_expand_variables(SWIGTYPE_p_switch_channel.getCPtr(channel), arg1);
+ public static string switch_channel_expand_variables_check(SWIGTYPE_p_switch_channel channel, string arg1, switch_event var_list, switch_event api_list) {
+ 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));
return ret;
}
return ret;
}
- public static string switch_event_expand_headers(switch_event arg0, string arg1) {
- string ret = freeswitchPINVOKE.switch_event_expand_headers(switch_event.getCPtr(arg0), arg1);
+ public static string switch_event_expand_headers_check(switch_event arg0, string arg1, switch_event var_list, switch_event api_list) {
+ string ret = freeswitchPINVOKE.switch_event_expand_headers_check(switch_event.getCPtr(arg0), arg1, switch_event.getCPtr(var_list), switch_event.getCPtr(api_list));
return ret;
}
return ret;
}
+ public static int switch_event_check_permission_list(switch_event list, string name) {
+ int ret = freeswitchPINVOKE.switch_event_check_permission_list(switch_event.getCPtr(list), name);
+ return ret;
+ }
+
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) {
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);
return ret;
[DllImport("mod_managed", EntryPoint="CSharp_delete_switch_rtcp_hdr_t")]
public static extern void delete_switch_rtcp_hdr_t(HandleRef jarg1);
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_ts_set")]
+ public static extern void audio_buffer_header_t_ts_set(HandleRef jarg1, uint jarg2);
+
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_ts_get")]
+ public static extern uint audio_buffer_header_t_ts_get(HandleRef jarg1);
+
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_len_set")]
+ public static extern void audio_buffer_header_t_len_set(HandleRef jarg1, uint jarg2);
+
+ [DllImport("mod_managed", EntryPoint="CSharp_audio_buffer_header_t_len_get")]
+ public static extern uint audio_buffer_header_t_len_get(HandleRef jarg1);
+
+ [DllImport("mod_managed", EntryPoint="CSharp_new_audio_buffer_header_t")]
+ public static extern IntPtr new_audio_buffer_header_t();
+
+ [DllImport("mod_managed", EntryPoint="CSharp_delete_audio_buffer_header_t")]
+ public static extern void delete_audio_buffer_header_t(HandleRef jarg1);
+
[DllImport("mod_managed", EntryPoint="CSharp_switch_t38_options_t_T38FaxVersion_set")]
public static extern void switch_t38_options_t_T38FaxVersion_set(HandleRef jarg1, ushort jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_thread_session_end")]
public static extern void switch_core_thread_session_end(HandleRef jarg1);
- [DllImport("mod_managed", EntryPoint="CSharp_switch_core_service_session")]
- public static extern void switch_core_service_session(HandleRef jarg1);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_core_service_session_av")]
+ public static extern void switch_core_service_session_av(HandleRef jarg1, int jarg2, int jarg3);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_outgoing_channel")]
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);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_set_read_codec")]
public static extern int switch_core_session_set_read_codec(HandleRef jarg1, HandleRef jarg2);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_set_real_read_codec")]
+ public static extern int switch_core_session_set_real_read_codec(HandleRef jarg1, HandleRef jarg2);
+
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_session_unset_read_codec")]
public static extern void switch_core_session_unset_read_codec(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_format_number")]
public static extern string switch_format_number(string jarg1);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_atoui")]
+ public static extern uint switch_atoui(string jarg1);
+
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_atoul")]
+ public static extern uint switch_atoul(string jarg1);
+
[DllImport("mod_managed", EntryPoint="CSharp_profile_node_t_var_set")]
public static extern void profile_node_t_var_set(HandleRef jarg1, string jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_channel_event_set_extended_data")]
public static extern void switch_channel_event_set_extended_data(HandleRef jarg1, HandleRef jarg2);
- [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_expand_variables")]
- public static extern string switch_channel_expand_variables(HandleRef jarg1, string jarg2);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_expand_variables_check")]
+ public static extern string switch_channel_expand_variables_check(HandleRef jarg1, string jarg2, HandleRef jarg3, HandleRef jarg4);
[DllImport("mod_managed", EntryPoint="CSharp_switch_channel_build_param_string")]
public static extern string switch_channel_build_param_string(HandleRef jarg1, HandleRef jarg2, string jarg3);
[DllImport("mod_managed", EntryPoint="CSharp_switch_event_set_body")]
public static extern int switch_event_set_body(HandleRef jarg1, string jarg2);
- [DllImport("mod_managed", EntryPoint="CSharp_switch_event_expand_headers")]
- public static extern string switch_event_expand_headers(HandleRef jarg1, string jarg2);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_event_expand_headers_check")]
+ public static extern string switch_event_expand_headers_check(HandleRef jarg1, string jarg2, HandleRef jarg3, HandleRef jarg4);
[DllImport("mod_managed", EntryPoint="CSharp_switch_event_create_pres_in_detailed")]
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);
[DllImport("mod_managed", EntryPoint="CSharp_switch_event_build_param_string")]
public static extern string switch_event_build_param_string(HandleRef jarg1, string jarg2, HandleRef jarg3);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_event_check_permission_list")]
+ public static extern int switch_event_check_permission_list(HandleRef jarg1, string jarg2);
+
[DllImport("mod_managed", EntryPoint="CSharp_SWITCH_RESAMPLE_QUALITY_get")]
public static extern int SWITCH_RESAMPLE_QUALITY_get();
CF_ZOMBIE_EXEC,
CF_INTERCEPT,
CF_INTERCEPTED,
+ CF_VIDEO_REFRESH_REQ,
+ CF_SERVICE_AUDIO,
+ CF_SERVICE_VIDEO,
CF_FLAG_MAX
}
public enum switch_event_flag_t {
EF_UNIQ_HEADERS = (1 << 0),
- EF_NO_CHAT_EXEC = (1 << 1)
+ EF_NO_CHAT_EXEC = (1 << 1),
+ EF_DEFAULT_ALLOW = (1 << 2)
}
}