Search found 5 matches

by saedshaar
Tue May 03, 2011 8:37 pm
Forum: Inetlab.SMPP v1.0
Topic: Keep SMPP connection open with SMSC
Replies: 1
Views: 6306

Keep SMPP connection open with SMSC

Hi,

Is it advisable to keep the connection open between my server and the SMPP server on SMSC?

I think this will increase the performance of sending the SMS's faster instead of opening the connection everytime i want to send an sms.

Please advise.

Thanks,
Saed
by saedshaar
Fri Apr 29, 2011 4:58 pm
Forum: Inetlab.SMPP v1.0
Topic: InetLab SMPP Full Working example
Replies: 5
Views: 12490

Re: InetLab SMPP Full Working example

I am using separate windows services for sending and another for getting status. The first one will send the SMS and store the MessageId into a table, and I need the second windows service to query the delivery status of the sent SMS and store update the record in the database. Actually I didn't dig...
by saedshaar
Fri Apr 29, 2011 12:16 pm
Forum: Inetlab.SMPP v1.0
Topic: InetLab SMPP Full Working example
Replies: 5
Views: 12490

Re: InetLab SMPP Full Working example

Thank you for your reply, but I found the solution, and posted an article of how to develop a windows service on top of your DLL.
http://www.codeproject.com/KB/aspnet/SM ... lient.aspx

I am working now on how to track the message delivery status? any ideas?
by saedshaar
Sun Apr 24, 2011 10:24 am
Forum: Inetlab.SMPP v1.0
Topic: InetLab SMPP Full Working example
Replies: 5
Views: 12490

Re: InetLab SMPP Full Working example

I got it work in a web service that I hosted locally in a Server with open port to the SCME.

But when I try to call this serice from a Windows service on the same Server, it's does not work... any idea?

By the way, I am using .Net Framework 2.0 and Visual Studio 2010.
by saedshaar
Sun Apr 24, 2011 5:12 am
Forum: Inetlab.SMPP v1.0
Topic: InetLab SMPP Full Working example
Replies: 5
Views: 12490

InetLab SMPP Full Working example

Hello Folks, I am trying to test the InetLab SMPP dll files, but I cannot figure out the whole senario cuz am new to SMPP world. I appreciate if you can provide a full working example of sending SMS to single number and another for sending Bulk SMS Async. Appreciate your prompt response. Regards, Sa...