Use reqprep, not initreqprep for NOTIFY for REFER...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 21 years ago
parent 32126398ef
commit dbdb058f31

@ -3939,7 +3939,7 @@ static int transmit_notify_with_mwi(struct sip_pvt *p, int newmsgs, int oldmsgs)
char tmp[256];
char tmp2[256];
char clen[20];
initreqprep(&req, p, "NOTIFY", NULL);
reqprep(&req, p, "NOTIFY", 0, 1);
add_header(&req, "Event", "message-summary");
add_header(&req, "Content-Type", notifymime);

Loading…
Cancel
Save