Skip to content

Commit 16c1ab1

Browse files
committed
1 parent 82a5ed5 commit 16c1ab1

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

rtpproxy.b2bua.output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nsess_created=48 nsess_destroyed=44 nsess_timeout=4 nsess_complete=30 nsess_nortp=26 nsess_owrtp=0 nsess_nortcp=26 nsess_owrtcp=0
2-
ncmds_rcvd=172 ncmds_succd=167 ncmds_errs=4 ncmds_repld=171
2+
ncmds_rcvd=181 ncmds_succd=176 ncmds_errs=4 ncmds_repld=180
33
nsess_created=48 nsess_destroyed=48 nsess_timeout=8 nsess_complete=30 nsess_nortp=30 nsess_owrtp=0 nsess_nortcp=30 nsess_owrtcp=0
4-
ncmds_rcvd=178 ncmds_succd=169 ncmds_errs=8 ncmds_repld=177
4+
ncmds_rcvd=187 ncmds_succd=178 ncmds_errs=8 ncmds_repld=186
55
MEMDEB(rtpproxy): all clear
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define NCMDS_BASE 156
1+
#define NCMDS_BASE 165
22

33
#include "rtpproxy.output/common.in"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define NCMDS_BASE 148
1+
#define NCMDS_BASE 157
22

33
#include "rtpproxy.output/common.in"

scenarios/passtr/rtpproxy.opensips.output.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
#if OPENSIPS_VER_FULL == master || OPENSIPS_VER >= 31
2-
# define NCMDS_BASE 212
2+
# define NCMDS_BASE 221
33
#else
44
#if OPENSIPS_VER >= 24
5-
# define NCMDS_BASE 153
5+
# define NCMDS_BASE 162
66
#else
77
# if OPENSIPS_VER_FULL == 211 /* && OPENSIPS_VER_FULL != 21 && OPENSIPS_VER_FULL != 22 */
8-
# define NCMDS_BASE 126
8+
# define NCMDS_BASE 135
99
# else
1010
# if OPENSIPS_VER_FULL == 111
11-
# define NCMDS_BASE 140
11+
# define NCMDS_BASE 149
1212
# else
1313
# if OPENSIPS_VER < 22
14-
# define NCMDS_BASE 135
14+
# define NCMDS_BASE 144
1515
# else
1616
# if OPENSIPS_VER < 23
1717
# if OPENSIPS_VER_FULL == 22
18-
# define NCMDS_BASE 135
18+
# define NCMDS_BASE 144
1919
# else
20-
# define NCMDS_BASE 175
20+
# define NCMDS_BASE 184
2121
# endif
2222
# else
2323
# if (OPENSIPS_VER_FULL == 23)
24-
# define NCMDS_BASE 150
24+
# define NCMDS_BASE 159
2525
# else
26-
# define NCMDS_BASE 230
26+
# define NCMDS_BASE 239
2727
# endif
2828
# endif
2929
# endif
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if (KAMAILIO_VER_FULL != master) && (KAMAILIO_VER_FULL < 44)
2-
# define NCMDS_BASE 148
2+
# define NCMDS_BASE 157
33
#else
4-
# define NCMDS_BASE 144
4+
# define NCMDS_BASE 153
55
#endif
66

77
#include "rtpproxy.common.output.in"

scenarios/simple/rtpproxy.opensips.output.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
#if OPENSIPS_VER_FULL == master || OPENSIPS_VER >= 31
2-
# define NCMDS_BASE 156
2+
# define NCMDS_BASE 165
33
#else
44
#if OPENSIPS_VER >= 24
5-
# define NCMDS_BASE 153
5+
# define NCMDS_BASE 162
66
#else
77
# if OPENSIPS_VER_FULL == 211 /* && OPENSIPS_VER_FULL != 21 && OPENSIPS_VER_FULL != 22 */
8-
# define NCMDS_BASE 126
8+
# define NCMDS_BASE 135
99
# else
1010
# if OPENSIPS_VER_FULL == 111
11-
# define NCMDS_BASE 140
11+
# define NCMDS_BASE 149
1212
# else
1313
# if OPENSIPS_VER < 22
14-
# define NCMDS_BASE 135
14+
# define NCMDS_BASE 144
1515
# else
1616
# if OPENSIPS_VER < 23
1717
# if OPENSIPS_VER_FULL == 22
18-
# define NCMDS_BASE 135
18+
# define NCMDS_BASE 144
1919
# else
20-
# define NCMDS_BASE 175
20+
# define NCMDS_BASE 184
2121
# endif
2222
# else
2323
# if (OPENSIPS_VER_FULL == 23)
24-
# define NCMDS_BASE 150
24+
# define NCMDS_BASE 159
2525
# else
26-
# define NCMDS_BASE 230
26+
# define NCMDS_BASE 239
2727
# endif
2828
# endif
2929
# endif

0 commit comments

Comments
 (0)