Hello Cipher, Build a perl script and configure one sms service in the kannel.conf with the keyword default, so it always sends al incoming sms trafic to your perl script (or any other program in any other language). In your program read out the variables you set in the post-url/post-xml/get-url in the sms service section where you previously set the keyword with default. Insert the read values into a database, e.g. originator, recipient, timestamp, data, udh, etc. (see kannel docs for all available parameters) and forward the request to your sms service. So this program acts as a proxy between kannel and your sms service.
You can also do this for the outgoing sms-es. Hope this helps a bit. Kind regards, Edwin Poot -----Original Message----- From: Cipher Strength [mailto:[EMAIL PROTECTED] Sent: dinsdag 29 juli 2003 17:55 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: parsing kannel log file Hello, Can you explain proxy script. how i can do it regards CIPHER >Hello, > >You could build a proxy script between kannel and the sms service >script/program, which inserts the messages into a database. > >Regards, > >Edwin Poot > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >Of Cipher Strength >Sent: dinsdag 29 juli 2003 12:00 >To: [EMAIL PROTECTED] >Subject: parsing kannel log file > > > > >Dear all, > >I want a MO "received messages" parser for kannel log file. The parser >i > >have written could not parse messages recieved in binary. > >Hope to listen from somone soon. >regards >CIPHER > >_________________________________________________________________ >Help STOP SPAM with the new MSN 8 and get 2 months FREE* >http://join.msn.com/?page=features/junkmail > > _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
