|
 |
|
Dev Hardware Forums
> SOFTWARE
> Programming
|
C# - Need help to connect kannel sms gateway to asp.net site
Discuss Need help to connect kannel sms gateway to asp.net site in the Programming forum on Dev Hardware. Need help to connect kannel sms gateway to asp.net site Programming forum discussing administration and coding scripts in languages including PHP, C++, C, Perl, Java, Visual Basic, XML, HTML, CGI, ActionScript, CSS, JavaScript, Fortran, BASH, and issues related to databases and even batch files.
|
|
 |
|
|
|
|

Dev Hardware Forums Sponsor:
|
|
|

March 17th, 2012, 12:26 PM
|
|
n00b DevH'er
|
|
Join Date: Mar 2012
Posts: 2
Time spent in forums: 22 m 13 sec
Reputation Power: 0
|
|
|
C# - Need help to connect kannel sms gateway to asp.net site
I want to create a web application using C# which retrieve contact numbers from database and then simply send sms to all those mobile numbers. I want to use Kannel sms gateway and GSM mobile, i need step by step guide for how to code in C# to communicate with that sms gateway to send messages to mobiles
|

March 30th, 2012, 02:03 AM
|
|
n00b DevH'er
|
|
Join Date: Mar 2012
Posts: 1
Time spent in forums: 14 m 53 sec
Reputation Power: 0
|
|
|
In my opinion :
The steps will be offered by that Gate way which will be used by you.When you will get access that gate way then you have to pay some money as well for the service.
If you are gonna do this through C# then it does not mean that it is also a requirement from that gateway or not.
|

March 30th, 2012, 04:46 AM
|
|
n00b DevH'er
|
|
Join Date: Mar 2012
Posts: 2
Time spent in forums: 22 m 13 sec
Reputation Power: 0
|
|
|
I recently install kannel 1.4.3 for windows in my windows 7, and trying to connect it to my motorola l6 mobile by doing changes in kannel.conf file but i am unable to connect my kanne gateway to mobile. Can you guide me please?
My mobile is connected via usb port. Any idea?
|

October 24th, 2012, 06:42 AM
|
|
n00b DevH'er
|
|
Join Date: Oct 2012
Posts: 2
Time spent in forums: 13 m 46 sec
Reputation Power: 0
|
|
|
Re:
Hi, I would suggest that you should use Ozeki NG SMS Gateway instead, because it is one of the most reliable gateways, and it provides the high capacity that my company needs. In the beginning I didn't know much about how to use it, but with their support, I feel like an expert now.
I hope I could help.
Max
|

January 4th, 2013, 07:29 AM
|
|
n00b DevH'er
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 5 m 2 sec
Reputation Power: 0
|
|
|
I would also suggest you the Ozeki NG SMS Gateway like maxh69, I use it as well and it is able to send 500 sms per second.
|

January 6th, 2013, 06:43 PM
|
 |
Contributing User
|
|
Join Date: Jan 2008
Location: Lilyfield NSW Australia
|
|
|
Kannel sms gateway has not been developed for over 2 years, so I would be careful about developing anything using that platform as it may be a dead end.
If you do not want to use an SMS service provider, which you pay a monthly fee to and outsrouce all of the SMS headaches then you can setup a PC to GSM phone connection and go down that route.
Check if your GSM phone supports SMS text mode AT commands.
You need a GSM phone that allows PC connection through USB cable or bluetooth connection.
For USB connection you will require a USB serial driver from the phone vendor.
For bluetooth you can try and add it add new hardware. Once the connection between PC and phone is setup you can communicate with the phone using AT commands.
To check if your modem supports this SMS text mode, you can try the following command:
AT+CMGF=1 <ENTER>
If you get an OK repsonse then you can use the CSMP configuration command and CGMS send message command.
To create a C# program for this is too vague at this stage until the hardware and software setup and configuration information is known.
__________________
|
Developer Shed Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|