Search found 11 matches

by DerSkythe
Mon Sep 09, 2013 6:52 am
Forum: Inetlab.SMPP v1.0
Topic: Send message from Server to Client
Replies: 4
Views: 41888

Re: Send message from Server to Client

Solution with UserDataPdu works for me. Thank you very much.
by DerSkythe
Tue Sep 03, 2013 5:50 am
Forum: Inetlab.SMPP v1.0
Topic: Send message from Server to Client
Replies: 4
Views: 41888

Re: Send message from Server to Client

In the link that you provided you use another library. I can't provide to Deliver method class different from DeliverSm. There is no property Text in DeliverSm class. My version of library 1.0.12.10. Please tell me, how can I solve the problem? [Serializable] public class DeliverSm : SmppPDU, ISeria...
by DerSkythe
Thu Aug 29, 2013 7:34 am
Forum: Inetlab.SMPP v1.0
Topic: Send message from Server to Client
Replies: 4
Views: 41888

Send message from Server to Client

Hello, I want to send message from server to client. With documentation I found 2 ways to do that: send delivery_sm or data_sm. For example: var rec = Receipt.Create(Encoding.ASCII.GetBytes("Hello, this is test message"), Encoding.ASCII); var deliver = new DeliverSm { Receipt = rec, SourceAddrTon = ...
by DerSkythe
Tue Nov 27, 2012 12:25 pm
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Re: Problem with Payload mode

My email: skif1ch at gmail.com
by DerSkythe
Tue Nov 27, 2012 12:24 pm
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Re: Problem with Payload mode

I bought a license on September 19. My order number: 424 640 555.
This is the standard version, without the source code (Inetlab.SMPP Client/Server Developer License).
If you give me any fixed version, I will be very thankful to you.
by DerSkythe
Tue Nov 27, 2012 11:59 am
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Re: Problem with Payload mode

Previous result generated by first string of this code. [color=#FF0000]AddToLog(String.Format("ServiceType: {0}, Len: {1}", client.ServiceType, client.ServiceType.Length));[/color] AddToLog( String.Format( "Prepare message. SubmitMode: {0}, srcTon: {1}, srcNpi: {2}, srcAddr: {3}, destTon: {4}, destN...
by DerSkythe
Tue Nov 27, 2012 11:33 am
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Re: Problem with Payload mode

ServiceType: MC, Len: 2
by DerSkythe
Fri Nov 23, 2012 7:47 am
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Re: Problem with Payload mode

I double check this field. There are no whitespaces
by DerSkythe
Tue Oct 30, 2012 12:24 pm
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Re: Problem with Payload mode

Thank you for fast reply. No, my Service Type is MC Here is sample of code: AddToLog( String.Format( "Prepare message. SubmitMode: {0}, srcTon: {1}, srcNpi: {2}, srcAddr: {3}, destTon: {4}, destNpi: {5}, destAddr: {6}, dataCoding: {7}, Text: {8}", mode, byte.Parse(tbSrcAdrTON.Text), byte.Parse(tbSrc...
by DerSkythe
Mon Oct 29, 2012 12:59 pm
Forum: Inetlab.SMPP v1.0
Topic: Problem with Payload mode
Replies: 12
Views: 86888

Problem with Payload mode

Hello, now I am using commercial version of your library. Version 1.0.12.5. When I trying to send sms with Payload mode I receive following error: ************** Exception Text ************** System.ArgumentOutOfRangeException: Length too long. Shouldn't be more than 5 symbols. Parameter name: Servi...
by DerSkythe
Tue Oct 09, 2012 7:20 am
Forum: Inetlab.SMPP v1.0
Topic: ESME_RX_R_APPN Error
Replies: 1
Views: 25484

ESME_RX_R_APPN Error

Hello, I am using your demo application with my SMPP provider. When I am sending message the program receiving ESME_RX_R_APPN error. I asked my SMPP Provider, and he say: "We are rejecting the message due to a policy decision or message filter From: (empty)". Of course I filling Source_addr in demo ...