}\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
}\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
}\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
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
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
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
[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
[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
[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
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
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