Fixed PSTN answer phone reset, version up

master
Alexey Khromov 1 month ago
parent deafdc34c7
commit fdbeb83ab6

2
.gitignore vendored

@ -6,7 +6,7 @@ source/bforce/expression.c
source/config.log
source/config.status
source/include/config.h
bforce.geany

@ -1 +1 @@
0.24.1
0.24.2

@ -117,7 +117,7 @@ int answ_system(e_session type, char *connstr, int inetd)
rc = session();
if( (inetd != 0) && (state.inet = FALSE) )
if( (inetd == 0) && (state.inet == FALSE) )
{
port_deinit(0, &oldtio);
port_close();

Loading…
Cancel
Save