Correctly handle call flow with outgoing queue, avoiding retries while call acti

ve (bug #1018)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-03-20 21:13:12 +00:00
parent 4ba3ced42f
commit 79668f0624
3 changed files with 50 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ extern int fully_booted;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
extern int ast_mainpid;
#define VERBOSE_PREFIX_1 " "
#define VERBOSE_PREFIX_2 " == "