瀏覽代碼

rtpengine: small spelling fix related to codec-mask example, related to e8c294f33f8b

Henning Westerholt 2 年之前
父節點
當前提交
714c9eb99e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/rtpengine/doc/rtpengine_admin.xml

+ 1 - 1
src/modules/rtpengine/doc/rtpengine_admin.xml

@@ -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");
         }
     }