<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Calibri, sans-serif" size="3">Guys, i have a script the sets some variables the i m supposed to use to decide if a condition meets, i have tried to use the execute_extension app but it does not work, this is the dialplan:</font><div style="font-family: Calibri, sans-serif; font-size: 12pt; "><br></div><div style="font-family: Calibri, sans-serif; font-size: 12pt; "><br></div><div style="font-family: Calibri, sans-serif; font-size: 12pt; "><div>&lt;extension name="huawei_csoft_gw_outbound_call_international"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span style="font-size: 12pt; ">&lt;condition field="${int}" expression="1"/&gt;</span></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="^00[\d]{7,}?$"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="set" data="effective_caller_id_number=280${caller_id_number}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="sofia/gateway/huawei_csoft/${destination_number}"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;</div><div>&nbsp; &nbsp;&lt;/extension&gt;</div></div><div style="font-family: Calibri, sans-serif; font-size: 12pt; "><br></div><div style="font-family: Calibri, sans-serif; font-size: 12pt; ">the script that sets the var ${int} is called "get_user_profile.lua", i have placed it all over the place and cant make this work.</div><div style="font-family: Calibri, sans-serif; font-size: 12pt; ">i have used "execute_extension" in the following way:</div><div style="font-family: Calibri, sans-serif; font-size: 12pt; "><br></div><div><div><font face="Calibri, sans-serif">&lt;extension name="is_international_allowed"&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="^iia$"&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="lua" data="get_user_profile.lua" /&gt;&nbsp;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &lt;/extension&gt;</font></div><div><br></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &lt;extension name="huawei_csoft_gw_outbound_call_international"&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;</font><span style="font-family: Calibri, sans-serif; ">&nbsp;&lt;condition field="destination_number" expression="^00[\d]{7,}?$"&gt;</span></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="execute_extension" data="iia XML smart_private"/&gt; --&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font><span style="font-family: Calibri, sans-serif; ">&lt;/condition&gt;</span></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="${int}" expression="1"/&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="^00[\d]{7,}?$"&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="set" data="effective_caller_id_number=280${caller_id_number}"/&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="sofia/gateway/huawei_csoft/${destination_number}"/&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;</font></div><div><font face="Calibri, sans-serif">&nbsp; &nbsp; &lt;/extension&gt;</font></div></div><div><font face="Calibri, sans-serif"><br></font></div><div><font face="Calibri, sans-serif">i know this is simple but i m missing something here, i appreciate any ideas. thanks!!</font></div><div><font face="Calibri, sans-serif"><br></font></div>                                               </div></body>
</html>