&nbsp;Dear All<br><br>I am using gtalk features with my own XMPP server &quot;OpenFire&quot;<br>I have setup gtalk.conf and jabber.conf on asterisk and now I can make calls from clients registered on my XMPP server to SIP devices by calling the xmpp accounts registered as clients on asterisk.<br>
<br>I have sent a previous email with a problem that I solved by using component mode. In this mode the asterisk server acts as a subdomain. So I can call <a href="mailto:1000@subdomain.com">1000@subdomain.com</a>, <a href="mailto:1001@subdomian.com">1001@subdomian.com</a><br>
<br>My current extension file looks as follows:<br><br>[google-in]
<br>exten =&gt; s,1,NoOp( Call from XMPP)
<br>exten =&gt; s,n,Set(CALLERID(name)=&quot;From XMPP&nbsp; Server&quot;)
<br>exten =&gt; s,n,Dial(SIP/1234)<br><br>However I want it to call the number in dialed initially I.e 1000 or 1001 etc etc etc. Any way to do this parsing using Asterisk ?<br><br>Thanks<br><br>