I have the following in sip.conf:<br><br>disallow=all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; First disallow all codecs<br>allow=ulaw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Allow codecs in order of preference<br>allow=alaw<br>allow=gsm<br>allow=ilbc<br>allow=speex
<br><br><br>All SIP messages that come out of Asterisk have the following in the SDP:<br><br>m=audio 19092 RTP/AVP 0 8 3 97 97 101<br>a=rtpmap:0 PCMU/8000<br>a=rtpmap:8 PCMA/8000<br>a=rtpmap:3 GSM/8000<br>a=rtpmap:97 iLBC/8000
<br>a=rtpmap:97 speex/8000<br>a=rtpmap:101 telephone-event/8000<br>a=fmtp:101 0-16<br><br><br>Does anyone have any idea why speex and iLBC have the same rtpmap number???&nbsp; This is an Asterisk 1.2.1 installation.<br>