? 930T1RefDoc_15.pdf ? Blue Tango.mp3 ? Clarinet Candy.mp3 ? agi_debug.diff ? andy ? diff ? diffs.txt ? fastagi-test.log ? fix-sipcodec.diff.txt ? jamesfix.diff.txt ? jonchaie.mp3 ? math ? mgcp-bindaddr.txt ? muted ? news.pdf ? sipfix.txt ? sipfix2.txt ? test.call ? zapdiff.txt ? channels/.chan_local.c.swp Index: channels/chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.522 diff -u -r1.522 chan_sip.c --- channels/chan_sip.c 7 Oct 2004 15:46:08 -0000 1.522 +++ channels/chan_sip.c 7 Oct 2004 15:46:23 -0000 @@ -3863,7 +3863,7 @@ char tmp[256]; char tmp2[256]; char clen[20]; - reqprep(&req, p, "NOTIFY", 0, 1); + initreqprep(&req, p, "NOTIFY", NULL); add_header(&req, "Event", "message-summary"); add_header(&req, "Content-Type", notifymime); @@ -3896,7 +3896,7 @@ struct sip_request req; char tmp[256]; char clen[20]; - initreqprep(&req, p, "NOTIFY", NULL); + reqprep(&req, p, "NOTIFY", 0, 1); snprintf(tmp, sizeof(tmp), "refer;id=%d", cseq); add_header(&req, "Event", tmp); add_header(&req, "Subscription-state", "terminated;reason=noresource");