mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Only call the update once
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1028,7 +1028,6 @@ static int try_calling(struct queue_ent *qe, char *options, char *announceoverri
|
||||
/* Update parameters for the queue */
|
||||
recalc_holdtime(qe);
|
||||
member = lpeer->member;
|
||||
update_queue(qe->parent, member);
|
||||
hanguptree(outgoing, peer);
|
||||
outgoing = NULL;
|
||||
if (announce) {
|
||||
|
Reference in New Issue
Block a user