Module: kamailio Branch: master Commit: d268d935a4e1e92389ef1c7299f83933c23e6d91 URL: https://github.com/kamailio/kamailio/commit/d268d935a4e1e92389ef1c7299f83933c23e6d91
Author: Daniel-Constantin Mierla <[email protected]> Committer: GitHub <[email protected]> Date: 2017-05-06T08:10:44+02:00 misc/examples: fixed typo in sqlang kemi example --- Modified: misc/examples/kemi/kamailio-basic-kemi-sqlang.sq --- Diff: https://github.com/kamailio/kamailio/commit/d268d935a4e1e92389ef1c7299f83933c23e6d91.diff Patch: https://github.com/kamailio/kamailio/commit/d268d935a4e1e92389ef1c7299f83933c23e6d91.patch --- diff --git a/misc/examples/kemi/kamailio-basic-kemi-sqlang.sq b/misc/examples/kemi/kamailio-basic-kemi-sqlang.sq index e3c82f9..9eda6a9 100644 --- a/misc/examples/kemi/kamailio-basic-kemi-sqlang.sq +++ b/misc/examples/kemi/kamailio-basic-kemi-sqlang.sq @@ -336,7 +336,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 _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
