Are there any test SMPP servers?

Smpp v3.4 client

Moderator: alt

Locked
Alibek
Posts: 3
Joined: Mon Sep 08, 2008 5:39 pm
Location: Almaty, Kazakhstan

Are there any test SMPP servers?

Post by Alibek » Mon Sep 08, 2008 5:42 pm

Very interested in your software but want it tested against real SMPP server.

Are there any?
Alibek
Posts: 3
Joined: Mon Sep 08, 2008 5:39 pm
Location: Almaty, Kazakhstan

Test SMPP

Post by Alibek » Mon Sep 08, 2008 5:49 pm

Tried ActiveXperts test SMPP, found at http://forum.activexperts.com/about371.html

Used
SystemID: AX005
Password: 812056
Ip address: 84.53.114.73
Tcp Port : 2775
All other parameters left at default.


Project crashes on
If client.Status = ConnectionStatus.Closed Then
client.AddrNpi = Convert.ToByte(tbAddrNpi.Text)
client.AddrTon = Convert.ToByte(tbAddrTon.Text)
client.SystemType = tbSystemType.Text

client.Connect(tbHostname.Text, Convert.ToInt32(tbPort.Text))
End If

Индекс находился вне границ массива.
Index is out of bounds.
Any ideas?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Fri Sep 12, 2008 10:37 am

This is response from ActiveXperts SMSC
00000011800000090000000d7079e79a000210000134
there are 22 bytes, but length in the first 4 bytes is 17.
They send also optional parameter sc_interface_version with value 34.
but they did not increase packet length up to 22 bytes.
I'll try to fix this somehow, but this situation is outside SMPP specification.
Alibek
Posts: 3
Joined: Mon Sep 08, 2008 5:39 pm
Location: Almaty, Kazakhstan

Post by Alibek » Tue Apr 28, 2009 6:09 pm

It would be very nice to have test smpp server. I havn't found any yet!
indradeep
Posts: 1
Joined: Mon May 11, 2009 4:46 am
Location: Singapore

Re: Are there any test SMPP servers?

Post by indradeep » Mon May 11, 2009 4:50 am

Alibek wrote:Very interested in your software but want it tested against real SMPP server.

Are there any?
Selenium Software http://www.seleniumsoftware.com/ has made a java based SMPP simulator. You can download it and run a virtual SMSC on your machine to test out your code.

.i.
Locked