
hi All, is there anyone who can assist me (possibly via googlechat, facebook chat. msn) to setup RapidSMS on Fedora with a Huawei Modem. If possible, assistance in iintegrating that with Django will be welcome. I am able to set it up upto the PyGSM module but RapidSMS projects do not work. -- with Regards: Road Safety Begins with You: Do not share seats in the matatu , report & resist bad driving. Together we can make a big change

I would have been glad to help but i just lost a close family member and will be attending funeral "rituals" throughout this week. please post and join the rapidsms mailing list "rapidsms" < rapidsms@googlegroups.com>, there are plenty of people in the list who am sure will help you quite a lot. You could also checkout *#rapidsms* channel on *irc.freenode.net*, as well as rapidsms.org. Regards Ukang'a Dickson On Sun, Mar 28, 2010 at 9:28 PM, Dennis Kioko <dmbuvi@gmail.com> wrote:
hi All, is there anyone who can assist me (possibly via googlechat, facebook chat. msn) to setup RapidSMS on Fedora with a Huawei Modem. If possible, assistance in iintegrating that with Django will be welcome. I am able to set it up upto the PyGSM module but RapidSMS projects do not work. -- with Regards:
Road Safety Begins with You: Do not share seats in the matatu , report & resist bad driving. Together we can make a big change
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Thanks, will check it in a few days as I am now on a "feature freeze" as I document the project. Will try to finish up documentation to add up the features.

Hi kioko.. I will be glad to help you setup the RapidSms.. Bt unfortunately am not so sure how to configure it with django back end. Regards Mose

Thanks, Mose (& condolences to Dickson Ukanga). I was able to set up RapidSMS, but am stuck at the building of the Application. A question meanwhile, Can I write the App in my Django Views instead of in RapidSMS?

Dennis, rapidSMS is based on django, the views need to be written within rapidSMS inside an app. The structure of the app is as follows: <app_name>/ views.py- views to be displayed in webUI e.g. http://localhost:8000/ <app_name>/index app.py- SMS logic here config.py admin.py models.py To the best of my knowledge you can't integrate rapidSMS directly with a Django instance, but you could write a web hook that pushes incoming messages to another URL which could be a Django instance etc. On Mon, Mar 29, 2010 at 5:16 PM, Dennis Kioko <dmbuvi@gmail.com> wrote:
Thanks, Mose (& condolences to Dickson Ukanga). I was able to set up RapidSMS, but am stuck at the building of the Application.
A question meanwhile, Can I write the App in my Django Views instead of in RapidSMS?
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- John Wesonga

Thanks John, so what you are saying is that i can do this in my django app {% url rapidsms_url sms as rapidsms_url_variable%} and pass my sms to rapidsms for processing, Also, I assume, I canm do the reverse to pass SMS to Django

Typically when it comes to django apps and rapidsms, you usually add your django-app as a rapidsms app in the apps/your_django-app you might just need to add an app.py in your app as every rapidsms app requires one, and if you eventually make use of the sms component of rapidsms the app.py is the one that will be handling the sms requests. rapidsms is basically a django project with sms/messaging wrapper to handle specifically the routing of messages to all apps. Once again, I believe you will be best served at the rapidsms mailing lists, one of the over 150 members has dealt with this question. Regards Ukang'a Dickson On Tue, Mar 30, 2010 at 8:15 PM, Dennis Kioko <dmbuvi@gmail.com> wrote:
Thanks John, so what you are saying is that i can do this in my django app
{% url rapidsms_url sms as rapidsms_url_variable%}
and pass my sms to rapidsms for processing, Also, I assume, I canm do the reverse to pass SMS to Django
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1f... ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (4)
-
Dennis Kioko
-
John Wesonga
-
Mose Kate
-
Ukang'a Dickson