<div dir="ltr">Does it behave differently without the cacheable tag?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 16, 2014 at 9:01 AM, Muhammad Naseer Bhatti <span dir="ltr">&lt;<a href="mailto:nbhatti@gmail.com" target="_blank">nbhatti@gmail.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


<div>
  
<div><br></div>
<div>Forgot to mention that I am also pulling up dialplan configuration from xml_curl. I am seeing all the variables when request for a dialplan.</div>
<div><br></div>
<div><br></div>
<div>Sent with <a href="http://www.uniboxapp.com/t/sig" target="_blank">Unibox</a>
</div>
<div><br></div>
<blockquote type="cite"><div><div class="h5">
<div>On Dec 16, 2014, at 5:57 PM, Muhammad Naseer Bhatti &lt;<a href="mailto:nbhatti@gmail.com" target="_blank">nbhatti@gmail.com</a>&gt; wrote:</div>
<div><br></div>
<div style="font-family:Helvetica,Arial;font-size:13px;text-align:start;margin:0px">I am using xml_curl to generate all config dynamically and this is getting very strange, my directory looks like this, </div>
<div style="font-family:Helvetica,Arial;font-size:13px;text-align:start;margin:0px"><br></div>
<div style="font-family:Helvetica,Arial;font-size:13px;text-align:start;margin:0px">
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">&lt;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39; standalone=&#39;no&#39;?&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">&lt;document type=&#39;freeswitch/xml&#39;&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)"> &lt;section name=&#39;directory&#39;&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;domain name=&#39;10.211.55.26&#39;&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;user id=&#39;9401404&#39; cacheable=&#39;2000&#39;&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;params&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;param name=&#39;a1-hash&#39; value=&#39;3c66e98d4b174b42d3e17669b59165c9&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;param name=&#39;max-registrations-per-extension&#39; value=&#39;1&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;param name=&#39;allow-empty-password&#39; value=&#39;false&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;param name=&#39;sip-force-expires&#39; value=&#39;180&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;/params&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variables&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;customer_id&#39; value=&#39;98765&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;effective_caller_id_name&#39; value=&#39;Mr Bhatti&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;effective_caller_id_number&#39; value=&#39;9401404&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;debug_call&#39; value=&#39;0&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;debug_sql&#39; value=&#39;0&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;user_context&#39; value=&#39;vbilling&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;hangup_after_bridge&#39; value=&#39;true&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;xbypass&#39; value=&#39;google&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;account_type_02&#39; value=&#39;pre&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;account_type_03&#39; value=&#39;pre&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;variable name=&#39;account_type&#39; value=&#39;pre&#39;/&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;/variables&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;/user&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">  &lt;/domain&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)"> &lt;/section&gt;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(255,255,255);background-color:rgb(0,0,0)">&lt;/document&gt;</p>
</div>
<div style="font-family:Helvetica,Arial;font-size:13px;text-align:start"><br></div>
</div></div><div style="font-family:Helvetica,Arial;font-size:13px;text-align:start">The directory is working fine and user is able to login. I have a bunch of variables defined here. When I look at the POST on the web server, I am only able to see first 7 variable no matter what their names are. If I change order for example<span> </span><u>account_type</u>which is last variable, and make it on top, it shows there in the XML_REQUEST but then<span> </span><u>hangup_after_bridge</u>goes away. I see only first 7. Are there any limitation on what channel variables can be POSTed to the web server or am I missing something here. </div><span class="HOEnZb"><font color="#888888">
<br style="font-family:Helvetica,Arial;font-size:13px;text-align:start"><div style="font-family:Helvetica,Arial;font-size:13px;text-align:start"><div style="font-family:helvetica,arial;font-size:13px">-- <br>Muhammad Naseer Bhatti<br>
</div></div>
</font></span></blockquote>

</div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">







<p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p>
<p><font size="1" face="courier new, monospace"><img src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br></font></p><p><font face="courier new, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a></font></p>
<p><font face="courier new, monospace"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div></div>
</div>