Asterisk res_config_mysql module is missing(星号 res_config_mysql 模块丢失)
问题描述
我已经安装了 asterisk 最新包并使用 mysql DB 进行实时模拟.但在 CLI 中我收到错误:
I have installed asterisk latest package and using mysql DB for realtime simulation. But in the CLI i am getting the error:
config.c:2444 find_engine: Realtime mapping for 'sippeers' found to engine 'mysql', but the engine is not available
在执行命令 MODULE LOAD RES_CONFIG_MYSQL 时,我收到以下消息.
and while executing command MODULE LOAD RES_CONFIG_MYSQL i am getting the following message.
loader.c:918 load_resource: Module 'RES_CONFIG_MYSQL' could not be loaded.
我的机器是 linux mint 16.64 位.
My machine is with linux mint 16. 64 bit.
推荐答案
如果你有 <1.4 版本,你已经下载了 asterisk-addons 并编译它
If you have version <1.4 you have download asterisk-addons and compile it too
否则你必须做make menuconfig
在制作和选择mysql插件之前
before make and select mysql addon
这篇关于星号 res_config_mysql 模块丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:星号 res_config_mysql 模块丢失
基础教程推荐
- 带更新的 sqlite CTE 2022-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
