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.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Jordan
2014-01-03 21:45:08 +00:00
parent 2f51fdb027
commit 97985656e5

View File

@@ -25,6 +25,8 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <pjsip.h>
#include "asterisk/res_pjsip.h"