Displaying 1 result from an estimated 1 matches for "638c".
Did you mean:
638
2006 Mar 02
2
TIMESTAMP, DATETIME not working
I am using the latest SVN version 1.2 of Asterisk
When I attempt to test the output of certain variables, for use in file
naming etc, certain key ones appear to fail.
exten => 5555,1,NoOp(${EPOCH})
Returns
-- Executing NoOp("SIP/200-638c", "1141352935") in new stack
exten => 5556,1,NoOp(${TIMESTAMP})
Returns
-- Executing NoOp("SIP/200-8cc9", "") in new stack
exten => 5557,1,NoOp(${DATETIME})
Returns
-- Executing NoOp("SIP/200-83ca", "") in new stack
Epoch works...