<p>You can&#39;t, or at least you can&#39;t directly. While you can call a php script, freeswitch will not wait for the output. Here&#39;s a few options: -use lua to do your processing. That can be run inline to set variables and the like. (Easiest if you can get your head around the lua) -if you just need a simple sql query, use somethibg like mod odbc query from the git contrib. -use xml curl so you can completely control the dialplan flow -or even more if lua isn&#39;t your thing you can create an esl php applicatio that can control the call in realtime, rather than just generating dialplan xml. -or an iffy idea -call the php script, have it save to sql or something, and have the xml dialplan sleep for a moment and then retrieve it.</p>

<div class="gmail_quote">On Jan 10, 2011 4:08 AM, &quot;Madovsky&quot; &lt;<a href="mailto:infos@madovsky.org">infos@madovsky.org</a>&gt; wrote:<br type="attribution">&gt; I&#39;d like to get the value from a PHP or Perl function back<br>
&gt; to the dialplan. not sure how get the value.<br>&gt; <br>&gt; Thanks<br></div>