-
Notifications
You must be signed in to change notification settings - Fork 256
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
The codec_opus.os module for asterisk-18.25.0 cannot be found. Is there a solution #567
Comments
Tip Make sure that ts it not just a typo - it would be codec_opus.so (not .os as specified in the title above) The last time I tried this was on Asterisk 16 on a Raspberry Pi 4. But from what i understand, Asterisk still don't offer the codec_opus.so as part of the menu select options for ARM based systems. Download it from there: https://github.com/InnovateAsterisk/Browser-Phone/tree/master/modules/ast-16 Note Asterisk 16 (and above i guess) will check that the checksum of the .so files in modules folder matches the id generated at make menuselect, so you need to update the checksum in codec_opus_arm.so:
Take note of the AST_BUILDOPT_SUM (copy the value), then perform a replace of my old checksum like this:
Let me know if this works. |
I'm very sorry, I dialed the wrong number, it is indeed.codec_opus.os, thank you again for your correction, could you please make me one that can use asterisk18? Or tell me how? Thank you very much
…------------------ 原始邮件 ------------------
发件人: "InnovateAsterisk/Browser-Phone" ***@***.***>;
发送时间: 2024年11月6日(星期三) 晚上7:07
***@***.***>;
***@***.******@***.***>;
主题: Re: [InnovateAsterisk/Browser-Phone] The codec_opus.os module for asterisk-18.25.0 cannot be found. Is there a solution (Issue #567)
Tip
Make sure that ts it not just a typo - it would be codec_opus.so (not .os as specified in the title above)
The last time I tried this was on Asterisk 16 on a Raspberry Pi 4. But from what i understand, Asterisk still don't offer the codec_opus.so as part of the menu select options for ARM based systems.
Download it from there: https://github.com/InnovateAsterisk/Browser-Phone/tree/master/modules/ast-16
Note
Asterisk 16 (and above i guess) will check that the checksum of the .so files in modules folder matches the id generated at make menuselect, so you need to update the checksum in codec_opus_arm.so:
$ nano /home/pi/asterisk-16.*.0/include/asterisk/buildopts.h
Take note of the AST_BUILDOPT_SUM (copy the value), then perform a replace of my old checksum like this:
$ sudo sed -i 's/1fb7f5c06d7a2052e38d021b3d8ca151/<value of AST_BUILDOPT_SUM>/g' /usr/lib/asterisk/modules/codec_opus_arm.so
Let me know if this works.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
https://github.com/InnovateAsterisk/Browser-Phone/tree/master/modules/ast-16 Note: Asterisk 16 will check that the checksum of the .so files in modules folder matches the id gerenated at make menuselect, so you need to update the checksum in codec_opus_arm.so: asterisk16 version, can work, thank you very much for your offer of project, it is very good, Can you show me how to create codec_opus_arm.so for asterisk version 18.25.0, thank you again |
Hello, your project is very good, I use asterisk-18.25.0, but I can't find codec_opus.os module, can you give me one, or how did you generate it? My current system is Raspberry PI 5, arm system. Thank you very much
The text was updated successfully, but these errors were encountered: