Hi all,<div>How do i get this to work:</div><div><br></div><div>From SIP client, this is what am sending:</div><div>================================</div><div><br></div><div><div>Content-Type: application/sdp</div><div>Contact: &lt;sip:1000@xx.xx.xx.xx.xx:6060;transport=UDP&gt;</div>


<div><br></div><div>v=0</div><div>o=user1 53655765 2353687637 IN IP4 xx.xx.xx.xx.xx</div><div>s=-</div><div>c=IN IP4 xx.xx.xx.xx</div><div>t=0 0</div><div>m=audio 1935 RTP/AVP 0</div><div>a=rtpmap:98 SPEEX/8000<br><br><br>

(and, is 98 even the correct value here?)<br><br></div><div>
<br>but freeswitc logs show this:<br>============================<br>...<br>2010-11-23 15:54:19.947415 [DEBUG] sofia_glue.c:2741 Set Codec sofia/internal/1000@xx.xx.xx.xx PCMU/8000 20 ms 160 samples 64000 bits<br>.....<br>

<br>2010-11-23 15:54:19.993146 [DEBUG] mod_sofia.c:683 Local SDP sofia/internal/1000@xx.xx.xx.xx:<br>v=0<br>o=FreeSWITCH 1290496453 1290496454 IN IP4 xx.xx.xx.xx<br>s=FreeSWITCH<br>c=IN IP4 xx.xx.xx.xx<br>t=0 0<br>m=audio 31206 RTP/AVP 0 101<br>

a=rtpmap:0 PCMU/8000<br>a=rtpmap:101 telephone-event/8000<br>a=fmtp:101 0-16<br>a=silenceSupp:off - - - -<br>a=ptime:20<br>a=sendrecv<br>.....<br><br></div><div>Why is it sticking to PCMU/8000?<br><br> and though RTP flows, audio not working.<br>

</div><div>in vars.xml, i have:<br><br>...<br> &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;global_codec_prefs=speex@8000h@20i,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;outbound_codec_prefs=speex@8000h@20i,PCMU,PCMA,GSM&quot;/&gt;<br>

.....<br><br><br></div>-- <br>David Wafula<br>
</div>