how to use this lib

Smpp v3.4 client

Moderator: alt

Locked
pranjali
Posts: 2
Joined: Mon Dec 15, 2008 10:32 am

how to use this lib

Post by pranjali » Mon Dec 15, 2008 10:37 am

Hi,
I am a newbie and i got your code, had a look at demo and used it in my app. But i am not able to send SMS though I am using my own SMPP settings. Can you plz guide me as to how to use your library in my application.
mysterious_mz
Posts: 10
Joined: Sat Dec 13, 2008 8:57 am

Post by mysterious_mz » Fri Dec 19, 2008 12:48 pm

Hi.

Did you try to send sms using some other solution?
Some java api or something else?

Please reply.
Beatnyama
Posts: 7
Joined: Fri Dec 12, 2008 11:31 am
Location: Windhoek Namibia

Re: how to use this lib

Post by Beatnyama » Sun Dec 28, 2008 1:52 pm

pranjali wrote:Hi,
I am a newbie and i got your code, had a look at demo and used it in my app. But i am not able to send SMS though I am using my own SMPP settings. Can you plz guide me as to how to use your library in my application.
Can you bind or connect to your SMSC when using the demo application supplied?
There's no limit to the amount of things you can do, provided you have enough processor power!!
mysterious_mz
Posts: 10
Joined: Sat Dec 13, 2008 8:57 am

Post by mysterious_mz » Wed Dec 31, 2008 11:55 am

Hi
Yes, i can connect and bind sucessfully using the same demo.
When i try to send a sms it fails and suddenly disconnects. I don't know what is going on.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Tue Jan 06, 2009 12:41 pm

To analyze your problem can you provide log information from demo application and System.Diagnostics log file in your app.config descibed in thread http://www.inetlab.ru/support/viewtopic.php?t=519
Locked