[Devel] flag problem with devel version

vallimamod abdullah vabdulla at gmail.com
Tue Jan 23 23:09:07 CET 2007


Hello list,

I have retrieved the devel version from csv few days ago to give it a
try. And when I try to port my current script to it, I have the
following error while parsing the config file:

[2007-01-23 22:53:33] debug - ../../sbin/openser[18270]: fixing
record_route, line 145
[2007-01-23 22:53:33] debug - ../../sbin/openser[18270]: fixing
t_on_failure, line 150
[2007-01-23 22:53:33] err - ../../sbin/openser[18270]: ERROR: message
flag (135504576) must be in range 1..31
[2007-01-23 22:53:33] err - ../../sbin/openser[18270]: ERROR:
fix_actions: fixing failed (code=-6) at cfg line 151


My config file contains:

143     } else if (!is_method("REGISTER")) {
144         xlog("L_DBG", "::record routing $rm mesg for <$ru> from $si\n");
145         record_route();
146     };
147
148
149     # set default failure route and reset uac flags
150     t_on_failure("1");
151     resetflag(4);
152     resetflag(5);

So the problem seems to be with the "resetflag" command. When I use
script flags instead of message flags, openser starts correctly (but
my routing stuff obviously don't work...)

Does anybody have an idea on what might be wrong ?

-- 
Regards,
-vma
.



More information about the Devel mailing list