<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">hi guys,</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">in the path:/usr/loca/freeswitch/conf/default/</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">i have created two .xml file named:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">001_luacallduration.xml and 01_ratelist.xml</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">so the content of the above files are as follow:</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div><div><font face="'times new roman', 'new york', times,
serif"><include></font></div><div><font face="'times new roman', 'new york', times, serif" style="background-color: rgb(96, 191, 0);"> <extension name="mytest"></font></div><div><font face="'times new roman', 'new york', times, serif"> <condition field="destination_number" expression="^788" break="never"></font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="odbc_query" data="select cash as cashvalue from accounts where id like '${nibble_account}';"/></font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="log" data="INFO The value of cashvalue is ${cashvalue}" /></font></div><div><font face="'times new roman', 'new york', times, serif"> <!--
Check Cash --></font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="lua" data="checkcash.lua ${cashvalue}" /></font></div><div><font face="'times new roman', 'new york', times, serif"> <!-- Check Nibble_rate --></font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="log" data="INFO The value of nibble_account is ${nibble_account}"/></font></div><div><font face="'times new roman', 'new york', times, serif"> <action application="log" data="INFO The value of nibble_rate [before] is ${nibble_rate}"/></font></div><div><font face="'times new roman', 'new york', times, serif"> <span
style="background-color: rgb(191, 191, 0);"> <span> <action application="execute_extension" data="mainratelist XML default "/></span></span></font></div><div><span style="font-family: 'times new roman', 'new york', times, serif;"></condition></span></div><div><font face="'times new roman', 'new york', times, serif"> </extension></font></div><div><font face="'times new roman', 'new york', times, serif"></include></font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">01_ratelist.xml :<br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div><div><span style="font-family: 'times new roman', 'new york', times, serif; background-color: rgb(191, 191, 0);"><extension
name="mainratelist"></span></div><div><span style="font-family: 'times new roman', 'new york', times, serif; "><condition field="destination_number" expression="^788" break="on-true"></span><br></div><div><span style="font-family: 'times new roman', 'new york', times, serif; "><action application="set" data="nibble_rate=<span style="background-color: rgb(255, 255, 0);">1570</span>"/></span><br></div><div><span style="font-family: 'times new roman', 'new york', times, serif; "></condition></span><br></div><div><span style="font-family: 'times new roman', 'new york', times, serif; "></condition></span><br></div><div><span style="font-family: 'times new roman', 'new york', times, serif;"></extension></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div
style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">i want to set nibble_rate using <span style="background-color: rgb(191, 191, 0);">execute_extemsion </span> application and return <span style="background-color: rgb(255, 255, 0);">1570</span> to mytest extension, but execute_extension don't work and nibble_rate left empty and coldn't return back any things :(</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">plz help ,thanks </div></div></div></div></body></html>