--- chan_sip.old 2004-11-04 21:18:13.000000000 -0600 +++ chan_sip.c 2004-11-04 21:20:06.000000000 -0600 @@ -3876,7 +3876,7 @@ add_header(&req, "Content-Type", notifymime); snprintf(tmp, sizeof(tmp), "Messages-Waiting: %s\r\n", newmsgs ? "yes" : "no"); - snprintf(tmp2, sizeof(tmp2), "Voicemail: %d/%d\r\n", newmsgs, oldmsgs); + snprintf(tmp2, sizeof(tmp2), "Voice-Message: %d/%d\r\n", newmsgs, oldmsgs); snprintf(clen, sizeof(clen), "%d", (int)(strlen(tmp) + strlen(tmp2))); add_header(&req, "Content-Length", clen); add_line(&req, tmp);