Hi, I am stuck, My console log is in <a href="http://pastebin.freeswitch.org/13030">http://pastebin.freeswitch.org/13030</a> and my xml log is in <a href="http://pastebin.freeswitch.org/13029">http://pastebin.freeswitch.org/13029</a>.  I guess that the problem should be pretty small but I just can not figure it out. -:(  Thanks for your help.<br>
<br><div class="gmail_quote">On Mon, May 24, 2010 at 8:12 AM, Vitalii Colosov <span dir="ltr">&lt;<a href="mailto:vetali100@gmail.com">vetali100@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 Erwin,<div>Maybe you need to add the first line &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;</div><div><br></div><div>This is what I have and it works perfectly, tested right now:</div>

<div><br></div><div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;</div><div class="im"><div>&lt;document type=&quot;freeswitch/xml&quot;&gt;</div><div>  &lt;section name=&quot;directory&quot;&gt;</div>

</div><div>    &lt;domain name=&quot;$${domain}&quot;&gt;</div><div>      &lt;params&gt;</div><div>        &lt;param name=&quot;dial-string&quot; value=&quot;{presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}&quot;/&gt;</div>

<div>      &lt;/params&gt;</div><div class="im"><div>      &lt;groups&gt;</div><div>        &lt;group name=&quot;default&quot;&gt;</div><div>          &lt;users&gt;</div></div><div>            &lt;user id=&quot;1000&quot;&gt;</div>
<div>              &lt;params&gt;</div>
<div>                &lt;param name=&quot;a1-hash&quot; value=&quot;somehashvalue&quot;/&gt;</div><div>                &lt;param name=&quot;vm-a1-hash&quot; value=&quot;somehashvalue&quot;/&gt;</div><div>              &lt;/params&gt;</div>

<div>              &lt;variables&gt;</div><div>                &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;</div><div>                &lt;variable name=&quot;accountcode&quot; value=&quot;1000&quot;/&gt;</div>

<div>              &lt;/variables&gt;</div><div class="im"><div>            &lt;/user&gt;</div><div>          &lt;/users&gt;</div><div>        &lt;/group&gt;</div><div>      &lt;/groups&gt;</div><div>    &lt;/domain&gt;</div>
<div>  &lt;/section&gt;</div>
<div>&lt;/document&gt;</div><div><br></div></div><div>Regards,</div><div>Vitalie</div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>