--- asterisk-1.4.19/apps/app_queue.c 2008-04-04 01:48:09.000000000 +0800 +++ asterisk-1.4.19-jp/apps/app_queue.c 2008-04-04 01:46:51.000000000 +0800 @@ -2253,6 +2253,7 @@ case AST_CONTROL_RINGING: if (option_verbose > 2) ast_verbose( VERBOSE_PREFIX_3 "%s is ringing\n", o->chan->name); + ast_queue_log(qe->parent->name, in->uniqueid, membername, "RINGING", "%s", ""); break; case AST_CONTROL_OFFHOOK: /* Ignore going off hook */