Skip to content

Commit

Permalink
misc/examples: fixed typo in kemi js example
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 6, 2017
1 parent 37a2dc0 commit 0e84e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/examples/kemi/kamailio-basic-kemi-jsdt.js
Expand Up @@ -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
Expand Down

0 comments on commit 0e84e7b

Please sign in to comment.