Im trying to set the invite timer to 6 seconds when i have a call to pstn gw but it does not seem to affect anything, This is how i set the timer: avp_write("5", "inv_timeout");
any ideas?
The name of the AVP is callee_fr_inv_timer.
Jan.
On 05-12-2005 16:45, Kyriakos Mavromichalis wrote:
Im trying to set the invite timer to 6 seconds when i have a call to pstn gw but it does not seem to affect anything, This is how i set the timer: avp_write("5", "inv_timeout");
any ideas?
Kyriakos Mavromichalis Otenet Telecom
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I use modparam("tm", "fr_inv_timer_avp", "inv_timeout")
If i try modparam("tm", "callee_fr_inv_timer", "inv_timeout")
i get: Starting ser: ser 0(29816) set_mod_param_regex: parameter <callee_fr_inv_timer> not found in module <tm> 0(29816) parse error (69,20-21): Can't set module parameter
Am i using the wrong version of the module?
Kyriakos
On Monday 05 December 2005 17:22, Jan Janak wrote:
The name of the AVP is callee_fr_inv_timer.
Jan.
On 05-12-2005 16:45, Kyriakos Mavromichalis wrote:
Im trying to set the invite timer to 6 seconds when i have a call to pstn gw but it does not seem to affect anything, This is how i set the timer: avp_write("5", "inv_timeout");
any ideas?
Kyriakos Mavromichalis Otenet Telecom
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
OK, I did not know that you changed the parameter. Try to set the parameter in the script to some fixed value, to see if that works.
Jan.
On 05-12-2005 17:26, Kyriakos Mavromichalis wrote:
I use modparam("tm", "fr_inv_timer_avp", "inv_timeout")
If i try modparam("tm", "callee_fr_inv_timer", "inv_timeout")
i get: Starting ser: ser 0(29816) set_mod_param_regex: parameter <callee_fr_inv_timer> not found in module <tm> 0(29816) parse error (69,20-21): Can't set module parameter
Am i using the wrong version of the module?
Kyriakos
On Monday 05 December 2005 17:22, Jan Janak wrote:
The name of the AVP is callee_fr_inv_timer.
Jan.
On 05-12-2005 16:45, Kyriakos Mavromichalis wrote:
Im trying to set the invite timer to 6 seconds when i have a call to pstn gw but it does not seem to affect anything, This is how i set the timer: avp_write("5", "inv_timeout");
any ideas?
Kyriakos Mavromichalis Otenet Telecom
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Kyriakos Mavromichalis Otenet Telecom
On Monday 05 December 2005 17:38, Jan Janak wrote:
OK, I did not know that you changed the parameter.
Actualy i didnt change anything. This is how is declared in the module, which is in the stable package of SER 0.9.3 for debian from ftp.berlios.de.
Try to set the parameter in the script to some fixed value, to see if that works.
You mean modparam("tm", "fr_inv_timer_avp", "6")? I tried that but I get errors when trying to start ser. I also tried modparam("tm", "fr_inv_timer", 6) but that didnt work either.
Kyriakos
On 06-12-2005 12:32, Kyriakos Mavromichalis wrote:
On Monday 05 December 2005 17:38, Jan Janak wrote:
OK, I did not know that you changed the parameter.
Actualy i didnt change anything. This is how is declared in the module, which is in the stable package of SER 0.9.3 for debian from ftp.berlios.de.
Try to set the parameter in the script to some fixed value, to see if that works.
You mean modparam("tm", "fr_inv_timer_avp", "6")? I tried that but I get errors when trying to start ser. I also tried modparam("tm", "fr_inv_timer", 6) but that didnt work either.
No, what I meant was that you should set calee_fr_inv_timer: avp_write("5", "callee_fr_inv_timer")
if you did not change any parameters of tm module.
Jan.
Still not working, timer expires at about 30 secs.
On Wednesday 07 December 2005 10:50, Jan Janak wrote:
On 06-12-2005 12:32, Kyriakos Mavromichalis wrote:
On Monday 05 December 2005 17:38, Jan Janak wrote:
OK, I did not know that you changed the parameter.
Actualy i didnt change anything. This is how is declared in the module, which is in the stable package of SER 0.9.3 for debian from ftp.berlios.de.
Try to set the parameter in the script to some fixed value, to see if that works.
You mean modparam("tm", "fr_inv_timer_avp", "6")? I tried that but I get errors when trying to start ser. I also tried modparam("tm", "fr_inv_timer", 6) but that didnt work either.
No, what I meant was that you should set calee_fr_inv_timer: avp_write("5", "callee_fr_inv_timer")
if you did not change any parameters of tm module.
Jan.
Hi Kyriakos,
atleast in my setup, I use : set_sattr("callee_fr_timer", "3"); to set it the callee_fr_inv_timer and callee_fr_timer
- Atle * Kyriakos Mavromichalis kyriakos@otenettel.com [051207 14:14]:
Still not working, timer expires at about 30 secs.
On Wednesday 07 December 2005 10:50, Jan Janak wrote:
On 06-12-2005 12:32, Kyriakos Mavromichalis wrote:
On Monday 05 December 2005 17:38, Jan Janak wrote:
OK, I did not know that you changed the parameter.
Actualy i didnt change anything. This is how is declared in the module, which is in the stable package of SER 0.9.3 for debian from ftp.berlios.de.
Try to set the parameter in the script to some fixed value, to see if that works.
You mean modparam("tm", "fr_inv_timer_avp", "6")? I tried that but I get errors when trying to start ser. I also tried modparam("tm", "fr_inv_timer", 6) but that didnt work either.
No, what I meant was that you should set calee_fr_inv_timer: avp_write("5", "callee_fr_inv_timer")
if you did not change any parameters of tm module.
Jan.
-- Kyriakos Mavromichalis Otenet Telecom
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers