Receiving Status Reports of UCP / EMI using NowSMS..?

Receiving Status Reports of UCP / EMI using NowSMS..? SearchSearch
Author Message
manoj
New member
Username: Harddrivemanoj

Post Number: 1
Registered: 05-2008
Posted on Thursday, June 05, 2008 - 12:52 pm:   

Hi Bryce,

I'm connected using NowSMS to UCP/EMI provider.
Can you please tell how can I retrieve status reports from operator, he says he is sending them to us also I can see them in SMSIN log file.

Can you please guide how to receive then using SMPP Receiver connection?

Thanks,
Manoj
manoj
New member
Username: Harddrivemanoj

Post Number: 2
Registered: 05-2008
Posted on Friday, June 06, 2008 - 11:44 am:   

hi,
please update about this,
it is urgently required for us to upgrade from trial to full version.

thanks,
Manoj
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7570
Registered: 10-2002
Posted on Tuesday, June 10, 2008 - 08:48 pm:   

Hi Manoj,

I assume that you are connecting to NowSMS as an SMPP client (you have an account defined in the "SMS Users" list).

You are submitting via SMPP, and NowSMS is then submitting the messages to your provider using UCP/EMI.

Edit SMSGW.INI, and under the [SMSGW] header, add TrackUCPReceipts=Yes.

(We should default this setting to Yes in future versions, but currently if you need delivery receipts to be translated from UCP/EMI to SMPP, this setting must be manually enabled.)

-bn
manoj
New member
Username: Harddrivemanoj

Post Number: 3
Registered: 05-2008
Posted on Thursday, June 12, 2008 - 01:41 pm:   

Bryce Please help::

I followed those steps:
1. Added UCP server details
Keep Alive=30 Secongs
Receive messages = disabled
Routing (Support any outbound traffic) = checked

2. Web Tab
Enable SMPP Server = Yes

3. Added User as SMPP
User name
Password
Enable SMPP Login to this user = Checked
Route Received = NO
Limit outgoing = NO

4. SMSGW.ini
Under [SMSGW] I added
TrackUCPReceipts=Yes



Final Configuration:

[SMSGW]
SMPPServerMaxConnectionsPerUser=4
WebAuth=No
WebMenu=No
WebPort=8800
TrackUCPReceipts=Yes
Modem1=UCP - 10.6.67.197:7179
SMPPPort=7179
[SMPP]
SMPPServerEnquireLink=60
[UCP - 10.6.67.197:7179]
UserName=
Password=
Receive=No
ReceiveMMS=No
KeepAlive=30
SenderAddressOverride=Yes
RoutePrefOnly=Yes
[Inbound SMS Routing]



Upon submission I receive following error }}::

No SMSC defined to route message -- UCP - 10.6.67.197:7179,SubmitUser=45469;Sender=manoj;Text="test from manoj"


Also on Delivery Side as you suggested after adding details I can able to receive delivery reports but all were REJECTED

Also, no TCP/IP packets were sent actually so Delivery report was generated by NowSMS level itself.


Please suggest what should I do?

Thanks,
Manoj
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7588
Registered: 10-2002
Posted on Thursday, June 12, 2008 - 07:15 pm:   

Hi Manoj,

In the properties for your SMPP connection, you need to check "Support any outbound message traffic" ... or add some phone number patterns to the "Preferred SMSC Connection for" list.

Without that, NowSMS thinks that it cannot route any messages to the SMPP connection that you have defined. Not finding any valid routes, the message gets rejected.

-bn