Browse Source

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

sobomax 16 năm trước cách đây
mục cha
commit
e79dd5d964
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules_s/nathelper/nathelper.c

+ 1 - 1
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> */