Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: holck on October 01, 2010, 09:53:59 AM
-
I have made a simple web-interface on my server that makes it possible to write and send sms-messages, administer an address book, and see a list of sent messages and delivery reports. The programs are written in Perl and use the services provided my HQsms.com. I live in Denmark so the programs have a Danish interface and use Danish standards for phone numbers and dates. The interface is simple but seems to work quite well.
If my users want to use this service, they provide me the phone number they want to use as "sender number" for their sms-messages. I send this number to HQsms.com, they send an sms message with a code to that number, and the user pass this code back to me. I then register them as users of the service, and they can login using their ordinary user name and password.
If anyone else are interested in a service like this, I will be happy to receive feedback and pointers to similar programs. I can also consider to make an English version or a contrib rpm.
-
Hey, I really want that service :)
+4522345676
-
holck
yes please this will really help
are we there yet, are we there yet
where is it, where is it :D
-
I have made a simple web-interface on my server that makes it possible to write and send sms-messages, administer an address book, and see a list of sent messages and delivery reports. The programs are written in Perl and use the services provided my HQsms.com. I live in Denmark so the programs have a Danish interface and use Danish standards for phone numbers and dates. The interface is simple but seems to work quite well.
If my users want to use this service, they provide me the phone number they want to use as "sender number" for their sms-messages. I send this number to HQsms.com, they send an sms message with a code to that number, and the user pass this code back to me. I then register them as users of the service, and they can login using their ordinary user name and password.
If anyone else are interested in a service like this, I will be happy to receive feedback and pointers to similar programs. I can also consider to make an English version or a contrib rpm.
This sounds really interesting. Are we able to get this coding and put it on our own SME servers?
Also I am interested in and english version
-
If your code can be made available could be translated into different languages ...
-
If your code can be made available could be translated into different languages ...
Where can we get the code for this app?
-
Thank you for the interest :-)
As mentioned earlier, the application was developed for my own use, and it still needs a lot of improvement in order to become a "real" contrib. If anyone can help me with that, I will be thankfully accept.
For the moment you can download the files, including a basic "README" here:
http://ibsgaarden.dyndns.org/sms.tgz (http://ibsgaarden.dyndns.org/sms.tgz)
You will need some basic knowledge about file handling, editing etc. in order to use it.
Please contribute with ideas, improvements, and help in making the application more usable.
Jesper, Denmark
-
Just a quick question
where did you get and which version do you recommendperl-Number-Phone
perl-MLDBM
-
perl-Number-Phone does not seem to exist as a usable rpm, I think I got it here:
http://search.cpan.org/~dcantrell/Number-Phone-1.8/lib/Number/Phone.pm (http://search.cpan.org/~dcantrell/Number-Phone-1.8/lib/Number/Phone.pm)
You can get perl-MLDBM as an rpm in several places including
ftp://ftp.pbone.net/mirror/dag.wieers.com/packages/perl-MLDBM/perl-MLDBM-2.01-1.2.el4.rf.noarch.rpm (http://ftp://ftp.pbone.net/mirror/dag.wieers.com/packages/perl-MLDBM/perl-MLDBM-2.01-1.2.el4.rf.noarch.rpm)
Best, Jesper
-
perl-Number-Phone does not seem to exist as a usable rpm, I think I got it here:
http://search.cpan.org/~dcantrell/Number-Phone-1.8/lib/Number/Phone.pm (http://search.cpan.org/~dcantrell/Number-Phone-1.8/lib/Number/Phone.pm)
I would strongly advise caution using cpan stuff as we have had reports in the bug tracker of various failed smeupdates because of the end user going out SME Server scope.
Thanks.
-
holck thanks for your help
as per byte
perl-Number-Phone does not seem to exist as a usable rpm, I think I got it here:
http://search.cpan.org/~dcantrell/Number-Phone-1.8/lib/Number/Phone.pm - I would strongly advise caution using cpan stuff as we have had reports in the bug tracker of various failed smeupdates because of the end user going out SME Server scope.
what do you suggest we do now?
and how do we do it?
-
If you will only install Perl-Number-Phone as a rpm, I can see two alternatives. One is that we wait until SME is released in version 8, and Perl-Number-Phone again available as rpm. The other is to make a version of my sms-package that simply leaves it out - it will still be usable, but not as user friendly.
If you want the latter, you can fetch a copy here:
http://ibsgaarden.dyndns.org/sms01.tgz (http://ibsgaarden.dyndns.org/sms01.tgz)
Hope it works for you,
Jesper