Skip to content

Commit

Permalink
misc:kemi_lua append_hf to append
Browse files Browse the repository at this point in the history
  • Loading branch information
surendratiwari3 committed May 5, 2018
1 parent 4bfcbc1 commit 5ceb3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/examples/kemi/kamailio-basic-kemi-lua.lua
Expand Up @@ -325,7 +325,7 @@ end
function ksr_route_sipout()
if KSR.is_myself(KSR.pv.get("$ru")) then return 1; end

KSR.hdr.append_hf("P-Hint: outbound\r\n");
KSR.hdr.append("P-Hint: outbound\r\n");
ksr_route_relay();
KSR.x.exit();
end
Expand Down

0 comments on commit 5ceb3b8

Please sign in to comment.