From d9bdb46f98f4ff047e05e0dbebb5b8099c37aaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 12 Dec 2022 20:32:40 +0200 Subject: [PATCH] rtpproxy: typos a/an --- src/modules/rtpproxy/doc/rtpproxy_admin.xml | 2 +- src/modules/rtpproxy/test/kamailio.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/rtpproxy/doc/rtpproxy_admin.xml b/src/modules/rtpproxy/doc/rtpproxy_admin.xml index efc6b18e313..11af7e0de17 100644 --- a/src/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/src/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -463,7 +463,7 @@ rtpproxy_offer(); x - this flag a shortcut for using the "ie" or "ei"-flags of RTP-Proxy, in order to do automatic bridging between IPv4 on the "internal network" and IPv6 on the "external network". The distinction is done by - the given IP in the SDP, e.g. a IPv4 Address will always call "ie" to the RTPProxy + the given IP in the SDP, e.g. an IPv4 Address will always call "ie" to the RTPProxy (IPv4(i) to IPv6(e)) and an IPv6Address will always call "ei" to the RTPProxy (IPv6(e) to IPv4(i)). diff --git a/src/modules/rtpproxy/test/kamailio.cfg b/src/modules/rtpproxy/test/kamailio.cfg index 5dc6846a8e4..c71f53ab28b 100644 --- a/src/modules/rtpproxy/test/kamailio.cfg +++ b/src/modules/rtpproxy/test/kamailio.cfg @@ -151,7 +151,7 @@ route { } ################################################################################################################## - # BYE and ACK Requests should always have an To-Tag, if they follow RFC + # BYE and ACK Requests should always have a To-Tag, if they follow RFC ############################################################################################################### if (is_method("BYE")) { send_reply("400", "Missing to-tag");