<div dir="ltr">Hello,<div><br></div><div>I want to use ARI node client library to initiate a call, i'm using the sample code</div><div>from the ari example 'bridge-move.js', the code is running fine.</div><div><a href="https://wiki.asterisk.org/wiki/display/AST/ARI+and+Bridges%3A+Bridge+Operations#ARIandBridges:BridgeOperations-bridge-move.js">https://wiki.asterisk.org/wiki/display/AST/ARI+and+Bridges%3A+Bridge+Operations#ARIandBridges:BridgeOperations-bridge-move.js</a><br></div><div>But now before initiating the call, I want to be able to add a 'Route' header in</div><div>the outgoing call placed, I'm trying to achieve it by adding a channel variable, it seems</div><div>that it isn't working, I don't see any route header added in the outgoing INVITE.</div><div><br></div><div>This is my code in the originate function:</div><div>channel.setChannelVar({variable : "SIPADDHEADER", value : "Route : <a href="mailto:nbansal@iptel.org">nbansal@iptel.org</a>"});</div><div><br></div><div>I'm not even sure if this is the right way to define a channel variable.</div><div>Any suggestion on how I can get this working.</div><div><br></div><div>Thanks,</div><div>Nitesh</div><div><br></div></div>