Deactivate timer for dialing entered number on hook switch hang up.


			
			
				certified/11.2
			
			
		
Igor Goncharovskiy 13 years ago
parent 95ac8f4743
commit f9c3585d73

@ -4449,6 +4449,7 @@ static void process_request(int size, unsigned char *buf, struct unistimsession
} else if (pte->state == STATE_EXTENSION) {
return;
} else {
pte->device->nextdial = 0;
show_main_page(pte);
}
return;

Loading…
Cancel
Save