summaryrefslogtreecommitdiff
path: root/apps/app_sms.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-12-27 16:58:03 +0000
committerOlle Johansson <oej@edvina.net>2006-12-27 16:58:03 +0000
commit253e1daa498e79ee9677b752e48345ea3dfdaa25 (patch)
tree4ef04b1c288d043ece11067997157c565f631a8e /apps/app_sms.c
parentda7a35a1cc1201722c422e1bbe98651fbf5a8a57 (diff)
From coding guidelines:
Comments should explain what the code does, not when something was changed or who changed it. If you have done a larger contribution, make sure that you are added to the CREDITS file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48984 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_sms.c')
-rw-r--r--apps/app_sms.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/app_sms.c b/apps/app_sms.c
index 88e10ae00..f1022bb26 100644
--- a/apps/app_sms.c
+++ b/apps/app_sms.c
@@ -26,14 +26,12 @@
* ES 201 912 SMS for PSTN/ISDN
* TS 123 040 Technical realization of SMS
*
- * \note 2006-09-19: ETSI ES 201 912 protocol 2 used in Italy and Spain
- * support added by Filippo Grassilli (Hyppo)
- * <http://hyppo.com> (Hyppo)
- * Not fully tested, under development
*
* \ingroup applications
*
* \author Adrian Kennard (for the original protocol 1 code)
+ * \author Filippo Grassilli (Hyppo) - protocol 2 support
+ * Not fully tested, under development
*/
#include "asterisk.h"