[help] dialstatus 1.0.9

Hello

I have a question. Im using asterisk, version 1.0.9. When I try to read out the DIALSTATUS with ${DIALSTATUS} the string is empty. Can anyone tell me why the Dialstatus is not set.

thx

from voip-info.org:
Asterisk variable DIALSTATUS: Returns the status of the dial (Added to CVS Head june 2004)

Hi,

this is an example from the extensions.conf.
Perhaps it is useful for testing…

[context_test]
exten => _X.,1,Dial(Zap/g1/${EXTEN})
exten => _X.,2,HangUp

exten => h,1,NoOp(Dialstatus ${DIALSTATUS})

Hi

Thx but, I tried out the new ast@home beta version. There it works well…

I think it just wont work in 1.0.9

thx