<br><br><div class="gmail_quote">On Mon, Dec 7, 2009 at 10:11 AM, Mark Campbell-Smith <span dir="ltr">&lt;<a href="mailto:mcampbellsmith@gmail.com">mcampbellsmith@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>
<br>
How can I access the variables that are defined in a users xml file?<br>
<br>
For example, say user 1000 has a variable called smsnumber, as defined below:<br>
<br>
&lt;include&gt;<br>
  &lt;user id=&quot;1000&quot; mailbox=&quot;1000&quot;&gt;<br>
    &lt;params&gt;<br>
      &lt;param name=&quot;password&quot; value=&quot;1000&quot;/&gt;<br>
    &lt;/params&gt;<br>
    &lt;variables&gt;<br>
      &lt;variable name=&quot;smsnumber&quot; value=&quot;12345&quot;/&gt;<br>
    &lt;/variables&gt;<br>
  &lt;/user&gt;<br>
&lt;/include&gt;<br>
<br>
How can I use variable ${smsnumber} in a dialplan to run a perl script<br>
using &lt;action application=&quot;system&quot; data=&quot;<a href="http://sms.pl" target="_blank">sms.pl</a>&quot;/&gt; ?<br>
<br></blockquote><div><br>Do you just want to pass the value in smsnumber to the <a href="http://sms.pl">sms.pl</a> script? Have you tried this?<br><br>&lt;action application=&quot;system&quot; data=&quot;<a href="http://sms.pl">sms.pl</a> ${smsnumber}&quot;/&gt;<br>
<br>-MC<br></div></div><br>