Skip to content
Snippets Groups Projects
Commit bbe680fd authored by rswindell's avatar rswindell
Browse files

Raise DTR is wait_for_call(), even for live connections.

parent c45495b4
No related branches found
No related tags found
No related merge requests found
...@@ -722,10 +722,11 @@ BOOL wait_for_call(HANDLE com_handle) ...@@ -722,10 +722,11 @@ BOOL wait_for_call(HANDLE com_handle)
ZERO_VAR(cid_name); ZERO_VAR(cid_name);
ZERO_VAR(cid_number); ZERO_VAR(cid_number);
comRaiseDTR(com_handle);
if(com_alreadyconnected) if(com_alreadyconnected)
return TRUE; return TRUE;
comRaiseDTR(com_handle);
if(!mdm_null) { if(!mdm_null) {
if(mdm_init[0]) { if(mdm_init[0]) {
lprintf(LOG_INFO,"Initializing modem:"); lprintf(LOG_INFO,"Initializing modem:");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment