No subject


Thu Mar 26 14:29:42 CET 2015


Service Type -> Sip-Session"...8295nX{S...FB.E&..#00923226363266 at testsip.vo=
pium.com...00923226363266....testsip.vopium.com.4.255df06ae0000004eba572941=
9c1a1631fc466a68c4f151a5.=2C.*sip:923009682285 at testsip.vopium.com:6000...IN=
VITE....auth...00000001...0a4f113b."796e09966708557df1dcf203c085f01a.......=
.00923226363266=2C.727916929..........d....J.#.<..!X.wo.=2C.0S.language:en.=
)rpid:sip:+923226363266@{****}.vopium.com"=20
Service Type -> Call-Check"...RS..........?.O...!923009682285 at testsip.vopiu=
m.com.....=2C.727916929..........d......}F..q.<Q..|D..."
-------------------------------------------------------------------------I =
am writing you this email and figured out my mistake (I was sending wrong r=
ealm in AVP: rpid ). Thank you for helping.=20
RegardsHamid R. Hashmi
Date: Thu=2C 27 Aug 2015 14:10:09 +0300
From: bogdan at opensips.org
To: users at lists.opensips.org=3B freeradius-users at lists.freeradius.org
Subject: Re: [OpenSIPS-Users] Service-Type -> Call-Check does not have Dige=
st AVPs

=0A=
  =0A=
    =0A=
  =0A=
  =0A=
    Hi Hamid=2C
=0A=
     =20
=0A=
      I assume the perl script you mentioned in on the RADIUS server=0A=
      side=2C right ?
=0A=
     =20
=0A=
      Have you checked if the RADIUS request you are processing actually=0A=
      contains those AVPS (Digest-URI and Digest-Realm) ? Use ngrep or=0A=
      tcpdump to get a network capture and visualize it with wireshark=0A=
      or similar.
=0A=
     =20
=0A=
      Best Regards=2C
=0A=
    =0A=
    Bogdan-Andrei Iancu=0A=
OpenSIPS Founder and Developer=0A=
http://www.opensips-solutions.com=0A=
    On 26.08.2015 18:06=2C Hamid Hashmi=0A=
      wrote:
=0A=
    =0A=
    =0A=
      =0A=
      =0A=
        I am unable to use=0A=
           '$RAD_REQUEST{'Digest-URI'}=2C $RAD_REQUEST{'Digest-Realm'}=0A=
          etc=2C in my perl script in case=0A=
            of service type equals to=0A=
            'Call-Check else cases are working fine like 'Sip-Sessions'=0A=
            etc. details are as follows.=0A=
       =20
=0A=
        =0A=
        $ opensips -V=0A=
        version: opensips=0A=
            1.9.0-notls (x86_64/linux)=0A=
        flags: STATS: Off=2C=0A=
            USE_IPV6=2C USE_TCP=2C DISABLE_NAGLE=2C USE_MCAST=2C SHM_MEM=2C=
=0A=
            SHM_MMAP=2C PKG_MALLOC=2C F_MALLOC=2C FAST_LOCK-ADAPTIVE_WAIT=
