Dialpad Error: No application 'Set' for extension

Hi guys,

I’m trying to get the Set variable to work in Dialpad, but I keep getting a console error:

Sep 21 01:39:15 WARNING[15898]: pbx.c:1291 pbx_extension_helper: No application ‘Set’ for extension (voicepulse-in, 44, 1)

Can anyone tell me how to fix this? It would really be nice to be able to set variables. I’m trying it with the following code:
exten => _44,1,Set(myValue=1)
exten => _44,2,GotoIf($[${myValue} = 1]?3:4)

If there another way to do this, I’m all ears. Really I just want to be able to store values and kick it to a third party cgi script. I think I need to do that through the db… right?

SetVar, not Set

SetVar variables don’t appear to be able to be reached by the AGI, just the Set(DB ones. So I’m still stuck on the same Set problem. Any thoughts? [Upgrading to the latest version fixed this]