Timeout-R and Entity too large problems

2003-12-29 Thread John DeMillion
I've successfully compiled and run Release v1.2.1 and Development v1.3.1, but they both have the same issues for me, using a VX4400 phone. I'm on a Comcast cable connection with a router, port-forwarding 9200-9203. The phone seems to be able to connect to the gateway fine, but there are problems

Re: QoS in PAP

2003-12-29 Thread Aarno Syvänen
This seems to be bug (in this case PPG should use default bearer and network). Thanks for reporting. Aarno On 22.12.2003, at 16:45, Zohar wrote: I sent a push message with the following element in the PAP:   quality-of-service priority=high network= network-required=false bearer=

Need Help on Recieving DLR

2003-12-29 Thread ryan_the
i need some info how to get delivery report if i use Sonny Ericson T68i my configuration is right but i don't get report. what i'm really need is geting report. group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = #admin-allow-ip =

RE: Need Help on Recieving DLR

2003-12-29 Thread Rene Kluwen
For delivery reports over a GSM modem, you need: - Kannel, CVS version - Your network has to support sending back DLR's. - Proper CNMI settings in your init string. This depends on how the Ericson supports them. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED]

HTTP headers for all WAP browsers

2003-12-29 Thread Gavin Henrick
Would anyone know where i can get an up to date list of all the headers to help identify phonemodels etc through useragents, and more ? G

RE: HTTP headers for all WAP browsers

2003-12-29 Thread Ed Alkema
Gavin you could try the WURFL http://wurfl.sourceforge.net/index.php The WURFL is an XML configuration file which contains information about capabilities and features of several wireless devices. It is not complete but it does give a good overview of useragents. You can brows through the WURFL

RE: Need Help on Recieving DLR

2003-12-29 Thread Lourens Janse van Rensburg
Remember to add 'dlr-mask=31' to your list of CGI variables when you send the sms, e.g. http://localhost:13001/cgi-bin/sendsms?dlr-mask=31;rest of cgi variables Lourens... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent:

RE: Problems with Debian Startup Scripts

2003-12-29 Thread Rene Kluwen
Without saying anything about whether Kannel, run by root, is secure or not: You can either choose that option or chmod ugo+rw /dev/ttyS0 so ordinary users can also use your modem. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: Problems with Debian Startup Scripts

2003-12-29 Thread Yulianto Z
I believe it much more safer to use group-based access permission. E.g: # chown .kannel /dev/ttyS0 # chmod ug+rw,o-rwx /dev/ttyS0 If you use Debian default installation, then device file /dev/ttyS0 will be owned by 'uucp' group. You can easily set your kannel user to be in 'uucp' group, in order

[Fwd: Re: Problems with Debian Startup Scripts]

2003-12-29 Thread Phuah Yee Keat
A 3rd option (which I am using now) is to make your 'kannel' user a member of the group of your /dev/ttyS0, so you can leave the permission of the device file as it is, and only kannel (not ordinary users) can access the device file. Cheers. Rene Kluwen wrote: Without saying anything about