=0A=
        ADAPTIVE_WAIT_LOOPS=3D1024=2C=0A=
            MAX_RECV_BUFFER_SIZE 262144=2C MAX_LISTEN 16=2C MAX_URI_SIZE=0A=
            1024=2C BUF_SIZE 65535=0A=
        poll method support:=0A=
            poll=2C epoll_lt=2C epoll_et=2C sigio_rt=2C select.=0A=
        svnrevision: unknown=0A=
        @(#) $Id: main.c 9790=0A=
            2013-02-15 10:14:34Z bogdan_iancu $=0A=
        main.c compiled on=0A=
            06:43:47 Aug 25 2015 with gcc 4.9.2=0A=
       =20
=0A=
          =0A=
        $ radiusd -Xxx=0A=
        for logs click=0A=
            here=0A=
       =20
=0A=
          =0A=
        $ radiusd -v=0A=
        =0A=
          radiusd: FreeRADIUS=0A=
              Version 2.2.0=2C for host x86_64-unknown-linux-gnu=2C built o=
n=0A=
              Aug 25 2015 at 07:43:23=0A=
          Copyright (C)=0A=
              1999-2011 The FreeRADIUS server project and contributors.=0A=
          There is NO=0A=
              warranty=3B not even for MERCHANTABILITY or FITNESS FOR A=0A=
          PARTICULAR PURPOSE.=0A=
          You may redistribute=0A=
              copies of FreeRADIUS under the terms of the=0A=
          GNU General Public=0A=
              License.=0A=
          For more information=0A=
              about these matters=2C see the file named COPYRIGHT.=0A=
        =0A=
       =20
=0A=
          =0A=
        =0A=
          $ cat=0A=
              /etc/radiusclient-ng/dictionary.sip=0A=
          #=0A=
          # $Id:=0A=
              dictionary.opensips 7139 2010-08-17 14:06:00Z=0A=
              razvancrainea $=0A=
          #=0A=
          # SIP RADIUS=0A=
              attributes=0A=
          #=0A=
          # Proprietary=0A=
              indicates an attribute that hasn't=0A=
          # been standardized=0A=
          #=0A=
          #=0A=
          # NOTE: All standard=0A=
              (IANA registered) attributes are =0A=
          #       defined in=0A=
              the default dictionary of the =0A=
          #      =0A=
              radiusclient-ng library.=0A=
          #=0A=
         =20
=0A=
            =0A=
         =20
=0A=
            =0A=
          #### Attributes ###=0A=
          ATTRIBUTE=0A=
              Sip-Uri-User         208  string     # Proprietary=2C=0A=
              auth_radius=0A=
          ATTRIBUTE Sip-Group=0A=
                         211  string     # Proprietary=2C group_radius=0A=
          ATTRIBUTE Sip-Rpid  =0A=
                        213  string     # Proprietary=2C auth_radius=0A=
          ATTRIBUTE SIP-AVP  =0A=
                         225  string     # Proprietary=2C avp_radius=0A=
          ATTRIBUTE=0A=
              Sip-Call-Duration    227  integer=0A=
          ATTRIBUTE=0A=
              Sip-Call-Setuptime   228  integer=0A=
         =20
=0A=
            =0A=
          ### Service-Type=0A=
              Values ###=0A=
          VALUE Service-Type  =0A=
                  Call-Check       10   # Proprietary=2C group_radius=0A=
          VALUE Service-Type  =0A=
                  Group-Check      12   # Proprietary=2C group_radius=0A=
          VALUE Service-Type  =0A=
                  Sip-Session      15   # Proprietary=2C group_radius=0A=
          VALUE Service-Type  =0A=
                  SIP-Caller-AVPs  30   # Proprietary=2C avp_radius=0A=
          VALUE Service-Type  =0A=
                  SIP-Callee-AVPs  31   # Proprietary=2C avp_radius=0A=
         =20
=0A=
            =0A=
          ### Sip-Method=0A=
              Values ###=0A=
          VALUE Sip-Method    =0A=
                  Undefined      0=0A=
          VALUE Sip-Method    =0A=
                  Invite         1=0A=
          VALUE Sip-Method    =0A=
                  Cancel         2=0A=
          VALUE Sip-Method    =0A=
                  Ack            4=0A=
          VALUE Sip-Method    =0A=
                  Bye            8=0A=
          VALUE Sip-Method    =0A=
                  Info           16=0A=
          VALUE Sip-Method    =0A=
                  Options        32=0A=
          VALUE Sip-Method    =0A=
                  Update         64=0A=
          VALUE Sip-Method    =0A=
                  Register       128=0A=
          VALUE Sip-Method    =0A=
                  Message        256=0A=
          VALUE Sip-Method    =0A=
                  Subscribe      512=0A=
          VALUE Sip-Method    =0A=
                  Notify         1024=0A=
          VALUE Sip-Method    =0A=
                  Prack          2048=0A=
          VALUE Sip-Method    =0A=
                  Refer          4096=0A=
          VALUE Sip-Method    =0A=
                  Other          8192=0A=
         =20
=0A=
            =0A=
         =20
=0A=
            =0A=
          ### Lines Added=0A=
          ATTRIBUTE Sip-Method=0A=
                                 101  integer=0A=
          ATTRIBUTE=0A=
              Sip-Response-Code             102  integer    #=0A=
              Schulzrinne=2C acc=0A=
          ATTRIBUTE Sip-To-Tag=0A=
                                 104  string     # Schulzrinne=2C acc=0A=
          ATTRIBUTE=0A=
              Sip-From-Tag                  105  string     #=0A=
              Schulzrinne=2C acc=0A=
          ATTRIBUTE=0A=
              Sip-Translated-Request-URI    107  string     #=0A=
              Proprietary=2C acc=0A=
          ATTRIBUTE Source-IP=0A=
                                  214  string=0A=
          ATTRIBUTE=0A=
              Source-Port                   215  string=0A=
          ATTRIBUTE Sip-Src-IP=0A=
                                 108  string     # Proprietary=2C acc=0A=
          ATTRIBUTE=0A=
              Sip-Src-Port                  109  string     #=0A=
              Proprietary=2C acc=0A=
          ATTRIBUTE=0A=
              Digest-Response               206  string     # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Sip-Uri-User                  208  string     #=0A=
              Proprietary=2C auth_radius=0A=
          ATTRIBUTE Sip-Group=0A=
                                  211  string     # Proprietary=2C=0A=
              group_radius=0A=
          ATTRIBUTE Sip-Rpid  =0A=
                                 213  string     # Proprietary=2C=0A=
              auth_radius=0A=
          ATTRIBUTE SIP-AVP  =0A=
                                  225  string     # Proprietary=2C=0A=
              avp_radius=0A=
          ATTRIBUTE=0A=
              Digest-Realm                  1063  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Digest-Nonce                  1064  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Digest-Method                 1065  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE Digest-URI=0A=
                                 1066  string    # Sterman=2C auth_radius=
=0A=
          ATTRIBUTE Digest-QOP=0A=
                                 1067  string    # Sterman=2C auth_radius=
=0A=
          ATTRIBUTE=0A=
              Digest-Algorithm              1068  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Digest-Body-Digest            1069  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Digest-CNonce                 1070  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Digest-Nonce-Count            1071  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE=0A=
              Digest-User-Name              1072  string    # Sterman=2C=0A=
              auth_radius=0A=
          ATTRIBUTE Contact  =0A=
                                  1073  integer=0A=
         =20
=0A=
            =0A=
          ###=0A=
        =0A=
       =20
=0A=
        =0A=
       =20
=0A=
        =0A=
        Regards=0A=
        Hamid R. Hashmi=0A=
      =0A=
     =20
=0A=
      =0A=
     =20
=0A=
      _______________________________________________=0A=
Users mailing list=0A=
Users at lists.opensips.org=0A=
http://lists.opensips.org/cgi-bin/mailman/listinfo/users=0A=
=0A=
    =0A=
   =20
=0A=
  =0A=
=0A=

_______________________________________________=0A=
Users mailing list=0A=
Users at lists.opensips.org=0A=
http://lists.opensips.org/cgi-bin/mailman/listinfo/users 		 	   		  =

--_f21484e4-6516-4760-8519-a87db7c1109c_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 12pt=3B
font-family:Calibri
}
--></style></head>
<body class=3D'hmmessage'><div dir=3D'ltr'><div>Bogdan</div><div><br></div>=
<div>Yes I am talking about perl script for RADIUS server. I have already c=
hecked in traces.</div><div><br></div><div>From #: 00923226363266</div><div=
>To #: 92309682285</div><div><br></div><div>Service Type -&gt=3B Sip-Sessio=
n</div><div><span style=3D"font-size: 12pt=3B">"<font face=3D"Courier New=
=2C sans-serif">...8295nX{S...FB.E&amp=3B..#00923226363266 at testsip.vopium.c=
om..</font></span></div><div><font face=3D"Courier New=2C sans-serif">.0092=
3226363266....testsip.vopium.com.4.255df06ae0000004eba5729419c1a1631fc466a6=
8c4f151a5.=2C.*sip:923009682285 at testsip.vopium.com:6000.</font></div><div><=
font face=3D"Courier New=2C sans-serif">..INVITE....auth...</font></div><di=
v><font face=3D"Courier New=2C sans-serif">00000001...</font></div><div><fo=
nt face=3D"Courier New=2C sans-serif">0a4f113b."796e09966708557df1dcf203c08=
5f01a........00923226363266=2C.727916929..........d....J.#.&lt=3B..!X.wo.=
=2C.0S.</font></div><div><font face=3D"Courier New=2C sans-serif">language:=
en.)<b>rpid:sip:+923226363266@{****}.vopium.com</b></font>"&nbsp=3B</div><d=
iv><br></div><div>Service Type -&gt=3B Call-Check</div><div>"<font face=3D"=
Courier New=2C sans-serif">...RS..........?.O...!923009682285 at testsip.vopiu=
m.com.....</font></div><div><font face=3D"Courier New=2C sans-serif">=2C.72=
7916929..........d......}F..q.&lt=3BQ..|D...</font>"</div><div><br></div><d=
iv>------------------------------------------------------------------------=
-</div><div>I am writing you this email and figured out my mistake (I was s=
ending wrong realm in AVP: rpid ). Thank you for helping.&nbsp=3B</div><div=
><br></div><div>Regards</div><div>Hamid R. Hashmi</div><br><div><hr id=3D"s=
topSpelling">Date: Thu=2C 27 Aug 2015 14:10:09 +0300<br>From: bogdan at opensi=
ps.org<br>To: users at lists.opensips.org=3B freeradius-users at lists.freeradius=
.org<br>Subject: Re: [OpenSIPS-Users] Service-Type -&gt=3B Call-Check does =
not have Digest AVPs<br><br>=0A=
  =0A=
    =0A=
  =0A=
  =0A=
    <tt>Hi Hamid=2C<br>=0A=
      <br>=0A=
      I assume the perl script you mentioned in on the RADIUS server=0A=
      side=2C right ?<br>=0A=
      <br>=0A=
      Have you checked if the RADIUS request you are processing actually=0A=
      contains those AVPS (Digest-URI and Digest-Realm) ? Use ngrep or=0A=
      tcpdump to get a network capture and visualize it with wireshark=0A=
      or similar.<br>=0A=
      <br>=0A=
      Best Regards=2C<br>=0A=
    </tt>=0A=
    <pre class=3D"ecxmoz-signature">Bogdan-Andrei Iancu=0A=
OpenSIPS Founder and Developer=0A=
<a class=3D"ecxmoz-txt-link-freetext" href=3D"http://www.opensips-solutions=
.com" target=3D"_blank">http://www.opensips-solutions.com</a></pre>=0A=
    <div class=3D"ecxmoz-cite-prefix">On 26.08.2015 18:06=2C Hamid Hashmi=
=0A=
      wrote:<br>=0A=
    </div>=0A=
    <blockquote cite=3D"mid:BLU182-W54402D3B884FFD2E0CDD55E0600 at phx.gbl">=
=0A=
      <style><!--=0A=
.ExternalClass .ecxhmmessage P {=0A=
padding:0px=3B=0A=
}=0A=
=0A=
.ExternalClass body.ecxhmmessage {=0A=
font-size:12pt=3B=0A=
font-family:Calibri=3B=0A=
}=0A=
=0A=
--></style>=0A=
      <div dir=3D"ltr">=0A=
        <div>I am unable to use=0A=
          &nbsp=3B'$RAD_REQUEST{'Digest-URI'}=2C&nbsp=3B$RAD_REQUEST{'Diges=
t-Realm'}=0A=
          etc=2C&nbsp=3B<span style=3D"font-size:12pt=3B">in my perl script=
 in case=0A=
            of service type&nbsp=3B</span>equals<span style=3D"font-size:12=
