Once you are in report.lua the channel is already hung up. To the best of my knowledge there is no way to add/manipulate channel variables in a hangup hook since you really just have a static copy of the channel variables.<div>
<br></div><div>What is it that you are trying to do? </div><div><br></div><div>-MC<br><br><div class="gmail_quote">On Tue, Jul 5, 2011 at 3:39 AM, Dome Charoenyost <span dir="ltr">&lt;<a href="mailto:dome@tel.co.th">dome@tel.co.th</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This is my lua script<br>
<br>
            session:setVariable(&quot;session_in_hangup_hook&quot;, &quot;true&quot;);<br>
            session:setVariable(&quot;api_hangup_hook&quot;, &quot;lua<br>
hangup/report.lua &quot;..macct);<br>
            session:transfer(&quot;dialnow_wh&quot;, &quot;XML&quot;, &quot;wh&quot;);<br>
<br>
It&#39;s work fine before hangup i cal see session vation in report.lua<br>
but my quession is how to manipulate or create new variable in<br>
report.lua  ?<br>
i want to see variable in cdr<br>
<br>
BG<br>
<br>
Dome C.<br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>