one we already have
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6239
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_log(LOG_DEBUG, "%s is trying to call a queue member.\n",
qe->chan->name);
ast_copy_string(queuename, qe->parent->name, sizeof(queuename));
- time(&now);
cur = qe->parent->members;
if (!ast_strlen_zero(qe->announce))
announce = qe->announce;
if (!res2 && qe->parent->reportholdtime) {
if (!play_file(peer, qe->parent->sound_reporthold)) {
int holdtime;
- time_t now;
time(&now);
holdtime = abs((now - qe->start) / 60);