]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
reswig
authorJeff Lenk <jeff@jefflenk.com>
Mon, 15 Nov 2010 18:22:09 +0000 (12:22 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 15 Nov 2010 18:22:09 +0000 (12:22 -0600)
src/mod/languages/mod_managed/freeswitch_wrap.2010.cxx
src/mod/languages/mod_managed/managed/swig.2010.cs

index c55a6d63edd3c2f14e4e90431ba17f05a30fb1f5..4a0b52efec6066175f689722353df6d356ec97bf 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  * \r
  * This file is not intended to be easily readable and contains a number of \r
  * coding conventions designed to improve portability and efficiency. Do not make\r
@@ -11634,6 +11634,108 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_isxdigit(int jarg1) {
 }\r
 \r
 \r
+SWIGEXPORT void SWIGSTDCALL CSharp_ip_t_v4_set(void * jarg1, unsigned long jarg2) {\r
+  ip_t *arg1 = (ip_t *) 0 ;\r
+  uint32_t arg2 ;\r
+  \r
+  arg1 = (ip_t *)jarg1; \r
+  arg2 = (uint32_t)jarg2; \r
+  if (arg1) (arg1)->v4 = arg2;\r
+}\r
+\r
+\r
+SWIGEXPORT unsigned long SWIGSTDCALL CSharp_ip_t_v4_get(void * jarg1) {\r
+  unsigned long jresult ;\r
+  ip_t *arg1 = (ip_t *) 0 ;\r
+  uint32_t result;\r
+  \r
+  arg1 = (ip_t *)jarg1; \r
+  result = (uint32_t) ((arg1)->v4);\r
+  jresult = (unsigned long)result; \r
+  return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT void SWIGSTDCALL CSharp_ip_t_v6_set(void * jarg1, void * jarg2) {\r
+  ip_t *arg1 = (ip_t *) 0 ;\r
+  in6_addr arg2 ;\r
+  in6_addr *argp2 ;\r
+  \r
+  arg1 = (ip_t *)jarg1; \r
+  argp2 = (in6_addr *)jarg2; \r
+  if (!argp2) {\r
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null in6_addr", 0);\r
+    return ;\r
+  }\r
+  arg2 = *argp2; \r
+  if (arg1) (arg1)->v6 = arg2;\r
+}\r
+\r
+\r
+SWIGEXPORT void * SWIGSTDCALL CSharp_ip_t_v6_get(void * jarg1) {\r
+  void * jresult ;\r
+  ip_t *arg1 = (ip_t *) 0 ;\r
+  in6_addr result;\r
+  \r
+  arg1 = (ip_t *)jarg1; \r
+  result =  ((arg1)->v6);\r
+  jresult = new in6_addr((const in6_addr &)result); \r
+  return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT void * SWIGSTDCALL CSharp_new_ip_t() {\r
+  void * jresult ;\r
+  ip_t *result = 0 ;\r
+  \r
+  result = (ip_t *)new ip_t();\r
+  jresult = (void *)result; \r
+  return jresult;\r
+}\r
+\r
+\r
+SWIGEXPORT void SWIGSTDCALL CSharp_delete_ip_t(void * jarg1) {\r
+  ip_t *arg1 = (ip_t *) 0 ;\r
+  \r
+  arg1 = (ip_t *)jarg1; \r
+  delete arg1;\r
+}\r
+\r
+\r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_testv6_subnet(void * jarg1, void * jarg2, void * jarg3) {\r
+  int jresult ;\r
+  ip_t arg1 ;\r
+  ip_t arg2 ;\r
+  ip_t arg3 ;\r
+  ip_t *argp1 ;\r
+  ip_t *argp2 ;\r
+  ip_t *argp3 ;\r
+  switch_bool_t result;\r
+  \r
+  argp1 = (ip_t *)jarg1; \r
+  if (!argp1) {\r
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null ip_t", 0);\r
+    return 0;\r
+  }\r
+  arg1 = *argp1; \r
+  argp2 = (ip_t *)jarg2; \r
+  if (!argp2) {\r
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null ip_t", 0);\r
+    return 0;\r
+  }\r
+  arg2 = *argp2; \r
+  argp3 = (ip_t *)jarg3; \r
+  if (!argp3) {\r
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null ip_t", 0);\r
+    return 0;\r
+  }\r
+  arg3 = *argp3; \r
+  result = (switch_bool_t)switch_testv6_subnet(arg1,arg2,arg3);\r
+  jresult = result; \r
+  return jresult;\r
+}\r
+\r
+\r
 SWIGEXPORT int SWIGSTDCALL CSharp_SWITCH_SMAX_get() {\r
   int jresult ;\r
   int result;\r
@@ -12589,14 +12691,14 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_is_file_path(char * jarg1) {
 SWIGEXPORT int SWIGSTDCALL CSharp_switch_parse_cidr(char * jarg1, void * jarg2, void * jarg3, void * jarg4) {\r
   int jresult ;\r
   char *arg1 = (char *) 0 ;\r
-  uint32_t *arg2 = (uint32_t *) 0 ;\r
-  uint32_t *arg3 = (uint32_t *) 0 ;\r
+  ip_t *arg2 = (ip_t *) 0 ;\r
+  ip_t *arg3 = (ip_t *) 0 ;\r
   uint32_t *arg4 = (uint32_t *) 0 ;\r
   int result;\r
   \r
   arg1 = (char *)jarg1; \r
-  arg2 = (uint32_t *)jarg2; \r
-  arg3 = (uint32_t *)jarg3; \r
+  arg2 = (ip_t *)jarg2; \r
+  arg3 = (ip_t *)jarg3; \r
   arg4 = (uint32_t *)jarg4; \r
   result = (int)switch_parse_cidr((char const *)arg1,arg2,arg3,arg4);\r
   jresult = result; \r
@@ -12674,6 +12776,28 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_network_list_validate_ip_token(void * j
 }\r
 \r
 \r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_network_list_validate_ip6_token(void * jarg1, void * jarg2, void * jarg3) {\r
+  int jresult ;\r
+  switch_network_list_t *arg1 = (switch_network_list_t *) 0 ;\r
+  ip_t arg2 ;\r
+  char **arg3 = (char **) 0 ;\r
+  ip_t *argp2 ;\r
+  switch_bool_t result;\r
+  \r
+  arg1 = (switch_network_list_t *)jarg1; \r
+  argp2 = (ip_t *)jarg2; \r
+  if (!argp2) {\r
+    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null ip_t", 0);\r
+    return 0;\r
+  }\r
+  arg2 = *argp2; \r
+  arg3 = (char **)jarg3; \r
+  result = (switch_bool_t)switch_network_list_validate_ip6_token(arg1,arg2,(char const **)arg3);\r
+  jresult = result; \r
+  return jresult;\r
+}\r
+\r
+\r
 SWIGEXPORT char * SWIGSTDCALL CSharp_switch_dow_int2str(int jarg1) {\r
   char * jresult ;\r
   int arg1 ;\r
index 8c307fc679d1f0800db4a3260ab286cc7dba5414..2897fef1e5a51cd89eab36862506c4377ad32036 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -64,7 +64,7 @@ public class Api : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -80,7 +80,7 @@ public enum cache_db_flag_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -432,7 +432,7 @@ public class CoreSession : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -448,7 +448,7 @@ public enum dm_match_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -517,7 +517,7 @@ public class DTMF : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -532,7 +532,7 @@ public enum dtmf_flag_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -660,7 +660,7 @@ public partial class Event : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -792,7 +792,7 @@ public class EventConsumer : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -2653,6 +2653,12 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
+  public static switch_bool_t switch_testv6_subnet(ip_t _ip, ip_t _net, ip_t _mask) {\r
+    switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_testv6_subnet(ip_t.getCPtr(_ip), ip_t.getCPtr(_net), ip_t.getCPtr(_mask));\r
+    if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+    return ret;\r
+  }\r
+\r
   public static int _zstr(string s) {\r
     int ret = freeswitchPINVOKE._zstr(s);\r
     return ret;\r
@@ -2959,8 +2965,8 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
-  public static int switch_parse_cidr(string arg0, SWIGTYPE_p_unsigned_long ip, SWIGTYPE_p_unsigned_long mask, SWIGTYPE_p_unsigned_long bitp) {\r
-    int ret = freeswitchPINVOKE.switch_parse_cidr(arg0, SWIGTYPE_p_unsigned_long.getCPtr(ip), SWIGTYPE_p_unsigned_long.getCPtr(mask), SWIGTYPE_p_unsigned_long.getCPtr(bitp));\r
+  public static int switch_parse_cidr(string arg0, ip_t ip, ip_t mask, SWIGTYPE_p_unsigned_long bitp) {\r
+    int ret = freeswitchPINVOKE.switch_parse_cidr(arg0, ip_t.getCPtr(ip), ip_t.getCPtr(mask), SWIGTYPE_p_unsigned_long.getCPtr(bitp));\r
     return ret;\r
   }\r
 \r
@@ -2984,6 +2990,12 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
+  public static switch_bool_t switch_network_list_validate_ip6_token(SWIGTYPE_p_switch_network_list list, ip_t ip, ref string token) {\r
+    switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_network_list_validate_ip6_token(SWIGTYPE_p_switch_network_list.getCPtr(list), ip_t.getCPtr(ip), ref token);\r
+    if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+    return ret;\r
+  }\r
+\r
   public static string switch_dow_int2str(int val) {\r
     string ret = freeswitchPINVOKE.switch_dow_int2str(val);\r
     return ret;\r
@@ -5437,7 +5449,7 @@ public class freeswitch {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -8444,6 +8456,27 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_isxdigit")]\r
   public static extern int switch_isxdigit(int jarg1);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v4_set")]\r
+  public static extern void ip_t_v4_set(HandleRef jarg1, uint jarg2);\r
+\r
+  [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v4_get")]\r
+  public static extern uint ip_t_v4_get(HandleRef jarg1);\r
+\r
+  [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v6_set")]\r
+  public static extern void ip_t_v6_set(HandleRef jarg1, HandleRef jarg2);\r
+\r
+  [DllImport("mod_managed", EntryPoint="CSharp_ip_t_v6_get")]\r
+  public static extern IntPtr ip_t_v6_get(HandleRef jarg1);\r
+\r
+  [DllImport("mod_managed", EntryPoint="CSharp_new_ip_t")]\r
+  public static extern IntPtr new_ip_t();\r
+\r
+  [DllImport("mod_managed", EntryPoint="CSharp_delete_ip_t")]\r
+  public static extern void delete_ip_t(HandleRef jarg1);\r
+\r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_testv6_subnet")]\r
+  public static extern int switch_testv6_subnet(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_SWITCH_SMAX_get")]\r
   public static extern int SWITCH_SMAX_get();\r
 \r
@@ -8642,6 +8675,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_network_list_validate_ip_token")]\r
   public static extern int switch_network_list_validate_ip_token(HandleRef jarg1, uint jarg2, ref string jarg3);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_network_list_validate_ip6_token")]\r
+  public static extern int switch_network_list_validate_ip6_token(HandleRef jarg1, HandleRef jarg2, ref string jarg3);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_dow_int2str")]\r
   public static extern string switch_dow_int2str(int jarg1);\r
 \r
@@ -13698,7 +13734,7 @@ class freeswitchPINVOKE {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -13790,7 +13826,78 @@ public class input_callback_state_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
+ *\r
+ * Do not make changes to this file unless you know what you are doing--modify\r
+ * the SWIG interface file instead.\r
+ * ----------------------------------------------------------------------------- */\r
+\r
+namespace FreeSWITCH.Native {\r
+\r
+using System;\r
+using System.Runtime.InteropServices;\r
+\r
+public class ip_t : IDisposable {\r
+  private HandleRef swigCPtr;\r
+  protected bool swigCMemOwn;\r
+\r
+  internal ip_t(IntPtr cPtr, bool cMemoryOwn) {\r
+    swigCMemOwn = cMemoryOwn;\r
+    swigCPtr = new HandleRef(this, cPtr);\r
+  }\r
+\r
+  internal static HandleRef getCPtr(ip_t obj) {\r
+    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;\r
+  }\r
+\r
+  ~ip_t() {\r
+    Dispose();\r
+  }\r
+\r
+  public virtual void Dispose() {\r
+    lock(this) {\r
+      if (swigCPtr.Handle != IntPtr.Zero) {\r
+        if (swigCMemOwn) {\r
+          swigCMemOwn = false;\r
+          freeswitchPINVOKE.delete_ip_t(swigCPtr);\r
+        }\r
+        swigCPtr = new HandleRef(null, IntPtr.Zero);\r
+      }\r
+      GC.SuppressFinalize(this);\r
+    }\r
+  }\r
+\r
+  public uint v4 {\r
+    set {\r
+      freeswitchPINVOKE.ip_t_v4_set(swigCPtr, value);\r
+    } \r
+    get {\r
+      uint ret = freeswitchPINVOKE.ip_t_v4_get(swigCPtr);\r
+      return ret;\r
+    } \r
+  }\r
+\r
+  public SWIGTYPE_p_in6_addr v6 {\r
+    set {\r
+      freeswitchPINVOKE.ip_t_v6_set(swigCPtr, SWIGTYPE_p_in6_addr.getCPtr(value));\r
+      if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+    } \r
+    get {\r
+      SWIGTYPE_p_in6_addr ret = new SWIGTYPE_p_in6_addr(freeswitchPINVOKE.ip_t_v6_get(swigCPtr), true);\r
+      if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();\r
+      return ret;\r
+    } \r
+  }\r
+\r
+  public ip_t() : this(freeswitchPINVOKE.new_ip_t(), true) {\r
+  }\r
+\r
+}\r
+\r
+}\r
+/* ----------------------------------------------------------------------------\r
+ * This file was automatically generated by SWIG (http://www.swig.org).\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -13847,7 +13954,7 @@ public class IvrMenu : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -13901,7 +14008,7 @@ public partial class ManagedSession : CoreSession {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -13918,7 +14025,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -13979,7 +14086,7 @@ public partial class Stream : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14009,7 +14116,7 @@ public class SWIGTYPE_p_apr_pool_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14039,7 +14146,7 @@ public class SWIGTYPE_p_FILE {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14069,7 +14176,7 @@ public class SWIGTYPE_p_float {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14099,7 +14206,7 @@ public class SWIGTYPE_p_f_p_char_enum_switch_management_action_t_p_char_switch_s
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14129,7 +14236,7 @@ public class SWIGTYPE_p_f_p_p_switch_core_session_p_p_apr_pool_t_p_void__switch_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14159,7 +14266,7 @@ public class SWIGTYPE_p_f_p_p_switch_loadable_module_interface_p_apr_pool_t__swi
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14189,7 +14296,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_p_switch_console_cal
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14219,7 +14326,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_q_const__char_p_q_co
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14249,7 +14356,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_q_const__char_p_q_co
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14279,7 +14386,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_unsigned_long__int {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14309,7 +14416,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_q_const__char__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14339,7 +14446,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_switch_codec_fmtp__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14369,7 +14476,7 @@ public class SWIGTYPE_p_f_p_q_const__char_p_switch_core_session_p_switch_stream_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14399,7 +14506,7 @@ public class SWIGTYPE_p_f_p_q_const__switch_log_node_t_enum_switch_log_level_t__
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14429,7 +14536,7 @@ public class SWIGTYPE_p_f_p_q_const__void_p_q_const__void_p_void__switch_bool_t
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14459,7 +14566,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_char_double__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14489,7 +14596,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_char_int__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14519,7 +14626,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_char_p_q_const__char__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14549,7 +14656,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_p_char_p_unsigned_long__switch_s
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14579,7 +14686,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__char_int_p_q_const__cha
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14609,7 +14716,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__char_p_q_const__char__s
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14639,7 +14746,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_q_const__char__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14669,7 +14776,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_unsigned_long__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14699,7 +14806,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle_p_void_unsigned_int_p_unsigned_lon
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14729,7 +14836,7 @@ public class SWIGTYPE_p_f_p_switch_asr_handle__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14759,7 +14866,7 @@ public class SWIGTYPE_p_f_p_switch_codec_p_switch_codec_p_void_unsigned_long_uns
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14789,7 +14896,7 @@ public class SWIGTYPE_p_f_p_switch_codec_unsigned_long_p_q_const__switch_codec_s
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14819,7 +14926,7 @@ public class SWIGTYPE_p_f_p_switch_codec__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14849,7 +14956,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_int__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14879,7 +14986,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_char_p_switch_say_args_t_p_swi
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14909,7 +15016,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_p_switch_frame_unsigned_long_i
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14939,7 +15046,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char_p_q_const__char_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14969,7 +15076,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char_p_q_const__char_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -14999,7 +15106,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char_p_q_const__char_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15029,7 +15136,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__char__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15059,7 +15166,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__switch_dtmf_t_enum_sw
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15089,7 +15196,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_q_const__switch_dtmf_t__switch
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15119,7 +15226,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_core_session_message__s
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15149,7 +15256,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_event_p_switch_caller_p
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15179,7 +15286,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_event_p_switch_caller_p
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15209,7 +15316,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_event__switch_status_t
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15239,7 +15346,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_p_void__switch_st
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15269,7 +15376,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_switch_frame_unsigned_long_int
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15299,7 +15406,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_p_void_enum_switch_input_type_t_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15329,7 +15436,7 @@ public class SWIGTYPE_p_f_p_switch_core_session_t_p_void_p_switch_caller_profile
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15359,7 +15466,7 @@ public class SWIGTYPE_p_f_p_switch_core_session__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15389,7 +15496,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle_p_char_p_char_p_char__switch
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15419,7 +15526,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle_p_char_p_char__switch_status
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15449,7 +15556,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle_p_p_char_p_p_char__switch_st
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15479,7 +15586,7 @@ public class SWIGTYPE_p_f_p_switch_directory_handle__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15509,7 +15616,7 @@ public class SWIGTYPE_p_f_p_switch_event__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15539,7 +15646,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_enum_switch_audio_col_t_p_p_q_con
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15569,7 +15676,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_enum_switch_audio_col_t_p_q_const
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15599,7 +15706,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_long_long__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15629,7 +15736,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_q_const__char__switch_status_t
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15659,7 +15766,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_unsigned_int_long_long_int__swi
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15689,7 +15796,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle_p_void_p_switch_size_t__switch_st
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15719,7 +15826,7 @@ public class SWIGTYPE_p_f_p_switch_file_handle__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15749,7 +15856,7 @@ public class SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15779,7 +15886,7 @@ public class SWIGTYPE_p_f_p_switch_ivr_menu_p_char_p_char_size_t_p_void__switch_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15809,7 +15916,7 @@ public class SWIGTYPE_p_f_p_switch_media_bug_p_void_enum_switch_abc_type_t__swit
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15839,7 +15946,7 @@ public class SWIGTYPE_p_f_p_switch_rtp_p_switch_socket_t_p_void_switch_size_t_p_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15869,7 +15976,7 @@ public class SWIGTYPE_p_f_p_switch_scheduler_task__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15899,7 +16006,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_double__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15929,7 +16036,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_int__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15959,7 +16066,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_p_q_const__char__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -15989,7 +16096,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_char_p_unsigned_long__switch_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16019,7 +16126,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_q_const__char_int_p_unsigned_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16049,7 +16156,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_unsigned_long__switch_status_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16079,7 +16186,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle_p_void_p_switch_size_t_p_unsign
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16109,7 +16216,7 @@ public class SWIGTYPE_p_f_p_switch_speech_handle__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16139,7 +16246,7 @@ public class SWIGTYPE_p_f_p_switch_stream_handle_p_q_const__char_v_______switch_
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16169,7 +16276,7 @@ public class SWIGTYPE_p_f_p_switch_stream_handle_p_unsigned_char_switch_size_t__
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16199,7 +16306,7 @@ public class SWIGTYPE_p_f_p_switch_thread_t_p_void__p_void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16229,7 +16336,7 @@ public class SWIGTYPE_p_f_p_switch_timer_enum_switch_bool_t__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16259,7 +16366,7 @@ public class SWIGTYPE_p_f_p_switch_timer__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16289,7 +16396,7 @@ public class SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16319,7 +16426,7 @@ public class SWIGTYPE_p_f_p_void_p_q_const__char__int {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16349,7 +16456,7 @@ public class SWIGTYPE_p_f_p_void__void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16379,7 +16486,7 @@ public class SWIGTYPE_p_f_void__p_char {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16409,7 +16516,7 @@ public class SWIGTYPE_p_f_void__switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16439,7 +16546,37 @@ public class SWIGTYPE_p_HashElem {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
+ *\r
+ * Do not make changes to this file unless you know what you are doing--modify\r
+ * the SWIG interface file instead.\r
+ * ----------------------------------------------------------------------------- */\r
+\r
+namespace FreeSWITCH.Native {\r
+\r
+using System;\r
+using System.Runtime.InteropServices;\r
+\r
+public class SWIGTYPE_p_in6_addr {\r
+  private HandleRef swigCPtr;\r
+\r
+  internal SWIGTYPE_p_in6_addr(IntPtr cPtr, bool futureUse) {\r
+    swigCPtr = new HandleRef(this, cPtr);\r
+  }\r
+\r
+  protected SWIGTYPE_p_in6_addr() {\r
+    swigCPtr = new HandleRef(null, IntPtr.Zero);\r
+  }\r
+\r
+  internal static HandleRef getCPtr(SWIGTYPE_p_in6_addr obj) {\r
+    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;\r
+  }\r
+}\r
+\r
+}\r
+/* ----------------------------------------------------------------------------\r
+ * This file was automatically generated by SWIG (http://www.swig.org).\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16469,7 +16606,7 @@ public class SWIGTYPE_p_int {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16499,7 +16636,7 @@ public class SWIGTYPE_p_p_apr_pool_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16529,7 +16666,7 @@ public class SWIGTYPE_p_p_char {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16559,7 +16696,7 @@ public class SWIGTYPE_p_p_p_char {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16589,7 +16726,7 @@ public class SWIGTYPE_p_p_real_pcre {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16619,7 +16756,7 @@ public class SWIGTYPE_p_p_sqlite3 {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16649,7 +16786,7 @@ public class SWIGTYPE_p_p_sqlite3_stmt {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16679,7 +16816,7 @@ public class SWIGTYPE_p_p_switch_audio_resampler_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16709,7 +16846,7 @@ public class SWIGTYPE_p_p_switch_buffer {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16739,7 +16876,7 @@ public class SWIGTYPE_p_p_switch_cache_db_handle_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16769,7 +16906,7 @@ public class SWIGTYPE_p_p_switch_caller_extension {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16799,7 +16936,7 @@ public class SWIGTYPE_p_p_switch_channel {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16829,7 +16966,7 @@ public class SWIGTYPE_p_p_switch_codec_implementation {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16859,7 +16996,7 @@ public class SWIGTYPE_p_p_switch_console_callback_match {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16889,7 +17026,7 @@ public class SWIGTYPE_p_p_switch_core_port_allocator {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16919,7 +17056,7 @@ public class SWIGTYPE_p_p_switch_core_session {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16949,7 +17086,7 @@ public class SWIGTYPE_p_p_switch_core_session_message {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -16979,7 +17116,7 @@ public class SWIGTYPE_p_p_switch_event {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17009,7 +17146,7 @@ public class SWIGTYPE_p_p_switch_event_node {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17039,7 +17176,7 @@ public class SWIGTYPE_p_p_switch_frame {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17069,7 +17206,7 @@ public class SWIGTYPE_p_p_switch_hash {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17099,7 +17236,7 @@ public class SWIGTYPE_p_p_switch_ivr_digit_stream {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17129,7 +17266,7 @@ public class SWIGTYPE_p_p_switch_ivr_digit_stream_parser {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17159,7 +17296,7 @@ public class SWIGTYPE_p_p_switch_ivr_dmachine {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17189,7 +17326,7 @@ public class SWIGTYPE_p_p_switch_ivr_dmachine_match {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17219,7 +17356,7 @@ public class SWIGTYPE_p_p_switch_ivr_menu {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17249,7 +17386,7 @@ public class SWIGTYPE_p_p_switch_ivr_menu_xml_ctx {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17279,7 +17416,7 @@ public class SWIGTYPE_p_p_switch_log_node_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17309,7 +17446,7 @@ public class SWIGTYPE_p_p_switch_media_bug {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17339,7 +17476,7 @@ public class SWIGTYPE_p_p_switch_network_list {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17369,7 +17506,7 @@ public class SWIGTYPE_p_p_switch_rtp {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17399,7 +17536,7 @@ public class SWIGTYPE_p_p_switch_xml {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17429,7 +17566,7 @@ public class SWIGTYPE_p_p_switch_xml_binding {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17459,7 +17596,7 @@ public class SWIGTYPE_p_p_void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17489,7 +17626,7 @@ public class SWIGTYPE_p_real_pcre {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17519,7 +17656,7 @@ public class SWIGTYPE_p_short {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17549,7 +17686,7 @@ public class SWIGTYPE_p_sockaddr {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17579,7 +17716,7 @@ public class SWIGTYPE_p_sockaddr_in6 {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17609,7 +17746,7 @@ public class SWIGTYPE_p_socklen_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17639,7 +17776,7 @@ public class SWIGTYPE_p_sqlite3 {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17669,7 +17806,7 @@ public class SWIGTYPE_p_sqlite3_stmt {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17699,7 +17836,7 @@ public class SWIGTYPE_p_switch_buffer {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17729,7 +17866,7 @@ public class SWIGTYPE_p_switch_call_cause_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17759,7 +17896,7 @@ public class SWIGTYPE_p_switch_channel {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17789,7 +17926,7 @@ public class SWIGTYPE_p_switch_core_port_allocator {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17819,7 +17956,7 @@ public class SWIGTYPE_p_switch_core_session {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17849,7 +17986,7 @@ public class SWIGTYPE_p_switch_event_types_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17879,7 +18016,7 @@ public class SWIGTYPE_p_switch_file_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17909,7 +18046,7 @@ public class SWIGTYPE_p_switch_hash {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17939,7 +18076,7 @@ public class SWIGTYPE_p_switch_interval_time_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17969,7 +18106,7 @@ public class SWIGTYPE_p_switch_ivr_action_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -17999,7 +18136,7 @@ public class SWIGTYPE_p_switch_ivr_digit_stream {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18029,7 +18166,7 @@ public class SWIGTYPE_p_switch_ivr_digit_stream_parser {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18059,7 +18196,7 @@ public class SWIGTYPE_p_switch_ivr_dmachine {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18089,7 +18226,7 @@ public class SWIGTYPE_p_switch_ivr_menu {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18119,7 +18256,7 @@ public class SWIGTYPE_p_switch_ivr_menu_xml_ctx {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18149,7 +18286,7 @@ public class SWIGTYPE_p_switch_media_bug {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18179,7 +18316,7 @@ public class SWIGTYPE_p_switch_mutex_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18209,7 +18346,7 @@ public class SWIGTYPE_p_switch_network_list {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18239,7 +18376,7 @@ public class SWIGTYPE_p_switch_odbc_handle {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18269,7 +18406,7 @@ public class SWIGTYPE_p_switch_pollfd_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18299,7 +18436,7 @@ public class SWIGTYPE_p_switch_queue_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18329,7 +18466,7 @@ public class SWIGTYPE_p_switch_rtcp_frame {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18359,7 +18496,7 @@ public class SWIGTYPE_p_switch_rtp {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18389,7 +18526,7 @@ public class SWIGTYPE_p_switch_size_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18419,7 +18556,7 @@ public class SWIGTYPE_p_switch_sockaddr_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18449,7 +18586,7 @@ public class SWIGTYPE_p_switch_socket_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18479,7 +18616,7 @@ public class SWIGTYPE_p_switch_ssize_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18509,7 +18646,7 @@ public class SWIGTYPE_p_switch_thread_rwlock_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18539,7 +18676,7 @@ public class SWIGTYPE_p_switch_time_exp_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18569,7 +18706,7 @@ public class SWIGTYPE_p_switch_time_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18599,7 +18736,7 @@ public class SWIGTYPE_p_switch_xml_binding {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18629,7 +18766,7 @@ public class SWIGTYPE_p_time_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18659,7 +18796,7 @@ public class SWIGTYPE_p_unsigned_char {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18689,7 +18826,7 @@ public class SWIGTYPE_p_unsigned_int {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18719,7 +18856,7 @@ public class SWIGTYPE_p_unsigned_long {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18749,7 +18886,7 @@ public class SWIGTYPE_p_unsigned_short {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18779,7 +18916,7 @@ public class SWIGTYPE_p_void {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18800,7 +18937,7 @@ public enum switch_abc_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18944,7 +19081,7 @@ public class switch_api_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -18962,7 +19099,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19126,7 +19263,7 @@ public class switch_application_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19206,7 +19343,7 @@ public class switch_app_log : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19226,7 +19363,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19368,7 +19505,7 @@ public class switch_asr_handle : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19624,7 +19761,7 @@ public class switch_asr_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19644,7 +19781,7 @@ public enum switch_audio_col_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19775,7 +19912,7 @@ public class switch_audio_resampler_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19797,7 +19934,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19813,7 +19950,7 @@ public enum switch_bitpack_mode_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -19994,7 +20131,7 @@ public class switch_bitpack_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20010,7 +20147,7 @@ public enum switch_bool_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20081,7 +20218,7 @@ public class switch_cache_db_connection_options_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20140,7 +20277,7 @@ public class switch_cache_db_core_db_options_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20305,7 +20442,7 @@ public class switch_cache_db_handle_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20321,7 +20458,7 @@ public enum switch_cache_db_handle_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20392,7 +20529,7 @@ public class switch_cache_db_native_handle_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20471,7 +20608,7 @@ public class switch_cache_db_odbc_options_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20562,7 +20699,7 @@ public class switch_caller_application : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -20686,7 +20823,7 @@ public class switch_caller_extension : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21083,7 +21220,7 @@ public class switch_caller_profile : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21101,7 +21238,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21179,7 +21316,7 @@ public enum switch_call_cause_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21195,7 +21332,7 @@ public enum switch_call_direction_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21211,7 +21348,7 @@ public enum switch_channel_app_flag_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21232,7 +21369,7 @@ public enum switch_channel_callstate_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21250,7 +21387,7 @@ public enum switch_channel_cap_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21320,7 +21457,7 @@ public enum switch_channel_flag_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21348,7 +21485,7 @@ public enum switch_channel_state_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21504,7 +21641,7 @@ public class switch_channel_timetable : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21628,7 +21765,7 @@ public class switch_chat_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21783,7 +21920,7 @@ public class switch_codec : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21806,7 +21943,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -21896,7 +22033,7 @@ public class switch_codec_fmtp : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22150,7 +22287,7 @@ public class switch_codec_implementation : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22295,7 +22432,7 @@ public class switch_codec_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22354,7 +22491,7 @@ public class switch_codec_settings : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22372,7 +22509,7 @@ public enum switch_codec_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22512,7 +22649,7 @@ public class switch_config : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22603,7 +22740,7 @@ public class switch_console_callback_match : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22673,7 +22810,7 @@ public class switch_console_callback_match_node : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22703,7 +22840,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22945,7 +23082,7 @@ public class switch_core_session_message : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -22962,7 +23099,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23009,7 +23146,7 @@ public enum switch_core_session_message_types_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23112,7 +23249,7 @@ public class switch_core_thread_session : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23231,7 +23368,7 @@ public class switch_core_time_duration : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23355,7 +23492,7 @@ public class switch_dialplan_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23534,7 +23671,7 @@ public class switch_directories : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23549,7 +23686,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23641,7 +23778,7 @@ public class switch_directory_handle : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23809,7 +23946,7 @@ public class switch_directory_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23825,7 +23962,7 @@ public enum switch_dtmf_direction_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23904,7 +24041,7 @@ public class switch_dtmf_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -23922,7 +24059,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24068,7 +24205,7 @@ public class switch_endpoint_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24242,7 +24379,7 @@ public class switch_event : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24257,7 +24394,7 @@ public enum switch_event_flag_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24347,7 +24484,7 @@ public class switch_event_header : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24441,7 +24578,7 @@ public enum switch_event_types_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24472,7 +24609,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -24932,7 +25069,7 @@ public class switch_file_handle : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25142,7 +25279,7 @@ public class switch_file_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25357,7 +25494,7 @@ public class switch_frame : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25381,7 +25518,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25495,7 +25632,7 @@ public class switch_input_args_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25511,7 +25648,7 @@ public enum switch_input_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25703,7 +25840,7 @@ public class switch_io_event_hooks : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25774,7 +25911,7 @@ public class switch_io_event_hook_kill_channel : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25845,7 +25982,7 @@ public class switch_io_event_hook_outgoing_channel : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25916,7 +26053,7 @@ public class switch_io_event_hook_read_frame : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -25987,7 +26124,7 @@ public class switch_io_event_hook_receive_event : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26058,7 +26195,7 @@ public class switch_io_event_hook_receive_message : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26129,7 +26266,7 @@ public class switch_io_event_hook_recv_dtmf : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26200,7 +26337,7 @@ public class switch_io_event_hook_resurrect_session : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26271,7 +26408,7 @@ public class switch_io_event_hook_send_dtmf : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26342,7 +26479,7 @@ public class switch_io_event_hook_state_change : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26413,7 +26550,7 @@ public class switch_io_event_hook_state_run : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26484,7 +26621,7 @@ public class switch_io_event_hook_video_read_frame : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26555,7 +26692,7 @@ public class switch_io_event_hook_video_write_frame : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26626,7 +26763,7 @@ public class switch_io_event_hook_write_frame : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26643,7 +26780,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26835,7 +26972,7 @@ public class switch_io_routines : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26860,7 +26997,7 @@ public enum switch_io_routine_name_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26881,7 +27018,7 @@ public enum switch_ivr_action_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26982,7 +27119,7 @@ public class switch_ivr_dmachine_match : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -26999,7 +27136,7 @@ public enum switch_ivr_menu_flags {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27016,7 +27153,7 @@ public enum switch_ivr_option_enum_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27195,7 +27332,7 @@ public class switch_limit_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27297,7 +27434,7 @@ public class switch_loadable_module_function_table_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27542,7 +27679,7 @@ public class switch_loadable_module_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27575,7 +27712,7 @@ public enum switch_log_level_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27716,7 +27853,7 @@ public class switch_log_node_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27733,7 +27870,7 @@ public enum switch_management_action_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27857,7 +27994,7 @@ public class switch_management_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27882,7 +28019,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27906,7 +28043,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27922,7 +28059,7 @@ public enum switch_module_flag_enum_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27950,7 +28087,7 @@ public enum switch_module_interface_name_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27970,7 +28107,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -27987,7 +28124,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28004,7 +28141,7 @@ public enum switch_priority_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28021,7 +28158,7 @@ public enum switch_ring_ready_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28120,7 +28257,7 @@ public class switch_rtcp_hdr_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28189,7 +28326,7 @@ public class switch_rtcp_numbers_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28201,13 +28338,16 @@ public enum switch_rtp_bug_flag_t {
   RTP_BUG_NONE = 0,\r
   RTP_BUG_CISCO_SKIP_MARK_BIT_2833 = (1 << 0),\r
   RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833 = (1 << 1),\r
-  RTP_BUG_IGNORE_MARK_BIT = (1 << 2)\r
+  RTP_BUG_IGNORE_MARK_BIT = (1 << 2),\r
+  RTP_BUG_SEND_LINEAR_TIMESTAMPS = (1 << 3),\r
+  RTP_BUG_START_SEQ_AT_ZERO = (1 << 4),\r
+  RTP_BUG_NEVER_SEND_MARKER = (1 << 5)\r
 }\r
 \r
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28224,7 +28364,7 @@ public enum switch_rtp_crypto_direction_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28327,7 +28467,7 @@ public class switch_rtp_crypto_key : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28345,7 +28485,7 @@ public enum switch_rtp_crypto_key_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28391,7 +28531,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28408,7 +28548,7 @@ public enum switch_rtp_flush_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28547,7 +28687,7 @@ public class switch_rtp_hdr_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28704,7 +28844,7 @@ public class switch_rtp_numbers_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28786,7 +28926,7 @@ public class switch_rtp_stats_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28865,7 +29005,7 @@ public class switch_say_args_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -28882,7 +29022,7 @@ public enum switch_say_gender_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29006,7 +29146,7 @@ public class switch_say_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29024,7 +29164,7 @@ public enum switch_say_method_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29057,7 +29197,7 @@ public enum switch_say_type_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29075,7 +29215,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29185,7 +29325,7 @@ public class switch_scheduler_task : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29225,7 +29365,7 @@ public enum switch_session_ctl_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29243,7 +29383,7 @@ public enum switch_signal_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29265,7 +29405,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29492,7 +29632,7 @@ public class switch_speech_handle : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29693,7 +29833,7 @@ public class switch_speech_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29710,7 +29850,7 @@ public enum switch_stack_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29725,7 +29865,7 @@ public enum switch_state_handler_flag_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29751,7 +29891,7 @@ public enum switch_state_handler_name_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29953,7 +30093,7 @@ public class switch_state_handler_table : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -29989,7 +30129,7 @@ public enum switch_status_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30141,7 +30281,7 @@ public class switch_stream_handle : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30330,7 +30470,7 @@ public class switch_t38_options_t : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30348,7 +30488,7 @@ public enum switch_text_channel_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30494,7 +30634,7 @@ public class switch_timer : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30509,7 +30649,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30529,7 +30669,7 @@ public enum switch_timer_func_name_t {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30708,7 +30848,7 @@ public class switch_timer_interface : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30925,7 +31065,7 @@ public class switch_unicast_conninfo : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30943,7 +31083,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30960,7 +31100,7 @@ public enum switch_uri_flags {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -30978,7 +31118,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -31153,7 +31293,7 @@ public class switch_xml : IDisposable {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r
@@ -31171,7 +31311,7 @@ namespace FreeSWITCH.Native {
 }\r
 /* ----------------------------------------------------------------------------\r
  * This file was automatically generated by SWIG (http://www.swig.org).\r
- * Version 2.0.0\r
+ * Version 2.0.1\r
  *\r
  * Do not make changes to this file unless you know what you are doing--modify\r
  * the SWIG interface file instead.\r