<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Lucida Console'; font-size:9pt; font-weight:400; font-style:normal;">On Freitag, 19. Juni 2009, Carlos A. Alvarez wrote:<br>
&gt; I keep getting this error when I try to setup ring_timeout<br>
&gt; ERROR:core:set_mod_param_regex: parameter &lt;ring_timeout&gt; not found in<br>
&gt; module &lt;utils&gt;<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hello Carlos,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>this parameter don't belong to the utils module, it part of siputils.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>&gt; I tried setting the modparam for siputils as well to no avail. <br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hm, on my system it works:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>henning@ca:~/projects/openser/branches/1.5/test$ grep "ring_*" 2.cfg<br>
modparam("siputils", "ring_timeout", 1)<br>
henning@ca:~/projects/openser/branches/1.5/test$ ./2.sh; echo $?<br>
0<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>(starts kamailio). I checked the docs, indeed the parameter is given wrong here. It uses quotes, perhaps you can check in your cfg and try the setting above? I'll fix this in the docs.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>&gt; Also the command options is recorded wrong in<br>
&gt; the 1.5.1 documentation:<br>
&gt;<br>
&gt; modparam("options", "options_accept", "application/*") &lt;-according to docs<br>
&gt;<br>
&gt; Looking through the source I found out that the correct command is<br>
&gt;<br>
&gt; modparam("siputils", "options_accept", "application/*")<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>This is also an error, i'll fix it. Thanks for the report.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Henning</p></body></html>