mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user