Search found 5 matches

by syam
Mon Mar 14, 2016 5:34 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: UnBindEventHandler not trigering in version (1.1.21.5)
Replies: 1
Views: 5325

UnBindEventHandler not trigering in version (1.1.21.5)

Dear Support, This event was working with earlier version(1.0.12.0). but with with new version(1.1.21.5) it is not firing. This event is very much critical to us, it is after this event we are making the reconnect attempts. With the new version this event is not working, hence we were not able to kn...
by syam
Thu Mar 03, 2016 9:05 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: BindRespEventHandler Not fired in version (1.1.21.5)
Replies: 1
Views: 5384

BindRespEventHandler Not fired in version (1.1.21.5)

Dear Support, This event was working with earlier version(1.0.12.0). but with with new version(1.1.21.5) it is not firing. objSMPP.evBindComplete += new Inetlab.SMPP.Common.BindRespEventHandler(client_evBindComplete); void client_evBindComplete(object sender, Inetlab.SMPP.PDU.BindResp data) { try { ...
by syam
Thu Mar 03, 2016 8:52 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Long unicode SMS in binary format issue
Replies: 3
Views: 8287

Re: Long unicode SMS in binary format issue

Dear Support, I had already used the mentioned method to send unicode SMS. But sometime when we deal with arabic SMS text, we might need to convert this to hex code. and henceforth we were used to convert this hex code to binary before submission. I was able to sent SMS successfully with following c...
by syam
Tue Feb 23, 2016 11:35 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Wap Push Sample
Replies: 1
Views: 5906

Wap Push Sample

Dear Support, Can you please provide a sample code for WAP Push. I was trying with following code but no luck. string _Title = "WAPpush"; string _URL = "https://new.dewa.gov.ae/ar-AE"; lstSubmitSM = Inetlab.SMPP.SMS.ForWapPush() .Title(_Title) .Url(_URL) .From("SMS Alert", byte.Parse("0"), byte.Pars...
by syam
Tue Feb 23, 2016 11:32 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Long unicode SMS in binary format issue
Replies: 3
Views: 8287

Long unicode SMS in binary format issue

Dear Support, I am finding difficult to send Long SMS in binary format ( hex code of unicode SMS converted to binary). I was able to successfully submit and receive the same when the message length was under single SMS limit. but when it comes to a long SMS i am not receiving the submitted SMS lstSu...