Re: Sms 2 email

2003-05-30 Thread Jacob Vennervald Madsen
You'll have to do a litle programming yourself but it's possible. Jacob Vennervald On Thu, 2003-05-29 at 14:24, Richard George (QMP) wrote: > > Hi All, > > Te usual crawling apologies for being a newbie. > > Can kannel be used as an SMS to email gateway? > > Regards, Richard

Re: Newbie: Where to get a SMSC Connection?

2003-05-30 Thread Jacob Vennervald Madsen
> Please let me know where I can get a connection to a SMSC? what kind of costs are > involved, etc. You have to call a telco has this service. Normally you pay an initial fee and a monthly fee and then you offcourse pay something per SMS. Jacob Vennervald On Thu, 2003-05-29 at 09:02, Rohit wrot

Re: how to read SMS via Kannel

2003-06-04 Thread Jacob Vennervald Madsen
Hi Mario If you're interested in reading the contents of an incomming SMS it's actually quite simple to do this with a combination of Kannel, PHP and MySQL/PostgreSQL. When an SMS is received it can be sent to a PHP script which then saves the SMS in the database with sender's number, contents and

Re: CIMD2 Error

2003-06-11 Thread Jacob Vennervald Madsen
Can you send me your CIMD2 configuration? Remember to remove usernames and passwords. Cheers, Jacob Vennervald On Wed, 2003-06-11 at 11:22, Antonis Spirou wrote: > Ανώνυμο ΕπιστολόχαρτοHas Anyone Seen this kind of error > > 2003-06-11 12:18:31 [8] DEBUG: boxc_receiver: sms received > 2003-06-11

Re: Nokia 6210

2003-06-12 Thread Jacob Vennervald Madsen
Have you tried 9600 Jacob Vennervald On Thu, 2003-06-12 at 12:40, Zohar wrote: > I've connected a Nokia 6210 to my PC (for something else than Kannel - can you > believe this...?), and I need to set the BAUD rate - anyone knows what it is? > Thanks. -- Venlig hilsen / Best regards, Jacob Venner

Re: dlr + at2

2003-06-17 Thread Jacob Vennervald Madsen
It worked for me. Jacob Vennervald On Tue, 2003-06-17 at 11:59, thierry.henri wrote: > Hi, > > Is it possible to receive dlr with wavecom fastrack modem (at2) or not ? > > Thanks. > -- > > Faites un voeu et puis Voila ! www.voila.fr > > > > -- Venl

Re: SMS messages in handset

2003-06-30 Thread Jacob Vennervald Madsen
It could be a lot of different things but most likely it's because your GSM modem/handset is not initialized correct. Which GSM modem are you using? Which AT commands are sent to it durring initialization? Best regards, Jacob Vennervald On Mon, 2003-06-30 at 17:12, Zohar wrote: > please, I need h

Re: SMS messages in handset

2003-06-30 Thread Jacob Vennervald Madsen
gt; smsc-id = VSMSC > modemtype = ericsson_t68 > device = /dev/cua/b > speed = 9600 > validityperiod = 255 > keepalive = 10 > sim-buffering = true > > the T300 and the T68 look very much alike, so i figured... > > > - Original Message - > From: "Jacob

Re: Nokia 6510

2003-06-30 Thread Jacob Vennervald Madsen
Hi I haven't tested any of the phones you're talking about. I have tried Nokia 7110 and 6210 and they both worked fine. But if you want to make stable solutions you should probably choose some GSM modem instead like Wavecom or Siemens. I've never tested Siemens, but I've heard they're good. In the

RE: Kannel on Windows

2003-07-04 Thread Jacob Vennervald Madsen
Or you can build it your self and then you'll also need the development packages for OpenSSL and libXML. Jacob Vennervald On Fri, 2003-07-04 at 10:19, Jarrod Hermer wrote: > Yes it can but first you will need to insall Cygwin, not forgetting to > install OpenSSL and libXML (Gnome XML component).

RE: Kannel on Windows

2003-07-04 Thread Jacob Vennervald Madsen
Which version of kannel did you use for this? On Fri, 2003-07-04 at 13:55, António Vaz wrote: > yes. but you need to install cygwin also. > > however, kannel seems to be unstable on windows. the smsbox exits many times without > warning. > > i used it on a windows machine for internal tests b

