摘要: Queue(队列) 1、函数介绍 Queue()函数底层通过app_queue.c中queue_exec函数实现。 static char *app = "Queue"; err |= ast_register_application_xml(app, queue_exec); static int 阅读全文
posted @ 2022-01-05 17:43 _Monk 阅读(245) 评论(0) 推荐(0)