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