Re: manipulating ucp packets sent by kannel

2003-07-16 Thread Jacob Vennervald Madsen
I think you should be posting this question on the development list. Cheers, Jacob Vennervald On Wed, 2003-07-16 at 12:17, sam wrote: > Hi, > I watched to the source and it seems It can't be done. the AC field is > left empty in the UCP51 message and only some fields are used in the > UCP52 mes

Re: send & Receive sms

2003-07-20 Thread Jacob Vennervald Madsen
Hi Chandana I'm not quite sure what you're talking about but it sounds like you jsut need a GSM modem. Jacob Vennervald On Sun, 2003-07-20 at 16:51, [EMAIL PROTECTED] wrote: > > Hi all , > > Do u know any device which support only to send and receive sms ? > Normally GSM modems can do this tas

Re: How to use regular expressions in SMS-SERVICE group

2003-07-23 Thread Jacob Vennervald Madsen
You could make just one service that sends all SMS'es to a shell, pearl og php script which then uses regular expressions to figure out what to do with the message. Jacob Vennervald On Wed, 2003-07-23 at 17:02, Gatica, Mario Alberto wrote: > Hello , I want to use regular expressions in SMS-SERVIC

Re: Different SMS-ID

2003-07-28 Thread Jacob Vennervald Madsen
Hi You have to add a allowed-smsc-id setting to your smsc configurations. For example yor tsm smsc: group = smsc smsc-id = tsm smsc = http pin = 5454 system-type = kannel smsc-username = metropoli2000 smsc-password = notavailable send-url = http://fake/kannel_gw_temp.php no-sender = true no-sep

Re: Does PHP support CIMD2 protocol some how ???????????

2003-07-30 Thread Jacob Vennervald Madsen
If you're using kannel why would you wanna have CIMD2 support in PHP? Kannel supports CIMD2. -- Venlig hilsen / Best regards, Jacob Vennervald System Developer Proventum Solutions ApS Tuborg Boulevard 12 2900 Hellerup Denmark Phone: +45 36 94 41 66 Mobile: +45 61 68 58 51

Re: Bulk SMS

2003-08-14 Thread Jacob Vennervald Madsen
> Is their anyway I can send from the command line and batch file. or produce > an XML document which contains the number and the message (all messages > would be different) You can make a shell script that uses curl to post the xml to the /cgi-bin/sendsms. Jacob Vennervald On Wed, 2003-08-13 at

Re: kannel use as smpp

2003-08-20 Thread Jacob Vennervald Madsen
Hi Shehan You are not able to set up Kannel as an SMPP SMSC but you are able to set up Kannel to use an SMPP SMSC to send and receive SMS'es through. Jacob Vennervald On Thu, 2003-08-21 at 07:52, shehan wrote: > Dear Sir, > I want to modify kannel as smpp.How can I do that???Also I want to know

service problems

2003-09-04 Thread Jacob Vennervald Madsen
Hi I'm having a slight problem with my SMS gateway. I've installed Kannel 1.2.1 on a RedHat linux 7.3. I'm using a Wavecom M1200 modem. I've set up a simple service that replies with a simple text. But when I send an SMS to the service I never get the reply. I can see in the log that something is

Timestamp in incomming messages

2003-09-04 Thread Jacob Vennervald Madsen
Hi Again I have another problem. When I use the %t option in my services I get an incorrect date. Is there anyway I can fix this? -- Venlig hilsen / Best regards, Jacob Vennervald System Developer Proventum Solutions ApS Tuborg Boulevard 12 2900 Hellerup Denmark Phone: +45 36 94 41 66 Mobile: +

[Re: use two GSM Modems to send & receive]

2003-09-05 Thread Jacob Vennervald Madsen
Hi Chandana If you send an SMS to somebody through a GSM modem when that somebody replies to that message it will allways go back to the same modem as it is not possible to overwrite the sender address through a GSM modem. Jacob On Fri, 2003-09-05 at 10:16, [EMAIL PROTECTED] wrote: > > > Dear