aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sms.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 16:58:03 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 16:58:03 +0000
commit052e3b9141c09b3ae11eed66391f09f174ec21e2 (patch)
tree4ef04b1c288d043ece11067997157c565f631a8e /apps/app_sms.c
parent9314b03a0020ac487db79c030bae611963d58a23 (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: http://svn.digium.com/svn/asterisk/trunk@48984 f38db490-d61c-443f-a65b-d21fe96a405b
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"