so, you say ...<br><br>CallingParty =&gt; AS5300<br><br>A: aNum<br>B: didNum<br><br><br>AS5300 =&gt; PSTN<br><br>A: 1 + didNum<br>B: prefix (actually the PSTN subscriber&#39;s number)<br><br><br>well, without a doubt... you can manipulate whatever number you want ... you just need to find the best way to do it. This depends of the number of DIDs you would like to host. You can do a DB lookup to retrieve the prefix / Subscriber Number... or you can do it inline in your dialplan. It really depends of how much you need to scale.<br>
<br><br>T.<br><br><br><br><br><br><div class="gmail_quote">On Tue, Sep 22, 2009 at 6:17 AM, Francis Vidal <span dir="ltr">&lt;<a href="mailto:francisv.list@gmail.com">francisv.list@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 all,<div><br></div><div>Consider the following scenario: Calling party --&gt; DID provider --&gt; Cisco AS5300 --&gt; POTS provider --&gt; Called party</div><div><br></div><div>The Calling party calls a number provided by the DID provider. This is then processed by the AS5300 facing the POTS provider to do the following number translation: ANI = 1 + DNIS (the ANI assumes the identify of the DNIS prefixed with &quot;1&quot;). The Cisco AS5300 then sends a &quot;prefix&quot; which is actually the number of the Called party in their system (of the POTS provider). However, the Cisco AS5300 has a finite limit on the number of translations (approx. 128-300 translations). Can the number translation be done on FreeSWITCH instead?</div>

<div><br></div><div>    Calling party --&gt; DID provider --&gt; FreeSWITCH --&gt; Cisco AS5300 --&gt; POTS provider --&gt; Called party</div><div><br></div><div>This can also evolve into:</div><div><br></div><div>    Calling party --&gt; DID provider --&gt; FreeSWITCH --&gt; Cisco AS5300[1] --&gt; POTS provider --&gt; Called party</div>

<div>                                                                  \                                          /</div><div>                                                                   +-----&gt; Cisco AS5300[2] ---&gt;+</div>

<div><br></div><div>If we wanted to increase the number of ports the POTS provider.</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>