unknowen CommandStatus

Smpp v3.4 client

Moderator: alt

Locked
Telemedia
Posts: 2
Joined: Tue Jan 20, 2009 9:36 am
Location: FRANCE

unknowen CommandStatus

Post by Telemedia » Tue Jan 20, 2009 9:46 am

Hello, I tried to use your demo application with my SMS provider
if (resp.Length > 0 && resp[0].Status == CommandStatus.ESME_ROK)
{
.......
}

At this section the value of resp[0].Status is 1032 I checked the the CommandStatus enumeration there is no value equal to 1032

this is what i'm getting as output

10:45:00: SmppClient connected
10:45:00: Binding SmppClient for SystemId: GTouch
10:45:00: SmppClient bound
10:45:00: Bind result : system is 3.55 with status ESME_ROK
10:45:00: Sending Data: 000000250000000900000000683befd547546f756368004a384e3444784c76000034000000
10:45:00: Received Data: 000000158000000900000000683befd5332e353500
10:45:10: Sending Data: 0000004f0000000400000000683befd6000000353030300001013036323230303831353500000000003039303132323130343530313030302b00000000001043454349204553542044552054455354
10:45:10: Received Data: 000000108000000400000408683befd6


Have any idea why doesnt work
Thanks,
Mad(e) For free
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Tue Jan 20, 2009 9:51 am

Hello,

Status code 1032 is reserved for SMSC vendor specific errors.
Please ask your SMSC side.
Telemedia
Posts: 2
Joined: Tue Jan 20, 2009 9:36 am
Location: FRANCE

Thanks, I found It

Post by Telemedia » Tue Jan 20, 2009 10:32 am

Your DLL or My SMSC need the destination Number in E164 Format thanks a lot.
Mad(e) For free
Locked