<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 30.08.2011 um 23:06 schrieb Silvio Escher:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  
  <div 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>
    &nbsp; &lt;user id="99"&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;params&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="password" value="something"/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &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>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="vm-mailfrom" value=<a class="moz-txt-link-rfc2396E" href="mailto:noreply@omeco.de">"noreply@omeco.de"</a>/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="vm-enabled" value="true"/&gt; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="vm-password" value="user-choose"/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="vm-email-all-messages" value="false"/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="vm-notify-email-all-messages"
    value="true"/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name="vm-keep-local-after-email" value="true"/&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;/params&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;variables&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="outbound_caller_id_name" value="Omeco
    GmbH"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="outbound_caller_id_number"
    value="06316803540"/&gt;<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="effective_caller_id_name" value="Silvio
    Escher"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="effective_caller_id_number"
    value="40"/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name="callgroup" value="1"/&gt;<br>
    &nbsp;&nbsp;&nbsp; &lt;/variables&gt;<br>
    &nbsp; &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></div></blockquote><div><br></div><div>if you set the user with set_user there is no requirement to use user_data since it should get the params for the respective user automatically.</div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000">
    <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></div></blockquote><div><br></div>params are checked on call, so only there when required and checked each time, vars are fixed.<br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000">
    <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>
  </div>

<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; "><b>Michal Bielicki</b></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Geschäftsführer / CEO</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; "><b>Seventh Signal Ltd. &amp; Co. KG</b></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Weigandufer 45, Büro 115,<span class="Apple-converted-space">&nbsp;</span><span style="color: rgb(68, 68, 68); ">D-12059 Berlin</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; color: rgb(68, 68, 68); ">Voice: +49 30&nbsp;60988730</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; min-height: 15px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Amtsgericht Charlottenburg HRA 44413 B</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Ust.-ID: DE266981999</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Geschäftsführer: Michal Bielicki</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Persönlich Haftende Gesellschafterin:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Seventh Signal Ltd, 69 Great Hampton St. Birmingham,&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">B18 6EW, GB, Company Nr.: 06889439</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; color: rgb(21, 79, 174); "><span style="color: rgb(0, 0, 0); ">WWW.:&nbsp;<a href="http://www.seventhsignal.de/"><span style="text-decoration: underline; ">http://www.seventhsignal.de</span></a></span></div></span>
</div>
<br>
<br>
----

<br></body></html>