Module: kamailio Branch: master Commit: f7ac556e699d323e816c14a554122c87d38b3a83 URL: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c87...
Author: Mikko Lehto mslehto@iki.fi Committer: Mikko Lehto mslehto@iki.fi Date: 2018-09-24T11:34:12+03:00
rtpproxy: fix comment typo
---
Modified: src/modules/rtpproxy/rtpproxy.c
---
Diff: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c87... Patch: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c87...
---
diff --git a/src/modules/rtpproxy/rtpproxy.c b/src/modules/rtpproxy/rtpproxy.c index b0b7a67fcf..b2c9f5c0b6 100644 --- a/src/modules/rtpproxy/rtpproxy.c +++ b/src/modules/rtpproxy/rtpproxy.c @@ -2641,7 +2641,7 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer, LM_DBG("alter port body1='%.*s'\n", body1.len, body1.s); #endif /* do not do it if old port was 0 (means media disable) - * - check if actually should be better done in rtpptoxy, + * - check if actually should be better done in rtpproxy, * by returning also 0 * - or by not sending to rtpproxy the old port if 0 */