Re: Inbound capture of WAP Push Trigger over SMS for MMS

2003-10-29 Thread Andreas Fink
On 28.10.2003, at 17:50, Stipe Tolj wrote: Juan Enrique Gómez wrote: El mar, 28-10-2003 a las 16:27, Alex Judd escribió: Just a stupid question, how will you download the binary data from the MMSc center?, cause (at least in Spain) the operators has the MMS content available via GPRS but on a

Re: Feature request: storing incoming/outgoing messages in database

2003-10-29 Thread kenr
Hi, Do you have any suggestions on where to start doing this ? I've been playing with the code adding a new TRANSTYPE_SQL to urltrans, and extending the smsbox.c case switch for TRANSTYPE_* with database calls. But then I see that initialization of the database would have to be done each time a

Re: AW: Inbound capture of WAP Push Trigger over SMS for MMS

2003-10-29 Thread Stipe Tolj
Jörg Pommnitz schrieb: Stipe Tolj wrote: correct. Usually the MMSC URL is located in a private network. The only practible way IMO is to use a GPRS modem device to download the MMS via the device. But this is expensive and unreliable in terms of throughput. Why should this be

Re: Feature request: storing incoming/outgoing messages in database

2003-10-29 Thread Alexander Malysh
Hi, On Wednesday 29 October 2003 09:59, [EMAIL PROTECTED] wrote: Hi, Do you have any suggestions on where to start doing this ? not really... I've been playing with the code adding a new TRANSTYPE_SQL to urltrans, and extending the smsbox.c case switch for TRANSTYPE_* with database

Re: Feature request: storing incoming/outgoing messages in database

2003-10-29 Thread Stipe Tolj
Right now I'm using kannel towards Telenor (Norwegian telco running Logica CMG SMSC) and it works fine (when you remember to specify interface-version=33, that part took some time to figure out :-P). Actually the only part of kannel I use is the smpp parsing/sending, forwarding of the

Re: Feature request: storing incoming/outgoing messages in database

2003-10-29 Thread Stipe Tolj
Rory Campbell-Lange schrieb: I've hacked the dlr mechanism to do an update rather than a delete. Pretty simple to do -- even though I don't know C! I'd be very keen for Kannel to dispense with the http interface altogether and only supply database connectivity. Working with Postgres

Re: Feature request: storing incoming/outgoing messages in database

2003-10-29 Thread Stipe Tolj
If you mean, postgresql support for kannel then it's pretty simple :) and I will look in it over weekend... great, patches are welcome. Consider doing this the right way by having the PostgreSQL support implemented in our database pool architecture (see gwlib/dbpool.[ch]) Stipe

Re: Inbound capture of WAP Push Trigger over SMS for MMS

2003-10-29 Thread Alex Judd
Now that's interesting, as yes my worry was about using GPRS to get the content as it's relatively slow and unreliable. Cheers for the comments from everyone Alex hint: some network might allow use of MMS over CSD in that case, configure a computer to dial that number and grab the content.

Re: [FYI] billing identifier/information proxying

2003-10-29 Thread Arne K. Haaje
tirsdag 28. oktober 2003, 14:20, skrev Alexander Malysh: Hi, I'm -1 for change of shared.c... sorry but it will not work for at least smpp module... Why? Now that Kannel has support for billing, there should be a policy of how to handle this problem of billing mulitpart messages. As

Re: [FYI] billing identifier/information proxying

2003-10-29 Thread Alexander Malysh
On Wednesday 29 October 2003 16:08, Arne K. Haaje wrote: tirsdag 28. oktober 2003, 14:20, skrev Alexander Malysh: Hi, I'm -1 for change of shared.c... sorry but it will not work for at least smpp module... Why? because for smpp module service_type should be sent for every sms not not

Re: Feature request: storing incoming/outgoing messages in database

2003-10-29 Thread kenr
Hi, I had(?!) (yes *had*) an sqlbox implementation that did this with mysql. Actually it took my 1 week of coding and I lost it, because my laptop has been taken away by some rude people that had to break into my car. ;(( So you haven't received a sqlbox-patch yet ? Clever thieves ;- I