Fixed PSTN answer phone reset, version up
This commit is contained in:
parent
deafdc34c7
commit
fdbeb83ab6
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,7 @@ source/bforce/expression.c
|
|||||||
source/config.log
|
source/config.log
|
||||||
source/config.status
|
source/config.status
|
||||||
source/include/config.h
|
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();
|
rc = session();
|
||||||
|
|
||||||
if( (inetd != 0) && (state.inet = FALSE) )
|
if( (inetd == 0) && (state.inet == FALSE) )
|
||||||
{
|
{
|
||||||
port_deinit(0, &oldtio);
|
port_deinit(0, &oldtio);
|
||||||
port_close();
|
port_close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user