Smsc connection

Smsc connection SearchSearch
Author Message
Anonymous
 
Posted on Friday, September 23, 2005 - 05:26 pm:   

hello
i have nowsms and I want to connect to nowsms with an smpp connection from a other smpp client how can I configure the connection
how parameter can I use to do this (connection port, user name ...)
thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5073
Registered: 10-2002
Posted on Wednesday, October 05, 2005 - 08:30 pm:   

Hello,

To connect your SMPP application to the NowSMS server, you define an "SMS Users" account on the NowSMS server, and you enable the SMPP server on the "Web" page of the NowSMS configuration dialog.

Your SMPP application connects to NowSMS via the specified port, using the login defined under "SMS Users".

To allow your SMPP application to receive messages from the NowSMS server, when you define the account under "SMS Users", you need to check "Route received messages to user via SMPP", and then under "Recipient address(es) to route to this user", define phone numbers for which if NowSMS receives a message, it should route them to your SMPP application. For example, if your application needs to receive messages addressed to 1234, you would define "1234" in this "Recipient address(es) to route to this user" field. This field can contain a comma delimited list of phone numbers, and supports wildcards of "*" (match any 0 or more characters) and "?" (match any 1 character).

-bn