<div dir="ltr">Hello,<div><br></div><div>This is on OpenSIPS 2.3, downloaded from git and compiled today.</div><div><br></div><div>An INVITE arrives over TLS with the following SDP:</div><div><br></div><div><div>v=0</div><div>o=- 1492528621 1492528621 IN IP4 172.22.202.191</div><div>s=Polycom IP Phone</div><div>c=IN IP4 172.22.202.191</div><div>t=0 0</div><div>m=audio 16852 RTP/SAVP 115 9 0 8 110 18 127</div><div>a=rtpmap:115 G7221/32000</div><div>a=fmtp:115 bitrate=48000</div><div>a=rtpmap:9 G722/8000</div><div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:8 PCMA/8000</div><div>a=rtpmap:110 iLBC/8000</div><div>a=fmtp:110 mode=20</div><div>a=rtpmap:18 G729/8000</div><div>a=fmtp:18 annexb=no</div><div>a=rtpmap:127 telephone-event/8000</div><div>a=rtcp:16853</div><div>a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:[stripped]</div><div>a=setup:actpass</div><div>a=fingerprint:sha-1 [stripped]</div><div>m=audio 16888 RTP/AVP 115 9 0 8 110 18 127</div><div>a=rtpmap:115 G7221/32000</div><div>a=fmtp:115 bitrate=48000</div><div>a=rtpmap:9 G722/8000</div><div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:8 PCMA/8000</div><div>a=rtpmap:110 iLBC/8000</div><div>a=fmtp:110 mode=20</div><div>a=rtpmap:18 G729/8000</div><div>a=fmtp:18 annexb=no</div><div>a=rtpmap:127 telephone-event/8000</div><div>a=rtcp:16889</div></div><div><br></div><div>I run </div><div>  codec_delete_expect_re(PCMU|PCMA|telephone-event)</div><div>but it doesn't have any effect.  The INVITE leaving after t_relay() over UDP to localhost on a different port is the same as when it came in (with the exception of the c= line because of rtpengine).</div><div><br></div><div>At log_level=6 the only log entry I see is</div><div>  DBG:sipmsgops:create_codec_lumps: creating 0 streams</div><div><br></div><div>I'm not sure where to go from here.</div><div><br></div><div><br></div><div>- Jeff</div><div><br></div></div>