Browse Source

misc/examples/kemi: fixed copy&paste error with type of language

Daniel-Constantin Mierla 6 years ago
parent
commit
98e6d1a6f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/examples/kemi/kamailio-basic-kemi-jsdt.js

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-jsdt.js

@@ -18,7 +18,7 @@ var FLB_NATSIPPING=7
 function ksr_request_route()
 function ksr_request_route()
 {
 {
 	// KSR.sl.sl_send_reply(100,"Intelligent trying");
 	// KSR.sl.sl_send_reply(100,"Intelligent trying");
-	// KSR.info("===== request - from kamailio lua script\n");
+	// KSR.info("===== request - from kamailio javascript script\n");
 
 
 	// per request initial checks
 	// per request initial checks
 	ksr_route_reqinit();
 	ksr_route_reqinit();