TMXR: Return modem Ring signal only for connected lines
Ring indicates an incoming call and should preceded carrier coming up, it shouldn't persist beyond the initial call/session setup.
This commit is contained in:
parent
09109d2186
commit
7b3e63aa75
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ if ((lp->sock) || (lp->serport) || (lp->loopback)) {
|
|||
incoming_state |= TMXR_MDM_DCD;
|
||||
}
|
||||
else
|
||||
incoming_state = TMXR_MDM_RNG | TMXR_MDM_DCD | TMXR_MDM_DSR;
|
||||
incoming_state = TMXR_MDM_DCD | TMXR_MDM_DSR;
|
||||
}
|
||||
else
|
||||
if ((lp->master) || (lp->mp && lp->mp->master) ||
|
||||
|
|
Loading…
Add table
Reference in a new issue