Fixed PSTN answer phone reset, version up

This commit is contained in:
zx
2024-05-20 21:39:50 +03:00
parent deafdc34c7
commit fdbeb83ab6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
0.24.1
0.24.2
+1 -1
View File
@@ -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();