Skip to content

Commit

Permalink
Merge pull request #331 from OnFreund/patch-2
Browse files Browse the repository at this point in the history
Prefer Opus over other codecs
  • Loading branch information
felipecrs authored Jul 3, 2024
2 parents 759f150 + 7257365 commit a7ee8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asterisk/rootfs/usr/share/tempio/pjsip_default.conf.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rewrite_contact=yes
direct_media=no
context=default
disallow=all
allow=ulaw,alaw,speex,gsm,g726,g723,g722,opus
allow=opus,ulaw,alaw,speex,gsm,g726,g723,g722
{{ if .video_support -}}
allow=h264,vp8,vp9
{{- end }}
Expand Down

0 comments on commit a7ee8df

Please sign in to comment.