<div>
                    <span style="font-size: 14px;">The 'local' keyword makes the variable local to the code block it's in. Simply redeclare that variable in the scope you need it available.</span>
                </div><div><span style="font-size: 14px;"><br></span></div><div><span style="font-size: 14px;">hunmonk</span></div>
                <div></div>
                 
                <p style="color: #A0A0A8;">On Monday, November 26, 2012 at 8:29 AM, Archana Venugopan wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->


<div>
<p style="margin: 0px; ">Hi,<o:p></o:p></p>
<p style="margin: 0px; "><o:p>&nbsp;</o:p></p>
<p style="margin: 0px; ">Does anyone know how can we use a variable declared inside if statement outside if block?<o:p></o:p></p>
<p style="margin: 0px; "><o:p>&nbsp;</o:p></p>
<p style="margin: 0px; ">if sip_request_user == nil then<o:p></o:p></p>
<p style="margin: 0px; ">sip_request_user =&nbsp; params:getHeader("sip_request_user")<o:p></o:p></p>
<p style="margin: 0px; ">else<o:p></o:p></p>
<p style="margin: 0px; ">local sip_request_user1 = tonumber(sip_request_user)<o:p></o:p></p>
<p style="margin: 0px; ">end<o:p></o:p></p>
<p style="margin: 0px; "><o:p>&nbsp;</o:p></p>
<p style="margin: 0px; ">In my lua I have something like above and I want to use the variable sip_request_user1 outside if. What can be done?<o:p></o:p></p>
<p style="margin: 0px; "><o:p>&nbsp;</o:p></p>
<p style="margin: 0px; ">Regards,<o:p></o:p></p>
<p style="margin: 0px; ">Archana<span style="font-size:10.0pt"><o:p></o:p></span></p>
<p style="margin: 0px; "><o:p>&nbsp;</o:p></p>
</div>


</div><div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>