unknowen CommandStatus
Posted: 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,
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,