diff --git a/src/mod/languages/mod_managed/freeswitch_wrap.cxx b/src/mod/languages/mod_managed/freeswitch_wrap.cxx
index ae2c894584..a4d3a87787 100644
--- a/src/mod/languages/mod_managed/freeswitch_wrap.cxx
+++ b/src/mod/languages/mod_managed/freeswitch_wrap.cxx
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
- * Version 3.0.10
+ * Version 3.0.12
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
@@ -9923,7 +9923,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_device_node_t_xml_
}
-SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_device_node_t__event_set___(void * jarg1, void * jarg2) {
+SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_device_node_t_event__set___(void * jarg1, void * jarg2) {
device_uuid_node_s *arg1 = (device_uuid_node_s *) 0 ;
switch_event_t *arg2 = (switch_event_t *) 0 ;
@@ -9933,7 +9933,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_device_node_t__event
}
-SWIGEXPORT void * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_device_node_t__event_get___(void * jarg1) {
+SWIGEXPORT void * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_device_node_t_event__get___(void * jarg1) {
void * jresult ;
device_uuid_node_s *arg1 = (device_uuid_node_s *) 0 ;
switch_event_t *result = 0 ;
@@ -14573,6 +14573,22 @@ SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_core_hash_destroy___(
}
+SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_core_hash_insert_auto_free___(void * jarg1, char * jarg2, void * jarg3) {
+ int jresult ;
+ switch_hash_t *arg1 = (switch_hash_t *) 0 ;
+ char *arg2 = (char *) 0 ;
+ void *arg3 = (void *) 0 ;
+ switch_status_t result;
+
+ arg1 = (switch_hash_t *)jarg1;
+ arg2 = (char *)jarg2;
+ arg3 = (void *)jarg3;
+ result = (switch_status_t)switch_core_hash_insert_auto_free(arg1,(char const *)arg2,(void const *)arg3);
+ jresult = (int)result;
+ return jresult;
+}
+
+
SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_core_hash_insert_destructor___(void * jarg1, char * jarg2, void * jarg3, void * jarg4) {
int jresult ;
switch_hash_t *arg1 = (switch_hash_t *) 0 ;
@@ -18603,6 +18619,16 @@ SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_core_session_start_te
}
+SWIGEXPORT char * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_core_get_event_channel_key_separator___() {
+ char * jresult ;
+ char *result = 0 ;
+
+ result = (char *)switch_core_get_event_channel_key_separator();
+ jresult = SWIG_csharp_string_callback((const char *)result);
+ return jresult;
+}
+
+
SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_loadable_module_interface_module_name_set___(void * jarg1, char * jarg2) {
switch_loadable_module_interface *arg1 = (switch_loadable_module_interface *) 0 ;
char *arg2 = (char *) 0 ;
@@ -28639,7 +28665,7 @@ SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_file_handle_max_sampl
}
-SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_file_handle__params_set___(void * jarg1, void * jarg2) {
+SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_file_handle_params__set___(void * jarg1, void * jarg2) {
switch_file_handle *arg1 = (switch_file_handle *) 0 ;
switch_event_t *arg2 = (switch_event_t *) 0 ;
@@ -28649,7 +28675,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_file_handle__params_
}
-SWIGEXPORT void * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_file_handle__params_get___(void * jarg1) {
+SWIGEXPORT void * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_file_handle_params__get___(void * jarg1) {
void * jresult ;
switch_file_handle *arg1 = (switch_file_handle *) 0 ;
switch_event_t *result = 0 ;
@@ -43480,6 +43506,20 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_dial_leg_get_vars_
}
+SWIGEXPORT char * SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_dial_leg_get_var___(void * jarg1, char * jarg2) {
+ char * jresult ;
+ switch_dial_leg_t *arg1 = (switch_dial_leg_t *) 0 ;
+ char *arg2 = (char *) 0 ;
+ char *result = 0 ;
+
+ arg1 = (switch_dial_leg_t *)jarg1;
+ arg2 = (char *)jarg2;
+ result = (char *)switch_dial_leg_get_var(arg1,(char const *)arg2);
+ jresult = SWIG_csharp_string_callback((const char *)result);
+ return jresult;
+}
+
+
SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_dial_handle_get_total___(void * jarg1) {
int jresult ;
switch_dial_handle_t *arg1 = (switch_dial_handle_t *) 0 ;
@@ -43492,15 +43532,21 @@ SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_dial_handle_get_total
}
-SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_ivr_orig_and_bridge___(void * jarg1, char * jarg2, void * jarg3) {
+SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_ivr_orig_and_bridge___(void * jarg1, char * jarg2, void * jarg3, void * jarg4) {
+ int jresult ;
switch_core_session_t *arg1 = (switch_core_session_t *) 0 ;
char *arg2 = (char *) 0 ;
switch_dial_handle_t *arg3 = (switch_dial_handle_t *) 0 ;
+ switch_call_cause_t *arg4 = (switch_call_cause_t *) 0 ;
+ switch_status_t result;
arg1 = (switch_core_session_t *)jarg1;
arg2 = (char *)jarg2;
arg3 = (switch_dial_handle_t *)jarg3;
- switch_ivr_orig_and_bridge(arg1,(char const *)arg2,arg3);
+ arg4 = (switch_call_cause_t *)jarg4;
+ result = (switch_status_t)switch_ivr_orig_and_bridge(arg1,(char const *)arg2,arg3,arg4);
+ jresult = (int)result;
+ return jresult;
}
diff --git a/src/mod/languages/mod_managed/managed/swig.cs b/src/mod/languages/mod_managed/managed/swig.cs
index 6c9218cc82..fcb1241d12 100644
--- a/src/mod/languages/mod_managed/managed/swig.cs
+++ b/src/mod/languages/mod_managed/managed/swig.cs
@@ -2,7 +2,7 @@
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -65,7 +65,7 @@ public class Api : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -452,7 +452,7 @@ public class CoreSession : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -520,7 +520,7 @@ public class DTMF : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -657,7 +657,7 @@ public partial class Event : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -792,7 +792,7 @@ public class EventConsumer : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -848,7 +848,7 @@ public class IvrMenu : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -901,7 +901,7 @@ public partial class ManagedSession : CoreSession {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -930,7 +930,7 @@ public class SWIGTYPE_p_FILE {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -959,7 +959,7 @@ public class SWIGTYPE_p_a_256__char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -988,7 +988,7 @@ public class SWIGTYPE_p_a_2__icand_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1017,7 +1017,7 @@ public class SWIGTYPE_p_apr_pool_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1046,7 +1046,7 @@ public class SWIGTYPE_p_cJSON {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1075,7 +1075,7 @@ public class SWIGTYPE_p_f_p_char_enum_switch_management_action_t_p_char_switch_s
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1104,7 +1104,7 @@ public class SWIGTYPE_p_f_p_p_switch_database_interface_handle__switch_status_t
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1133,7 +1133,7 @@ public class SWIGTYPE_p_f_p_p_switch_loadable_module_interface_p_apr_pool_t__swi
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1162,7 +1162,7 @@ public class SWIGTYPE_p_f_p_q_const__cJSON_p_switch_core_session_p_p_cJSON__swit
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1191,7 +1191,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_cJSON_p_q_const__char_unsigned_long_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1220,7 +1220,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1249,7 +1249,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_int_p_switch_database_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1278,7 +1278,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_int_p_switch_database_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1307,7 +1307,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_p_switch_console_cal
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1336,7 +1336,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_q_const__char_p_q_co
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1365,7 +1365,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_unsigned_long__int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1394,7 +1394,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_void__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1423,7 +1423,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_switch_codec_fmtp__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1452,7 +1452,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_switch_core_session_p_switch_stream_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1481,7 +1481,7 @@ public class SWIGTYPE_p_f_p_q_const__switch_log_node_t_enum_switch_log_level_t__
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1510,7 +1510,7 @@ public class SWIGTYPE_p_f_p_q_const__void_p_q_const__void_p_void__switch_bool_t
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1539,7 +1539,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1568,7 +1568,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_char_double__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1597,7 +1597,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_char_int__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1626,7 +1626,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_char_p_q_const__char__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1655,7 +1655,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_p_char_p_unsigned_long__switch_s
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1684,7 +1684,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_p_switch_event_p_unsigned_long__
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1713,7 +1713,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__char__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1742,7 +1742,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__char_int_p_q_const__cha
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1771,7 +1771,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__char_p_q_const__char__s
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1800,7 +1800,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__switch_dtmf_t_p_unsigne
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1829,7 +1829,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_unsigned_long__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1858,7 +1858,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_void_unsigned_int_p_unsigned_lon
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1887,7 +1887,7 @@ public class SWIGTYPE_p_f_p_switch_codec__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1916,7 +1916,7 @@ public class SWIGTYPE_p_f_p_switch_codec_enum_switch_codec_control_command_t_enu
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1945,7 +1945,7 @@ public class SWIGTYPE_p_f_p_switch_codec_p_switch_codec_p_void_unsigned_long_uns
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -1974,7 +1974,7 @@ public class SWIGTYPE_p_f_p_switch_codec_p_switch_frame__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2003,7 +2003,7 @@ public class SWIGTYPE_p_f_p_switch_codec_unsigned_long_p_q_const__switch_codec_s
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2032,7 +2032,7 @@ public class SWIGTYPE_p_f_p_switch_core_session__int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2061,7 +2061,7 @@ public class SWIGTYPE_p_f_p_switch_core_session__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2090,7 +2090,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_enum_switch_channel_callstate_t_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2119,7 +2119,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_int__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2148,7 +2148,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_char_p_switch_say_args_t_p_p_c
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2177,7 +2177,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_char_p_switch_say_args_t_p_swi
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2206,7 +2206,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_p_switch_frame_unsigned_long_i
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2235,7 +2235,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2264,7 +2264,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char_p_q_const__char_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2293,7 +2293,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char_p_q_const__char_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2322,7 +2322,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char_p_q_const__char_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2351,7 +2351,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__switch_dtmf_t__switch
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2380,7 +2380,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__switch_dtmf_t_enum_sw
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2409,7 +2409,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_core_session_message__s
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2438,7 +2438,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_event__switch_status_t
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2467,7 +2467,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_event_p_switch_caller_p
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2496,7 +2496,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_event_p_switch_caller_p
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2525,7 +2525,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_p_void__switch_st
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2554,7 +2554,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2583,7 +2583,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_void__p_void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2612,7 +2612,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_void_enum_switch_input_type_t_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2641,7 +2641,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_t_p_void_p_switch_caller_profile
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2670,7 +2670,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_t_switch_media_type_t__p_switch_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2699,7 +2699,7 @@ public class SWIGTYPE_p_f_p_switch_database_interface_handle__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2728,7 +2728,7 @@ public class SWIGTYPE_p_f_p_switch_database_interface_handle_enum_switch_bool_t_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2757,7 +2757,7 @@ public class SWIGTYPE_p_f_p_switch_database_interface_handle_p_int__switch_statu
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2786,7 +2786,7 @@ public class SWIGTYPE_p_f_p_switch_database_interface_handle_p_q_const__char_p_c
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2815,7 +2815,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2844,7 +2844,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle_p_char_p_char__switch_status
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2873,7 +2873,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle_p_char_p_char_p_char__switch
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2902,7 +2902,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle_p_p_char_p_p_char__switch_st
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2931,7 +2931,7 @@ public class SWIGTYPE_p_f_p_switch_event__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2960,7 +2960,7 @@ public class SWIGTYPE_p_f_p_switch_event__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -2989,7 +2989,7 @@ public class SWIGTYPE_p_f_p_switch_event_p_q_const__char__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3018,7 +3018,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3047,7 +3047,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_enum_switch_audio_col_t_p_p_q_con
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3076,7 +3076,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_enum_switch_audio_col_t_p_q_const
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3105,7 +3105,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_enum_switch_file_command_t__switc
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3134,7 +3134,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_long_long__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3163,7 +3163,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_q_const__char__switch_status_t
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3192,7 +3192,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_switch_frame__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3221,7 +3221,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_switch_frame_enum_switch_video_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3250,7 +3250,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_unsigned_int_long_long_int__swi
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3279,7 +3279,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_void_p_switch_size_t__switch_st
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3308,7 +3308,7 @@ public class SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3337,7 +3337,7 @@ public class SWIGTYPE_p_f_p_switch_ivr_menu_p_char_p_char_size_t_p_void__switch_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3366,7 +3366,7 @@ public class SWIGTYPE_p_f_p_switch_live_array_s_p_q_const__char_p_q_const__char_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3395,7 +3395,7 @@ public class SWIGTYPE_p_f_p_switch_media_bug_p_void__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3424,7 +3424,7 @@ public class SWIGTYPE_p_f_p_switch_media_bug_p_void_enum_switch_abc_type_t__swit
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3453,7 +3453,7 @@ public class SWIGTYPE_p_f_p_switch_rtp_p_switch_socket_t_p_void_switch_size_t_p_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3482,7 +3482,7 @@ public class SWIGTYPE_p_f_p_switch_scheduler_task__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3511,7 +3511,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3540,7 +3540,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_double__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3569,7 +3569,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_int__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3598,7 +3598,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_p_q_const__char__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3627,7 +3627,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_p_unsigned_long__switch_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3656,7 +3656,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_q_const__char_int_int_p_unsig
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3685,7 +3685,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_unsigned_long__switch_status_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3714,7 +3714,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_void_p_switch_size_t_p_unsign
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3743,7 +3743,7 @@ public class SWIGTYPE_p_f_p_switch_stream_handle_p_int__p_unsigned_char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3772,7 +3772,7 @@ public class SWIGTYPE_p_f_p_switch_stream_handle_p_q_const__char_v_______switch_
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3801,7 +3801,7 @@ public class SWIGTYPE_p_f_p_switch_stream_handle_p_unsigned_char_switch_size_t__
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3830,7 +3830,7 @@ public class SWIGTYPE_p_f_p_switch_thread_t_p_void__p_void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3859,7 +3859,7 @@ public class SWIGTYPE_p_f_p_switch_timer__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3888,7 +3888,7 @@ public class SWIGTYPE_p_f_p_switch_timer_enum_switch_bool_t__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3917,7 +3917,7 @@ public class SWIGTYPE_p_f_p_void__void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3946,7 +3946,7 @@ public class SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -3975,7 +3975,7 @@ public class SWIGTYPE_p_f_p_void_p_q_const__char__int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4004,7 +4004,7 @@ public class SWIGTYPE_p_f_p_void_p_switch_event__int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4033,7 +4033,7 @@ public class SWIGTYPE_p_f_switch_cache_db_database_interface_options_t_p_p_switc
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4062,7 +4062,7 @@ public class SWIGTYPE_p_f_uint8_t_p_p_q_const__char_p_void__p_switch_xml {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4091,7 +4091,7 @@ public class SWIGTYPE_p_f_void__p_char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4120,7 +4120,7 @@ public class SWIGTYPE_p_f_void__switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4149,7 +4149,7 @@ public class SWIGTYPE_p_float {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4178,7 +4178,7 @@ public class SWIGTYPE_p_in6_addr {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4207,7 +4207,7 @@ public class SWIGTYPE_p_int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4236,7 +4236,7 @@ public class SWIGTYPE_p_p_apr_pool_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4265,7 +4265,7 @@ public class SWIGTYPE_p_p_cJSON {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4294,7 +4294,7 @@ public class SWIGTYPE_p_p_char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4323,7 +4323,7 @@ public class SWIGTYPE_p_p_p_char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4352,7 +4352,7 @@ public class SWIGTYPE_p_p_payload_map_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4381,7 +4381,7 @@ public class SWIGTYPE_p_p_real_pcre {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4410,7 +4410,7 @@ public class SWIGTYPE_p_p_sqlite3 {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4439,7 +4439,7 @@ public class SWIGTYPE_p_p_sqlite3_stmt {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4468,7 +4468,7 @@ public class SWIGTYPE_p_p_switch_agc_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4497,7 +4497,7 @@ public class SWIGTYPE_p_p_switch_audio_resampler_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4526,7 +4526,7 @@ public class SWIGTYPE_p_p_switch_buffer {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4555,7 +4555,7 @@ public class SWIGTYPE_p_p_switch_cache_db_handle {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4584,7 +4584,7 @@ public class SWIGTYPE_p_p_switch_caller_extension {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4613,7 +4613,7 @@ public class SWIGTYPE_p_p_switch_channel {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4642,7 +4642,7 @@ public class SWIGTYPE_p_p_switch_codec_implementation {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4671,7 +4671,7 @@ public class SWIGTYPE_p_p_switch_console_callback_match {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4700,7 +4700,7 @@ public class SWIGTYPE_p_p_switch_core_port_allocator {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4729,7 +4729,7 @@ public class SWIGTYPE_p_p_switch_core_session {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4758,7 +4758,7 @@ public class SWIGTYPE_p_p_switch_core_session_message {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4787,7 +4787,7 @@ public class SWIGTYPE_p_p_switch_device_record_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4816,7 +4816,7 @@ public class SWIGTYPE_p_p_switch_dial_handle_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4845,7 +4845,7 @@ public class SWIGTYPE_p_p_switch_dial_leg_list_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4874,7 +4874,7 @@ public class SWIGTYPE_p_p_switch_dial_leg_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4903,7 +4903,7 @@ public class SWIGTYPE_p_p_switch_event {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4932,7 +4932,7 @@ public class SWIGTYPE_p_p_switch_event_node {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4961,7 +4961,7 @@ public class SWIGTYPE_p_p_switch_file_handle {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -4990,7 +4990,7 @@ public class SWIGTYPE_p_p_switch_frame {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5019,7 +5019,7 @@ public class SWIGTYPE_p_p_switch_frame_buffer_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5048,7 +5048,7 @@ public class SWIGTYPE_p_p_switch_hashtable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5077,7 +5077,7 @@ public class SWIGTYPE_p_p_switch_hashtable_iterator {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5106,7 +5106,7 @@ public class SWIGTYPE_p_p_switch_ivr_digit_stream {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5135,7 +5135,7 @@ public class SWIGTYPE_p_p_switch_ivr_digit_stream_parser {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5164,7 +5164,7 @@ public class SWIGTYPE_p_p_switch_ivr_dmachine {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5193,7 +5193,7 @@ public class SWIGTYPE_p_p_switch_ivr_dmachine_match {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5222,7 +5222,7 @@ public class SWIGTYPE_p_p_switch_ivr_menu {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5251,7 +5251,7 @@ public class SWIGTYPE_p_p_switch_ivr_menu_xml_ctx {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5280,7 +5280,7 @@ public class SWIGTYPE_p_p_switch_live_array_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5309,7 +5309,7 @@ public class SWIGTYPE_p_p_switch_log_node_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5338,7 +5338,7 @@ public class SWIGTYPE_p_p_switch_media_bug {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5367,7 +5367,7 @@ public class SWIGTYPE_p_p_switch_network_list {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5396,7 +5396,7 @@ public class SWIGTYPE_p_p_switch_rtp {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5425,7 +5425,7 @@ public class SWIGTYPE_p_p_switch_say_file_handle {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5454,7 +5454,7 @@ public class SWIGTYPE_p_p_switch_sql_queue_manager {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5483,7 +5483,7 @@ public class SWIGTYPE_p_p_switch_thread_data_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5512,7 +5512,7 @@ public class SWIGTYPE_p_p_switch_xml {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5541,7 +5541,7 @@ public class SWIGTYPE_p_p_switch_xml_binding {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5570,7 +5570,7 @@ public class SWIGTYPE_p_p_unsigned_char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5599,7 +5599,7 @@ public class SWIGTYPE_p_p_void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5628,7 +5628,7 @@ public class SWIGTYPE_p_pid_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5657,7 +5657,7 @@ public class SWIGTYPE_p_real_pcre {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5686,7 +5686,7 @@ public class SWIGTYPE_p_short {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5715,7 +5715,7 @@ public class SWIGTYPE_p_sockaddr {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5744,7 +5744,7 @@ public class SWIGTYPE_p_sockaddr_in6 {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5773,7 +5773,7 @@ public class SWIGTYPE_p_socklen_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5802,7 +5802,7 @@ public class SWIGTYPE_p_sqlite3 {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5831,7 +5831,7 @@ public class SWIGTYPE_p_sqlite3_stmt {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5860,7 +5860,7 @@ public class SWIGTYPE_p_switch_agc_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5889,7 +5889,7 @@ public class SWIGTYPE_p_switch_buffer {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5918,7 +5918,7 @@ public class SWIGTYPE_p_switch_cache_db_handle {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5947,7 +5947,7 @@ public class SWIGTYPE_p_switch_call_cause_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -5976,7 +5976,7 @@ public class SWIGTYPE_p_switch_channel {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6005,7 +6005,7 @@ public class SWIGTYPE_p_switch_codec_control_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6034,7 +6034,7 @@ public class SWIGTYPE_p_switch_core_port_allocator {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6063,7 +6063,7 @@ public class SWIGTYPE_p_switch_core_session {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6092,7 +6092,7 @@ public class SWIGTYPE_p_switch_dial_handle_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6121,7 +6121,7 @@ public class SWIGTYPE_p_switch_dial_leg_list_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6150,7 +6150,7 @@ public class SWIGTYPE_p_switch_dial_leg_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6179,7 +6179,7 @@ public class SWIGTYPE_p_switch_event_types_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6208,7 +6208,7 @@ public class SWIGTYPE_p_switch_file_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6237,7 +6237,7 @@ public class SWIGTYPE_p_switch_frame_buffer_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6266,7 +6266,7 @@ public class SWIGTYPE_p_switch_hashtable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6295,7 +6295,7 @@ public class SWIGTYPE_p_switch_hashtable_iterator {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6324,7 +6324,7 @@ public class SWIGTYPE_p_switch_image_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6353,7 +6353,7 @@ public class SWIGTYPE_p_switch_img_fmt_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6382,7 +6382,7 @@ public class SWIGTYPE_p_switch_img_position_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6411,7 +6411,7 @@ public class SWIGTYPE_p_switch_interval_time_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6440,7 +6440,7 @@ public class SWIGTYPE_p_switch_ivr_action_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6469,7 +6469,7 @@ public class SWIGTYPE_p_switch_ivr_digit_stream {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6498,7 +6498,7 @@ public class SWIGTYPE_p_switch_ivr_digit_stream_parser {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6527,7 +6527,7 @@ public class SWIGTYPE_p_switch_ivr_dmachine {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6556,7 +6556,7 @@ public class SWIGTYPE_p_switch_ivr_menu {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6585,7 +6585,7 @@ public class SWIGTYPE_p_switch_ivr_menu_xml_ctx {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6614,7 +6614,7 @@ public class SWIGTYPE_p_switch_jb_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6643,7 +6643,7 @@ public class SWIGTYPE_p_switch_live_array_s {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6672,7 +6672,7 @@ public class SWIGTYPE_p_switch_media_bug {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6701,7 +6701,7 @@ public class SWIGTYPE_p_switch_mutex_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6730,7 +6730,7 @@ public class SWIGTYPE_p_switch_network_list {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6759,7 +6759,7 @@ public class SWIGTYPE_p_switch_odbc_handle {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6788,7 +6788,7 @@ public class SWIGTYPE_p_switch_pollfd_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6817,7 +6817,7 @@ public class SWIGTYPE_p_switch_queue_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6846,7 +6846,7 @@ public class SWIGTYPE_p_switch_rtcp_frame {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6875,7 +6875,7 @@ public class SWIGTYPE_p_switch_rtp {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6904,7 +6904,7 @@ public class SWIGTYPE_p_switch_rtp_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6933,7 +6933,7 @@ public class SWIGTYPE_p_switch_say_file_handle {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6962,7 +6962,7 @@ public class SWIGTYPE_p_switch_size_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -6991,7 +6991,7 @@ public class SWIGTYPE_p_switch_sockaddr_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7020,7 +7020,7 @@ public class SWIGTYPE_p_switch_socket_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7049,7 +7049,7 @@ public class SWIGTYPE_p_switch_sql_queue_manager {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7078,7 +7078,7 @@ public class SWIGTYPE_p_switch_ssize_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7107,7 +7107,7 @@ public class SWIGTYPE_p_switch_thread_rwlock_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7136,7 +7136,7 @@ public class SWIGTYPE_p_switch_thread_start_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7165,7 +7165,7 @@ public class SWIGTYPE_p_switch_thread_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7194,7 +7194,7 @@ public class SWIGTYPE_p_switch_time_exp_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7223,7 +7223,7 @@ public class SWIGTYPE_p_switch_time_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7252,7 +7252,7 @@ public class SWIGTYPE_p_switch_xml_binding {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7281,7 +7281,7 @@ public class SWIGTYPE_p_time_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7310,7 +7310,7 @@ public class SWIGTYPE_p_unsigned_char {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7339,7 +7339,7 @@ public class SWIGTYPE_p_unsigned_int {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7368,7 +7368,7 @@ public class SWIGTYPE_p_unsigned_long {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7397,7 +7397,7 @@ public class SWIGTYPE_p_unsigned_short {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7426,7 +7426,7 @@ public class SWIGTYPE_p_void {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7495,7 +7495,7 @@ public partial class Stream : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7563,7 +7563,7 @@ public class audio_buffer_header_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7581,7 +7581,7 @@ public enum cache_db_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7599,7 +7599,7 @@ public enum dm_match_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7688,7 +7688,7 @@ public class dtls_fingerprint_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7710,7 +7710,7 @@ public enum dtls_state_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7730,7 +7730,7 @@ public enum dtls_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -7748,7 +7748,7 @@ public enum dtmf_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -8932,6 +8932,11 @@ else
return ret;
}
+ public static switch_status_t switch_core_hash_insert_auto_free(SWIGTYPE_p_switch_hashtable hash, string key, SWIGTYPE_p_void data) {
+ switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_hash_insert_auto_free(SWIGTYPE_p_switch_hashtable.getCPtr(hash), key, SWIGTYPE_p_void.getCPtr(data));
+ return ret;
+ }
+
public static switch_status_t switch_core_hash_insert_destructor(SWIGTYPE_p_switch_hashtable hash, string key, SWIGTYPE_p_void data, SWIGTYPE_p_f_p_void__void destructor) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_hash_insert_destructor(SWIGTYPE_p_switch_hashtable.getCPtr(hash), key, SWIGTYPE_p_void.getCPtr(data), SWIGTYPE_p_f_p_void__void.getCPtr(destructor));
return ret;
@@ -10264,6 +10269,11 @@ else
return ret;
}
+ public static string switch_core_get_event_channel_key_separator() {
+ string ret = freeswitchPINVOKE.switch_core_get_event_channel_key_separator();
+ return ret;
+ }
+
public static switch_status_t switch_loadable_module_init(switch_bool_t autoload) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_init((int)autoload);
return ret;
@@ -13593,13 +13603,19 @@ else
return ret;
}
+ public static string switch_dial_leg_get_var(SWIGTYPE_p_switch_dial_leg_s leg, string key) {
+ string ret = freeswitchPINVOKE.switch_dial_leg_get_var(SWIGTYPE_p_switch_dial_leg_s.getCPtr(leg), key);
+ return ret;
+ }
+
public static int switch_dial_handle_get_total(SWIGTYPE_p_switch_dial_handle_s handle) {
int ret = freeswitchPINVOKE.switch_dial_handle_get_total(SWIGTYPE_p_switch_dial_handle_s.getCPtr(handle));
return ret;
}
- public static void switch_ivr_orig_and_bridge(SWIGTYPE_p_switch_core_session session, string data, SWIGTYPE_p_switch_dial_handle_s dh) {
- freeswitchPINVOKE.switch_ivr_orig_and_bridge(SWIGTYPE_p_switch_core_session.getCPtr(session), data, SWIGTYPE_p_switch_dial_handle_s.getCPtr(dh));
+ public static switch_status_t switch_ivr_orig_and_bridge(SWIGTYPE_p_switch_core_session session, string data, SWIGTYPE_p_switch_dial_handle_s dh, SWIGTYPE_p_switch_call_cause_t cause) {
+ switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_orig_and_bridge(SWIGTYPE_p_switch_core_session.getCPtr(session), data, SWIGTYPE_p_switch_dial_handle_s.getCPtr(dh), SWIGTYPE_p_switch_call_cause_t.getCPtr(cause));
+ return ret;
}
public static switch_status_t switch_ivr_play_and_collect_input(SWIGTYPE_p_switch_core_session session, string prompt, string recognizer_mod_name, string recognizer_grammar, int min_digits, int max_digits, string terminators, uint digit_timeout, SWIGTYPE_p_p_cJSON recognition_result, ref string digits_collected, string terminator_collected, switch_input_args_t args) {
@@ -14922,7 +14938,7 @@ else
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -17662,11 +17678,11 @@ class freeswitchPINVOKE {
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_device_node_t_xml_cdr_get___")]
public static extern global::System.IntPtr switch_device_node_t_xml_cdr_get(global::System.Runtime.InteropServices.HandleRef jarg1);
- [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_device_node_t__event_set___")]
- public static extern void switch_device_node_t__event_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_device_node_t_event__set___")]
+ public static extern void switch_device_node_t_event__set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
- [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_device_node_t__event_get___")]
- public static extern global::System.IntPtr switch_device_node_t__event_get(global::System.Runtime.InteropServices.HandleRef jarg1);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_device_node_t_event__get___")]
+ public static extern global::System.IntPtr switch_device_node_t_event__get(global::System.Runtime.InteropServices.HandleRef jarg1);
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_device_node_t_callstate_set___")]
public static extern void switch_device_node_t_callstate_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
@@ -18769,6 +18785,9 @@ class freeswitchPINVOKE {
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_core_hash_destroy___")]
public static extern int switch_core_hash_destroy(global::System.Runtime.InteropServices.HandleRef jarg1);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_core_hash_insert_auto_free___")]
+ public static extern int switch_core_hash_insert_auto_free(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
+
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_core_hash_insert_destructor___")]
public static extern int switch_core_hash_insert_destructor(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
@@ -19696,6 +19715,9 @@ class freeswitchPINVOKE {
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_core_session_start_text_thread___")]
public static extern int switch_core_session_start_text_thread(global::System.Runtime.InteropServices.HandleRef jarg1);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_core_get_event_channel_key_separator___")]
+ public static extern string switch_core_get_event_channel_key_separator();
+
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_loadable_module_interface_module_name_set___")]
public static extern void switch_loadable_module_interface_module_name_set(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
@@ -22102,11 +22124,11 @@ class freeswitchPINVOKE {
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_file_handle_max_samples_get___")]
public static extern int switch_file_handle_max_samples_get(global::System.Runtime.InteropServices.HandleRef jarg1);
- [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_file_handle__params_set___")]
- public static extern void switch_file_handle__params_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_file_handle_params__set___")]
+ public static extern void switch_file_handle_params__set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
- [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_file_handle__params_get___")]
- public static extern global::System.IntPtr switch_file_handle__params_get(global::System.Runtime.InteropServices.HandleRef jarg1);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_file_handle_params__get___")]
+ public static extern global::System.IntPtr switch_file_handle_params__get(global::System.Runtime.InteropServices.HandleRef jarg1);
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_file_handle_cur_channels_set___")]
public static extern void switch_file_handle_cur_channels_set(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
@@ -25591,11 +25613,14 @@ class freeswitchPINVOKE {
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_dial_leg_get_vars___")]
public static extern global::System.IntPtr switch_dial_leg_get_vars(global::System.Runtime.InteropServices.HandleRef jarg1);
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_dial_leg_get_var___")]
+ public static extern string switch_dial_leg_get_var(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
+
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_dial_handle_get_total___")]
public static extern int switch_dial_handle_get_total(global::System.Runtime.InteropServices.HandleRef jarg1);
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_ivr_orig_and_bridge___")]
- public static extern void switch_ivr_orig_and_bridge(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
+ public static extern int switch_ivr_orig_and_bridge(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_ivr_play_and_collect_input___")]
public static extern int switch_ivr_play_and_collect_input(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, string jarg4, int jarg5, int jarg6, string jarg7, uint jarg8, global::System.Runtime.InteropServices.HandleRef jarg9, ref string jarg10, string jarg11, global::System.Runtime.InteropServices.HandleRef jarg12);
@@ -27616,7 +27641,7 @@ class freeswitchPINVOKE {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -27774,7 +27799,7 @@ public class icand_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -27792,7 +27817,7 @@ public enum ice_proto_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -27914,7 +27939,7 @@ public class ice_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28005,7 +28030,7 @@ public class input_callback_state_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28075,7 +28100,7 @@ public class ip_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28364,7 +28389,7 @@ public class payload_map_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28443,7 +28468,7 @@ public class profile_node_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28468,7 +28493,7 @@ public enum rtcp_psfb_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28499,7 +28524,7 @@ public enum rtcp_pt_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28522,7 +28547,7 @@ public enum rtcp_rtpfb_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28549,7 +28574,7 @@ public enum rtcp_sdes_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28568,7 +28593,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28598,7 +28623,7 @@ public enum switch_abc_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28741,7 +28766,7 @@ public class switch_api_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28832,7 +28857,7 @@ public class switch_app_log : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -28855,7 +28880,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29018,7 +29043,7 @@ public class switch_application_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29040,7 +29065,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29246,7 +29271,7 @@ public class switch_asr_handle : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29556,7 +29581,7 @@ public class switch_asr_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29614,7 +29639,7 @@ public class switch_audio_codec_settings : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29643,7 +29668,7 @@ public enum switch_audio_col_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29783,7 +29808,7 @@ public class switch_audio_resampler_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29807,7 +29832,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -29825,7 +29850,7 @@ public enum switch_bitpack_mode_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30005,7 +30030,7 @@ public class switch_bitpack_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30023,7 +30048,7 @@ public enum switch_bool_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30104,7 +30129,7 @@ public class switch_cache_db_connection_options_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30162,7 +30187,7 @@ public class switch_cache_db_core_db_options_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30261,7 +30286,7 @@ public class switch_cache_db_database_interface_options_t : global::System.IDisp
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30280,7 +30305,7 @@ public enum switch_cache_db_handle_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30361,7 +30386,7 @@ public class switch_cache_db_native_handle_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30439,7 +30464,7 @@ public class switch_cache_db_odbc_options_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30531,7 +30556,7 @@ public enum switch_call_cause_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30549,7 +30574,7 @@ public enum switch_call_direction_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30639,7 +30664,7 @@ public class switch_caller_application : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -30762,7 +30787,7 @@ public class switch_caller_extension : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31240,7 +31265,7 @@ public class switch_caller_profile : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31262,7 +31287,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31284,7 +31309,7 @@ public enum switch_channel_app_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31309,7 +31334,7 @@ public enum switch_channel_callstate_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31335,7 +31360,7 @@ public enum switch_channel_cap_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31519,7 +31544,7 @@ public enum switch_channel_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31549,7 +31574,7 @@ public enum switch_channel_state_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31740,7 +31765,7 @@ public class switch_channel_timetable : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31757,7 +31782,7 @@ public enum switch_chat_application_flag_enum_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -31920,7 +31945,7 @@ public class switch_chat_application_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32043,7 +32068,7 @@ public class switch_chat_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32219,7 +32244,7 @@ public class switch_codec : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32242,7 +32267,7 @@ public enum switch_codec_control_command_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32261,7 +32286,7 @@ public enum switch_codec_control_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32289,7 +32314,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32388,7 +32413,7 @@ public class switch_codec_fmtp : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32684,7 +32709,7 @@ public class switch_codec_implementation : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32838,7 +32863,7 @@ public class switch_codec_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32908,7 +32933,7 @@ public class switch_codec_settings : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -32928,7 +32953,7 @@ public enum switch_codec_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33067,7 +33092,7 @@ public class switch_config : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33157,7 +33182,7 @@ public class switch_console_callback_match : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33226,7 +33251,7 @@ public class switch_console_callback_match_node : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33263,7 +33288,8 @@ namespace FreeSWITCH.Native {
SCF_SESSION_THREAD_POOL = (1 << 23),
SCF_DIALPLAN_TIMESTAMPS = (1 << 24),
SCF_CPF_SOFT_PREFIX = (1 << 25),
- SCF_CPF_SOFT_LOOKUP = (1 << 26)
+ SCF_CPF_SOFT_LOOKUP = (1 << 26),
+ SCF_EVENT_CHANNEL_ENABLE_HIERARCHY_DELIVERY = (1 << 27)
}
}
@@ -33271,7 +33297,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33291,7 +33317,7 @@ public enum switch_core_media_ice_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33532,7 +33558,7 @@ public class switch_core_session_message : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33551,7 +33577,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33627,7 +33653,7 @@ public enum switch_core_session_message_types_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33729,7 +33755,7 @@ public class switch_core_thread_session : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33847,7 +33873,7 @@ public class switch_core_time_duration : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -33915,7 +33941,7 @@ public class switch_cputime : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34035,7 +34061,7 @@ public class switch_crypto_key_material_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34052,7 +34078,7 @@ public enum switch_database_flag_enum_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34293,7 +34319,7 @@ public class switch_database_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34363,7 +34389,7 @@ public class switch_database_interface_handle : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34422,12 +34448,12 @@ public class switch_device_node_t : global::System.IDisposable {
}
}
- public switch_event _event {
+ public switch_event event_ {
set {
- freeswitchPINVOKE.switch_device_node_t__event_set(swigCPtr, switch_event.getCPtr(value));
+ freeswitchPINVOKE.switch_device_node_t_event__set(swigCPtr, switch_event.getCPtr(value));
}
get {
- global::System.IntPtr cPtr = freeswitchPINVOKE.switch_device_node_t__event_get(swigCPtr);
+ global::System.IntPtr cPtr = freeswitchPINVOKE.switch_device_node_t_event__get(swigCPtr);
switch_event ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_event(cPtr, false);
return ret;
}
@@ -34507,7 +34533,7 @@ public class switch_device_node_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34778,7 +34804,7 @@ public class switch_device_record_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -34801,7 +34827,7 @@ public enum switch_device_state_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35099,7 +35125,7 @@ public class switch_device_stats_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35222,7 +35248,7 @@ public class switch_dialplan_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35241,7 +35267,7 @@ public enum switch_digit_action_target_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35489,7 +35515,7 @@ public class switch_directories : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35506,7 +35532,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35597,7 +35623,7 @@ public class switch_directory_handle : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35764,7 +35790,7 @@ public class switch_directory_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35782,7 +35808,7 @@ public enum switch_dtmf_direction_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35803,7 +35829,7 @@ public enum switch_dtmf_source_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35891,7 +35917,7 @@ public class switch_dtmf_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -35916,7 +35942,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36072,7 +36098,7 @@ public class switch_endpoint_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36171,7 +36197,7 @@ public class switch_error_period_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36344,7 +36370,7 @@ public class switch_event : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36363,7 +36389,7 @@ public enum switch_event_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36471,7 +36497,7 @@ public class switch_event_header : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36578,7 +36604,7 @@ public enum switch_event_types_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36598,7 +36624,7 @@ public enum switch_file_command_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -36635,7 +36661,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -37104,12 +37130,12 @@ public class switch_file_handle : global::System.IDisposable {
}
}
- public switch_event _params {
+ public switch_event params_ {
set {
- freeswitchPINVOKE.switch_file_handle__params_set(swigCPtr, switch_event.getCPtr(value));
+ freeswitchPINVOKE.switch_file_handle_params__set(swigCPtr, switch_event.getCPtr(value));
}
get {
- global::System.IntPtr cPtr = freeswitchPINVOKE.switch_file_handle__params_get(swigCPtr);
+ global::System.IntPtr cPtr = freeswitchPINVOKE.switch_file_handle_params__get(swigCPtr);
switch_event ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_event(cPtr, false);
return ret;
}
@@ -37230,7 +37256,7 @@ public class switch_file_handle : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -37483,7 +37509,7 @@ public class switch_file_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -37541,7 +37567,7 @@ public class switch_filenames : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -37619,7 +37645,7 @@ public class switch_fps_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -37885,7 +37911,7 @@ public class switch_frame : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -37923,7 +37949,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38041,7 +38067,7 @@ public class switch_frame_geometry_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38134,7 +38160,7 @@ public class switch_hold_record_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38382,7 +38408,7 @@ public class switch_http_request_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38401,7 +38427,7 @@ public enum switch_hup_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38524,7 +38550,7 @@ public class switch_input_args_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38542,7 +38568,7 @@ public enum switch_input_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38612,7 +38638,7 @@ public class switch_io_event_hook_kill_channel : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38682,7 +38708,7 @@ public class switch_io_event_hook_outgoing_channel : global::System.IDisposable
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38752,7 +38778,7 @@ public class switch_io_event_hook_read_frame : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38822,7 +38848,7 @@ public class switch_io_event_hook_receive_event : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38892,7 +38918,7 @@ public class switch_io_event_hook_receive_message : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -38962,7 +38988,7 @@ public class switch_io_event_hook_recv_dtmf : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39032,7 +39058,7 @@ public class switch_io_event_hook_send_dtmf : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39102,7 +39128,7 @@ public class switch_io_event_hook_state_change : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39172,7 +39198,7 @@ public class switch_io_event_hook_state_run : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39242,7 +39268,7 @@ public class switch_io_event_hook_text_read_frame : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39312,7 +39338,7 @@ public class switch_io_event_hook_text_write_frame : global::System.IDisposable
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39382,7 +39408,7 @@ public class switch_io_event_hook_video_read_frame : global::System.IDisposable
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39452,7 +39478,7 @@ public class switch_io_event_hook_video_write_frame : global::System.IDisposable
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39522,7 +39548,7 @@ public class switch_io_event_hook_write_frame : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39724,7 +39750,7 @@ public class switch_io_event_hooks : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39745,7 +39771,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39774,7 +39800,7 @@ public enum switch_io_routine_name_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -39987,7 +40013,7 @@ public class switch_io_routines : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40005,7 +40031,7 @@ public enum switch_io_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40028,7 +40054,7 @@ public enum switch_ivr_action_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40128,7 +40154,7 @@ public class switch_ivr_dmachine_match : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40147,7 +40173,7 @@ public enum switch_ivr_menu_flags {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40166,7 +40192,7 @@ public enum switch_ivr_option_enum_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40309,7 +40335,7 @@ public class switch_json_api_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40487,7 +40513,7 @@ public class switch_limit_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40588,7 +40614,7 @@ public class switch_loadable_module_function_table_t : global::System.IDisposabl
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40865,7 +40891,7 @@ public class switch_loadable_module_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40884,7 +40910,7 @@ public enum switch_loadable_module_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -40952,7 +40978,7 @@ public class switch_log_json_format_item_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41152,7 +41178,7 @@ public class switch_log_json_format_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41188,7 +41214,7 @@ public enum switch_log_level_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41349,7 +41375,7 @@ public class switch_log_node_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41368,7 +41394,7 @@ public enum switch_management_action_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41491,7 +41517,7 @@ public class switch_management_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41534,7 +41560,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41562,7 +41588,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41583,7 +41609,7 @@ public enum switch_media_flow_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41602,7 +41628,7 @@ public enum switch_media_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41842,7 +41868,7 @@ public class switch_mm_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41860,7 +41886,7 @@ public enum switch_module_flag_enum_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41893,7 +41919,7 @@ public enum switch_module_interface_name_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -41982,7 +42008,7 @@ public class switch_network_port_range : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42006,7 +42032,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42096,7 +42122,7 @@ public class switch_picture : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42120,7 +42146,7 @@ public enum switch_poll_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42141,7 +42167,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42160,7 +42186,7 @@ public enum switch_priority_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42178,7 +42204,7 @@ public enum switch_pvt_class_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42197,7 +42223,7 @@ public enum switch_ring_ready_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42295,7 +42321,7 @@ public class switch_rtcp_hdr_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42563,7 +42589,7 @@ public class switch_rtcp_numbers_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42661,7 +42687,7 @@ public class switch_rtcp_video_counters_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42731,7 +42757,7 @@ public class switch_rtcp_video_stats_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42761,7 +42787,7 @@ public enum switch_rtp_bug_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42782,7 +42808,7 @@ public enum switch_rtp_crypto_direction_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42884,7 +42910,7 @@ public class switch_rtp_crypto_key : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42902,7 +42928,7 @@ public enum switch_rtp_crypto_key_param_method_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42928,7 +42954,7 @@ public enum switch_rtp_crypto_key_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -42996,7 +43022,7 @@ public enum switch_rtp_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43015,7 +43041,7 @@ public enum switch_rtp_flush_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43083,7 +43109,7 @@ public class switch_rtp_hdr_ext_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43221,7 +43247,7 @@ public class switch_rtp_hdr_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43607,7 +43633,7 @@ public class switch_rtp_numbers_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43697,7 +43723,7 @@ public class switch_rtp_packet_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43788,7 +43814,7 @@ public class switch_rtp_stats_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43806,7 +43832,7 @@ public enum switch_rw_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43894,7 +43920,7 @@ public class switch_say_args_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -43914,7 +43940,7 @@ public enum switch_say_gender_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44048,7 +44074,7 @@ public class switch_say_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44069,7 +44095,7 @@ public enum switch_say_method_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44104,7 +44130,7 @@ public enum switch_say_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44124,7 +44150,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44253,7 +44279,7 @@ public class switch_scheduler_task : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44271,7 +44297,7 @@ public enum switch_sdp_type_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44423,7 +44449,7 @@ public class switch_secure_settings_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44491,7 +44517,7 @@ public class switch_serial_event_header_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44599,7 +44625,7 @@ public class switch_serial_event_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44658,7 +44684,7 @@ public enum switch_session_ctl_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44678,7 +44704,7 @@ public enum switch_signal_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44769,7 +44795,7 @@ public class switch_slin_data : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -44793,7 +44819,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45039,7 +45065,7 @@ public class switch_speech_handle : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45239,7 +45265,7 @@ public class switch_speech_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45337,7 +45363,7 @@ public class switch_srtp_crypto_suite_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45358,7 +45384,7 @@ public enum switch_stack_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45376,7 +45402,7 @@ public enum switch_state_handler_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45404,7 +45430,7 @@ public enum switch_state_handler_name_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45605,7 +45631,7 @@ public class switch_state_handler_table : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45647,7 +45673,7 @@ public enum switch_status_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -45809,7 +45835,7 @@ public class switch_stream_handle : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46007,7 +46033,7 @@ public class switch_t38_options_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46027,7 +46053,7 @@ public enum switch_text_channel_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46119,7 +46145,7 @@ public class switch_thread_data_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46139,7 +46165,7 @@ public enum switch_thread_priority_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46304,7 +46330,7 @@ public class switch_timer : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46321,7 +46347,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46343,7 +46369,7 @@ public enum switch_timer_func_name_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46521,7 +46547,7 @@ public class switch_timer_interface : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46748,7 +46774,7 @@ public class switch_unicast_conninfo : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46768,7 +46794,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46787,7 +46813,7 @@ public enum switch_uri_flags {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46807,7 +46833,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46828,7 +46854,7 @@ public enum switch_vad_state_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46926,7 +46952,7 @@ public class switch_vid_params_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -46945,7 +46971,7 @@ public enum switch_vid_spy_fmt_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47053,7 +47079,7 @@ public class switch_video_codec_settings : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47073,7 +47099,7 @@ public enum switch_video_encode_speed_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47092,7 +47118,7 @@ public enum switch_video_profile_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47111,7 +47137,7 @@ public enum switch_video_read_flag_t {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47189,7 +47215,7 @@ public class switch_waitlist_t : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47373,7 +47399,7 @@ public class switch_xml : global::System.IDisposable {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
@@ -47393,7 +47419,7 @@ namespace FreeSWITCH.Native {
//
//
// This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.10
+// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.