During third week I have updated all the files inside resiprocate project that contains numeric error codes, there were 32 files that needed to be updated, 32 files which I have updated are as follow:-> resiprocate/resip/stack-> resiprocate/resip/stack/test-> resiprocate/resip/stack/ssl-> resiprocate/resip/recon/MOHParkServer-> resiprocate/rutil-> resiprocate/tfm-> resiprocate/repro-> resiprocate/apps/clicktocall-> resiprocate/apps/ichat-gwOne new header file created in directory:-> resiprocate/rutil- Created Pull Request:32 files updated, 1 file created and configure.ac file updated for successful build in Travis-Ci.On 7 June 2016 at 00:56, Udit Raikwar <udit043.ur@gmail.com> wrote:Hello,I have done following things in past two weeks :Week 1:- Successfully installed and configured resiprocate.- Read codes and discuss with mentor about the format of logging message.- Define new functions for converting error codes into string.- (eg “socket error 22” into “socket error EINVAL (Invalid argument)”)- Create header file 'Errdes.hxx' and cxx file 'Errdes.cxx' for performing this task.- Successfully test it on TlsConnection.cxx fileWeek 2:- Update header file with new functions.- Update files inside-> Resip/Stack-> Resip/Stack/Test-> Resip/Stack/SSL-> Resip/Stack/Recon- Created Pull RequestIn the next week i will update all other files inside resiprocate project and commit it to the repository and update the pull request.----