From f24c226e09e5df49cdaf50f157c7b6eedf0522ab Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Thu, 27 Dec 2007 16:11:41 +0000
Subject: [PATCH] I went looking for where we downloaded the g722
 implementation and came across these two links.  So, I'm adding them so they
 are available for reference later.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 codecs/codec_g722.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/codecs/codec_g722.c b/codecs/codec_g722.c
index a81b9b6a16..6b52407f6c 100644
--- a/codecs/codec_g722.c
+++ b/codecs/codec_g722.c
@@ -23,6 +23,9 @@
  *
  * \brief codec_g722.c - translate between signed linear and ITU G.722-64kbps
  *
+ * \arg http://soft-switch.org/downloads/non-gpl-bits.tgz
+ * \arg http://lists.digium.com/pipermail/asterisk-dev/2006-September/022866.html
+ *
  * \ingroup codecs
  */
 
-- 
GitLab