From: Matthew Jordan Date: Fri, 3 Jan 2014 21:45:46 +0000 (+0000) Subject: res_pjsip_logger: Add the ASTERISK_FILE_VERSION macro X-Git-Tag: 13.0.0-beta1~683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b55f16d27fe8152b8ce576ef9db73c497b00c8;p=thirdparty%2Fasterisk.git res_pjsip_logger: Add the ASTERISK_FILE_VERSION macro Registering yourself with the Asterisk core is the nice thing to do, even when you're a logging module. ........ Merged revisions 404855 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404856 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_pjsip_logger.c b/res/res_pjsip_logger.c index 90cb06fb89..19b276c2eb 100644 --- a/res/res_pjsip_logger.c +++ b/res/res_pjsip_logger.c @@ -25,6 +25,8 @@ #include "asterisk.h" +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include #include "asterisk/res_pjsip.h"