<div>Hi all,</div>
<div>I am having a strange problem. I am using my asterisk server AST1 to register with another asterisk server AST2&nbsp;using 2 accounts (2 register commands in sip.conf). I have made 2 local users in AST1, and configured my dialplan in such a way that both local accounts on AST1 use different trunks to send the call to AST2 server. These 2 different trunks are&nbsp;for 2 accounts i have registered on AST1.</div>

<div>&nbsp;</div>
<div>&nbsp;</div>
<div>line1 ---&gt; trunk1(ON AST1) ---&gt; AST2</div>
<div>line2 ---&gt; trunk2(ON AST1) ---&gt; AST2</div>
<div>&nbsp;</div>
<div>These 2 trunks are to differentiate that the call is coming from one of the 2 registered accounts on AST1.</div>
<div>&nbsp;</div>
<div>The problem is, my AST2 server cannot differentiate between 2 accounts. It always dumps the cdr at the end of every call against only one of the 2 registered accounts (acc2 even if im dialing from acc1)&nbsp;on AST1 i.e. the call always goes out using account-2 even if i dial from accout-1. Here is my sip.conf</div>

<div>&nbsp;</div>
<div>TRUNKS</div>
<div>&nbsp;</div>
<div>[acc1]<br>username=acc1<br>type=friend<br>secret=123<br>qualify=yes<br>port=9060<br>nat=yes<br>insecure=port,invite<br>host=ip-of-my-AST2<br>dtmfmode=rfc2833<br>canreinvite=no<br>disallow=all<br>allow=ulaw<br>allow=alaw<br>
allow=gsm</div>
<div><br clear="all">[acc2]<br>username=acc2<br>type=friend<br>secret=123<br>qualify=yes<br>port=9060<br>nat=yes<br>insecure=port,invite<br>host=ip-of-my-AST2<br>dtmfmode=rfc2833<br>canreinvite=no<br>disallow=all<br>allow=ulaw<br>
allow=alaw<br>allow=gsm</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>REGSITRATION</div>
<div>&nbsp;</div>
<div>register =&gt; acc1:123@ip-of-my-AST2:9060<br>register =&gt; acc2:123@ip-of-my-AST2:9060</div>
<div>&nbsp;</div>
<div>local lines on AST1 use trunk acc1 and acc2 to throw calls to my AST2.</div>
<div>&nbsp;</div>
<div>But it seems AST2 does not recognise that calls are coming from 2 different accounts.</div>
<div>&nbsp;</div>
<div>How can i make asterisk realize it?</div>
<div><br>-- <br>Best Regards<br>Rizwan Hisham<br>Software Engineer<br>Axvoice Inc.<br><a href="http://www.axvoice.com">www.axvoice.com</a> </div>