Hi,
in order to reduce the number of modules that needs to be maintained we integrated several small modules into existing ones. This applies only to the devel (trunk) version. No functionality was removed, it can be now just found in a different place.
1. gflags module The functionality of this module was integrated into the cfgutils module. The internal functionality, function names and MI commands are the same, the parameter “initial” was renamed to “initial_gflags”.
2. options module The functionality of this module was integrated into the siputils module. The function name was not changed, all parameters were prefixed with the "options_” string.
3. uri module The functionality of this module was integrated into the siputils module. The function names were not changed, internal functionality is the same.
So starting from the release 1.5 you'll need to fix your "loadmodule" statements and some parameter prefixes in your config if you use one of the mentioned modules. Documentation for the functions can be found in the usual place [1, 2].
Cheers,
Henning
[1] http://www.kamailio.org/docs/modules/devel/cfgutils.html [2] http://www.kamailio.org/docs/modules/devel/siputils.html
On 12/04/08 18:57, Henning Westerholt wrote:
Hi,
in order to reduce the number of modules that needs to be maintained we integrated several small modules into existing ones. This applies only to the devel (trunk) version. No functionality was removed, it can be now just found in a different place.
- gflags module
The functionality of this module was integrated into the cfgutils module. The internal functionality, function names and MI commands are the same, the parameter “initial” was renamed to “initial_gflags”.
- options module
The functionality of this module was integrated into the siputils module. The function name was not changed, all parameters were prefixed with the "options_” string.
- uri module
The functionality of this module was integrated into the siputils module. The function names were not changed, internal functionality is the same.
So starting from the release 1.5 you'll need to fix your "loadmodule" statements and some parameter prefixes in your config if you use one of the mentioned modules. Documentation for the functions can be found in the usual place [1, 2].
thank you!
Another module that can get in siputils is mangler -- I think there are still people using it, Andrei did some fixes to this module on ser, so, if we decide to keep the functionality, we can update it and move.
Cheers, Daniel
[1] http://www.kamailio.org/docs/modules/devel/cfgutils.html [2] http://www.kamailio.org/docs/modules/devel/siputils.html
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On Friday 05 December 2008, Daniel-Constantin Mierla wrote:
Another module that can get in siputils is mangler -- I think there are still people using it, Andrei did some fixes to this module on ser, so, if we decide to keep the functionality, we can update it and move.
Hi Daniel,
i think in the last discussions about this module we came to the conclusion that most functions in this module are not needed anymore. I already added some warnings to the mod_init that this module is deprecated (in trunk). I'll review the fixes Andrei did on the SER repository, and then probably move the necessary stuff this too.
Cheers,
Henning
Hello Henning,
On 12/05/08 11:17, Henning Westerholt wrote:
On Friday 05 December 2008, Daniel-Constantin Mierla wrote:
Another module that can get in siputils is mangler -- I think there are still people using it, Andrei did some fixes to this module on ser, so, if we decide to keep the functionality, we can update it and move.
Hi Daniel,
i think in the last discussions about this module we came to the conclusion that most functions in this module are not needed anymore.
ok. the module is for quite some time in a foggy state. It needs to be solved in a way or another so it gets back to life or removed.
Thanks, Daniel
I already added some warnings to the mod_init that this module is deprecated (in trunk). I'll review the fixes Andrei did on the SER repository, and then probably move the necessary stuff this too.
Cheers,
Henning
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
I'm still using the encode/decode contact functionality provided by this module.
Regards, Ovidiu sas
On Fri, Dec 5, 2008 at 7:18 AM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello Henning,
On 12/05/08 11:17, Henning Westerholt wrote:
On Friday 05 December 2008, Daniel-Constantin Mierla wrote:
Another module that can get in siputils is mangler -- I think there are still people using it, Andrei did some fixes to this module on ser, so, if we decide to keep the functionality, we can update it and move.
Hi Daniel,
i think in the last discussions about this module we came to the conclusion that most functions in this module are not needed anymore.
ok. the module is for quite some time in a foggy state. It needs to be solved in a way or another so it gets back to life or removed.
Thanks, Daniel
I already added some warnings to the mod_init that this module is deprecated (in trunk). I'll review the fixes Andrei did on the SER repository, and then probably move the necessary stuff this too.
Cheers,
Henning
Hello Henning,
Maybe we should move it and (later on) update it with whatever is available from SER.
Regards, Ovidiu Sas
On Fri, Dec 5, 2008 at 10:30 AM, Henning Westerholt henning.westerholt@1und1.de wrote:
On Friday 05 December 2008, Ovidiu Sas wrote:
I'm still using the encode/decode contact functionality provided by this module.
Hi Ovidiu,
thanks for the update, then i'll move this later on.
Cheers,
Henning
On Friday 05 December 2008, Ovidiu Sas wrote:
Hello Henning,
Maybe we should move it and (later on) update it with whatever is available from SER.
Hi Ovidiu,
the encode*, decode* functions can be now found in the siputils module. Please let me know if you encounter any bugs.
Cheers,
Henning
I will check.
Thanks, Ovidiu
On Mon, Dec 8, 2008 at 11:39 AM, Henning Westerholt henning.westerholt@1und1.de wrote:
On Friday 05 December 2008, Ovidiu Sas wrote:
Hello Henning,
Maybe we should move it and (later on) update it with whatever is available from SER.
Hi Ovidiu,
the encode*, decode* functions can be now found in the siputils module. Please let me know if you encounter any bugs.
Cheers,
Henning
please copy this email also to the "update from 1.4 to 1.5" wiki page
thanks klaus
Henning Westerholt schrieb:
Hi,
in order to reduce the number of modules that needs to be maintained we integrated several small modules into existing ones. This applies only to the devel (trunk) version. No functionality was removed, it can be now just found in a different place.
- gflags module
The functionality of this module was integrated into the cfgutils module. The internal functionality, function names and MI commands are the same, the parameter “initial” was renamed to “initial_gflags”.
- options module
The functionality of this module was integrated into the siputils module. The function name was not changed, all parameters were prefixed with the "options_” string.
- uri module
The functionality of this module was integrated into the siputils module. The function names were not changed, internal functionality is the same.
So starting from the release 1.5 you'll need to fix your "loadmodule" statements and some parameter prefixes in your config if you use one of the mentioned modules. Documentation for the functions can be found in the usual place [1, 2].
Cheers,
Henning
[1] http://www.kamailio.org/docs/modules/devel/cfgutils.html [2] http://www.kamailio.org/docs/modules/devel/siputils.html
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On Tuesday 09 December 2008, Klaus Darilion wrote:
please copy this email also to the "update from 1.4 to 1.5" wiki page
Hi Klaus,
most of them was already there, i've added also some mangler module informations.
Cheers,
Henning