Hi,
I'm trying to send binary messages but without much success.
I see that if I add sm.UserDataPdu and sm.UserData:Pdu.Headers, The UDH is added to the PDU however, I see no change to the ESM class and the UDHI is still flagged to 0. Am I missing something?
Also, with your dll, it seems that intelisense (autocomplete) isn't working. How can I change this to explore in more details all of the functionalities of the product.
Best Regards,
Binary messages
Re: Binary messages
Hi EJOC,
yes, when you set sm.UserData:Pdu.Headers, sm.EsmClass is not changed. But when SubmitSm is converted to stream it sets UDHI to 1.
when you create binary messages don't forget to add concatenation to sms parts headers. GSM standard limits SubmitSm short_message to 140 bytes including UDH.
Does anybody else has problem with intelisense?
yes, when you set sm.UserData:Pdu.Headers, sm.EsmClass is not changed. But when SubmitSm is converted to stream it sets UDHI to 1.
when you create binary messages don't forget to add concatenation to sms parts headers. GSM standard limits SubmitSm short_message to 140 bytes including UDH.
Does anybody else has problem with intelisense?
Re: Binary messages
RE: Intelisense
I am using the compiled library v1.0.11.1 and Intellisense is working fine for me in Visual Studio 2008 and Visual Studio 2010.
I am using the compiled library v1.0.11.1 and Intellisense is working fine for me in Visual Studio 2008 and Visual Studio 2010.
ProcessFlows UK Ltd
http://www.processflows.co.uk/
http://www.processflows.co.uk/
Re: Binary messages
Hi Alt,
Sorry for the late reply. Busy on other topics.
I got the concatenated messages working. Thanks for the help.
I'm using sharpdevelop. Can that be the reason why intellisense doesn't work? I'll give it a go with Visual studio and let you know my findings.
In the meantime, I detected another small issue. When I use the smpp server, the system ID is Inetlab.SMPP/1.0.11.0. This text has more bytes than those allowed in the specification (maximum is 16). How can this be changed?
Sorry for the late reply. Busy on other topics.
I got the concatenated messages working. Thanks for the help.
I'm using sharpdevelop. Can that be the reason why intellisense doesn't work? I'll give it a go with Visual studio and let you know my findings.
In the meantime, I detected another small issue. When I use the smpp server, the system ID is Inetlab.SMPP/1.0.11.0. This text has more bytes than those allowed in the specification (maximum is 16). How can this be changed?
Re: Binary messages
Hi,
I just wanted to add that with Visual Studio it seems that Intelisense works. Strange that with sharpdevelop it doesn't since with most third party libraries this doesn't happen.
Still haven't found a way to change the system ID though. This is a problem because our gateway can't connect as it informs us of invalid systemID size.
Best,
I just wanted to add that with Visual Studio it seems that Intelisense works. Strange that with sharpdevelop it doesn't since with most third party libraries this doesn't happen.
Still haven't found a way to change the system ID though. This is a problem because our gateway can't connect as it informs us of invalid systemID size.
Best,
Re: Binary messages
Hi Again,
Just to let you know that I found out how to change the system ID. Once I had intelisense it became much easier to find it.
Best,
Just to let you know that I found out how to change the system ID. Once I had intelisense it became much easier to find it.
Best,
Re: Binary messages
Dear All
Good afternoon
i'm using the Inetlab.SMPP.dll lib
i need to send SMS as bytes array via SMPP
i set sm.UserDataPdu = SMS_Body ( SMS_Body is an array of 140 bytes)
now i need to know what the value for the (sm.UserDataPdu.Headers)
can any one help me?
i need it urgent please !
if any one can send me a sample code alos
my Env is:
c# , .net 3.5
Thanks
Tarek
Good afternoon
i'm using the Inetlab.SMPP.dll lib
i need to send SMS as bytes array via SMPP
i set sm.UserDataPdu = SMS_Body ( SMS_Body is an array of 140 bytes)
now i need to know what the value for the (sm.UserDataPdu.Headers)
can any one help me?
i need it urgent please !
if any one can send me a sample code alos
my Env is:
c# , .net 3.5
Thanks
Tarek
Re: Binary messages
User Data Header content depends on what are you going to send in binary message.
is it any kind of EMS message?
is it any kind of EMS message?