Credit Limit

2010-12-23 Thread michael osakede
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 =

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 ire...@yahoo.com wrote: Hi Users, How can I set an SMSC Config ie: I want this smsc to send 1000 messages only, the

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

Modified SMPP 3.4 spec

2010-12-23 Thread Kanchan K
Hi, We have an requirement where the SMPP 3.4 is slightly modified. There are 2 new fields added to support USSD. I'd like to know if i can still use Kannel as SMS gateway. Thanks

Kannel Config Help

2010-12-23 Thread David Ige: Cellulant
Hello, I have installed an Elite SMS Gateway software which also installed Kannel along with it on a centOS server. Each time i try to send SMS using the sendsms url it gives Authorization failed for sendsms. Below is my config,

Re: Kannel Config Help

2010-12-23 Thread Alejandro Guerrieri
Seems like if you're missing the smsbox-user group where you define the user and password to use. Read the user guide for more details. Regards, Alex On Thu, Dec 23, 2010 at 1:27 PM, David Ige: Cellulant da...@cellulant.com.ng wrote: Hello, I have installed an Elite SMS Gateway software

Re: Modified SMPP 3.4 spec

2010-12-23 Thread Elton Hoxha
You dont need additional fields of SMPP 3.4. Defining TLV for ussd_service_op would be enough. On Thu, Dec 23, 2010 at 1:13 PM, Kanchan K kathuria.kanc...@gmail.comwrote: Hi, We have an requirement where the SMPP 3.4 is slightly modified. There are 2 new fields added to support USSD. I'd

Fail over

2010-12-23 Thread michael osakede
Hi, I have 2 SMSC configurations and I an sending to each smsc using the smsc-id, I have allowed both smsc-id in both smsc configs so something like this: group = smsc smsc-id=smsc1 smsc = smpp host = xxx port = xx smsc-username = smsc-password = xx system-type = smpp

SMSC Fail over

2010-12-23 Thread michael osakede
Hi, I have 2 SMSC configurations and I an sending to each smsc using the smsc-id, I have allowed both smsc-id in both smsc configs so something like this: group = smsc smsc-id=smsc1 smsc = smpp host = xxx port = xx smsc-username = smsc-password = xx system-type = smpp