<br><br><div class="gmail_quote">2010/4/9 false <span dir="ltr">&lt;<a href="mailto:cucku.cucku@yahoo.com.vn">cucku.cucku@yahoo.com.vn</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div style="font-family: &#39;times new roman&#39;,&#39;new york&#39;,times,serif; font-size: 10pt;"><div>Hi all</div><div><br></div><div>i am confuse the param and variable in freeswitch, sometimes param is used for gateway, sometime variable is used for users</div>
</div></div></blockquote><div><br>Remember that variables in this case are &quot;channel variables&quot; and are almost always associated with a specific phone call. These variables for a user are set whenever that user makes a phone call.<br>
<br>Parameters a generally used for configuration purposes. The &quot;dial-string&quot; parameter is related to the user channel, so when you do something like:<br>originate user/1001 &amp;park()<br><br>It will use the dial-string parameter to turn &quot;user/1001&quot; into a proper dialstring. If it makes your brain hurt then don&#39;t worry about it. :)<br>
<br>Parameters are used in lots of configurations. The most obvious examples are in the SIP profiles and gateways. Are you working on something specific where the differences between params and variables are causing you trouble?<br>
<br>-MC<br></div></div><br>