Merged revisions 134758 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Thu, 31 Jul 2008 16:05:12 +0000 (16:05 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 31 Jul 2008 16:05:12 +0000 (16:05 +0000)
commit95ab87a07d6bf5957bddb201a9cdceded9259d5e
tree6286b48ff6fcbf3e247c4574bf45faf5a6842fe8
parent68eaf774cc73f5305933c5d599f47cb3a38294e3
Merged revisions 134758 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r134758 | mmichelson | 2008-07-31 10:56:18 -0500 (Thu, 31 Jul 2008) | 16 lines

Add more timeout checks into app_queue, specifically
targeting areas where an unknown and potentially
long time has just elapsed. Also added a check
to try_calling() to return early if the timeout
has elapsed instead of potentially setting a negative
timeout for the call (thus making it have *no* timeout
at all).

(closes issue #13186)
Reported by: miquel_cabrespina
Patches:
      13186.diff uploaded by putnopvut (license 60)
Tested by: miquel_cabrespina

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134759 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c