Regression BUG in asterisk version 18.2.1

Version of asterisk 18.2.0 should fix problem with WebRTC: Chrome creating large number of SDP attributes. But this version 18.2.0 completely broke my WebRTC application with some strange problems like no BYE message so that remote phone was not disconnected…

Today I tried version 18.2.1 and this version works OK but now issue ASTERISK-30015 is here again. I can also see that file third-party/pjproject/patches/config_site.h is not modified.

br
Edvin

If you are referring to 18.12.1, it does include the fix on ASTERISK-30015. The only difference between 18.12.0 and 18.12.1 is a one line change in res_pjsip_transport_websocket.

Hi,
this is strange because in 18.2.1 I see ASTERISK-30015 again.

epc*CLI> core show version
Asterisk 18.2.1 built by root @ dc275e535c90 on a x86_64 running Linux on 2022-05-23 07:45:46 UTC

**************************************
[May 23 10:11:51] WARNING[560]: pjproject: <?>: 	                 sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
[May 23 10:11:51] WARNING[560]: pjproject: <?>: 	                 sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
[May 23 10:11:51] WARNING[560]: pjproject: <?>: 	                 sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
[May 23 10:11:51] WARNING[560]: pjproject: <?>: 	                 sdp.c .Error adding media attribute, attribute is ignored: Too many objects of the specified type (PJ_ETOOMANY)
[May 23 10:11:51] ERROR[560]: pjproject: <?>: 	             sip_inv.c .Error parsing/validating SDP body: Missing SDP rtpmap for dynamic payload type (PJMEDIA_SDP_EMISSINGRTPMAP)

That’s because you’re using 18.2.1

18.2.1 is not 18.12.1

18.2.1 was released on February 18th, 2021.

Sorry my mistake, In docker-compose file I incorrectly write 18.2.1 instead of 18.12.1. With 18.12.1 all works ok.

thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.