pt=3B">&nbsp=3Bto=0A=
            'Call-Check else cases are working fine like 'Sip-Sessions'=0A=
            etc. details are as follows.</span></div>=0A=
        <div><br>=0A=
        </div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">$ opensips -V</font><=
/div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">version: opensips=0A=
            1.9.0-notls (x86_64/linux)</font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">flags: STATS: Off=2C=
=0A=
            USE_IPV6=2C USE_TCP=2C DISABLE_NAGLE=2C USE_MCAST=2C SHM_MEM=2C=
=0A=
            SHM_MMAP=2C PKG_MALLOC=2C F_MALLOC=2C FAST_LOCK-ADAPTIVE_WAIT</=
font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">ADAPTIVE_WAIT_LOOPS=
=3D1024=2C=0A=
            MAX_RECV_BUFFER_SIZE 262144=2C MAX_LISTEN 16=2C MAX_URI_SIZE=0A=
            1024=2C BUF_SIZE 65535</font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">poll method support:=
=0A=
            poll=2C epoll_lt=2C epoll_et=2C sigio_rt=2C select.</font></div=
>=0A=
        <div><font face=3D"Courier New=2C sans-serif">svnrevision: unknown<=
/font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">@(#) $Id: main.c 9790=
=0A=
            2013-02-15 10:14:34Z bogdan_iancu $</font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">main.c compiled on=0A=
            06:43:47 Aug 25 2015 with gcc 4.9.2</font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
          </font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">$ radiusd -Xxx</font>=
