File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/mod/languages/mod_managed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3401,6 +3401,16 @@ SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_SWITCH_MAX_MANAGEMENT_BUFFER
3401
3401
}
3402
3402
3403
3403
3404
+ SWIGEXPORT int SWIGSTDCALL CSharp_FreeSWITCHfNative_SWITCH_RAND_MAX_get___() {
3405
+ int jresult ;
3406
+ int result;
3407
+
3408
+ result = (int)(0x7fff);
3409
+ jresult = result;
3410
+ return jresult;
3411
+ }
3412
+
3413
+
3404
3414
SWIGEXPORT void SWIGSTDCALL CSharp_FreeSWITCHfNative_switch_error_period_t_start_set___(void * jarg1, long long jarg2) {
3405
3415
error_period *arg1 = (error_period *) 0 ;
3406
3416
int64_t arg2 ;
Original file line number Diff line number Diff line change @@ -15184,6 +15184,7 @@ public static switch_status_t dtmf_callback(SWIGTYPE_p_switch_core_session sessi
15184
15184
public static readonly int SWITCH_MAX_STATE_HANDLERS = freeswitchPINVOKE.SWITCH_MAX_STATE_HANDLERS_get();
15185
15185
public static readonly int SWITCH_CORE_QUEUE_LEN = freeswitchPINVOKE.SWITCH_CORE_QUEUE_LEN_get();
15186
15186
public static readonly int SWITCH_MAX_MANAGEMENT_BUFFER_LEN = freeswitchPINVOKE.SWITCH_MAX_MANAGEMENT_BUFFER_LEN_get();
15187
+ public static readonly int SWITCH_RAND_MAX = freeswitchPINVOKE.SWITCH_RAND_MAX_get();
15187
15188
public static readonly int SWITCH_RTP_CNG_PAYLOAD = freeswitchPINVOKE.SWITCH_RTP_CNG_PAYLOAD_get();
15188
15189
public static readonly int SWITCH_MEDIA_TYPE_TOTAL = freeswitchPINVOKE.SWITCH_MEDIA_TYPE_TOTAL_get();
15189
15190
public static readonly int SWITCH_SOCK_INVALID = freeswitchPINVOKE.SWITCH_SOCK_INVALID_get();
@@ -16292,6 +16293,9 @@ static SWIGStringHelper() {
16292
16293
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_SWITCH_MAX_MANAGEMENT_BUFFER_LEN_get___")]
16293
16294
public static extern int SWITCH_MAX_MANAGEMENT_BUFFER_LEN_get();
16294
16295
16296
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_SWITCH_RAND_MAX_get___")]
16297
+ public static extern int SWITCH_RAND_MAX_get();
16298
+
16295
16299
[global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="CSharp_FreeSWITCHfNative_switch_error_period_t_start_set___")]
16296
16300
public static extern void switch_error_period_t_start_set(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
16297
16301
You can’t perform that action at this time.
0 commit comments