瀏覽代碼

misc/examples: fixed typo in sqlang kemi example

Daniel-Constantin Mierla 8 年之前
父節點
當前提交
d268d935a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/examples/kemi/kamailio-basic-kemi-sqlang.sq

+ 1 - 1
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.hdr.append_hf("P-Hint: outbound\r\n");
 	ksr_route_relay();
 	ksr_route_relay();
-	KSR.xexit();;
+	KSR.x.exit();
 }
 }
 
 
 // Manage outgoing branches
 // Manage outgoing branches