<div dir="ltr"><div><div><div>Hello Alex,<br></div>I used your guide in my lua script but in tcpdump and fs_cli, i can find no new headers set.<br></div>This is my lua code:<br><br>#!/usr/bin/lua <br>require(&quot;ESL&quot;)<br>

local command = &#39;originate {ignore_early_media=true,originate_timeout=60}user/<a href="mailto:1000@192.168.1.5">1000@192.168.1.5</a> &amp;playback(/usr/local/freeswitch/scripts/HelloWorld.wav)&#39;;<br>local args = table.concat({}, &quot; &quot;);<br>

local con = ESL.ESLconnection(&quot;localhost&quot;, &quot;8021&quot;, &quot;ClueCon&quot;);<br>con:execute(&quot;set&quot;, &quot;sip_h_X-Token=abc123&quot;);<br>con:execute(&quot;set&quot;, &quot;X-Token=abc123&quot;);<br>

con:execute(&quot;set&quot;, &quot;&lt;![CDATA[sip_h_P-Charge-Info=&lt;sip:${caller_id_number}@${domain_name}&gt;;npi=0;noa=3]]&gt;&quot;);<br>local e = con:bgapi(command, args);<br>print(e:getBody());<br><br></div>Can you help me more?!<br>

</div>