</div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">for logs </font><a hr=
ef=3D"http://pastebin.com/qXcs9ZHe" target=3D"_blank">click=0A=
            here</a></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
          </font></div>=0A=
        <div><font face=3D"Courier New=2C sans-serif">$ radiusd -v</font></=
div>=0A=
        <div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">radiusd: FreeRADIUS=
=0A=
              Version 2.2.0=2C for host x86_64-unknown-linux-gnu=2C built o=
n=0A=
              Aug 25 2015 at 07:43:23</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">Copyright (C)=0A=
              1999-2011 The FreeRADIUS server project and contributors.</fo=
nt></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">There is NO=0A=
              warranty=3B not even for MERCHANTABILITY or FITNESS FOR A</fo=
nt></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">PARTICULAR PURPOSE.=
</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">You may redistribut=
e=0A=
              copies of FreeRADIUS under the terms of the</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">GNU General Public=
=0A=
              License.</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">For more informatio=
n=0A=
              about these matters=2C see the file named COPYRIGHT.</font></=
div>=0A=
        </div>=0A=
        <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
          </font></div>=0A=
        <div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">$ cat=0A=
              /etc/radiusclient-ng/dictionary.sip</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># $Id:=0A=
              dictionary.opensips 7139 2010-08-17 14:06:00Z=0A=
              razvancrainea $</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># SIP RADIUS=0A=
              attributes</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># Proprietary=0A=
              indicates an attribute that hasn't</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># been standardized=
</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># NOTE: All standar=
d=0A=
              (IANA registered) attributes are&nbsp=3B</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># &nbsp=3B &nbsp=3B=
 &nbsp=3B defined in=0A=
              the default dictionary of the&nbsp=3B</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"># &nbsp=3B &nbsp=3B=
 &nbsp=3B=0A=
              radiusclient-ng library.</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">#### Attributes ###=
</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Uri-User &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B 208 &nbsp=3B=
string &nbsp=3B &nbsp=3B # Proprietary=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-Group=
=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B211 &nbs=
p=3Bstring &nbsp=3B &nbsp=3B # Proprietary=2C group_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-Rpid =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B 213 &nbsp=3Bstri=
ng &nbsp=3B &nbsp=3B # Proprietary=2C auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE SIP-AVP &=
nbsp=3B=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B225 &nbs=
p=3Bstring &nbsp=3B &nbsp=3B # Proprietary=2C avp_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Call-Duration &nbsp=3B &nbsp=3B227 &nbsp=3Binteger</font>=
</div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Call-Setuptime &nbsp=3B 228 &nbsp=3Binteger</font></div>=
=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">### Service-Type=0A=
              Values ###</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Service-Type =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Call-Check &nbsp=3B &nbsp=3B &nbsp=3B 10 &n=
bsp=3B # Proprietary=2C group_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Service-Type =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Group-Check &nbsp=3B &nbsp=3B &nbsp=3B12 &n=
bsp=3B # Proprietary=2C group_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Service-Type =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Sip-Session &nbsp=3B &nbsp=3B &nbsp=3B15 &n=
bsp=3B # Proprietary=2C group_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Service-Type =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B SIP-Caller-AVPs &nbsp=3B30 &nbsp=3B # Propr=
ietary=2C avp_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Service-Type =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B SIP-Callee-AVPs &nbsp=3B31 &nbsp=3B # Propr=
ietary=2C avp_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">### Sip-Method=0A=
              Values ###</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Undefined &nbsp=3B &nbsp=3B &nbsp=3B0</font=
></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Invite &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B =
1</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Cancel &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B =
2</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Ack &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B4</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Bye &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B8</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Info &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &n=
bsp=3B 16</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Options &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B=
32</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Update &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B =
64</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Register &nbsp=3B &nbsp=3B &nbsp=3B 128</fo=
nt></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Message &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B=
256</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Subscribe &nbsp=3B &nbsp=3B &nbsp=3B512</fo=
nt></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Notify &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B =
1024</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Prack &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &=
nbsp=3B2048</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Refer &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &=
nbsp=3B4096</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">VALUE Sip-Method &n=
bsp=3B &nbsp=3B=0A=
              &nbsp=3B &nbsp=3B Other &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &=
nbsp=3B8192</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">### Lines Added</fo=
nt></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-Metho=
d=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B101 &nbsp=3Binteger</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Response-Code &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B 102 &nbsp=3Binteger &nbsp=3B &nbsp=3B#=0A=
              Schulzrinne=2C acc</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-To-Ta=
