Re: MMS-Ind: Ports and expiry date

2003-02-11 Thread Aarno Syvänen
Actually, in mms notification, you can use any source port, but you must use *some*. (Sms port IE is defined this way.) Aarno On Tuesday, February 11, 2003, at 03:04 AM, Stipe Tolj wrote: Friedrich, Jason Brian wrote: could somebody tell me more about the ports section in the mms

Re: connection of bearerbox with GSM modem

2003-02-11 Thread Stipe Tolj
Anupama R wrote: 1) connect the gsm modem to usb port 2) start bearerbox to connect to modem at 115200 (speed set in conf file) 3) bearerbox fails to connect, because after opening port at that speed, at command fails 4) connect the modem through hyperterminal (Hilgraeve product, comes with

GX10 SMIL

2003-02-11 Thread Maria Turk
I finally got the binary MMS on my phone.. however I seem to be having trouble with the SMIL docs.. does anyone have an example GX10 SMIL file and a T68I smil file. Thanks Maria Turk Applications Specialist Wizcom(Singlepoint4u) Tel:

smsc_smpp.c -- some minor fixes

2003-02-11 Thread Dave White
Here's a patch that fixes two deficiencies with Kannel's SMPP implementation. *) UDH for MO messages is not supported in the unpatched driver. This patch will correctly deal with the most common (SMPP 3.3-style) technique for sending MO's with UDH, namely esm_class |= 64 with the UDH placed

DCS and PID handling in Kannel

2003-02-11 Thread Dave White
The GSM data coding scheme (DCS) is broken up by Kannel into various seperate fields, as I've seen. The protocol id, however, is passed through as an opaque octet. Why is that? PID could concievably be treated the same way as DCS, and broken up into human-friendly fields like

SMPP driver default autodetect should be 1

2003-02-11 Thread Alex Judd
By default we are disabling the auto switching of TON and NPI in the SMPP driver. I think we should enable this by default and then allow to explicitly turn it off. smsc_smpp.c, line 1272, autodetect_addr = 1; Make sense to everyone? Alex

Re: SMPP driver default autodetect should be 1

2003-02-11 Thread David Holland
On Tue, Feb 11, 2003 at 04:03:13PM -, Alex Judd wrote: By default we are disabling the auto switching of TON and NPI in the SMPP driver. I think we should enable this by default and then allow to explicitly turn it off. I agree. (it would have saved me half an hour of head-scratching

Re: Fw: kannel dependancies

2003-02-11 Thread Bruno Rodrigues
Citando Derry Crittenden [EMAIL PROTECTED]: Sorry to bother you, problem solved by installing 1.2.0 Next time you release something, please consider what packages it really requires. Hi there, Since kannel version 1.2.1-2 conveniently requires versions of glibc6, libpam0g and libxml2

Re: smsc_smpp.c -- some minor fixes

2003-02-11 Thread Alexander Malysh
Hi all, -1 from me... see comments... Am Dienstag, 11. Februar 2003 15:55 schrieb Dave White: Here's a patch that fixes two deficiencies with Kannel's SMPP implementation. *) UDH for MO messages is not supported in the unpatched driver. This patch will correctly deal with the most common

Re: smsc_smpp.c -- some minor fixes

2003-02-11 Thread dw11610
The old code overwrites correct values with wrong ones. Send a nokia business card over sms to a kannel instance running smpp to see what I mean. There are no real efficiency implications to my patch. The int variable udh_offset is initialized to 0, so if esm_class doesn't set UDHI, the line

Fwd: Re: smsc_smpp.c -- some minor fixes

2003-02-11 Thread Alexander Malysh
The old code overwrites correct values with wrong ones. Send a nokia business card over sms to a kannel instance running smpp to see what I mean. will be tested ;) There are no real efficiency implications to my patch. The int variable udh_offset is initialized to 0, so if esm_class doesn't