== AsteriskSource/QueueCdr == * queue report ¸¦ À§ÇÑ º¯ÇüÀÛ¾÷ * qcdr * ÇÊ¿äÇÑ function Àº main/cdr.c ¿¡ ÷°¡ÇÑ´Ù. * ÇÊ¿äÇÑ µ¥ÀÌŸ ±¸Á¶´Â include/asterisk/cdr.h ¿¡ ÷°¡ÇÑ´Ù. * queue.conf ¿¡ qcdr º¯¼ö¸¦ Ãß°¡ÇÑ´Ù. * asterisk14-addons ÀÇ cdr µð·ºÅ丮¿¡ qcdr_addon_mysql.c ¸¦ Ãß°¡ÇÑ´Ù. * ÇÊ¿äÇÑ function * ast_qcdr_alloc * ast_qcdr_init * ast_qcdr_post * ast_qcdr_free * ÇÊ¿äÇÑ µ¥ÀÌŸ ±¸Á¶ * ast_qcdr * char queuename[80]; * char membername[80]; * struct timeval enterqueue; * struct timeval agentcalled; * struct timeval lastagentcalled; * struct timeval leavequeue; * struct timeval agentconnect; * struct timeval agentcomplete; * long int disposition; * struct timeval cdrstart; * char uniqueid[32]; * cdr °ú ¿¬°èÇϱâ À§ÇØ cdr ÀÇ start ¿Í uniqueid °¡ ÇÊ¿äÇÔ. * °á°úÀûÀ¸·Î cdr ÀÌ ¼³Á¤µÇ¾î ÀÖÀ»¶§¸¸ qcdr ÀÌ ¼³Á¤µÇ´Â °ÍÀ¸·Î ÇØ¾ß ÇÒ °ÍÀÓ.