Re: [OpenSIPStack] Configurable Timer B
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2007-08-17 09:16:36
|
Hi gustavo, You need to edit oss-application.conf.xml and ad a new item in the=20 general parameter section. Example: <Item Comment=3D"" Type=3D"integer" Default=3D"32000" Minimum=3D"5000"=20 Maximum=3D"32000" Length=3D"50">SIP Timer B Duration</Item> This should add a new item in http admin general parameter when you=20 restart opensbc. You may get the value of timer B in method=20 OpenSBCDaemon::OnConfigChanged() by calling int timerbDuration =3D config.GetInterger( configKeySection, "SIP Timer B= =20 Duration", 32000 ); Gustavo Curetti wrote: > Hi Joegen: > =20 > I want to make configurable the timer B via http admin. How could i do = this? Where i have to add the variable and the methods? > =20 > Thanks for your help > =20 > Gustavo > _________________________________________________________________ > Expr=E9sate - dise=F1a tu p=E1gina de inicio de Live.com como m=E1s te = guste. > http://www.live.com/getstarted > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser.= > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 |