--- /opt/asterisk/asterisk-1.4.0-beta3-VANILLA/channels/chan_sip.c 2006-11-30 12:16:31.000000000 -0500 +++ /opt/asterisk/asterisk-1.4.0-beta3/channels/chan_sip.c 2006-12-14 16:55:08.000000000 -0500 @@ -6860,7 +6860,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");