Weired Issue Sending SMS

Smpp v3.4 client

Moderator: alt

Locked
TheCoder
Posts: 2
Joined: Sat Apr 11, 2009 6:22 am

Weired Issue Sending SMS

Post by TheCoder » Sat May 09, 2009 9:58 am

Hi All

We have setup a new development environment with our SMS provider

I have deployed the sample application to test sending SMS, debugging in the application to send an SMS:

1- in the Bind() function, the CommandStatus was ESME_RALYBND which means my application is already bound to SMPP server (I don't know how since it's a new development envi.)

2- in bSubmit_Click() function the ConnectionStatus Was Open, which mean the connection is established but not binded??!!

*** The two points above have contradiction

3- Also when I try sending the SMS, and after checking the result, it shows that the SMPP session is not binded!!!! which makes me more confused

Any explaination, why when i try to BIND it gives me already bounded, while when checking the connection status it gives only connection OPEN

Thanks in advance
Locked