浏览代码

changed vm module name from 'voicemail' to 'vm' to avoid confusion.

Raphael Coeffic 22 年之前
父节点
当前提交
192d829a2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/voicemail.cfg

+ 1 - 1
examples/voicemail.cfg

@@ -31,7 +31,7 @@ loadmodule "/home/srouter/sip_router/modules/vm/vm.so"
 	    
 # ----------------- setting module-specific parameters ---------------
 
-modparam("voicemail", "db_url","mysql://ser:heslo@dbhost/ser")
+modparam("vm", "db_url","mysql://ser:heslo@dbhost/ser")
 
 # -------------------------  request routing logic -------------------