Page 1 of 1

Weired Issue Sending SMS

Posted: Sat May 09, 2009 9:58 am
by TheCoder
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