Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVS not working in Asterisk-20 #10

Open
segmanyoav opened this issue Nov 23, 2023 · 8 comments
Open

EVS not working in Asterisk-20 #10

segmanyoav opened this issue Nov 23, 2023 · 8 comments

Comments

@segmanyoav
Copy link

Have you had the opportunity to test ?

@gongsearch
Copy link

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"?

@segmanyoav
Copy link
Author

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

@gongsearch
Copy link

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

@segmanyoav
Copy link
Author

recording using EVS on the voice-mail is not working

@gongsearch
Copy link

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

@segmanyoav
Copy link
Author

Amazing

@gongsearch
Copy link

Recording voicemail with incoming evs works for me.

@segmanyoav
Copy link
Author

Ok
Will try to use 722

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants