[sr-dev] git:master: Forgot to update parameters of the send_rtpp_command() in the last

Maxim Sobolev sobomax at sippysoft.com
Fri Jul 3 00:10:17 CEST 2009


Module: sip-router
Branch: master
Commit: e79dd5d9649f02909e6a87dadba952d44a81e04a
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e79dd5d9649f02909e6a87dadba952d44a81e04a

Author: sobomax <sobomax at sippysoft.com>
Committer: sobomax <sobomax at sippysoft.com>
Date:   Thu Jul  2 15:06:25 2009 -0700

Forgot to update parameters of the send_rtpp_command() in the last
checkin.

---

 modules_s/nathelper/nathelper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_s/nathelper/nathelper.c b/modules_s/nathelper/nathelper.c
index d9c5fd9..889e4c8 100644
--- a/modules_s/nathelper/nathelper.c
+++ b/modules_s/nathelper/nathelper.c
@@ -2361,7 +2361,7 @@ force_rtp_proxy(struct sip_msg *msg, char *param1, char *param2, int offer)
 				} else {
 					v[3].iov_len = 0;
 				}
-				cp = send_rtpp_command(node, v, (to_tag.len > 0) ? 16 : 12);
+				cp = send_rtpp_command(node, v, (to_tag.len > 0) ? 18 : 14);
 			} while (cp == NULL);
 			LOG(L_DBG, "force_rtp_proxy2: proxy reply: %s\n", cp);
 			/* Parse proxy reply to <argc,argv> */




More information about the sr-dev mailing list