<div>Hi Kaloyan,</div>
<div>&nbsp;</div>
<div>I tried to change the LIMIT_RECHECK_APP and I could find Notice: Ext. 293:3 @ default: 120000 at console. In another word, it can&nbsp;visit the URL and get &quot;120000&quot; (120 sec). But the TimeLimit seems always 30 sec. It should be 30 + 120 seconds, isn&#39;t it?</div>

<div>&nbsp;</div>
<div>How can I pass the result of URL to TimeLimit?</div>
<div>&nbsp;</div>
<div>I tried serveral methods such as :</div>
<div>exten =&gt; 293,1,Set(TimeLimit=Exec(${LIMIT_RECHECK_APP}))</div>
<div>But got message:</div>
<div>Dial does not accept L(Exec(Log(NOTICE|${CURL(http), hanging up.</div>
<div>&nbsp;</div>
<div>And try,</div>
<div>LIMIT_RECHECK_APP=Set(TimeLimit=$<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>)})</div>
<div>But not any effort to reset the TimeLimit. It is still hungup.</div>
<div>&nbsp;</div>
<div>Can you please give me a sample how to change the TimeLimit via URL?</div>
<div>&nbsp;</div>
<div>My extensions.conf:</div>
<div>================================================================<br>LIMIT_RECHECK_INTERVAL=5000</div>
<div>&nbsp;</div>
<div>LIMIT_RECHECK_APP=Log(NOTICE|$<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>&nbsp;</div>
<div>[default]<br>exten =&gt; 293,1,Set(TimeLimit=30000)<br>exten =&gt; 293,n,Set(RTCC_INTERVAL=10000)<br>exten =&gt; 293,n,Dial(<a href="mailto:Local/AnswerAndWait@default,,L(${TimeLimit}:${RTCC_INTERVAL">Local/AnswerAndWait@default,,L(${TimeLimit}:${RTCC_INTERVAL</a>}))<br>
exten =&gt; 293,n,Hangup</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I also try to use Exec to set the TimeLimit as your tips.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">2008/3/31, 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">On Mon, 31 Mar 2008 16:20:10 +0800, Charles Wang wrote<br>&gt; Hi, Kaloyan.<br>&gt;<br>&gt; I tried to use non-curl version and test it as your tips and the<br>
How2Test.1.5-56340.doc.<br>&gt; But I got error messages on console, it seems never check the URL<br>periodically(I can only find one).&nbsp;&nbsp;In fact, it didn&#39;t check the URL during my<br>test. What&#39;s wrong in my configuration file?<br>
&gt; I can make sure the URL is correct ( I test it using IE (InterNet&nbsp;&nbsp;Explorer)).<br>&gt;<br>&gt; Can you please give me more tips?<br>&gt;<br>&gt; Thank you.<br>&gt;<br>&gt; Error Messages:<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;= 30000<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; recheck each&nbsp;&nbsp; = 5000<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; recheck app&nbsp;&nbsp;&nbsp;&nbsp;=<br>{CURL(<a href="http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)">http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)</a>}<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; recheck delay&nbsp;&nbsp;= 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; play_warning&nbsp;&nbsp; = 10000<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; 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;&nbsp;&nbsp;&nbsp;&nbsp; -- Called AnswerAndWait@default<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [AnswerAndWait@default:1]<br>Wait(&quot;Local/AnswerAndWait@default-70ef,2&quot;, &quot;10&quot;) in new stack<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [AnswerAndWait@ppcall-intercom:2]<br>Answer(&quot;Local/AnswerAndWait@default-70ef,2&quot;, &quot;&quot;) in new stack<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [AnswerAndWait@ppcall-intercom:3]<br>Wait(&quot;Local/AnswerAndWait@default-70ef,2&quot;, &quot;10&quot;) in new stack<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Local/AnswerAndWait@default-70ef,1 answered SIP/2922-1<br>&gt; [Mar 31 15:55:43] WARNING[6269]: app_dial.c:864 ast_call_governor: Could not<br>find application<br>({CURL(<a href="http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}">http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}</a>).<br>
Timelimit not checked for call (1206950127.3)<br>&gt; [Mar 31 15:55:48] WARNING[6269]: app_dial.c:864 ast_call_governor: Could not<br>find application<br>({CURL(<a href="http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}">http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}</a>).<br>
Timelimit not checked for call (1206950127.3)<br>&gt;<br>&gt;<br>&gt; My extensions.conf :<br>&gt;<br>&gt; [globals]<br>&gt; LIMIT_RECHECK_INTERVAL=5000<br>&gt;<br>&gt; LIMIT_RECHECK_APP=$<br>&gt; 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>
&gt; LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}app=rtcc&amp;accountcode=$<br>&gt; LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{ACCOUNTCODE}&amp;dst=$<br>&gt; LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{EXTEN}&amp;channelid=$<br>&gt; LIMIT_RECHECK_APP=${LIMIT_RECHECK_APP}{UNIQUEID}&amp;seqnum=1)}<br>
&gt; [default]<br>&gt; exten =&gt; AnswerAndWait,1,Wait(10)<br>&gt; exten =&gt; AnswerAndWait,2,Answer()<br>&gt; exten =&gt; AnswerAndWait,3,Wait(10)<br>&gt; exten =&gt; AnswerAndWait,4,Goto(3)<br>&gt; exten =&gt; _X.,1,Set(TimeLimit=30000)&nbsp;&nbsp;&nbsp;&nbsp; ;; 30 sec<br>
&gt; exten =&gt; _X.,n,Set(RTCC_INTERVAL=10000)&nbsp;&nbsp;&nbsp;&nbsp;;; 10 sec<br>&gt; exten =&gt;<br>_X.,n,Dial(Local/AnswerAndWait@default,,L(${TimeLimit}:${RTCC_INTERVAL}))<br>&gt; exten =&gt; _X.,n,Hangup<br>&gt;<br>&gt;<br>&gt;<br>&gt; [Mar 31 15:43:57] WARNING[6125]: app_dial.c:864 ast_call_governor: Could not<br>
find application<br>(${CURL(<a href="http://127.0.0.1/test.php?app=rtcc&amp;accountcode=${ACCOUNTCODE}&amp;dst=${EXTEN}&amp;channelid=${UNIQUEID}&amp;seqnum=1)}{CURL(http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}">http://127.0.0.1/test.php?app=rtcc&amp;accountcode=${ACCOUNTCODE}&amp;dst=${EXTEN}&amp;channelid=${UNIQUEID}&amp;seqnum=1)}{CURL(http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}</a>).<br>
Timelimit not checked for call (1206949422.10)<br>&gt; [Mar 31 15:44:02] WARNING[6125]: app_dial.c:864 ast_call_governor: Could not<br>find application<br>(${CURL(<a href="http://127.0.0.1/test.php?app=rtcc&amp;accountcode=${ACCOUNTCODE}&amp;dst=${EXTEN}&amp;channelid=${UNIQUEID}&amp;seqnum=1)}{CURL(http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}">http://127.0.0.1/test.php?app=rtcc&amp;accountcode=${ACCOUNTCODE}&amp;dst=${EXTEN}&amp;channelid=${UNIQUEID}&amp;seqnum=1)}{CURL(http://127.0.0.1/test.php?app=rtcc&amp;accountcode=&amp;dst=&amp;channelid=&amp;seqnum=1)}</a>).<br>
Timelimit not checked for call (1206949422.10)<br>&gt;<br><br>sory CURL is a function not application, so you will need to change the<br>LIMIT_RECHECK_APP variable to NoOp() that function:<br><br>[globals]<br>LIMIT_RECHECK_INTERVAL=5000<br>
<br>LIMIT_RECHECK_APP=NoOp($<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>[default]<br><br>exten =&gt; AnswerAndWait,1,Wait(10)<br>exten =&gt; AnswerAndWait,2,Answer()<br>
exten =&gt; AnswerAndWait,3,Wait(10)<br>exten =&gt; AnswerAndWait,4,Goto(3)<br><br>exten =&gt; _X.,1,Set(TimeLimit=30000)&nbsp;&nbsp;&nbsp;&nbsp; ;; 30 sec<br>exten =&gt; _X.,n,Set(RTCC_INTERVAL=10000)&nbsp;&nbsp;&nbsp;&nbsp;;; 10 sec<br>exten =&gt; _X.,n,Dial(Local/AnswerAndWait@default,,L(${TimeLimit}:${RTCC_INTERVAL}))<br>
exten =&gt; _X.,n,Hangup<br><br>I would suggest you to start with the Log(NOTICE) example (from How2Test) and<br>after you see the NOTICE on console (at regular intervals) to adjust the<br>LIMIT_RECHECK_APP variable according to your needs. You may check if it<br>
properly set by running Exec(${LIMIT_RECHECK_APP}) or by setting the initial<br>limit from it and it should use the value from your php script:<br><br>exten =&gt; _X.,1,Set(TimeLimit=Exec(${LIMIT_RECHECK_APP}))<br><br>&gt;<br>
&gt; 2008/3/28, Grey Man &lt;<a href="mailto:greymanvoip@gmail.com">greymanvoip@gmail.com</a>&gt;: On Thu, Mar 27, 2008 at 10:10<br>AM, Charles Wang &lt;<a href="mailto:lazy.charles@gmail.com">lazy.charles@gmail.com</a>&gt; wrote:<br>
&gt; &gt; Hi all,<br>&gt; &gt;<br>&gt; &gt; I tried to using rtcc-curl-1.4.13.patch in bug id 6335<br>&gt; &gt; <a href="http://bugs.digium.com/view.php?id=6335">http://bugs.digium.com/view.php?id=6335</a> reported by KNK. I patch it to<br>
&gt; &gt; asterisk <a href="http://1.4.18.1">1.4.18.1</a> and it seems work.<br>&gt; &gt;<br>&gt; &gt; My extensions.conf lists below:<br>&gt; &gt;<br>&gt; &gt; exten =&gt;<br>&gt; &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; &gt;&nbsp;&nbsp;exten =&gt; _X.,n,Set(TimeLimit=${MATH(${TimeLimit}+5,int)})<br>&gt; &gt; exten =&gt; _X.,n,Set(TimeLimit=${MATH(${TimeLimit}*1000,int)})<br>&gt; &gt; exten =&gt; _X.,n,Set(dst=${EXTEN})<br>&gt; &gt; exten =&gt; _X.,n,NoOp(Initial time limit for ${ACCOUNTCODE} and ${EXTEN} set<br>
&gt; &gt; at ${TimeLimit})<br>&gt; &gt;&nbsp;&nbsp;exten =&gt; _X.,n,Set(RTCC_START_SEQNUM=2)<br>&gt; &gt; exten =&gt; _X.,n,Set(RTCC_INTERVAL=60000)<br>&gt; &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; &gt; exten =&gt; _X.,n,Hangup<br>&gt; &gt;<br>&gt; &gt; My URL test.php always reponses interger 120. It is pure text format without<br>&gt; &gt; any symbol before/after it.<br>&gt; &gt;<br>&gt; &gt; My test.php: ( one row only )<br>
&gt; &gt; 120<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Accepting AUTHENTICATED call from XXX.XXX.XXX.XXX:<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; requested format = ilbc,<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; requested prefs = (),<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; actual format = ilbc,<br>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; host prefs = (ilbc),<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; priority = mine<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [_X.@default:1] Set(&quot;SIP/2922-10&quot;, &quot;TimeLimit=120&quot;) in new<br>&gt; &gt; stack<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:2] Set(&quot;SIP/2922-10&quot;, &quot;TimeLimit=125&quot;) in new<br>
&gt; &gt; stack<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:3] Set(&quot;SIP/2922-10&quot;, &quot;TimeLimit=125000&quot;) in<br>&gt; &gt; new stack<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Executing [_X.@default:4] Set(&quot;SIP/2922-10&quot;, &quot;dst=295&quot;) in new stack<br>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:5] NoOp(&quot;SIP/2922-10&quot;, &quot;Initial time limit for<br>&gt; &gt; and 295 set at 45000&quot;) in new stack<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:6] Set(&quot;SIP/2922-10&quot;, &quot;RTCC_START_SEQNUM=2&quot;)<br>
&gt; &gt; in new stack<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:7] Set(&quot;SIP/2922-10&quot;, &quot;RTCC_INTERVAL=60000&quot;)<br>&gt; &gt; in new stack<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [_X.@default:8] Dial(&quot;SIP/2922-10&quot;,<br>
&gt; &gt; &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; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -- Limit Data for this call:<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; timelimit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 125000<br>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; play_warning&nbsp;&nbsp; = 0<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; play_to_caller = yes<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; play_to_callee = no<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; warning_freq&nbsp;&nbsp; = 0<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; rtcc url&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= //127.0.0.1/test.php<br>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; rtcc interval&nbsp;&nbsp;= 60000<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; rtcc exp intvl = 0<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; rtcc seqnum&nbsp;&nbsp;&nbsp;&nbsp; = 2<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; start_sound&nbsp;&nbsp;&nbsp;&nbsp; = (null)<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; warning_sound&nbsp;&nbsp; = timeleft<br>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; end_sound&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= (null)<br>&gt; &gt;<br>&gt; &gt; During the period, I trace the /var/log/httpd/access_log. I can&#39;t find any<br>&gt; &gt; request to test.php. Should it be visited each 6 sec ?<br>
&gt;<br>&gt; You&#39;ve got the interval set at 60s. If you want the rtcc call to be<br>&gt; made every 6s change to:<br>&gt;<br>&gt; exten =&gt; _X.,n,Set(RTCC_INTERVAL=6000)<br>&gt;<br>&gt; &gt; (Only this line)<br>&gt; &gt; <a href="http://127.0.0.1">127.0.0.1</a> - - [27/Mar/2008:17:51:54 +0800] &quot;GET<br>
&gt; &gt; /test.php?app=rtcc&amp;accountcode=&amp;dst=295&amp;channelid=1206611514.2&amp;seqnum=1<br>&gt; &gt; HTTP/1.1&quot; 200 3 &quot;-&quot; &quot;asterisk-libcurl-agent/1.0&quot;<br>&gt; &gt;<br>&gt; &gt; Then, I tried to reduce the integer number 120 to 80. I wish it can be hunup<br>
&gt; &gt; when 80 seconds reached. But the answer was NO. It made my asterisk crashed.<br>&gt; &gt; I got this message in debug mode.<br>&gt; &gt;<br>&gt; &gt; [Mar 27 17:52:58] DEBUG[32053]: app_dial.c:877 rtcccallback: call control<br>
&gt; &gt; accountcode=2922, dst=295.<br>&gt; &gt; asterisk: symbol lookup error: /usr/lib/asterisk/modules/app_dial.so:<br>&gt; &gt; undefined symbol: curl_easy_init<br>&gt; &gt;<br>&gt; &gt; Can anyone kindly give me any idea?<br>
&gt;<br>&gt; It&#39;s bad if the patch crashed Asterisk. The latest patch I did was for<br>&gt; 1.14.17 and it should have a better chance of working properly. I&#39;ve<br>&gt; attached the 1.4.17 patch since I can&#39;t upload files to the bug<br>
&gt; tracker anymore since it was decided by someone somewhere that rtcc is<br>&gt; of no interest to Asterisk users even though it&#39;s regularly requested<br>&gt; and there are two patch options available.<br>&gt;<br>&gt; Regards,<br>
&gt;<br>&gt; Greyman.<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;<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