&nbsp;&nbsp;Successful Post mortem :<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Output for below as seen on the 32-bit machine for STRPTIME<br><br><font size="1"><span style="font-family: courier new,monospace;">&nbsp; -- Executing [s@return_values:6] Set(&quot;IAX2/4883-2&quot;, &quot;v_ts=&quot;) in new stack
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; -- Executing [s@return_values:7] Set(&quot;IAX2/4883-2&quot;, &quot;v_ts=2007-10-08&quot;) in new stack</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp; -- Executing [s@return_values:8] NoOp(&quot;IAX2/4883-2&quot;, &quot;2007-10-08&quot;) in new stack</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp; -- Executing [s@return_values:9] Set(&quot;IAX2/4883-2&quot;, &quot;v_ts=&quot;) in new stack</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; -- Executing [s@return
_values:10] Set(&quot;IAX2/4883-2&quot;, &quot;v_ts=1191665043&quot;) in new stack</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp; -- Executing [s@return_values:11] NoOp(&quot;IAX2/4883-2&quot;, &quot;1191665043&quot;) in new stack
</span><br style="font-family: courier new,monospace;"></font><br>&nbsp;Tilghman&nbsp;&nbsp;&lt;=&nbsp;&nbsp;Gracee<br><br>&nbsp;-baji.<br><br>--<br><br>On 10/7/07, Baji Panchumarti &lt;<a href="mailto:baji.panchumarti@gmail.com">baji.panchumarti@gmail.com
</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;hello,<br>&gt; <br>&gt;&nbsp;&nbsp; running asterisk&nbsp;&nbsp; 1.4.11&nbsp;&nbsp; on&nbsp;&nbsp; CentOS 4.5 <br>&gt; <br>&gt;&nbsp;&nbsp;I am getting no response on function STRPTIME()&nbsp;&nbsp;the system just hangs,<br>&gt;&nbsp;&nbsp;STRFTIME() is working fine as seen below. Same thing happens whether
<br>&gt;&nbsp;&nbsp;I called in from a softphone or via teliax. <br>&gt;&nbsp;&nbsp;<br>&gt; <br>&gt;&nbsp;&nbsp;While executing the following code&nbsp;&nbsp;:<br>&gt; <br>&gt; ;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;exten =&gt; s,n,Set(v_ts=)<br>&gt;&nbsp;&nbsp; exten =&gt;<br>&gt; s,n,Set(v_ts=${STRFTIME(|America/New_York|%Y-%m-%d)})
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;exten =&gt; s,n,NoOp(${v_ts})<br>&gt; ;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;exten =&gt; s,n,Set(v_ts=)<br>&gt;&nbsp;&nbsp; exten =&gt; s,n,Set(v_ts=${STRPTIME(2007-10-06<br>&gt; 05:04:03|America/New_York|%Y-%m-%d %H:%M:%S)}) <br>&gt;&nbsp;&nbsp; exten =&gt; s,n,NoOp(${v_ts})
<br>&gt;&nbsp;&nbsp;;<br>&gt; <br>&gt; I get the output :<br>&gt; <br>&gt;&nbsp;&nbsp;-- Executing [ s@return_values:6] Set(&quot;IAX2/4883-1&quot;, &quot;v_ts=&quot;) in new stack<br>&gt;&nbsp;&nbsp;-- Executing [s@return_values:7] Set(&quot;IAX2/4883-1&quot;, &quot;v_ts=2007-10-07&quot;) in
<br>&gt; new stack <br>&gt;&nbsp;&nbsp;-- Executing [s@return_values:8] NoOp(&quot;IAX2/4883-1&quot;, &quot;2007-10-07&quot;) in new<br>&gt; stack<br>&gt;&nbsp;&nbsp; -- Executing [s@return_values:9] Set(&quot;IAX2/4883-1&quot;, &quot;v_ts=&quot;) in new stack
<br>&gt; <br>&gt; <br>&gt;&nbsp;&nbsp;If this is a reported bug that has been fixed in 1.4.12, I can upgrade to<br>&gt; it,<br>&gt;&nbsp;&nbsp;but I&#39;d like to know.<br>&gt; <br>&gt;&nbsp;&nbsp;tia.<br>&gt; <br>&gt;&nbsp;&nbsp;-baji.<br>&gt; <br>&gt; --<br><br>