Module: sip-router Branch: master Commit: 56ccad10bb60d1eb98111542449deb56a14ee5c5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56ccad10...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Fri Aug 13 18:03:31 2010 +0200
sms(s): move to common modules directory
---
modules/sms/Makefile | 15 + modules/sms/README | 413 ++++++++++++++++++ modules/sms/doc/Makefile | 4 + modules/sms/doc/functions.xml | 88 ++++ modules/sms/doc/params.xml | 304 +++++++++++++ modules/sms/doc/sms.xml | 125 ++++++ modules/sms/etc/ser.cfg | 88 ++++ modules/sms/libsms_charset.c | 60 +++ modules/sms/libsms_charset.h | 22 + modules/sms/libsms_getsms.c | 545 ++++++++++++++++++++++++ modules/sms/libsms_modem.c | 413 ++++++++++++++++++ modules/sms/libsms_modem.h | 55 +++ modules/sms/libsms_putsms.c | 250 +++++++++++ modules/sms/libsms_sms.h | 49 +++ modules/sms/sms.c | 702 ++++++++++++++++++++++++++++++ modules/sms/sms_funcs.c | 937 +++++++++++++++++++++++++++++++++++++++++ modules/sms/sms_funcs.h | 128 ++++++ modules/sms/sms_report.c | 382 +++++++++++++++++ modules/sms/sms_report.h | 49 +++ 19 files changed, 4629 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=56cc...
On Aug 13, 2010 at 18:07, Henning Westerholt henning.westerholt@1und1.de wrote:
Module: sip-router Branch: master Commit: 56ccad10bb60d1eb98111542449deb56a14ee5c5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56ccad10...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Fri Aug 13 18:03:31 2010 +0200
sms(s): move to common modules directory
Just for future reference: I think both the delete and "move" could be done in one git command: git mv modules_s/sms modules/
Andrei
On Friday 13 August 2010, Andrei Pelinescu-Onciul wrote:
sms(s): move to common modules directory
Just for future reference: I think both the delete and "move" could be done in one git command: git mv modules_s/sms modules/
Hello Andrei,
thank you. I think i used git mv, but then somehow failed to commit it in one step. Next time i should check the log before the push.
Cheers,
Henning