<div>Hello!</div><div> </div><div>I have upgraded Opensips from 2.2 to</div><div> </div><div><div>version: opensips 2.3.1 (x86_64/linux)</div><div>flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, QM_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT</div><div>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535</div><div>poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.</div><div>git revision: 62e4fdf</div><div>main.c compiled on 08:07:33 Aug 22 2017 with gcc 5.4.0</div><div> </div><div>In main route i have such logic for INVITE request (without tag)</div><div> </div><div>"<pre style="background-color:#ffffff;color:#000000;font-family:"Courier New";font-size:9,0pt;">if (codec_exists_re("PCMA|PCMU|G729")) {
   codec_delete_except_re("PCMA|PCMU|G729");
} else {
  xlog("L_INFO", "main route: No codec");
  send_reply("403", "No_codec_supported");
  exit;
}</pre>"</div></div><div> </div><div>This logic worked in 2.2 but not working in 2.3. In syslog i can see "No codec" message (call fails).</div><div>For making a call i use the X-lite softphone (has been using for testing 2.2.) with PCMA or PCMU codec.</div><div> </div><div>Thank you for any help.</div><div> </div><div>-- </div><div>С уважением, Денис.</div><div>Best regards, Denis</div><div> </div><div> </div><div> </div>