mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
the time must be initialized for the 'n' option to actually work (bug #4834)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1882,7 +1882,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
|
||||
char *announce = NULL;
|
||||
char digit = 0;
|
||||
time_t callstart;
|
||||
time_t now;
|
||||
time_t now = time(NULL);
|
||||
struct ast_bridge_config bridge_config;
|
||||
char nondataquality = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user