]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
vs2010 reswig
authorJeff Lenk <jeff@jefflenk.com>
Thu, 24 Mar 2011 18:15:54 +0000 (13:15 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 24 Mar 2011 18:15:54 +0000 (13:15 -0500)
src/mod/languages/mod_managed/freeswitch_wrap.2010.cxx
src/mod/languages/mod_managed/managed/swig.2010.cs

index fdf2c5f08d6ed915a9c84abdc095797464963f25..e08ed5c253651897a6a779a0d5270e6d32a947f1 100644 (file)
@@ -9315,6 +9315,16 @@ SWIGEXPORT int SWIGSTDCALL CSharp_set_high_priority() {
 }\r
 \r
 \r
+SWIGEXPORT int SWIGSTDCALL CSharp_set_normal_priority() {\r
+  int jresult ;\r
+  int32_t result;\r
+  \r
+  result = (int32_t)set_normal_priority();\r
+  jresult = result; \r
+  return jresult;\r
+}\r
+\r
+\r
 SWIGEXPORT int SWIGSTDCALL CSharp_change_user_group(char * jarg1, char * jarg2) {\r
   int jresult ;\r
   char *arg1 = (char *) 0 ;\r
@@ -9638,6 +9648,14 @@ SWIGEXPORT void SWIGSTDCALL CSharp_switch_time_set_monotonic(int jarg1) {
 }\r
 \r
 \r
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_time_set_timerfd(int jarg1) {\r
+  switch_bool_t arg1 ;\r
+  \r
+  arg1 = (switch_bool_t)jarg1; \r
+  switch_time_set_timerfd(arg1);\r
+}\r
+\r
+\r
 SWIGEXPORT void SWIGSTDCALL CSharp_switch_time_set_nanosleep(int jarg1) {\r
   switch_bool_t arg1 ;\r
   \r
@@ -23128,6 +23146,14 @@ SWIGEXPORT void SWIGSTDCALL CSharp_switch_channel_set_caller_extension(void * ja
 }\r
 \r
 \r
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_channel_flip_cid(void * jarg1) {\r
+  switch_channel_t *arg1 = (switch_channel_t *) 0 ;\r
+  \r
+  arg1 = (switch_channel_t *)jarg1; \r
+  switch_channel_flip_cid(arg1);\r
+}\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
index eb6d93531c7d92da1d70b487ae0765d4573f5653..42ae909ebfae98fb16122b96bd9bbdb197d3d60b 100644 (file)
@@ -2134,6 +2134,11 @@ public class freeswitch {
     return ret;\r
   }\r
 \r
+  public static int set_normal_priority() {\r
+    int ret = freeswitchPINVOKE.set_normal_priority();\r
+    return ret;\r
+  }\r
+\r
   public static int change_user_group(string user, string group) {\r
     int ret = freeswitchPINVOKE.change_user_group(user, group);\r
     return ret;\r
@@ -2275,6 +2280,10 @@ public class freeswitch {
     freeswitchPINVOKE.switch_time_set_monotonic((int)enable);\r
   }\r
 \r
+  public static void switch_time_set_timerfd(switch_bool_t enable) {\r
+    freeswitchPINVOKE.switch_time_set_timerfd((int)enable);\r
+  }\r
+\r
   public static void switch_time_set_nanosleep(switch_bool_t enable) {\r
     freeswitchPINVOKE.switch_time_set_nanosleep((int)enable);\r
   }\r
@@ -3415,6 +3424,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_flip_cid(SWIGTYPE_p_switch_channel channel) {\r
+    freeswitchPINVOKE.switch_channel_flip_cid(SWIGTYPE_p_switch_channel.getCPtr(channel));\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
@@ -8068,6 +8081,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_set_high_priority")]\r
   public static extern int set_high_priority();\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_set_normal_priority")]\r
+  public static extern int set_normal_priority();\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_change_user_group")]\r
   public static extern int change_user_group(string jarg1, string jarg2);\r
 \r
@@ -8155,6 +8171,9 @@ class freeswitchPINVOKE {
   [DllImport("mod_managed", EntryPoint="CSharp_switch_time_set_monotonic")]\r
   public static extern void switch_time_set_monotonic(int jarg1);\r
 \r
+  [DllImport("mod_managed", EntryPoint="CSharp_switch_time_set_timerfd")]\r
+  public static extern void switch_time_set_timerfd(int jarg1);\r
+\r
   [DllImport("mod_managed", EntryPoint="CSharp_switch_time_set_nanosleep")]\r
   public static extern void switch_time_set_nanosleep(int jarg1);\r
 \r
@@ -11500,6 +11519,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_flip_cid")]\r
+  public static extern void switch_channel_flip_cid(HandleRef jarg1);\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
@@ -21716,6 +21738,8 @@ public enum switch_channel_flag_t {
   CF_DIALPLAN,\r
   CF_BLOCK_BROADCAST_UNTIL_MEDIA,\r
   CF_CNG_PLC,\r
+  CF_ATTENDED_TRANSFER,\r
+  CF_LAZY_ATTENDED_TRANSFER,\r
   CF_FLAG_MAX\r
 }\r
 \r
@@ -28777,7 +28801,7 @@ namespace FreeSWITCH.Native {
   SWITCH_RTP_FLAG_BREAK = (1 << 10),\r
   SWITCH_RTP_FLAG_UDPTL = (1 << 11),\r
   SWITCH_RTP_FLAG_DATAWAIT = (1 << 12),\r
-  SWITCH_RTP_FLAG_BUGGY_2833 = (1 << 13),\r
+  SWITCH_RTP_FLAG_BYTESWAP = (1 << 13),\r
   SWITCH_RTP_FLAG_PASS_RFC2833 = (1 << 14),\r
   SWITCH_RTP_FLAG_AUTO_CNG = (1 << 15),\r
   SWITCH_RTP_FLAG_SECURE_SEND_RESET = (1 << 16),\r