<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<div><br></div><div>I am already using sched_hangup and its working. Can you please send me some dialplan you are using for Calling Card IVR application. Thanks.</div><div><br></div><div>Regards</div><div>-----------</div><div>Abid Saleem</div><div><br></div><div>s.freeswitch.org<br>&gt; Subject: Re: [Freeswitch-users] Radius AAA<br>&gt; <br>&gt; Hello Abid<br>&gt; <br>&gt; Don't mention, say thanks to Tihomir for this nice module )  Example of<br>&gt; a dialplan entry is posted on wiki.<br>&gt; <br>&gt;      &lt;action application="log" data="INFO  credit_time=${credit_time}"/&gt;<br>&gt;      &lt;action application="sched_hangup" data="+${credit_time:17:-1} ${Core-UUID}"/&gt;<br>&gt; <br>&gt; In this scenario you don't have to check for return code, because you will get hangup<br>&gt; if authentication fails.<br>&gt; <br>&gt; Regards,<br>&gt; Nazim <br>&gt; <br>&gt; <br>&gt; <br>&gt; On 11/14/2010 02:48 PM, Abid Saleem wrote:<br>&gt; &gt; Dear Nazim,<br>&gt; &gt; Thanks for your message. You are right it was a dictionary problem as in my other email. Can you please send me the dialplan entries for parsing Radius_Return_code that you are using?<br>&gt; &gt;<br>&gt; &gt; Regards-----------Abid Saleem<br>&gt; &gt;<br>&gt; &gt;&gt; Date: Sat, 13 Nov 2010 15:41:52 +0400<br>&gt; &gt;&gt; From: nazim.aghabayov@gmail.com<br>&gt; &gt;&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; &gt;&gt; Subject: Re: [Freeswitch-users] Radius AAA<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Hello Abid<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; &gt;From the radius log you have sent I see that server returns<br>&gt; &gt;&gt; h323-credit-time=40800. If radius client dictionary includes cisco's<br>&gt; &gt;&gt; attributes you should be able to receive them.<br>&gt; &gt;&gt; Could you enable debug=7 in FS console and analyze the output. Probably<br>&gt; &gt;&gt; something is wrong with mod_rad_auth config or dialplan itself.<br>&gt; &gt;&gt; B.t.w VSA's are not hardcoded into mod_rad_auth.c.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Regards,<br>&gt; &gt;&gt; Nazim<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On 11/13/2010 12:04 PM, Abid Saleem wrote:<br>&gt; &gt;&gt;&gt; Dear Tihomir,<br>&gt; &gt;&gt;&gt; I think you did not understand what my problem is. Let me explain.<br>&gt; &gt;&gt;&gt; I know that I can evaluate the response from auth_function and act accordingly (bridge or not bridge the call according to auth result). This part is ok and I can do it because I am getting OK or NOK in AUTH_RESULT. The issue is I need to disconnect the call after scheduled number of seconds returned by radius in h323-credit-time attribute whose value in this case is not being populated into credit_time parameter of FS.<br>&gt; &gt;&gt;&gt; If you still do not understand, lets put it this way that even if I use the mod_rad_auth.conf.xml and dialplan configuration you sent, still the FS is not able to obtain the value of credit_amount and credit_time although radius response parameters are received by the server.<br>&gt; &gt;&gt;&gt; Also I have checked in mod_rad_auth.c file that all entries related to credit_amount, billing_model etc are commented and credit_time does not even exist in that file.<br>&gt; &gt;&gt;&gt; Thanks.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; FreeSWITCH-users mailing list<br>&gt; &gt;&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt;&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt;&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt;&gt; http://www.freeswitch.org<br>&gt; &gt;                                                <br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; FreeSWITCH-users mailing list<br>&gt; &gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; &gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; &gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; &gt; http://www.freeswitch.org<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br></div>                                               </body>
</html>