Question on virtual smsc

2009-11-11 Thread INSI mobile
Is there any way by which kannel gw can receive the messages received by virtual SMSC?

Re: Question on virtual smsc

2009-11-11 Thread Nikos Balkanas
Hi, Definitely. A lot of users in this list implement banks of GSM modems (aka virtual smsc) which push/receive SMS for production. BR, Nikos - Original Message - From: INSI mobile To: users@kannel.org Sent: Wednesday, November 11, 2009 12:13 PM Subject: Question on virtual

CIMD2 params

2009-11-11 Thread Latitude Test
Is the following possible? -- Forwarded message -- From: Latitude Test latitude...@googlemail.com Date: Tue, Nov 10, 2009 at 12:23 PM Subject: CIMD2 params To: users users@kannel.org Hi guys, I am using CIMD2 interface with kannel. I want to set the following params for CIMD2:

Cygwin + Kannel

2009-11-11 Thread David G. Navarro Ferrer
Hi: I'm riding Kannel on Windows using Cygwin tools to emulate. When I run it tells me missing the libraries to compile C. Someone could tell me what is the specific library needs?, For I have installed all coming at the Cygwin site and did not work with any. Greetings. David Gerard

Re: Cygwin + Kannel

2009-11-11 Thread Nikos Balkanas
Hi, Run is different from compile. Please distinguish. The libraries that you need are listed in the error message. Don't ask us about it, we have no knowledge of your output, since you didn't post it. BR, Nikos - Original Message - From: David G. Navarro Ferrer To: users

Re: sendsms for real-world sms testing without operator

2009-11-11 Thread Nikos Balkanas
Hi, Test whatever you need with fakesmsc. Read the manual about it. But you can't test the modem/phone. The minute it goes there, you will be charged. BR, Nikos - Original Message - From: icmp icmp...@gmail.com To: users@kannel.org Sent: Wednesday, November 11, 2009 1:52 PM Subject:

Re: cygwin + kannel

2009-11-11 Thread Nikos Balkanas
OK. You don't need libraries. You need a compiler, preferably gcc. Have you installed one from cygwin? PS: Do not delete previous messages. They are needed for the context. BR, Nikos - Original Message - From: David G. Navarro Ferrer To: users Sent: Wednesday, November 11,

Re: cygwin + kannel

2009-11-11 Thread Siddhartha` Adhikari
Hi David, When you install Cygwin, there is a section where you get to select the packages. Under this section , there is a 'devel' tab. Click on it and you would get a list of packages. Check if the 'gcc' option is selected or not. This error comes in when the gcc pacakge is not selected. Hope