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