No subject


Tue Mar 16 13:27:56 CET 2010


modparam("acc", "db_url", "mysql://openser:XXXXXXXXXXXX@localhost/openser")
modparam("acc", "db_flag", 2)
modparam("acc", "log_flag", 2)
modparam("acc", "db_missed_flag", 3)
modparam("acc", "radius_config", "/etc/radiusclient-ng/radiusclient.conf")
modparam("acc", "radius_flag", 2)
modparam("acc", "radius_missed_flag", 3)
modparam("acc", "radius_extra", "User-Name=$Au; \
                Calling-Station-Id=$from; \
                Called-Station-Id=$to; \
                Sip-Translated-Request-URI=$avp(s:translated_uri); \
                Sip-RPid=$avp(s:rpid); \
                Source-IP=$si; \
                Source-Port=$sp; \
                Canonical-URI=$avp(s:can_uri); \
                Billing-Party=$avp(s:billing_party); \
                Divert-Reason=$avp(s:divert_reason); \
                X-RTP-Stat=$hdr(X-RTP-Stat); \
                Contact=$hdr(contact); \
                Event=$hdr(event); \
                SIP-Proxy-IP=$avp(s:sip_proxy_ip); \
                ENUM-TLD=$avp(s:enum_tld)")


Obviously it's not a show stopper but it's just bugging the hell out of me
:)

If any more info is required please let me know and I will provide ASAP.

TIA,
Stephen

--00504502cfb015d2220482921474
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<span class=3D"Apple-style-span" style=3D"font-family: arial, sans-serif; f=
ont-size: 13px; border-collapse: collapse; "><div>Hi,</div><div><br></div><=
div>I&#39;m using Kamailio - posted this to the opensips list as I thought =
I may get support from the ag guys but nothing..</div>
<div><br></div><div>Has anyone else experienced this or have an idea as to =
what it may be?</div><div><br></div><div><br></div><div><br></div><div><br>=
</div><div>Having a very small but annoying issue with Radius Accounting.</=
div>
<div><br></div><div>Everything is getting written fine except for &#39;Sour=
ce-Port&#39;</div><div><br></div><div>This appears in radius.log everytime =
a record is written/updated. - Error: rlm_radutmp: NAS OpenSER port 5060 un=
known packet type 15</div>
<div><br></div><div>It&#39;s writing this into the text files and value to =
the radacct table:</div><div><br></div><div><div>Source-Port =3D &quot;\304=
\023&quot;</div><div><br></div><div>All other information is being written =
correctly.</div>
<div><br></div><div>CDRTool version: 7.0</div><div>Freeradius version:=A01.=
1.7-4</div><div>mediaproxy version:=A02.3.10</div><div>Kamailio Version: 1.=
5.3</div><div><br></div><div>Using the dictionary files that ship with CDRT=
ool</div>
<div><br></div></div><div>From accounting:</div><div><br></div><div><div>mo=
dparam(&quot;acc&quot;, &quot;db_url&quot;, &quot;mysql://openser:XXXXXXXXX=
XXX at localhost/openser&quot;)</div><div>modparam(&quot;acc&quot;, &quot;db_f=
lag&quot;, 2)</div>
<div>modparam(&quot;acc&quot;, &quot;log_flag&quot;, 2)</div><div>modparam(=
&quot;acc&quot;, &quot;db_missed_flag&quot;, 3)</div><div>modparam(&quot;ac=
c&quot;, &quot;radius_config&quot;, &quot;/etc/radiusclient-ng/radiusclient=
.conf&quot;)</div>
<div>modparam(&quot;acc&quot;, &quot;radius_flag&quot;, 2)</div><div>modpar=
am(&quot;acc&quot;, &quot;radius_missed_flag&quot;, 3)</div><div>modparam(&=
quot;acc&quot;, &quot;radius_extra&quot;, &quot;User-Name=3D$Au; \</div><di=
v>
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Calling-Station-Id=3D$from; \</div><div>=
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Called-Station-Id=3D$to; \</div><div>=A0=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Sip-Translated-Request-URI=3D$avp(s:translat=
ed_uri); \</div><div>=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Sip-RPid=3D$avp(s:rp=
id); \</div>
<div>=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Source-IP=3D$si; \</div><div>=A0=A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0Source-Port=3D$sp; \</div><div>=A0=A0 =A0 =A0 =
=A0 =A0 =A0 =A0 =A0Canonical-URI=3D$avp(s:can_uri); \</div><div>=A0=A0 =A0 =
=A0 =A0 =A0 =A0 =A0 =A0Billing-Party=3D$avp(s:billing_party); \</div><div>=
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Divert-Reason=3D$avp(s:divert_reason); \<=
/div>
<div>=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0X-RTP-Stat=3D$hdr(X-RTP-Stat); \</di=
v><div>=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Contact=3D$hdr(contact); \</div><d=
iv>=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Event=3D$hdr(event); \</div><div>=A0=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0SIP-Proxy-IP=3D$avp(s:sip_proxy_ip); \</div>=
<div>
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0ENUM-TLD=3D$avp(s:enum_tld)&quot;)</div><=
div><br></div></div><div><br></div><div>Obviously it&#39;s not a show stopp=
er but it&#39;s just bugging the hell out of me :)</div><div><br></div><div=
>If any more info is required please let me know and I will provide ASAP.</=
div>
<div><br></div><div>TIA,</div><div>Stephen</div></span>

--00504502cfb015d2220482921474--



More information about the Users mailing list