Only call the update once

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 21 years ago
parent 9286f2c6d3
commit 49257bafbc

@ -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) {

Loading…
Cancel
Save