could this be the reason for my problem ?<br> ( I am using a 64 bit AMD processor )<br><br><br><font size="1"><span style="font-family: courier new,monospace;"> 2007-09-12 20:12 +0000 [r82285] Tilghman Lesher <<a href="mailto:tlesher@digium.com">
tlesher@digium.com</a>></span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> * main/stdtime/private.h, main/stdtime/tzfile.h,
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> include/</span></font><font size="1"><span style="font-family: courier new,monospace;">asterisk/localtime.h, main/stdtime/localtime.c: Working
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> on issue #10531 exposed a rather nasty 64-bit issue on</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
ast_mktime, so we updated the localtime.c file from source.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> Next we'll have to write ast_strptime to match.
</span><br style="font-family: courier new,monospace;"></font><br><br>1.4.12 changelog<br><br><a href="http://svn.digium.com/view/asterisk/tags/1.4.12/ChangeLog?view=markup">http://svn.digium.com/view/asterisk/tags/1.4.12/ChangeLog?view=markup
</a><br><br> thnx,<br><br> -baji.<br><br>--<br><br> On 10/7/07, I wrote:<br><br>> hello,<br>> <br>> running asterisk 1.4.11 on CentOS 4.5 <br>> <br>> I am getting no response on function STRPTIME() the system just hangs,
<br>> STRFTIME() is working fine as seen below. Same thing happens whether<br>> I called in from a softphone or via teliax. <br>> <br>> <br>> While executing the following code :<br>> <br>> ;<br>
> exten => s,n,Set(v_ts=)<br>> exten => s,n,Set(v_ts=${STRFTIME(|America/New_York|%Y-%m-%d)})<br>> exten => s,n,NoOp(${v_ts})<br>> ;<br>> exten => s,n,Set(v_ts=)<br>> exten => s,n,Set(v_ts=${STRPTIME(2007-10-06 05:04:03|America/New_York|%Y-%m-%d %H:%M:%S)})
<br>> exten => s,n,NoOp(${v_ts})<br>> ;<br>> <br>> I get the output :<br>> <br>> -- Executing [ s@return_values:6] Set("IAX2/4883-1", "v_ts=") in new stack<br>> -- Executing [
s@return_values:7] Set("IAX2/4883-1", "v_ts=2007-10-07") in new stack <br>> -- Executing [s@return_values:8] NoOp("IAX2/4883-1", "2007-10-07") in new stack<br>> -- Executing [
s@return_values:9] Set("IAX2/4883-1", "v_ts=") in new stack<br>> <br>> <br>> If this is a reported bug that has been fixed in 1.4.12, I can upgrade to it,<br>> but I'd like to know.<br>
> <br>> tia.<br>> <br>> -baji.<br>> <br>> --<br><br>