Re: Send message to SMS Gateway

2014-11-06 Thread ngangsia akumbo
There are free gateways like kannel and vumi

On Sunday, June 24, 2012 11:37:21 AM UTC+1, Andreas wrote:
>
> Have a look at a Bulk SMS Gatway from txtNation - SMS Gateway.
> See the SMPP API on-line at:
> http://wiki.txtnation.com/wiki/SMPP_Bulk 
>
> and their info on http://gateway.txtnation.com
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c5cbe404-dbc0-474a-acdf-4a6e3d23080b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Send message to SMS Gateway

2012-06-24 Thread Andreas
Have a look at a Bulk SMS Gatway from txtNation - SMS Gateway.
See the SMPP API on-line at:
http://wiki.txtnation.com/wiki/SMPP_Bulk 

and their info on http://gateway.txtnation.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/JknOrTGfI4kJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Send message to SMS Gateway

2012-06-23 Thread Cal Leeming [Simplicity Media Ltd]
Just fyi, if you were working directly with an upstream provider (such as
T-Mobile or O2), you would most likely need to be processing literally
millions of messages a month.. you'd probably also need to meet minimum
commit terms (such as throughput and contract duration).

I suspect anything short of this, and you'd just be refereed to a reseller,
such as the ones mentioned previously.

Start out small with one of these resellers, then grow later :)


On Sun, Jun 24, 2012 at 2:30 AM, Setiaman Lee <setiaman@gmail.com>wrote:

> Hi Cal, Nevio and Anh
>
> Thanks for your reply.
> The reason I want to use SMPP is because I will send high volume of
> SMS per month. So cost will be a factor here. The faster and reliable
> protocol is using SMPP (at least this is what I know). Probably I need
> to deal with Telco network or sms distributor. Some distributor
> provide http protocol but they still recommend to use SMPP and I want
> to use Python/Django to interact with their server.
>
> You have give me some valuable information, especially RapidSMS.
> It looks cool. I need to research it first.
>
> Thanks guy.
>
> Cheers,
> Setiaman Lee
>
>
>
> On Sat, Jun 23, 2012 at 11:58 AM, Le Hoang Anh <lehoanganh...@gmail.com>
> wrote:
> > Hi,
> >
> > You may have a look at http://www.rapidsms.org/
> > it supports various backends (kannel, smpp)
> >
> > -- anh
> >
> > On Sat, Jun 23, 2012 at 9:11 AM, Setiaman <setiaman@gmail.com>
> wrote:
> >> Hi,
> >>
> >> I want to create a web app to send the message to SMS Gateway.
> >> Try to google the suggested way is to use SMPP protocol.
> >> But I can't find any easy package to send message thru SMPP.
> >>
> >> Can any body give a pointer?
> >>
> >>
> >> Rgrds,
> >> Setiaman
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> >> To post to this group, send email to django-users@googlegroups.com.
> >> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
> >>
> >
> >
> >
> > --
> > Le Hoang Anh
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Send message to SMS Gateway

2012-06-23 Thread Setiaman Lee
Hi Cal, Nevio and Anh

Thanks for your reply.
The reason I want to use SMPP is because I will send high volume of
SMS per month. So cost will be a factor here. The faster and reliable
protocol is using SMPP (at least this is what I know). Probably I need
to deal with Telco network or sms distributor. Some distributor
provide http protocol but they still recommend to use SMPP and I want
to use Python/Django to interact with their server.

You have give me some valuable information, especially RapidSMS.
It looks cool. I need to research it first.

Thanks guy.

Cheers,
Setiaman Lee



On Sat, Jun 23, 2012 at 11:58 AM, Le Hoang Anh <lehoanganh...@gmail.com> wrote:
> Hi,
>
> You may have a look at http://www.rapidsms.org/
> it supports various backends (kannel, smpp)
>
> -- anh
>
> On Sat, Jun 23, 2012 at 9:11 AM, Setiaman <setiaman@gmail.com> wrote:
>> Hi,
>>
>> I want to create a web app to send the message to SMS Gateway.
>> Try to google the suggested way is to use SMPP protocol.
>> But I can't find any easy package to send message thru SMPP.
>>
>> Can any body give a pointer?
>>
>>
>> Rgrds,
>> Setiaman
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>
>
> --
> Le Hoang Anh
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Send message to SMS Gateway

2012-06-23 Thread Le Hoang Anh
Hi,

You may have a look at http://www.rapidsms.org/
it supports various backends (kannel, smpp)

-- anh

On Sat, Jun 23, 2012 at 9:11 AM, Setiaman <setiaman@gmail.com> wrote:
> Hi,
>
> I want to create a web app to send the message to SMS Gateway.
> Try to google the suggested way is to use SMPP protocol.
> But I can't find any easy package to send message thru SMPP.
>
> Can any body give a pointer?
>
>
> Rgrds,
> Setiaman
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Le Hoang Anh

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Send message to SMS Gateway

2012-06-23 Thread Nevio Vesic
Setiaman,

You can try to use service provider such as www.telapi.com to help you with
SMS messages.
Getting done SMS on your own will cost you much more time and money than
you actually need to spend.

Regards,
Nevio

On Sat, Jun 23, 2012 at 11:31 AM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:

> From the way your email is worded, I think you are looking at doing this
> the wrong way.
>
> Look at using something like BulkSMS - or an SMS USB device.
>
> Don't start trying to figure out how SMPP and SS7 works, you'll only give
> yourself a head ache and it absolutely wouldn't be relevant to you.
>
> Cal
>
>
> On Sat, Jun 23, 2012 at 3:11 AM, Setiaman <setiaman@gmail.com> wrote:
>
>> Hi,
>>
>> I want to create a web app to send the message to SMS Gateway.
>> Try to google the suggested way is to use SMPP protocol.
>> But I can't find any easy package to send message thru SMPP.
>>
>> Can any body give a pointer?
>>
>>
>> Rgrds,
>> Setiaman
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Send message to SMS Gateway

2012-06-23 Thread Cal Leeming [Simplicity Media Ltd]
>From the way your email is worded, I think you are looking at doing this
the wrong way.

Look at using something like BulkSMS - or an SMS USB device.

Don't start trying to figure out how SMPP and SS7 works, you'll only give
yourself a head ache and it absolutely wouldn't be relevant to you.

Cal

On Sat, Jun 23, 2012 at 3:11 AM, Setiaman <setiaman@gmail.com> wrote:

> Hi,
>
> I want to create a web app to send the message to SMS Gateway.
> Try to google the suggested way is to use SMPP protocol.
> But I can't find any easy package to send message thru SMPP.
>
> Can any body give a pointer?
>
>
> Rgrds,
> Setiaman
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Send message to SMS Gateway

2012-06-22 Thread Setiaman
Hi,

I want to create a web app to send the message to SMS Gateway.
Try to google the suggested way is to use SMPP protocol.
But I can't find any easy package to send message thru SMPP.

Can any body give a pointer?


Rgrds,
Setiaman

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.