<p>hello<br>I have a asterisk server on WAN, and one server on LAN. And now there are some users on the LAN server. Users on the LAN server need to make phone calls to PSTN through the WAN server. <br>Now on WAN server, there is a user account for the LAN server to register, and it&#39;s an account&nbsp; with multiple ports.(So more than one users on the LAN server can make phone calls through the WAN server at the same time)<br>
Here are my config files of the LAN server:<br>&nbsp;</p>
<p><font size="4">sip.conf:</font><br>[general]<br>register=&gt;<a href="mailto:121022%3A123456@122.102.5.42">121022:123456@122.102.5.42</a><br>[121022]<br>type=peer<br>username=121022<br>secret=123456<br>host=122.102.6.43<br>
fromuser=121022<br>canrenvite=no<br>insecure=very<br>quality=yes<br>nat=yes<br>context=1111</p>
<p><font size="4">extensions.conf:</font><br>[1111]<br>exten=&gt;_013X.,1,Dial(<a href="mailto:SIP/${EXTEN}@121022">SIP/${EXTEN}@121022</a>)<br>exten=&gt;_010XXXXXXXX,1,Dial(<a href="mailto:SIP/${EXTEN}@121022">SIP/${EXTEN}@121022</a>)<br>
exten=&gt;_X.,1,Dial(SIP/${EXTEN},60)</p>
<p>The good news is that user on the LAN server can make call throught the WAN server; the problem is there can be only one user make phone calls at one time. Can anyone tell me how to fix it? thanks</p>