&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>So far so good. So if I want to call sip:1000 I call the xmpp account that is bound to that account in extensions.conf. However what do I have to do to make this work with PSTN numbers. I can just setup an entry + extensions for each pstn number I want to call. <br>
<br>I know that I can parse the incoming number and send it to the PSTN with sip, however with jingle the number must be online already since jingle is presence based. So I must have a registered client for each number I want to call in the following format<br>
<br>XMPP &lt;-----------&gt; SIP<br>1000&nbsp;&nbsp;&nbsp;&nbsp; To Call&nbsp;&nbsp; 1000 //sip extension<br>1001&nbsp;&nbsp;&nbsp;&nbsp; To Call&nbsp;&nbsp; 15461315461 //pstn num<br>1002&nbsp;&nbsp;&nbsp;&nbsp; To Call&nbsp;&nbsp; 46456543213 //cell phone num<br><br>So in essence I need to have one entry in jabber.conf per number, is there something dynamic that can be done ?<br>
<br>Thanks<br><a href="mailto:asterisk-users@lists.digium.com"></a>