g=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B104 &nbsp=3Bstring &nbsp=3B &nbsp=3B # Schulz=
rinne=2C acc</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-From-Tag &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B &nbsp=3B &nbsp=3B105 &nbsp=3Bstring &nbsp=3B &nbsp=3B #=0A=
              Schulzrinne=2C acc</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Translated-Request-URI &nbsp=3B &nbsp=3B107 &nbsp=3Bstrin=
g &nbsp=3B &nbsp=3B #=0A=
              Proprietary=2C acc</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Source-IP=
=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B 214 &nbsp=3Bstring</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Source-Port &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbs=
p=3B &nbsp=3B &nbsp=3B &nbsp=3B 215 &nbsp=3Bstring</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-Src-I=
P=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B108 &nbsp=3Bstring &nbsp=3B &nbsp=3B # Propri=
etary=2C acc</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Src-Port &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B &nbsp=3B &nbsp=3B109 &nbsp=3Bstring &nbsp=3B &nbsp=3B #=0A=
              Proprietary=2C acc</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Response &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B =
&nbsp=3B &nbsp=3B 206 &nbsp=3Bstring &nbsp=3B &nbsp=3B # Sterman=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Sip-Uri-User &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B &nbsp=3B &nbsp=3B208 &nbsp=3Bstring &nbsp=3B &nbsp=3B #=0A=
              Proprietary=2C auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-Group=
=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B 211 &nbsp=3Bstring &nbsp=3B &nbsp=3B # Propr=
ietary=2C=0A=
              group_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Sip-Rpid =
&nbsp=3B=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B213 &nbsp=3Bstring &nbsp=3B &nbsp=3B # Propri=
etary=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE SIP-AVP &=
nbsp=3B=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B 225 &nbsp=3Bstring &nbsp=3B &nbsp=3B # Propr=
ietary=2C=0A=
              avp_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Realm &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B &nbsp=3B &nbsp=3B1063 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Ster=
man=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Nonce &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nb=
sp=3B &nbsp=3B &nbsp=3B &nbsp=3B1064 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Ster=
man=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Method &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &n=
bsp=3B &nbsp=3B &nbsp=3B 1065 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterman=2C=
=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Digest-UR=
I=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B1066 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterma=
n=2C auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Digest-QO=
P=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B1067 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterma=
n=2C auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Algorithm &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B=
 &nbsp=3B &nbsp=3B1068 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterman=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Body-Digest &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B1069 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterman=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-CNonce &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &n=
bsp=3B &nbsp=3B &nbsp=3B 1070 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterman=2C=
=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-Nonce-Count &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B1071 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterman=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE=0A=
              Digest-User-Name &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B=
 &nbsp=3B &nbsp=3B1072 &nbsp=3Bstring &nbsp=3B &nbsp=3B# Sterman=2C=0A=
              auth_radius</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">ATTRIBUTE Contact &=
nbsp=3B=0A=
              &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=3B &nbsp=
=3B &nbsp=3B &nbsp=3B &nbsp=3B 1073 &nbsp=3Binteger</font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif"><br>=0A=
            </font></div>=0A=
          <div><font face=3D"Courier New=2C sans-serif">###</font></div>=0A=
        </div>=0A=
        <div><br>=0A=
        </div>=0A=
        <div><br>=0A=
        </div>=0A=
        <div>Regards</div>=0A=
        <div>Hamid R. Hashmi</div>=0A=
      </div>=0A=
      <br>=0A=
      <fieldset class=3D"ecxmimeAttachmentHeader"></fieldset>=0A=
      <br>=0A=
      <pre>_______________________________________________=0A=
Users mailing list=0A=
<a class=3D"ecxmoz-txt-link-abbreviated" href=3D"mailto:Users at lists.opensip=
s.org">Users at lists.opensips.org</a>=0A=
<a class=3D"ecxmoz-txt-link-freetext" href=3D"http://lists.opensips.org/cgi=
-bin/mailman/listinfo/users" target=3D"_blank">http://lists.opensips.org/cg=
i-bin/mailman/listinfo/users</a>=0A=
</pre>=0A=
    </blockquote>=0A=
    <br>=0A=
  =0A=
=0A=
<br>_______________________________________________=0A=
Users mailing list=0A=
Users at lists.opensips.org=0A=
http://lists.opensips.org/cgi-bin/mailman/listinfo/users</div> 		 	   		  <=
/div></body>
</html>=

--_f21484e4-6516-4760-8519-a87db7c1109c_--



More information about the Users mailing list