<div>
<p>Hi, Kaloyan</p>
<p>Can you please give me the last diff or tell me where to get it?<br>Please also give me some tips to configure it.<br>The <a href="http://asterisk-backports.org">asterisk-backports.org</a> seems be closed. </p>
<p>And can I ask some questions about the non-curl version?</p>
<p>1. Can I only set the results as channel variable instead of global variable?<br>2. Is the unit of RTCC_INTERVAL 1/1000 second(ms) not 1 second ?<br>3. Assume that orginal the first parameter TimeLimit of L option is 120000(120 seconds). Then, RTCC_APP should recheck the URL(test.php) after ${LIMIT_RECHECK_INTERVAL} milliseconds such as 6000 is 6 sec. <br>
&nbsp;&nbsp; Does it mean the TimeLimit will be added 10 sec if the result of URL(test.php) is 10? And the TimeLimit is 130 sec.</p>
<p>Best regards,<br>Charles</p><br><br>&nbsp;</div>
<div><span class="gmail_quote">2008/3/27, Kaloyan Kovachev &lt;<a href="mailto:kkovachev@varna.net">kkovachev@varna.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br>the curl version was provided from greyvoip, so probably he will be able to<br>tell you more about it.<br>
If you use some of the non curl versions (i may send you the latest diff if<br>you wish), you may achieve the same results by setting in advance (as global<br>variable):<br><br>LIMIT_RECHECK_APP=$<br>LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{CURL(<a href="http://127.0.0.1/test.php">http://127.0.0.1/test.php</a>?<br>
LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}app=rtcc&amp;accountcode=$<br>LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{ACCOUNTCODE}&amp;dst=$<br>LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{EXTEN}&amp;channelid=$<br>LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{UNIQUEID}&amp;seqnum=1)}<br>
<br>and you change your dial command to:<br><br>exten =&gt; _X.,n,Dial(SIP/1025,,L(${TimeLimit}:${RTCC_INTERVAL}))<br><br>it should work, but keep in mind that it requires at least parameters to L()<br>and that 60000 is 60sec not 6sec.<br>
As your script is returning fixed number (120 or 80 which for the curl<br>version is in milliseconds, but in seconds for the non curl version) this will<br>cause your call duration to be increased with that amount of<br>milliseconds/seconds each time. I would suggest for the tests to start with<br>
${TimeLimit} set to 120000, ${RTCC_INTERVAL} being 10000 and your script<br>returning &#39;-10&#39;.<br><br><br>On Thu, 27 Mar 2008 18:10:40 +0800, Charles Wang wrote<br>&gt; Hi all,<br>&gt;<br>&gt; I tried to using rtcc-curl-1.4.13.patch in bug id 6335<br>
<a href="http://bugs.digium.com/view.php?id=6335">http://bugs.digium.com/view.php?id=6335</a>&nbsp;&nbsp;reported by KNK. I patch it to<br>asterisk <a href="http://1.4.18.1">1.4.18.1</a> and it seems work.<br>&gt;<br>&gt; My extensions.conf lists below:<br>
&gt;<br>&gt; exten =&gt;<br>_X.,1,Set(TimeLimit=${CURL(<a href="http://127.0.0.1/test.php?app=rtcc&amp;accountcode=${ACCOUNTCODE}&amp;dst=${EXTEN}&amp;channelid=${UNIQUEID}&amp;seqnum=1)}">http://127.0.0.1/test.php?app=rtcc&amp;accountcode=${ACCOUNTCODE}&amp;dst=${EXTEN}&amp;channelid=${UNIQUEID}&amp;seqnum=1)}</a>)<br>
<br>&gt; exten =&gt; _X.,n,Set(TimeLimit=${MATH(${TimeLimit}+5,int)})<br>&gt; exten =&gt; _X.,n,Set(TimeLimit=${MATH(${TimeLimit}*1000,int)})<br>&gt; exten =&gt; _X.,n,Set(dst=${EXTEN})<br>&gt; exten =&gt; _X.,n,NoOp(Initial time limit for ${ACCOUNTCODE} and ${EXTEN} set<br>
at ${TimeLimit})<br>&gt; exten =&gt; _X.,n,Set(RTCC_START_SEQNUM=2)<br>&gt; exten =&gt; _X.,n,Set(RTCC_INTERVAL=60000)<br>&gt; exten =&gt; _X.,n,Dial(SIP/1025,,L(${TimeLimit}:::<a href="http://127.0.0.1/test.php)">http://127.0.0.1/test.php)</a>)<br>
&gt; exten =&gt; _X.,n,Hangup<br>&gt;<br>&gt; My URL test.php always reponses interger 120. It is pure text format without<br>any symbol before/after it.<br>&gt;<br>&gt; My test.php: ( one row only )<br>&gt; 120<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Accepting AUTHENTICATED call from XXX.XXX.XXX.XXX:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; requested format = ilbc,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; requested prefs = (),<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; actual format = ilbc,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; host prefs = (ilbc),<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; priority = mine<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:1] Set(&quot;SIP/2922-10&quot;, &quot;TimeLimit=120&quot;) in new<br>stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:2] Set(&quot;SIP/2922-10&quot;, &quot;TimeLimit=125&quot;) in new<br>
stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:3] Set(&quot;SIP/2922-10&quot;, &quot;TimeLimit=125000&quot;) in<br>new stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:4] Set(&quot;SIP/2922-10&quot;, &quot;dst=295&quot;) in new stack<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:5] NoOp(&quot;SIP/2922-10&quot;, &quot;Initial time limit<br>for&nbsp;&nbsp;and 295 set at 45000&quot;) in new stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:6] Set(&quot;SIP/2922-10&quot;, &quot;RTCC_START_SEQNUM=2&quot;)<br>
in new stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:7] Set(&quot;SIP/2922-10&quot;, &quot;RTCC_INTERVAL=60000&quot;)<br>in new stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:8] Dial(&quot;SIP/2922-10&quot;,<br>&quot;SIP/1025||L(125000::<a href="http://127.0.0.1/test.php)">http://127.0.0.1/test.php)</a>&quot;) in new stack<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Limit Data for this call:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; timelimit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 125000<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; play_warning&nbsp;&nbsp; = 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; play_to_caller = yes<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; play_to_callee = no<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; warning_freq&nbsp;&nbsp; = 0<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; rtcc url&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = //127.0.0.1/test.php<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; rtcc interval&nbsp;&nbsp;= 60000<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; rtcc exp intvl = 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; rtcc seqnum&nbsp;&nbsp;&nbsp;&nbsp; = 2<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; start_sound&nbsp;&nbsp;&nbsp;&nbsp;= (null)<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; warning_sound&nbsp;&nbsp;= timeleft<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; end_sound&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = (null)<br>&gt;<br>&gt; During the period, I trace the /var/log/httpd/access_log. I can&#39;t find any<br>request to test.php. Should it be visited each 6 sec ?<br>
&gt;<br>&gt; (Only this line)<br>&gt; <a href="http://127.0.0.1">127.0.0.1</a> - - [27/Mar/2008:17:51:54 +0800] &quot;GET<br>/test.php?app=rtcc&amp;accountcode=&amp;dst=295&amp;channelid=1206611514.2&amp;seqnum=1<br>HTTP/1.1&quot; 200 3 &quot;-&quot; &quot;asterisk-libcurl-agent/1.0&quot;<br>
&gt;<br>&gt; Then, I tried to reduce the integer number 120 to 80. I wish it can be<br>hunup when 80 seconds reached. But the answer was NO. It made my asterisk<br>crashed. I got this message in debug mode.<br>&gt;<br>&gt; [Mar 27 17:52:58] DEBUG[32053]: app_dial.c:877 rtcccallback: call control<br>
accountcode=2922, dst=295.<br>&gt; asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_dial.so:<br>undefined symbol: curl_easy_init<br>&gt;<br>&gt; Can anyone kindly give me any idea?<br>&gt;<br>&gt; Best regards,<br>
&gt; Charles<br>&gt;<br>&gt; 2007/7/15, Grey Man &lt;<a href="mailto:greyvoip@yahoo.com.au">greyvoip@yahoo.com.au</a>&gt;:<br>&gt;<br>&gt; ----- Original Message ----<br>&gt; From: Kaloyan Kovachev &lt;<a href="mailto:kkovachev@varna.net">kkovachev@varna.net</a>&gt;<br>
&gt; To: Asterisk Developers Mailing List &lt;<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>&gt;<br>&gt; Sent: Sunday, 15 July, 2007 10:50:29 AM<br>&gt; Subject: Re: [asterisk-dev] Real-time call control for Dial app<br>
&gt;<br>&gt; On Sat, 14 Jul 2007 14:36:27 -0700 (PDT), Grey Man wrote<br>&gt; &gt; ----- Original Message ----<br>&gt; &gt; &gt;From: Kaloyan Kovachev &lt;<a href="mailto:kkovachev@varna.net">kkovachev@varna.net</a>&gt;<br>
&gt; &gt; &gt;To: Asterisk Developers Mailing List &lt;<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>&gt;<br>&gt; &gt; &gt;Sent: Saturday, 14 July, 2007 3:00:54 PM<br>&gt; &gt; &gt;Subject: Re: [asterisk-dev] Real-time call control for Dial app<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt;Hi again,<br>&gt; &gt;&nbsp;&nbsp;&gt;i guess Asterisk is not used for prepaid applications too much, or more<br>&gt; &gt; &gt;likely the risk of overused account is just ignored (there are providers<br>
with<br>&gt; &gt; &gt;&#39;pay as go&#39; services with which i had negative balance for a while).<br>&gt; &gt; &gt;Even separate thread for each call bridge is not the best way and adding<br>&gt; &gt; &gt;another one is not a good idea - agree, but the call control thread is<br>
&gt; &gt; &gt;sleeping most of the time, so it shouldn&#39;t cause too much problems.<br>&gt; &gt; &gt;Unfortunately my C skills (and available time) are not enough to make (my<br>&gt; &gt; &gt;long term idea) a single call control thread for which each call will just<br>
&gt; &gt; &gt;register and which will also be responsible for the warning messages on that<br>&gt; &gt; &gt;call instead of the bridging thread itself. I think this is the way to<br>go, but<br>&gt; &gt; &gt;for now this is at least some way to control the call duration after it has<br>
&gt; &gt; &gt;started.<br>&gt; &gt;<br>&gt; &gt; Hi Kaloyan,<br>&gt; &gt;<br>&gt; &gt; My idea is to put the real-time call control onto the the thread in<br>&gt; channel.c that is already monitoring the bridge. You already nicely slotted in<br>
&gt; the &quot;recheck&quot; thread into this main bridge thread with your patch by using the<br>&gt; nexteventts property and I think I might be able to do call control I need on<br>&gt; the bridge thread and remove the need for the &quot;recheck&quot; thread.<br>
&gt; &gt;<br>&gt; &gt; The problem with doing things on channel.c is it rightly doesn&#39;t know<br>&gt; anything about applications, dialplans or specific channel properties. However<br>&gt; the more I&#39;ve played around with real-time call control the more I&#39;m thinking<br>
&gt; the main requirement is to have a clean scalable way to update the call time<br>&gt; and not so much about being able to periodically call more involved<br>&gt; applications on an in progress calls. For example my requirement would be<br>
&gt; satisifed by having the bridge thread on channel.c send the accountcode, call<br>&gt; destination and call time to an external IP socket and get back a single<br>&gt; integer that specifies any adjustment that should be made to the call time.<br>
&gt;<br>&gt; &gt; Can&#39;t you do this via Manager? By leaving blank the LIMIT_RECHECK_APP, but<br>&gt; &gt; setting LIMIT_RECHECK_INTERVAL and LIMIT_RECHECK_DELAY you will get Manager<br>&gt; &gt; event and then you may have enough time (LIMIT_RECHECK_DELAY) to proces it<br>
and<br>&gt; &gt; to set CALL_LIMIT variable to that channel back from Manager. As you need the<br>&gt; &gt; acount code you will need to add it to the event field.<br>&gt;<br>&gt; MAPI is an option but it would result in another moving part to be able to<br>
control calls and would still need the extra thread per bridged call to fire<br>the events. If the real-time call control mechanism was a request approach<br>from channel.c then there is need to use MAPI or any additional threads. The<br>
bridge thread in channel.c doesn&#39;t seem to be doing much at all, just waiting<br>for the call time limit to expire, so giving it an extra task would give<br>better utilisation of that thread.<br>&gt;<br>&gt; Regards,<br>
&gt;<br>&gt; Greyman.<br>&gt;<br>&gt;<br>____________________________________________________________________________________<br>Yahoo!7 Mail has just got even bigger and better with unlimited storage on all<br>webmail accounts.<br>
&gt; <a href="http://au.docs.yahoo.com/mail/unlimitedstorage.html">http://au.docs.yahoo.com/mail/unlimitedstorage.html</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>
&gt;<br>&gt; asterisk-dev mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
&gt;<br>&gt;<br>&gt; --<br>&gt;<br>&gt; Best Regards<br>&gt; Charles<br><br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br>
<br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div>
<br><br clear="all"><br>-- <br><br>Best Regards<br>Charles