aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index c213e5622..c44f31291 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2817,7 +2817,7 @@ static int transmit_invite(struct sip_pvt *p, char *cmd, int sdp, char *auth, ch
if (auth)
add_header(&req, authheader, auth);
-
+ append_date(&req);
if (!strcasecmp(cmd, "REFER")) {
if (strlen(p->refer_to))
add_header(&req, "Refer-To", p->refer_to);