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

(closes issue ASTERISK-19554)
Reported by: Stefano Villani



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370067 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Igor Goncharovskiy 2012-07-16 07:38:18 +00:00
parent 95ac8f4743
commit f9c3585d73
1 changed files with 1 additions and 0 deletions

View File

@ -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;