|
@@ -27,19 +27,20 @@
|
|
|
*
|
|
|
* History:
|
|
|
* --------
|
|
|
- * 2003-03-31 200 for INVITE/UAS resent even for UDP (jiri)
|
|
|
- * 2003-03-16 removed _TOTAG (jiri)
|
|
|
- * 2003-03-10 fixed new to tag bug/typo (if w/o {}) (andrei)
|
|
|
- * 2003-03-06 saving of to-tags for ACK/200 matching introduced,
|
|
|
- * voicemail changes accepted, udpated to new callback
|
|
|
- * names (jiri)
|
|
|
- * 2003-03-01 kr set through a function now (jiri)
|
|
|
- * 2003-02-28 scratchpad compatibility abandoned (jiri)
|
|
|
- * 2003-02-18 replaced TOTAG_LEN w/ TOTAG_VALUE_LEN (TOTAG_LEN was defined
|
|
|
- * twice with different values!) (andrei)
|
|
|
- * 2003-02-13 updated to use rb->dst (andrei)
|
|
|
- * 2003-01-27 next baby-step to removing ZT - PRESERVE_ZT (jiri)
|
|
|
- * 2003-01-19 faked lump list created in on_reply handlers
|
|
|
+ * 2003-01-19 faked lump list created in on_reply handlers
|
|
|
+ * 2003-01-27 next baby-step to removing ZT - PRESERVE_ZT (jiri)
|
|
|
+ * 2003-02-13 updated to use rb->dst (andrei)
|
|
|
+ * 2003-02-18 replaced TOTAG_LEN w/ TOTAG_VALUE_LEN (TOTAG_LEN was defined
|
|
|
+ * twice with different values!) (andrei)
|
|
|
+ * 2003-02-28 scratchpad compatibility abandoned (jiri)
|
|
|
+ * 2003-03-01 kr set through a function now (jiri)
|
|
|
+ * 2003-03-06 saving of to-tags for ACK/200 matching introduced,
|
|
|
+ * voicemail changes accepted, udpated to new callback
|
|
|
+ * names (jiri)
|
|
|
+ * 2003-03-10 fixed new to tag bug/typo (if w/o {}) (andrei)
|
|
|
+ * 2003-03-16 removed _TOTAG (jiri)
|
|
|
+ * 2003-03-31 200 for INVITE/UAS resent even for UDP (jiri)
|
|
|
+ * 2003-03-31 removed msg->repl_add_rm (andrei)
|
|
|
*/
|
|
|
|
|
|
|
|
@@ -858,7 +859,7 @@ enum rps relay_reply( struct cell *t, struct sip_msg *p_msg, int branch,
|
|
|
structure
|
|
|
*/
|
|
|
if (branch!=relay) {
|
|
|
- free_via_lump(&relayed_msg->repl_add_rm);
|
|
|
+ free_via_lump(&relayed_msg->add_rm);
|
|
|
}
|
|
|
}
|
|
|
update_reply_stats( relayed_code );
|