--- /opt/asterisk/asterisk-1.4.0-beta4-VANILLA/channels/chan_sip.c 2006-12-17 04:00:25.000000000 -0500 +++ /opt/asterisk/asterisk-1.4.0-beta4/channels/chan_sip.c 2006-12-17 05:07:33.000000000 -0500 @@ -6959,7 +6959,7 @@ ast_build_string(&t, &maxbytes, "Messages-Waiting: %s\r\n", newmsgs ? "yes" : "no"); ast_build_string(&t, &maxbytes, "Message-Account: sip:%s@%s\r\n", S_OR(vmexten, default_vmexten), S_OR(p->fromdomain, ast_inet_ntoa(p->ourip))); - ast_build_string(&t, &maxbytes, "Voice-Message: %d/%d (0/0)\r\n", newmsgs, oldmsgs); + ast_build_string(&t, &maxbytes, "Voice-Message: %d/%d \r\n", newmsgs, oldmsgs); if (p->subscribed) { if (p->expiry) add_header(&req, "Subscription-State", "active");