RE: Credit Limit

2010-12-23 Thread Rapture
Hi,

 

You can define the credit limits from the application that posts the
send-url to the smsbox. Then define a separate smsc group with a different
smsc-id to which you can use to route the messages once you exceed the daily
1,000 limit on one smsc. I do this using my bulk sms accounts by monitoring
the message count on each smsc.

 

Rapture

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Elton Hoxha
Sent: Thursday, December 23, 2010 12:36 PM
To: michael osakede
Cc: users@kannel.org
Subject: Re: Credit Limit

 

Hi,

 

You can do it from application side by hitting send-sms url defined with
proper parameters for respective SMSC links.

On Thu, Dec 23, 2010 at 10:14 AM, michael osakede  wrote:


Hi Users,

How can I set an SMSC Config ie:

I want this smsc to send 1000 messages only, the idea is I can only send
1000 messages on this SMSC and nothing more, so once the credit is exhusted
I want to route to another provider.

group = smsc
smsc-id=mike
smsc = smpp
host = xx.xx.xx.xx
port = 
receive-port = 
smsc-username = 
smsc-password = 
system-type = smpp
dest-addr-ton = 1
address-range =
bind-addr-ton = 0
bind-addr-npi = 1
source-addr-ton = 5
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1




Michael

 

 



Re: Credit Limit

2010-12-23 Thread Elton Hoxha
Hi,

You can do it from application side by hitting send-sms url defined with
proper parameters for respective SMSC links.

On Thu, Dec 23, 2010 at 10:14 AM, michael osakede  wrote:

>   Hi Users,
>
> How can I set an SMSC Config ie:
>
> I want this smsc to send 1000 messages only, the idea is I can only send
> 1000 messages on this SMSC and nothing more, so once the credit is exhusted
> I want to route to another provider.
>
> group = smsc
> smsc-id=mike
> smsc = smpp
> host = xx.xx.xx.xx
> port = 
> receive-port = 
> smsc-username = 
> smsc-password = 
> system-type = smpp
> dest-addr-ton = 1
> address-range =
> bind-addr-ton = 0
> bind-addr-npi = 1
> source-addr-ton = 5
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
>
>
> Michael
>