diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index ec357125ac..d45b5019dc 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3231,7 +3231,7 @@ static int adsi_logo(unsigned char *buf) { int bytes = 0; bytes += ast_adsi_display(buf + bytes, ADSI_COMM_PAGE, 1, ADSI_JUST_CENT, 0, "Comedian Mail", ""); - bytes += ast_adsi_display(buf + bytes, ADSI_COMM_PAGE, 2, ADSI_JUST_CENT, 0, "(C)2002 LSS, Inc.", ""); + bytes += ast_adsi_display(buf + bytes, ADSI_COMM_PAGE, 2, ADSI_JUST_CENT, 0, "(C)2002-2006 Digium, Inc.", ""); return bytes; }