Fixed PSTN answer phone reset, version up
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user