Hi,<br>I installed asterisk server in my system running linux. I configured a 
user 1000 using xlite and registered with asterisk server in the same linux system. I configured one more user 1001 in another linux machine and this user
 also got registered with asterisk. But i am facing two issues here.<br>
    1. When a call is made from 1001 to 1000 i could see an incoming 
call<br>
    blinking but no audio flow is observed.<br>
    2. When i made a call from 1000 to 1001 it is showing incoming on 
line 3 of<br>
    1000. What could be the problem.<br>
    I wrote the dial plan as follows.<br>
    [default]<br>
    exten=&gt;1000,1,Dial(SIP/1000)<br>
    exten=&gt;1001,1,Dial(SIP/1001)<br>
    Can anyone please help me to solve this.<br>
    Thanks in Advance,<br>
    Saritha.