No application 'IFTIME'

Hi,

i tried use IFTIME but got this error: No application ‘IFTIME’ …
I found information that i need load module pbx_functions.so , but where i can find it?

Greetings

Try GotoIfTime.

Cheers.

Marco Bruni

Yeah but GotoIfTime dont work like IFTIME.
Any idea how o fix IFTIME?

Greetings

I believe recompiling asterisk and selecting to compile in the application accordingly. Also, you might want to try “core show application [app name]” in *CLI> to see if anything shows up.

IFTIME is a function, not an application. It is provided by func_logic.

asterisk*CLI> core show function IFTIME
asterisk*CLI> 
  -= Info about function 'IFTIME' =- 

[Syntax]
IFTIME(<timespec>?[<true>][:<false>])

[Synopsis]
Temporal Conditional: Returns the data following '?' if true else the data following ':'

[Description]
Not available

bah…yea, my fault, i was thinking GotoIfTime()

Yarns, check if IFTIME is present in your system using the command that Davevg mentioned, in my “standard” * 1.4.15 it’s present; also pay attention to the fact that it’s a function and not an application, here is a sample: voip-info.org/wiki/view/Asterisk+func+iftime .

Cheers.

Marco Bruni