<div dir="ltr"><div>hello list</div>
<div> </div>
<div>i have installed asterisk 1.8.7.1 and i have configured 2 account for sip in order to do internal call</div>
<div> </div>
<div>when i use x-lite and eyebeam1.5 i can call from 222 to 223 ,and alson from 223 to 222</div>
<div> </div>
<div>but when i use my snom 320 i can call from my x-lite or eyebeam1.5 to snom320 but the issue i can not call from my snom</div>
<div> </div>
<div>i have this issue just Asterisk 1.8 when i tested with asterisk 1.4 theres is no problem</div>
<div> </div>
<div>see the sip.conf and extenssions.conf below and also the cli when i try to call from my snom to x-lite</div>
<div> </div>
<div>thanks and regards</div>
<div> </div>
<div>CLI</div>
<div>  == Using SIP RTP CoS mark 5<br>[Oct 31 12:29:17] WARNING[16515]: chan_sip.c:8843 process_sdp: We are requesting SRTP, but they responded without it!<br>salaheddine*CLI&gt;</div>
<div> </div>
<div>sip.conf</div>
<div> </div>
<div> </div>
<div> [general]<br>context=agents   <br>allowguest=yes  <br>allowoverlap=no <br>allowtransfer=yes<br>allow=alaw<br>allow=ulaw<br>allow=gsm<br>allow=ilbc</div>
<div><br>[222]<br>type=friend<br>context=agents<br>host=dynamic<br>dtmfmode=auto<br>disallow=all<br>allow=alaw<br>allow=ulaw<br>qualify=yes</div>
<div> </div>
<div> </div>
<div>[223]<br>type=friend<br>context=agents<br>host=dynamic<br>dtmfmode=auto<br>disallow=all<br>allow=alaw<br>allow=ulaw<br>qualify=yes</div>
<div> </div>
<div>extenssions.conf</div>
<div> </div>
<div> <br>[agents]</div>
<div> </div>
<div>exten =&gt; 222,1,Dial(SIP/222)<br>exten =&gt; 222,n,Hangup()</div>
<div><br>exten =&gt; 223,1,Dial(SIP/223)<br>exten =&gt; 223,n,Hangup()<br></div>
<div> </div></div>