[sr-dev] git:master:0e84e7b1: misc/examples: fixed typo in kemi js example

GitHub noreply at github.com
Sat May 6 07:52:48 CEST 2017


Module: kamailio
Branch: master
Commit: 0e84e7b13fa934f47d1c68a2b040109db473e082
URL: https://github.com/kamailio/kamailio/commit/0e84e7b13fa934f47d1c68a2b040109db473e082

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2017-05-06T07:52:43+02:00

misc/examples: fixed typo in kemi js example

---

Modified: misc/examples/kemi/kamailio-basic-kemi-jsdt.js

---

Diff:  https://github.com/kamailio/kamailio/commit/0e84e7b13fa934f47d1c68a2b040109db473e082.diff
Patch: https://github.com/kamailio/kamailio/commit/0e84e7b13fa934f47d1c68a2b040109db473e082.patch

---

diff --git a/misc/examples/kemi/kamailio-basic-kemi-jsdt.js b/misc/examples/kemi/kamailio-basic-kemi-jsdt.js
index 733b759..f215176 100644
--- a/misc/examples/kemi/kamailio-basic-kemi-jsdt.js
+++ b/misc/examples/kemi/kamailio-basic-kemi-jsdt.js
@@ -335,7 +335,7 @@ function ksr_route_sipout()
 
 	KSR.hdr.append_hf("P-Hint: outbound\r\n");
 	ksr_route_relay();
-	KSR.xexit();;
+	KSR.x.exit();
 }
 
 // Manage outgoing branches




More information about the sr-dev mailing list