asterisk-evs icon indicating copy to clipboard operation
asterisk-evs copied to clipboard

EVS not working in Asterisk-20

Open segmanyoav opened this issue 1 year ago • 8 comments

Have you had the opportunity to test ?

segmanyoav avatar Nov 23 '23 11:11 segmanyoav

Testing with Asterisk-21: Patch applies and compiles, module is loadable. But configuring evs als allowed codec on an endpoint and then doing a call gives me this:

WARNING[187914]: res_pjsip_sdp_rtp.c:1915 create_outgoing_sdp_stream: Format 'evs' can not be added to SDP, consider disallowing it on endpoint

Is this, what you mean with "EVS not working"?

gongsearch avatar Dec 14 '23 10:12 gongsearch

add to the res_format_attr_evs.c file to function int ast_rtp_engine_init(void) set_next_mime_type(ast_format_evs, 0, "audio", "EVS", 16000); after that EVS will be recognised inside INVITE message

segmanyoav avatar Dec 14 '23 12:12 segmanyoav

Thank you! Indeed this makes evs work for me. Just called from landline to mobile with evs and transcoding to g722.

gongsearch avatar Dec 14 '23 13:12 gongsearch

recording using EVS on the voice-mail is not working

segmanyoav avatar Dec 14 '23 14:12 segmanyoav

Will try to build a test-setup for this and report back.

gongsearch avatar Dec 14 '23 15:12 gongsearch

Amazing

segmanyoav avatar Dec 14 '23 15:12 segmanyoav

Recording voicemail with incoming evs works for me.

gongsearch avatar Dec 14 '23 20:12 gongsearch

Ok Will try to use 722

segmanyoav avatar Dec 15 '23 03:12 segmanyoav