mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 05:48:54 +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 */
|
/* Update parameters for the queue */
|
||||||
recalc_holdtime(qe);
|
recalc_holdtime(qe);
|
||||||
member = lpeer->member;
|
member = lpeer->member;
|
||||||
update_queue(qe->parent, member);
|
|
||||||
hanguptree(outgoing, peer);
|
hanguptree(outgoing, peer);
|
||||||
outgoing = NULL;
|
outgoing = NULL;
|
||||||
if (announce) {
|
if (announce) {
|
||||||
|
|||||||
Reference in New Issue
Block a user