[asterisk-commits] oej: trunk r48984 - /trunk/apps/app_sms.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Dec 27 09:58:04 MST 2006
Author: oej
Date: Wed Dec 27 10:58:03 2006
New Revision: 48984
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48984
Log:
>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.
Modified:
trunk/apps/app_sms.c
Modified: trunk/apps/app_sms.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_sms.c?view=diff&rev=48984&r1=48983&r2=48984
==============================================================================
--- trunk/apps/app_sms.c (original)
+++ trunk/apps/app_sms.c Wed Dec 27 10:58:03 2006
@@ -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"
More information about the asterisk-commits
mailing list