Skip to content

Commit

Permalink
rtpproxy: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 550a46a commit d9bdb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/rtpproxy/doc/rtpproxy_admin.xml
Expand Up @@ -463,7 +463,7 @@ rtpproxy_offer();
<emphasis>x</emphasis> - 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)).
</para><para>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rtpproxy/test/kamailio.cfg
Expand Up @@ -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");
Expand Down

0 comments on commit d9bdb46

Please sign in to comment.