|
@@ -67,8 +67,10 @@
|
|
|
enum request_method { METHOD_UNDEF=0, METHOD_INVITE=1, METHOD_CANCEL=2, METHOD_ACK=4,
|
|
|
METHOD_BYE=8, METHOD_OTHER=16 };
|
|
|
|
|
|
-#define FL_FORCE_RPORT 1 /* force rport */
|
|
|
-#define FL_FORCE_ACTIVE 2 /* force active SDP */
|
|
|
+#define FL_FORCE_RPORT 1 /* force rport */
|
|
|
+#define FL_FORCE_ACTIVE 2 /* force active SDP */
|
|
|
+#define FL_SDP_IP_AFS 4 /* SDP IP rewritten */
|
|
|
+#define FL_SDP_PORT_AFS 8 /* SDP port rewritten */
|
|
|
|
|
|
|
|
|
#define IFISMETHOD(methodname,firstchar) \
|