-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
When running Asterisk inside Docker, bridging a SIP call between an internal extension (ulaw) and a LiveKit endpoint (opus) fails due to a missing codec translation path.
The same setup works correctly when Asterisk is built manually on Ubuntu (non-Docker) β after enabling the Opus codec using make menuselect.
Logs
WARNING[34]: channel.c:5656 set_format: Unable to find a codec translation path: (ulaw) -> (opus)
WARNING[34]: channel.c:5656 set_format: Unable to find a codec translation path: (opus) -> (ulaw)
ERROR[116]: channel.c:6646 ast_channel_make_compatible_helper: No path to translate
Note
This issue appears to be specific to the Docker image β it might not include the Opus codec module by default.
When Asterisk is built manually on Ubuntu, enabling the Opus codec via make menuselect resolves the issue.
Metadata
Metadata
Assignees
Labels
No labels