|
@@ -1903,6 +1903,8 @@ static int msg_apply_changes_f(sip_msg_t *msg, char *str1, char *str2)
|
|
msg->flags = tmp.flags;
|
|
msg->flags = tmp.flags;
|
|
msg->msg_flags = tmp.msg_flags;
|
|
msg->msg_flags = tmp.msg_flags;
|
|
msg->force_send_socket = tmp.force_send_socket;
|
|
msg->force_send_socket = tmp.force_send_socket;
|
|
|
|
+ msg->fwd_send_flags = tmp.fwd_send_flags;
|
|
|
|
+ msg->rpl_send_flags = tmp.rpl_send_flags;
|
|
msg->dst_uri = tmp.dst_uri;
|
|
msg->dst_uri = tmp.dst_uri;
|
|
msg->path_vec = tmp.path_vec;
|
|
msg->path_vec = tmp.path_vec;
|
|
|
|
|