<div>Hi </div>
<div> </div>
<div>I have a new question. Here the situation :</div>
<div>I use softphone on 2 computers (soft1 and soft2) located on the same subnetwork.</div>
<div>When I register on asterisk server using soft1 with one user (e.g JOHN) which I declared in sip.conf I can register again with this same user using soft2.</div>
<div>Is it normal ?</div>
<div> </div>
<div>I notice that I can pass some call from both but incoming call for JOHN user only arrive on the last softphone where JOHN registred.</div>
<div> </div>
<div>How can I say to asterisk server : &quot;don&#39;t accept other registration for JOHN if you see that he&#39;s already registred on another softphone&quot; ?</div>
<div> </div>
<div>Here a sample of my sip.conf file :</div>
<div> </div>
<div>[JOHN]</div>
<div>type=friend</div>
<div>username=john_smith</div>
<div>secret=******</div>
<div>qualify=yes</div>
<div>nat=yes</div>
<div>host=dynamic</div>
<div>canreinvite=no</div>
<div>context=internal</div>
<div>callerid=&quot;john smith&quot; &lt;103&gt;</div>
<div> </div>
<div>Here a simple of CLI command sip show peers after 2 succesive registration</div>
<div>## register from soft1 with JOHN&quot; ##</div>
<div>Name/username        Host             Dyn Nat  ACL  Port        Status</div>
<div>JOHN/john_smith    192.168.1.1       D    N            5060         OK (3ms)</div>
<div> </div>
<div>## register from soft2 with JOHN&quot; at least 2min after##</div>
<div>
<div>Name/username        Host             Dyn Nat  ACL  Port        Status</div>
<div>JOHN/john_smith    192.168.1.2       D    N            5060         OK (4ms)</div>
<div> </div>
<div> </div></div>
<div> </div>