Skip to content

Commit a277ec8

Browse files
committed
1 parent 82a5ed5 commit a277ec8

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed
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)