From cb6219ef7ac53fffb1f83533aa0ebb12f00f5b61 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Fri, 21 Dec 2007 15:45:14 +0000 Subject: Fixing Portuguese syntax for saying dates and times. Also some coding guidelines cleanup. (closes issue #11599, reported and patched by caio1982, coding guidelines cleanup by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@94420 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_queue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/app_queue.c b/apps/app_queue.c index 159bdda65..36f9c4b27 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2079,6 +2079,7 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte break; /* On "ringall" strategy we only move to the next penalty level when *all* ringing phones are done in the current penalty level */ + ast_log(LOG_DEBUG, "I actually hit this...\n"); ring_one(qe, outgoing, &numbusies); /* and retry... */ } -- cgit v1.2.3