Dziugas Baltrunas <[EMAIL PROTECTED]> wrote: > Hi list, > > I was wrong - there are still very serious problem in the current CVS > version of Kannel. > > For instance, above are code for Nokia operator logo. The first version is > with the current CVS (as you can see from flags), and the second is with > cvs -D 'one month ago'. they look similar, but result is very different - > phone just reports as it was "malformed SMS", so seems like binary coding > simply does not work or the problem lies in some other parts. with the '1 > month ago' CVS everything works fine.
Errr, I'm still updating userguide for these changes. Basically, a "0" value is now accepted and processed as a "0", not as a "not present". So, you'll have now: mclass: 0-3 instead of 1-4 and mclass=-1 or mclass not present as a "default", or kannel can use what it wants coding: 0-2 instead of 1-3 alt-dcs: 0-1 instead of 1-2 mwi as 0-7 instead of 1-8 pid as 0-255 instead of not being possible to define pid 0 In this case, you should set coding=1 instead of 2. > I looked through the userguide but didn't notice any changes about coding > parameters in sendsms URI. being done ;) These changes were talked several times and I've even announced it to the mailing list.
