Skip to content

Instantly share code, notes, and snippets.

@kench
Created June 28, 2020 21:08
Show Gist options
  • Save kench/79aaa69be3e56fcfa557b0c389aed9b5 to your computer and use it in GitHub Desktop.
Save kench/79aaa69be3e56fcfa557b0c389aed9b5 to your computer and use it in GitHub Desktop.
Asterisk - missing translation path
Connected to Asterisk 16.2.1~dfsg-2build2 currently running on NUC7CJYH (pid = 23308)
NUC7CJYH*CLI> pjsip set history on
PJSIP History enabled
[Jun 28 13:55:12] WARNING[30487]: channel.c:5579 set_format: Unable to find a codec translation path: (h264|opus) -> (alaw)
[Jun 28 13:55:12] WARNING[30487]: channel.c:5579 set_format: Unable to find a codec translation path: (alaw) -> (h264|opus)
[Jun 28 13:55:12] WARNING[30517][C-00000020]: channel.c:6539 ast_channel_make_compatible_helper: No path to translate from PJSIP/5732-0000003d to PJSIP/5730-0000003e
[Jun 28 14:03:33] WARNING[30486]: channel.c:5579 set_format: Unable to find a codec translation path: (h264|opus) -> (alaw)
[Jun 28 14:03:33] WARNING[30486]: channel.c:5579 set_format: Unable to find a codec translation path: (alaw) -> (h264|opus)
[Jun 28 14:03:33] WARNING[30547][C-00000021]: channel.c:6539 ast_channel_make_compatible_helper: No path to translate from PJSIP/5732-0000003f to PJSIP/5730-00000040
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment