Re: SMS Message "Validity Period"?

2004-09-08 Thread Nicholas Rahn
if i remember correctly, the "validity" sendsms parameter just takes a number of mintues. search the docs for "validity" and you should find some intesting stuff. nick On Tue, 2004-09-07 at 20:58, Derek Barber wrote: > Hello, > > I was wondering if anyone knew a way to set the “validity period

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Nicholas Rahn
Hi gordon, you're analysis is correct. the 3 sms will all have the same DLR (smsc and ts). Because of this, Kannel can not guarantee that you will get the same DLR (database) entry upon reception of the DLR from the SMSC. this is quite unfortunate when you are trying to provide acurate logging

Re: DLR on CIMD2 under Kannel CVS?

2004-07-09 Thread Nicholas Rahn
yes, it works. nick On Fri, 2004-07-09 at 06:57, Pong wrote: > hi, is DLR (delivery reports) supposed to work with CIMD2 connections on > Kannel CVS version? > > regards, > pong > >

Re: [Using Kannel with Nokia 6210 & a DLR-3P Cable]

2004-02-16 Thread Nicholas Rahn
you don't seem to have the modem definitions in your config file. the easiest way to do this is by adding this line to your configuration file: include = /doc/examples/modems.conf this will include the standard modem configurations provided by kannel. nick On Tue, 2004-02-17 at 07:46, [EMAIL

RE: Send messages to many recipients

2004-01-30 Thread Nicholas Rahn
actually, you want to separate them with a space (' '). to send to international numbers you need to prefix them with '+' and the country code. the '+' should get url encoded into '%2b' if you send it via an HTTP GET to sendsms. nick On Fri, 2004-01-30 at 18:20, Nicholas Calugar wrote: > Sep

Re: Siemens Modem SMSC

2004-01-21 Thread Nicholas Rahn
AT2[/dev/ttyS0]: Phase 2+ is supported > 2004-01-21 15:13:05 [6] ERROR: AT2[/dev/ttyS0]: Opening failed. Terminating > 2004-01-21 15:13:05 [6] INFO: AT2[/dev/ttyS0]: opening device > 2004-01-21 15:13:05 [6] INFO: AT2[/dev/ttyS0]: init device > > > Please suggest changes, >

Re: Siemens Modem SMSC

2004-01-21 Thread Nicholas Rahn
INFO: AT2[/dev/ttyS0]: speed set to 9600 > 2004-01-21 14:48:02 [6] INFO: AT2[/dev/ttyS0]: cannot enable hardware > handshake > 2004-01-21 14:48:02 [6] INFO: AT2[/dev/ttyS0]: Phase 2+ is supported > > > Regards, > > > Aftab > > > > > -Original Me

Re: Siemens Modem SMSC

2004-01-21 Thread Nicholas Rahn
you need to include the definition of your modem in the configuration file. the easiest way to do this is by adding this line to your configuration file: include = /doc/examples/modems.conf this will include the standard modem configurations provided by kannel and should allow you to use your mo