Page 1 of 1

Are there any test SMPP servers?

Posted: Mon Sep 08, 2008 5:42 pm
by Alibek
Very interested in your software but want it tested against real SMPP server.

Are there any?

Test SMPP

Posted: Mon Sep 08, 2008 5:49 pm
by Alibek
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?

Posted: Fri Sep 12, 2008 10:37 am
by alt
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.

Posted: Tue Apr 28, 2009 6:09 pm
by Alibek
It would be very nice to have test smpp server. I havn't found any yet!

Re: Are there any test SMPP servers?

Posted: Mon May 11, 2009 4:50 am
by indradeep
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.