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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-10-06 04:40:57 +00:00
parent 32126398ef
commit dbdb058f31

View file

@ -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);