|
@@ -84,9 +84,10 @@ struct module_exports exports= {
|
|
*/
|
|
*/
|
|
static int mod_init(void)
|
|
static int mod_init(void)
|
|
{
|
|
{
|
|
- LM_DBG("...\n");
|
|
|
|
bind_pua_t bind_pua;
|
|
bind_pua_t bind_pua;
|
|
|
|
|
|
|
|
+ LM_DBG("...\n");
|
|
|
|
+
|
|
if(register_mi_mod(exports.name, mi_cmds)!=0)
|
|
if(register_mi_mod(exports.name, mi_cmds)!=0)
|
|
{
|
|
{
|
|
LM_ERR("failed to register MI commands\n");
|
|
LM_ERR("failed to register MI commands\n");
|