? 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 ? muted ? sipfix.txt ? test.call ? channels/.chan_local.c.swp Index: channels/chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.520 diff -u -r1.520 chan_sip.c --- channels/chan_sip.c 6 Oct 2004 04:30:15 -0000 1.520 +++ channels/chan_sip.c 6 Oct 2004 04:40:25 -0000 @@ -3939,7 +3939,7 @@ 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);