]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
vs2010 reswig
authorJeff Lenk <jeff@jefflenk.com>
Wed, 22 Dec 2010 04:20:49 +0000 (22:20 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 22 Dec 2010 04:20:49 +0000 (22:20 -0600)
src/mod/languages/mod_managed/freeswitch_wrap.2010.cxx
src/mod/languages/mod_managed/managed/swig.2010.cs

index 1ad1b16b9a5429e25f6c0308fe67d2dc9bc29a54..6ffeeed5175d5c0b1251dd2740e387ed6f8289f4 100644 (file)
@@ -12406,13 +12406,15 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_is_number(char * jarg1) {
 }\r
 \r
 \r
-SWIGEXPORT char * SWIGSTDCALL CSharp_switch_strip_spaces(char * jarg1) {\r
+SWIGEXPORT char * SWIGSTDCALL CSharp_switch_strip_spaces(char * jarg1, int jarg2) {\r
   char * jresult ;\r
   char *arg1 = (char *) 0 ;\r
+  switch_bool_t arg2 ;\r
   char *result = 0 ;\r
   \r
   arg1 = (char *)jarg1; \r
-  result = (char *)switch_strip_spaces((char const *)arg1);\r
+  arg2 = (switch_bool_t)jarg2; \r
+  result = (char *)switch_strip_spaces(arg1,arg2);\r
   jresult = SWIG_csharp_string_callback((const char *)result); \r
   return jresult;\r
 }\r
@@ -22969,6 +22971,16 @@ SWIGEXPORT void SWIGSTDCALL CSharp_switch_channel_set_caller_extension(void * ja
 }\r
 \r
 \r
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_channel_sort_cid(void * jarg1, int jarg2) {\r
+  switch_channel_t *arg1 = (switch_channel_t *) 0 ;\r
+  switch_bool_t arg2 ;\r
+  \r
+  arg1 = (switch_channel_t *)jarg1; \r
+  arg2 = (switch_bool_t)jarg2; \r
+  switch_channel_sort_cid(arg1,arg2);\r
+}\r
+\r
+\r
 SWIGEXPORT void * SWIGSTDCALL CSharp_switch_channel_get_caller_extension(void * jarg1) {\r
   void * jresult ;\r
   switch_channel_t *arg1 = (switch_channel_t *) 0 ;\r
@@ -28310,6 +28322,20 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_activate_jitter_buffer(void * jarg1
 }\r
 \r
 \r
+SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_debug_jitter_buffer(void * jarg1, char * jarg2) {\r
+  int jresult ;\r
+  switch_rtp_t *arg1 = (switch_rtp_t *) 0 ;\r
+  char *arg2 = (char *) 0 ;\r
+  switch_status_t result;\r
+  \r
+  arg1 = (switch_rtp_t *)jarg1; \r
+  arg2 = (char *)jarg2; \r
+  result = (switch_status_t)switch_rtp_debug_jitter_buffer(arg1,(char const *)arg2);\r
+  jresult = result; \r
+  return jresult;\r
+}\r
+\r
+\r
 SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_deactivate_jitter_buffer(void * jarg1) {\r
   int jresult ;\r
   switch_rtp_t *arg1 = (switch_rtp_t *) 0 ;\r
index 4b9ce71e605d8e581ae69015eeefed8d3f8bdad4..d0d09b612141548b239548aca7099e58e237c326 100644 (file)
@@ -2877,8 +2877,8 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
-  public static string switch_strip_spaces(string str) {\r
-    string ret = freeswitchPINVOKE.switch_strip_spaces(str);\r
+  public static string switch_strip_spaces(string str, switch_bool_t dup) {\r
+    string ret = freeswitchPINVOKE.switch_strip_spaces(str, (int)dup);\r
     return ret;\r
   }\r
 \r
@@ -3328,6 +3328,10 @@ public class freeswitch {
     freeswitchPINVOKE.switch_channel_set_caller_extension(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_caller_extension.getCPtr(caller_extension));\r
   }\r
 \r
+  public static void switch_channel_sort_cid(SWIGTYPE_p_switch_channel channel, switch_bool_t arg1) {\r
+    freeswitchPINVOKE.switch_channel_sort_cid(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)arg1);\r
+  }\r
+\r
   public static switch_caller_extension switch_channel_get_caller_extension(SWIGTYPE_p_switch_channel channel) {\r
     IntPtr cPtr = freeswitchPINVOKE.switch_channel_get_caller_extension(SWIGTYPE_p_switch_channel.getCPtr(channel));\r
     switch_caller_extension ret = (cPtr == IntPtr.Zero) ? null : new switch_caller_extension(cPtr, false);\r
@@ -4645,6 +4649,11 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
+  public static switch_status_t switch_rtp_debug_jitter_buffer(SWIGTYPE_p_switch_rtp rtp_session, string name) {\r
+    switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_debug_jitter_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), name);\r
+    return ret;\r
+  }\r
+\r
   public static switch_status_t switch_rtp_deactivate_jitter_buffer(SWIGTYPE_p_switch_rtp rtp_session) {\r
     switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_deactivate_jitter_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));\r
     return ret;\r
@@ -8661,7 +8670,7 @@ class freeswitchPINVOKE {
   public static extern int switch_is_number(string jarg1);\r
 \r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_strip_spaces")]\r
-  public static extern string switch_strip_spaces(string jarg1);\r
+  public static extern string switch_strip_spaces(string jarg1, int jarg2);\r
 \r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_strip_whitespace")]\r
   public static extern string switch_strip_whitespace(string jarg1);\r
@@ -11327,6 +11336,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_set_caller_extension")]\r
   public static extern void switch_channel_set_caller_extension(HandleRef jarg1, HandleRef jarg2);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_sort_cid")]\r
+  public static extern void switch_channel_sort_cid(HandleRef jarg1, int jarg2);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_channel_get_caller_extension")]\r
   public static extern IntPtr switch_channel_get_caller_extension(HandleRef jarg1);\r
 \r
@@ -12455,6 +12467,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_activate_jitter_buffer")]\r
   public static extern int switch_rtp_activate_jitter_buffer(HandleRef jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_debug_jitter_buffer")]\r
+  public static extern int switch_rtp_debug_jitter_buffer(HandleRef jarg1, string jarg2);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_rtp_deactivate_jitter_buffer")]\r
   public static extern int switch_rtp_deactivate_jitter_buffer(HandleRef jarg1);\r
 \r
@@ -21563,6 +21578,7 @@ public enum switch_channel_flag_t {
   CF_BRIDGE_NOWRITE,\r
   CF_RECOVERED,\r
   CF_JITTERBUFFER,\r
+  CF_DIALPLAN,\r
   CF_FLAG_MAX\r
 }\r
 \r