<div>Morning list,</div>
<div> </div>
<div>I posted my question before but want to elaborate a bit...</div>
<div>For the mod curl my web servlet returns the user directory extensions in xml,</div>
<div> </div>
<div>&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>&lt;section name=&quot;directory&quot; <font><font color="#000000">description=&quot;user directory&quot;</font></font>&gt;<br>&lt;domain name=&quot;my.domain&quot;&gt;</div>

<div> </div>
<div><font color="#009900">&lt;!-- add all registered users, user 1001, 1002, 1003 etc --&gt;</font></div>
<div><br><font color="#000099">&lt;user id=&quot;1001&quot;&gt;<br>&lt;params&gt;<br>&lt;param name=&quot;password&quot; value=&quot;xxxx&quot;/&gt;</font></div>
<div><font color="#000099">&lt;param name =&quot;dial-string&quot; value=&quot;<font color="#2a00ff"><font color="#2a00ff">{presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}</font></font>&quot;/&gt;<br>
&lt;/params&gt;<br>&lt;variables&gt;<br>&lt;variable name=&quot;accountcode&quot; value=&quot;1001&quot;/&gt;<br>&lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>&lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;Extension 1001&quot;/&gt;<br>
&lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;1001&quot;/&gt;</font></div>
<div><font color="#000099">&lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>&lt;/variables&gt;<br>&lt;/user&gt;</font></div>
<div><br>&lt;/domain&gt;<br>&lt;/section&gt;<br>&lt;/document&gt;<br></div>
<div>This works fine and the SIP phones are found by FS.</div>
<div>Is it possible to include also Gtalk profile params in the extension to register Gtalk extensions?</div>
<div> </div>
<div><a href="http://wiki.freeswitch.org/wiki/Dingaling#Sample_Configuration_.28Google.29">http://wiki.freeswitch.org/wiki/Dingaling#Sample_Configuration_.28Google.29</a></div>
<div> </div>
<div>Kind regards,</div>
<div> </div>
<div>Peter</div>