<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&Paste ..<br>
<br>
my Userentry<br>
<br>
<include><br>
<user id="99"><br>
<params><br>
<param name="password" value="something"/><br>
<param name="vm-mailto" value=<a class="moz-txt-link-rfc2396E" href="mailto:maybe_me@omeco.de">"maybe_me@omeco.de"</a>/><br>
<param name="vm-mailfrom" value=<a class="moz-txt-link-rfc2396E" href="mailto:noreply@omeco.de">"noreply@omeco.de"</a>/><br>
<param name="vm-enabled" value="true"/> <br>
<param name="vm-password" value="user-choose"/><br>
<param name="vm-email-all-messages" value="false"/><br>
<param name="vm-notify-email-all-messages"
value="true"/><br>
<param name="vm-keep-local-after-email" value="true"/><br>
</params><br>
<variables><br>
<variable name="outbound_caller_id_name" value="Omeco
GmbH"/> <br>
<variable name="outbound_caller_id_number"
value="06316803540"/><br>
<variable name="effective_caller_id_name" value="Silvio
Escher"/>
<br>
<variable name="effective_caller_id_number"
value="40"/>
<br>
<variable name="callgroup" value="1"/><br>
</variables><br>
</user><br>
</include><br>
<br>
some dp snippet..<br>
<br>
before the change something like<br>
<br>
<action application="set"
data="effective_caller_id_number=${outbound_caller_id_number}"/><br>
<action application="set"
data="effective_caller_id_name=${outbound_caller_id_name}"/><br>
<br>
was working fine .. <br>
<br>
Actually iam using <br>
<br>
<action application="set"
data="effective_caller_id_name=${user_data(${username}@${domain_name}
var outbound_caller_id_name)}"/><br>
<action application="set"
data="effective_caller_id_number=${user_data(${username}@${domain_name}
var outbound_caller_id_number)}"/> <br>
<br>
or an <br>
<br>
<action application="set_user" data="$1@${domain_name}"/><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>