Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs
Hm, pass_provisional_replies is a parameter in tm and it is an integer parameter. I'm not sure you get that error. I copy serdev. The variable is initialized in uac.c in modules/tm/, so you can change it there and recompile to fix your problem short-term. g-)
Szasz Szabolcs wrote:
Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I'm now using the last CVS version of 0.9.x. It is working fine :) . Thank you for your help
Szasz Szabolcs
Greger V. Teigre wrote:
Hm, pass_provisional_replies is a parameter in tm and it is an integer parameter. I'm not sure you get that error. I copy serdev. The variable is initialized in uac.c in modules/tm/, so you can change it there and recompile to fix your problem short-term. g-)
Szasz Szabolcs wrote:
Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
for the record (and google): as linked from http://iptel.org/sems there is a ser tarball to use with sems at http://ftp.iptel.org/pub/sems/ser-0.9.6-sems_src.tar.gz which is also included in the sems 0.10 "bundle" version at ftp://ftp.iptel.org/pub/sems/sems-0.10.0-bundle.tar.gz
hth Stefan
Szasz Szabolcs wrote:
I'm now using the last CVS version of 0.9.x. It is working fine :) . Thank you for your help
Szasz Szabolcs
Greger V. Teigre wrote:
Hm, pass_provisional_replies is a parameter in tm and it is an integer parameter. I'm not sure you get that error. I copy serdev. The variable is initialized in uac.c in modules/tm/, so you can change it there and recompile to fix your problem short-term. g-)
Szasz Szabolcs wrote:
Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi,
first of all I suggest upgrading to release 2.0.
0.9.6 does not seem to contain this module parameter, it appeared a bit later in release 0.9, so the parameter does not exist in the tar.gz package. If you check out the source code from cvs with -r rel_0_9_0, you will have it.
Regards, Miklos
On 11/27/2007 03:53 PM, Szasz Szabolcs wrote:
Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thank you for your help!
Will the version 2.0.0 work with current release of sems. This question just because the documentations and tutorials suggests the 0.9.6.
Thank you
Miklos Tirpak wrote:
Hi,
first of all I suggest upgrading to release 2.0.
0.9.6 does not seem to contain this module parameter, it appeared a bit later in release 0.9, so the parameter does not exist in the tar.gz package. If you check out the source code from cvs with -r rel_0_9_0, you will have it.
Regards, Miklos
On 11/27/2007 03:53 PM, Szasz Szabolcs wrote:
Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On 11/27/2007 05:51 PM, Szasz Szabolcs wrote:
Thank you for your help!
Will the version 2.0.0 work with current release of sems. This question just because the documentations and tutorials suggests the 0.9.6.
you should ask it on the sems mailing list because there are lots of changes in 2.0.
Miklos
Thank you
Miklos Tirpak wrote:
Hi,
first of all I suggest upgrading to release 2.0.
0.9.6 does not seem to contain this module parameter, it appeared a bit later in release 0.9, so the parameter does not exist in the tar.gz package. If you check out the source code from cvs with -r rel_0_9_0, you will have it.
Regards, Miklos
On 11/27/2007 03:53 PM, Szasz Szabolcs wrote:
Hi
I have a problem with tm module, I can't set the module parameter pass_provisional_replies . The module tm is loaded succesfully, I insert in to the configuration this line:
modparam("tm", "pass_provisional_replies", 1)
When I start ser I got this error message :
0(9618) set_mod_param_regex: parameter <pass_provisional_replies> not found in module <tm> 0(9618) parse error (33,19-20): Can't set module parameter
ser version used 0.9.6 , I couldn't found any solution on the google. I have to recompile the tm module with some modifications ? or I have other mistake in the configuration?
Please help!
Thank you
Szasz Szabolcs _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers