<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>I am unable to use &nbsp;'$RAD_REQUEST{'Digest-URI'},&nbsp;$RAD_REQUEST{'Digest-Realm'} etc,&nbsp;<span style="font-size: 12pt;">in my perl script in case of service type&nbsp;</span>equals<span style="font-size: 12pt;">&nbsp;to 'Call-Check else cases are working fine like 'Sip-Sessions' etc. details are as follows.</span></div><div><br></div><div><font face="Courier New, sans-serif">$ opensips -V</font></div><div><font face="Courier New, sans-serif">version: opensips 1.9.0-notls (x86_64/linux)</font></div><div><font face="Courier New, sans-serif">flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT</font></div><div><font face="Courier New, sans-serif">ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535</font></div><div><font face="Courier New, sans-serif">poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.</font></div><div><font face="Courier New, sans-serif">svnrevision: unknown</font></div><div><font face="Courier New, sans-serif">@(#) $Id: main.c 9790 2013-02-15 10:14:34Z bogdan_iancu $</font></div><div><font face="Courier New, sans-serif">main.c compiled on 06:43:47 Aug 25 2015 with gcc 4.9.2</font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">$ radiusd -Xxx</font></div><div><font face="Courier New, sans-serif">for logs </font><a href="http://pastebin.com/qXcs9ZHe">click here</a></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">$ radiusd -v</font></div><div><div><font face="Courier New, sans-serif">radiusd: FreeRADIUS Version 2.2.0, for host x86_64-unknown-linux-gnu, built on Aug 25 2015 at 07:43:23</font></div><div><font face="Courier New, sans-serif">Copyright (C) 1999-2011 The FreeRADIUS server project and contributors.</font></div><div><font face="Courier New, sans-serif">There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A</font></div><div><font face="Courier New, sans-serif">PARTICULAR PURPOSE.</font></div><div><font face="Courier New, sans-serif">You may redistribute copies of FreeRADIUS under the terms of the</font></div><div><font face="Courier New, sans-serif">GNU General Public License.</font></div><div><font face="Courier New, sans-serif">For more information about these matters, see the file named COPYRIGHT.</font></div></div><div><font face="Courier New, sans-serif"><br></font></div><div><div><font face="Courier New, sans-serif">$ cat /etc/radiusclient-ng/dictionary.sip</font></div><div><font face="Courier New, sans-serif">#</font></div><div><font face="Courier New, sans-serif"># $Id: dictionary.opensips 7139 2010-08-17 14:06:00Z razvancrainea $</font></div><div><font face="Courier New, sans-serif">#</font></div><div><font face="Courier New, sans-serif"># SIP RADIUS attributes</font></div><div><font face="Courier New, sans-serif">#</font></div><div><font face="Courier New, sans-serif"># Proprietary indicates an attribute that hasn't</font></div><div><font face="Courier New, sans-serif"># been standardized</font></div><div><font face="Courier New, sans-serif">#</font></div><div><font face="Courier New, sans-serif">#</font></div><div><font face="Courier New, sans-serif"># NOTE: All standard (IANA registered) attributes are&nbsp;</font></div><div><font face="Courier New, sans-serif"># &nbsp; &nbsp; &nbsp; defined in the default dictionary of the&nbsp;</font></div><div><font face="Courier New, sans-serif"># &nbsp; &nbsp; &nbsp; radiusclient-ng library.</font></div><div><font face="Courier New, sans-serif">#</font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">#### Attributes ###</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Uri-User &nbsp; &nbsp; &nbsp; &nbsp; 208 &nbsp;string &nbsp; &nbsp; # Proprietary, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Group &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;211 &nbsp;string &nbsp; &nbsp; # Proprietary, group_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Rpid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 213 &nbsp;string &nbsp; &nbsp; # Proprietary, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE SIP-AVP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;225 &nbsp;string &nbsp; &nbsp; # Proprietary, avp_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Call-Duration &nbsp; &nbsp;227 &nbsp;integer</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Call-Setuptime &nbsp; 228 &nbsp;integer</font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">### Service-Type Values ###</font></div><div><font face="Courier New, sans-serif">VALUE Service-Type &nbsp; &nbsp; &nbsp; Call-Check &nbsp; &nbsp; &nbsp; 10 &nbsp; # Proprietary, group_radius</font></div><div><font face="Courier New, sans-serif">VALUE Service-Type &nbsp; &nbsp; &nbsp; Group-Check &nbsp; &nbsp; &nbsp;12 &nbsp; # Proprietary, group_radius</font></div><div><font face="Courier New, sans-serif">VALUE Service-Type &nbsp; &nbsp; &nbsp; Sip-Session &nbsp; &nbsp; &nbsp;15 &nbsp; # Proprietary, group_radius</font></div><div><font face="Courier New, sans-serif">VALUE Service-Type &nbsp; &nbsp; &nbsp; SIP-Caller-AVPs &nbsp;30 &nbsp; # Proprietary, avp_radius</font></div><div><font face="Courier New, sans-serif">VALUE Service-Type &nbsp; &nbsp; &nbsp; SIP-Callee-AVPs &nbsp;31 &nbsp; # Proprietary, avp_radius</font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">### Sip-Method Values ###</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Undefined &nbsp; &nbsp; &nbsp;0</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Invite &nbsp; &nbsp; &nbsp; &nbsp; 1</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Cancel &nbsp; &nbsp; &nbsp; &nbsp; 2</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Ack &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Bye &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Info &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Options &nbsp; &nbsp; &nbsp; &nbsp;32</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Update &nbsp; &nbsp; &nbsp; &nbsp; 64</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Register &nbsp; &nbsp; &nbsp; 128</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Message &nbsp; &nbsp; &nbsp; &nbsp;256</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Subscribe &nbsp; &nbsp; &nbsp;512</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Notify &nbsp; &nbsp; &nbsp; &nbsp; 1024</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Prack &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2048</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Refer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4096</font></div><div><font face="Courier New, sans-serif">VALUE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; Other &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8192</font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">### Lines Added</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Method &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;101 &nbsp;integer</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Response-Code &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 102 &nbsp;integer &nbsp; &nbsp;# Schulzrinne, acc</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-To-Tag &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;104 &nbsp;string &nbsp; &nbsp; # Schulzrinne, acc</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-From-Tag &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;105 &nbsp;string &nbsp; &nbsp; # Schulzrinne, acc</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Translated-Request-URI &nbsp; &nbsp;107 &nbsp;string &nbsp; &nbsp; # Proprietary, acc</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Source-IP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 214 &nbsp;string</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Source-Port &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 215 &nbsp;string</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Src-IP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;108 &nbsp;string &nbsp; &nbsp; # Proprietary, acc</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Src-Port &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;109 &nbsp;string &nbsp; &nbsp; # Proprietary, acc</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Response &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 206 &nbsp;string &nbsp; &nbsp; # Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Uri-User &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;208 &nbsp;string &nbsp; &nbsp; # Proprietary, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Group &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 211 &nbsp;string &nbsp; &nbsp; # Proprietary, group_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Sip-Rpid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;213 &nbsp;string &nbsp; &nbsp; # Proprietary, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE SIP-AVP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 225 &nbsp;string &nbsp; &nbsp; # Proprietary, avp_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Realm &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1063 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Nonce &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1064 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Method &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1065 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-URI &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1066 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-QOP &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1067 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Algorithm &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1068 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Body-Digest &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1069 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-CNonce &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1070 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-Nonce-Count &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1071 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Digest-User-Name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1072 &nbsp;string &nbsp; &nbsp;# Sterman, auth_radius</font></div><div><font face="Courier New, sans-serif">ATTRIBUTE Contact &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1073 &nbsp;integer</font></div><div><font face="Courier New, sans-serif"><br></font></div><div><font face="Courier New, sans-serif">###</font></div></div><div><br></div><div><br></div><div>Regards</div><div>Hamid R. Hashmi</div>                                               </div></body>
</html>