}
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_time_calibrate_clock() {
+ switch_time_calibrate_clock();
+}
+
+
SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_timer_next(void * jarg1) {
int jresult ;
switch_timer_t *arg1 = (switch_timer_t *) 0 ;
}
+SWIGEXPORT void SWIGSTDCALL CSharp_switch_console_save_history() {
+ switch_console_save_history();
+}
+
+
SWIGEXPORT int SWIGSTDCALL CSharp_switch_toupper(int jarg1) {
int jresult ;
int arg1 ;
return ret;
}
+ public static void switch_time_calibrate_clock() {
+ freeswitchPINVOKE.switch_time_calibrate_clock();
+ }
+
public static switch_status_t switch_core_timer_next(switch_timer timer) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_timer_next(switch_timer.getCPtr(timer));
return ret;
freeswitchPINVOKE.switch_console_sort_matches(switch_console_callback_match.getCPtr(matches));
}
+ public static void switch_console_save_history() {
+ freeswitchPINVOKE.switch_console_save_history();
+ }
+
public static int switch_toupper(int c) {
int ret = freeswitchPINVOKE.switch_toupper(c);
return ret;
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_timer_init")]
public static extern int switch_core_timer_init(HandleRef jarg1, string jarg2, int jarg3, int jarg4, HandleRef jarg5);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_time_calibrate_clock")]
+ public static extern void switch_time_calibrate_clock();
+
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_timer_next")]
public static extern int switch_core_timer_next(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_console_sort_matches")]
public static extern void switch_console_sort_matches(HandleRef jarg1);
+ [DllImport("mod_managed", EntryPoint="CSharp_switch_console_save_history")]
+ public static extern void switch_console_save_history();
+
[DllImport("mod_managed", EntryPoint="CSharp_switch_toupper")]
public static extern int switch_toupper(int jarg1);
SCF_RESTART = (1 << 4),
SCF_SHUTDOWN_REQUESTED = (1 << 5),
SCF_USE_AUTO_NAT = (1 << 6),
- SCF_EARLY_HANGUP = (1 << 7)
+ SCF_EARLY_HANGUP = (1 << 7),
+ SCF_CALIBRATE_CLOCK = (1 << 8),
+ SCF_USE_COND_TIMING = (1 << 9),
+ SCF_USE_CLOCK_RT = (1 << 10)
}
}
SCSC_SEND_SIGHUP,
SCSC_DEBUG_LEVEL,
SCSC_FLUSH_DB_HANDLES,
- SCSC_SHUTDOWN_NOW
+ SCSC_SHUTDOWN_NOW,
+ SCSC_CALIBRATE_CLOCK,
+ SCSC_SAVE_HISTORY,
+ SCSC_CRASH
}
}