Ver Fonte

misc/examples/kemi: fix another small copy and paste error

Henning Westerholt há 6 anos atrás
pai
commit
6147bfe28d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      misc/examples/kemi/kamailio-basic-kemi.cfg

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi.cfg

@@ -407,7 +407,7 @@ cfgengine "sqlang"
 
 #!ifdef WITH_CFGRUBY
 modparam("app_ruby", "load", "/usr/local/etc/kamailio/kamailio-basic-kemi-ruby.rb")
-cfgengine "sqlang"
+cfgengine "ruby"
 #!else
 cfgengine "native"
 include_file "/usr/local/etc/kamailio/kamailio-basic-kemi-native.cfg"