]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apps/app_dial: Fix Dial 'z' option
authorMatthew Jordan <mjordan@digium.com>
Sun, 17 Aug 2014 23:07:06 +0000 (23:07 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 17 Aug 2014 23:07:06 +0000 (23:07 +0000)
commita640d70ae83f3981f3a9105ba931d083f1cefb60
tree92bd654c758f36e4e08dd56958d4999f986fe701
parent1969d911fee3e03d469f7a0a18cdd4bfa799fcaf
apps/app_dial: Fix Dial 'z' option

The 'z' option is supposed to disable the dial timeout in the case of a call
forward. Unfortunately, the wrong timeout timer was passed to the do_forward
function, resulting in the option not working.

ASTERISK-24225 #close
Reported by: dimitripietro
Tested by: dimitripietro
patches:
  jira_asterisk_24225_v1.8.patch uploaded by rmudgett (License 5621)
  jira_asterisk_24225_v11.patch uploaded by rmudgett (License 5621)
........

Merged revisions 421232 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@421233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c