Skip to content

Commit

Permalink
rtpengine: small spelling fix related to codec-mask example, related to
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Mar 1, 2023
1 parent 70d8308 commit 714c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rtpengine/doc/rtpengine_admin.xml
Expand Up @@ -2715,7 +2715,7 @@ route {
...
if (is_method("INVITE")) {
if (has_body("application/sdp")) {
if (rtpengine_offer("codec-mask=opus codec-accept-opus codec-strip=PCMU codec-transcode=PCMU"))
if (rtpengine_offer("codec-mask=opus codec-accept=opus codec-strip=PCMU codec-transcode=PCMU"))
t_on_reply("1");
}
}
Expand Down

0 comments on commit 714c9eb

Please sign in to comment.