-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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"? |
add to the res_format_attr_evs.c file to function int ast_rtp_engine_init(void) |
Thank you! Indeed this makes evs work for me. Just called from landline to mobile with evs and transcoding to g722. |
recording using EVS on the voice-mail is not working |
Will try to build a test-setup for this and report back. |
Amazing |
Recording voicemail with incoming evs works for me. |
Ok |
Have you had the opportunity to test ?
The text was updated successfully, but these errors were encountered: