Hi,<br>
I am getting following errors as seen in /var/log/message while running openser with radius integration,<br>
*****************************************************************************************<br>
Nov 6 20:33:45 lx-dev monit[13565]: 'openser' start: /etc/init.d/openser<br>
Nov 6 20:33:45 lx-dev monit[13565]: 'openser' failed to start<br>
Nov 6 20:33:45 lx-dev openser: init_tcp: using epoll_lt as the io watch method (auto detected)<br>
Nov 6 20:33:45 lx-dev openser: INFO: statistics manager successfully initialized<br>
Nov 6 20:33:45 lx-dev openser: StateLess module - initializing<br>
Nov 6 20:33:45 lx-dev openser: TM - initializing...<br>
Nov 6 20:33:46 lx-dev openser: Maxfwd module- initializing<br>
Nov 6 20:33:46 lx-dev openser: AVPops - initializing<br>
Nov 6 20:33:46 lx-dev openser: TextOPS - initializing<br>
Nov 6 20:33:46 lx-dev openser: ACC - initializing<br>
Nov 6 20:33:46 lx-dev openser: AUTH module - initializing<br>
<span style="font-weight: bold;">Nov 6 20:33:46 lx-dev openser: xl_parse_item: error - bad parameters</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Nov 6 20:33:46 lx-dev openser: ERROR:avpops:fixup_check_avp: unable to get pseudo-variable in P1</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Nov 6 20:33:46 lx-dev openser: ERROR: fix_actions: fixing failed (code=-2) at cfg line 146</span><br style="font-weight: bold;">
<span style="font-weight: bold;">Nov 6 20:33:46 lx-dev openser: ERROR: fix_expr : fix_actions error</span><br>
*****************************************************************************************<br>
I am using openser (Version: openser-1.1.0-tls) and
radius server (freeradius-1.1.3) along with radiusclient-ng
(radiusclient-ng-0.5.2).<br>
I exactly followed the following radius integration documentation from openser web site,<br>
<a href="http://openser.org/docs/openser-radius-1.0.x.html">http://openser.org/docs/openser-radius-1.0.x.html</a><br>
<br>
For your reference I am also attaching the openser.cfg file that I am using. <br>
If I remove the radius integration related part from openser.cfg then
my openser server starts fine, I have tested it with kphone SIP UA and
it works fine.<br>
<br>
One other question is I get parse error for following 2 statements in
openser.cfg (I commented them to make forward progress). Please advice
the right syntax to use following modparam statements.<br>
modparam("acc", "radius_extra", "Sip-Src-IP=$si;Sip-Src-Port=$sp")<br>
modparam("avpops", "avp_aliases", "day=i:101;time=i:102")<br>
<br>
This is kind of urgent for me and I am clueless at this point so really appreciate all your help.<br>
<br>
Thanks,<br>
- San<br>