<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi there,<br>
    <br>
    iam really getting crazy these days ;-)<br>
    <br>
    I've changed our Freeswitch Version some Weeks ago ( cannot remember
    exactly but proably from 1.0.6 ) to the git Head. ).<br>
    Since this Change ( or better since the followed Config File
    Adaptions ;-) ) i noticed that i cannot use User Variables/Params
    inside the XML-Dialplan anymore.<br>
    <br>
    Some (relevant?! ;) ) Copy&amp;Paste ..<br>
    <br>
    my Userentry<br>
    <br>
    &lt;include&gt;<br>
      &lt;user id="99"&gt;<br>
        &lt;params&gt;<br>
          &lt;param name="password" value="something"/&gt;<br>
          &lt;param name="vm-mailto" value=<a class="moz-txt-link-rfc2396E" href="mailto:maybe_me@omeco.de">"maybe_me@omeco.de"</a>/&gt;<br>
          &lt;param name="vm-mailfrom" value=<a class="moz-txt-link-rfc2396E" href="mailto:noreply@omeco.de">"noreply@omeco.de"</a>/&gt;<br>
          &lt;param name="vm-enabled" value="true"/&gt; <br>
          &lt;param name="vm-password" value="user-choose"/&gt;<br>
          &lt;param name="vm-email-all-messages" value="false"/&gt;<br>
          &lt;param name="vm-notify-email-all-messages"
    value="true"/&gt;<br>
          &lt;param name="vm-keep-local-after-email" value="true"/&gt;<br>
        &lt;/params&gt;<br>
        &lt;variables&gt;<br>
          &lt;variable name="outbound_caller_id_name" value="Omeco
    GmbH"/&gt;                         <br>
          &lt;variable name="outbound_caller_id_number"
    value="06316803540"/&gt;<br>
          &lt;variable name="effective_caller_id_name" value="Silvio
    Escher"/&gt;                                                                          
    <br>
          &lt;variable name="effective_caller_id_number"
    value="40"/&gt;                                                                                     
    <br>
          &lt;variable name="callgroup" value="1"/&gt;<br>
        &lt;/variables&gt;<br>
      &lt;/user&gt;<br>
    &lt;/include&gt;<br>
    <br>
    some dp snippet..<br>
    <br>
    before the change something like<br>
    <br>
    &lt;action application="set"
    data="effective_caller_id_number=${outbound_caller_id_number}"/&gt;<br>
    &lt;action application="set"
    data="effective_caller_id_name=${outbound_caller_id_name}"/&gt;<br>
    <br>
    was working fine .. <br>
    <br>
    Actually iam using <br>
    <br>
    &lt;action application="set"
    data="effective_caller_id_name=${user_data(${username}@${domain_name}
    var outbound_caller_id_name)}"/&gt;<br>
    &lt;action application="set"
    data="effective_caller_id_number=${user_data(${username}@${domain_name}
    var outbound_caller_id_number)}"/&gt; <br>
    <br>
    or an <br>
    <br>
    &lt;action application="set_user" data="$1@${domain_name}"/&gt;<br>
    <br>
    to get some or all Variables.<br>
    <br>
    But i Noticed that the "set_user" Thingie just gets me the Variables
    - not the Params.<br>
    So i've still Issues with mod_voicemail ( Mailto is undef )<br>
    <br>
    2011-08-30 22:02:32.904211 [DEBUG] switch_utils.c:709 Emailed data
    to [(null)]<br>
    2011-08-30 22:02:32.904211 [DEBUG] mod_voicemail.c:2809 Sending
    notify message to (null)<br>
    <br>
    Maybe i has something todo with an missing auth or wrong Domain or
    whatever .. but i have no clue where to look further.<br>
    <br>
    Any Help ( from little Hints till complete Miracle Solve ;-) ) is
    actually very welcome.<br>
    <br>
    Thanks in Advance,<br>
    Silvio<br>
    <span class="Apple-style-span" style="color: rgb(66, 66, 66);
      font-family: Verdana, sans-serif; font-size: 11px; font-style:
      normal; font-variant: normal; font-weight: bold; letter-spacing:
      normal; line-height: 15px; orphans: 2; text-align: left;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-decorations-in-effect:
      none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
      0px; background-color: rgb(240, 240, 240); "></span><br>
    <br>
    <pre class="moz-signature" cols="100">-- 
Silvio Escher
omeco GmbH</pre>
  </body>
</html>