mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 11:29:48 +00:00
mod_gsmopen fix complier errors windows
This commit is contained in:
parent
e95dd61616
commit
36b840543d
@ -1664,7 +1664,7 @@ int gsmopen_serial_read_AT(private_t *tech_pvt, int look_for_ack, int timeout_us
|
|||||||
}
|
}
|
||||||
catch(...) {
|
catch(...) {
|
||||||
ERRORA("GsmException\n", GSMOPEN_P_LOG);
|
ERRORA("GsmException\n", GSMOPEN_P_LOG);
|
||||||
sleep(5);
|
gsmopen_sleep(5000);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1720,7 +1720,7 @@ int gsmopen_serial_read_AT(private_t *tech_pvt, int look_for_ack, int timeout_us
|
|||||||
}
|
}
|
||||||
catch(...) {
|
catch(...) {
|
||||||
ERRORA("GsmException\n", GSMOPEN_P_LOG);
|
ERRORA("GsmException\n", GSMOPEN_P_LOG);
|
||||||
sleep(5);
|
gsmopen_sleep(5000);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user