Re: MMS trials, getting insane trying to decode pdu's!

2003-04-01 Thread Stipe Tolj
Bas A. Schulte wrote: Hmm. How on earth would I have known that? :) I figured with about 3 documents in front of me I'd have enough but no! I also need the WSP spec (WAP-203-WSP-2504-a.pdf in WAP 1.2.1 which is WAP-230-WSP-20010705-a.pdf in WAP 2.0)... Luckily that one has some

Re: sms message format to access URLs

2003-04-01 Thread Stipe Tolj
Steven Sabado wrote: may i ask if what is the specific format on how to access the http using a simple sms message? do i need a specific format in order to a url site? and if there are key words, does kannel have it's own keywords or does the developer need to specify it's own key words?

Re: sequence number question

2003-04-01 Thread Kwok Peng Tuck
Stipe Tolj wrote: Hmm, why don't you leave it running? That's why it's made. I do leave it running :) . What about SIGHUP ? I use that after log rotation. I remember from the mail archives that this causes kannel to reopen the log file but does it reset the sequence number ? Thanks.

[RFC] changing sms.validity/sms.deferred to unix timestamp

2003-04-01 Thread Alexander Malysh
Hi list, i would be like to ask, why are validity and deferred in kannel in minutes instead of e.g. unix timestamp. I can see that all driver convert this to unix timestamp like this: gw_localtime(...) + validity*60... Second point is that if message can't be send immediately (e.g. Link was

Re: [RFC] changing sms.validity/sms.deferred to unix timestamp

2003-04-01 Thread Alexander Malysh
Hi, On Tuesday 01 April 2003 13:16, Dziugas Baltrunas wrote: Hi, does it mean that it would be up to the user's application in order to submit _valid_ timestamp? not really... We can keep old behaviour in smsbox/wapbox (it's our extern interface), but change this for internally interface

[patch] AT2 Modem open fix and smsc_http compatibility

2003-04-01 Thread Alex Judd
A couple of small patches attached. The first uses the correct dialer_open functions (afai can tell) to open the modem when trying to autodetect it's speed. This has been working here fine with me and fixes problems I have had with troublesome wavecome units. The second allows backward parameter

UCP protocol with GSM modem

2003-04-01 Thread Tronet Sarah
Hi, As far as I know, it is possible to connect Kannel to the mobile network via a GSM modem (e.g. Siemens M20). In that case, I would like to connect my terminal application to Kannel via UCP-EMI protocol as if Kannel was my SMSC in order to receive SMS from the mobile network? Thanks in

Re: UCP protocol with GSM modem

2003-04-01 Thread Andreas Fink
On Dienstag, April 1, 2003, at 05:06 Uhr, Tronet Sarah wrote: Hi, As far as I know, it is possible to connect Kannel to the mobile network via a GSM modem (e.g. Siemens M20). In that case, I would like to connect my terminal application to Kannel via UCP-EMI protocol as if Kannel was my SMSC

CDR output

2003-04-01 Thread Steve Kennedy
Has anyone implemented a CDR interface on to Kannel. I'm not talking a billing engine, just something that outputs simple CD records that can be processed elsewhere ? Steve -- NetTek Ltd Phone/Fax +44-(0)20 7483 2455 SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19

Re: UCP protocol with GSM modem

2003-04-01 Thread Stipe Tolj
Tronet Sarah wrote: As far as I know, it is possible to connect Kannel to the mobile network via a GSM modem (e.g. Siemens M20). In that case, I would like to connect my terminal application to Kannel via UCP-EMI protocol as if Kannel was my SMSC in order to receive SMS from the mobile

Re: CDR output

2003-04-01 Thread Stipe Tolj
Has anyone implemented a CDR interface on to Kannel. I'm not talking a billing engine, just something that outputs simple CD records that can be processed elsewhere ? yes. Bearerbox provides it's own access-log, hence that are your CDR records. Stipe [EMAIL PROTECTED]

Re: sequence number question

2003-04-01 Thread Kwok Peng Tuck
Thanks Nisan, I'll look into that. Nisan Bloch wrote: At 12:41 PM 4/1/03 +0800, Kwok Peng Tuck wrote: I see in the logs(bearerbox) that whenever a submit_sm or deliver_sm is made a sequence_number is also there. I need to be able to tally the submit_sm and deliver_sm. My question then is, if