Now SMS as SMPP server

Now SMS as SMPP server SearchSearch
Author Message
Nguyen Na
New member
Username: N3t3h

Post Number: 1
Registered: 03-2013
Posted on Monday, March 18, 2013 - 11:20 am:   

Hi, I have Now SMS connected to 2 SMPP servers and I config this Now SMS as SMPP server.

How can i select which connected SMPP servers (a) to send SMS in my Now SMS SMPP Server?

Thanks!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4311
Registered: 08-2008
Posted on Monday, March 18, 2013 - 02:25 pm:   

Hi,

The simplest routing selection is routing based upon sender (source) or recipient (destination) address.

When you define outbound SMPP connections, you can define recipient address mask patterns for that connection, specifying that messages being sent to those address patterns should be routed via that particular connection.

Each SMPP connection can also have a default sender address, which means that any messages from that sender address will be routed via that particular connection.

This is described in more detail in the following article: http://www.nowsms.com/routing-sms-messages-to-a-specifc-smsc-route

If you have more complex logic that needs to be used to determine which outbound connection is to be used, this is also possible. In this case, every time an SMS message is submitted to NowSMS, NowSMS issues an HTTP callback to a script that you write ... NowSMS passes details about the message being submitted, and your script responds back to indicate which SMPP route should be used. This is described in more detail in the following article: http://www.nowsms.com/dynamic-sms-message-routing-with-http-callbacks

--
Des
NowSMS Support
janardan kumar bhardwaj
New member
Username: Janardan

Post Number: 1
Registered: 04-2013
Posted on Friday, April 05, 2013 - 11:43 am:   

Hi,

Is there any system to shedule the periority to the bulk messages type which delivere from now sms port.

Suppose i need to send some messages in periority basis but there is already queue of another type of message then what should i do???
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 4361
Registered: 08-2008
Posted on Friday, April 05, 2013 - 12:54 pm:   

Hi Janardan,

Submit the priority messages from a different user account (or accounts).

When processing the outbound message queue, NowSMS maintains separate queues for each local user account. It automatically rotates through these accounts so that a large bulk submission from one account does not monopolize outbound bandwidth.

It's good practice to confine bulk submissions to a particular account, and depending on your overall mix, use a different account to submit priority messages (or different accounts for different types of priority messages).

The queue switching algorithm can be tweaked if desired. Under the [SMSGW] section of SMSGW.INI, a setting UserQueueThreshold=### can be set. This specifies the maximum number of messages that can be processed consecutively from a single user queue before other queues are serviced. The default value is set dynamically, but depending on message mix, some environments may prefer to set it explicitly.

--
Des
NowSMS Support