No dial tone trigger waits for long period
Brought to you by:
tpsfadmin
When a no dial tone trigger is received the pager waits a long time before returning and allowing the next page to occurr
Suggested change
else if wParam = NoDialtoneTrig then begin
FConnected := False;
Waiting := False;
FCancelled := True; // add in
FAborted := True; // add in
DoDialStatus(deNoDialTone);
end