I have configured websocket and working fine according to document but when placing call from webrtc to pjsip extension then after picking call immediately it disconnect and in asterisk console Im getting this log
[Feb 5 00:13:58] WARNING[3596]: channel.c:5765 set_format: Unable to find a codec translation path: (opus) -> (ulaw)
[Feb 5 00:13:58] WARNING[3596]: channel.c:5765 set_format: Unable to find a codec translation path: (ulaw) -> (opus)
[Feb 5 00:13:58] WARNING[4408][C-0000001e]: channel.c:6756 ast_channel_make_compatible_helper: No path to translate from PJSIP/webrtc_client_1-0000003a to PJSIP/6001-0000003b
Thank you