Woof! On Fri, 30 Oct 2009 18:32:41 -0400, [email protected] <[email protected]> wrote:
> I very badly need to modify the email that is sent to the users to > notify them > about a voice mail to change the domain URL and the from address. > > I've been searching all day for information on this. I know it's coming > in > 4.2.0 but I need to make the changes now for testing. > > If someone could point me to the right file/s to edit, that would really > help. > I am aware that the files will be overwritten upon reboot and will take > care > of that. Would that it would be that simple. The email notifications in 4.0 are buried deep inside C++ code. You have to modify the source code to change it. Look here: http://code.sipfoundry.org/browse/~br=4.0/sipXecs/branches/4.0/sipXpbx/src/mailboxmgr/MailboxManager.cpp?r=15196#l5281 And here: http://code.sipfoundry.org/browse/~br=4.0/sipXecs/branches/4.0/sipXpbx/src/mailboxmgr/NotificationHelper.cpp?r=15196#l48 --Woof! _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
