Bind returns Status Code 9

Smpp v3.4 client

Moderator: alt

Locked
crg1970
Posts: 6
Joined: Wed Jul 16, 2008 5:48 pm
Location: Panama

Bind returns Status Code 9

Post by crg1970 » Wed Jul 16, 2008 5:53 pm

Hello. I am trying to test the library by using the demo code against an local SMPP provider. Using the demo exactly as is, i get:

SmppClient connected
Binding SmppClient for SystemId: portalmms
Sending Data: 0000002800000009000000003150fd8f706f7274616c6d6d7300396f377434316d6d000034000000
Bad status returned during Bind : BindTransceiverResp with status 9
Received Data: 0000001080000009000000093150fd8f

I cannot tell from anywhere what the status 9 returned means. I know I am supposed to get a ESME_ROK.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Wed Jul 16, 2008 6:23 pm

Hello.

Status 9 is Reserved value in the SMPP specification. I think you need to ask your SMPP provider about meaning of this status code.

Who is vendor of this SMSC?
crg1970
Posts: 6
Joined: Wed Jul 16, 2008 5:48 pm
Location: Panama

Re. Status Code 9

Post by crg1970 » Wed Jul 16, 2008 8:33 pm

Yes, as you said Status Code 9 is a reserved code. The Carrier is using Now SMS/MMS and we are trying to figure out if it is one of the parameters

Thanks.
crg1970
Posts: 6
Joined: Wed Jul 16, 2008 5:48 pm
Location: Panama

Re. Status 9

Post by crg1970 » Wed Jul 16, 2008 10:01 pm

Apparently it was a problem with the fact that they had only enabled the service to allow connections as a transmitter and I was using transceiver.

Thanks.
Locked