Redirection of output

Is it possible to redirect this output:

exten => 3008,1,System(saydate)
exten => 3008,n,Hangup()

from the soundcard to the phone, calling 3008 ?

Hi wouldnt

[quote]exten => 3008,1,SayUnixTime(,GB,ABdY ‘digits/at’ IMp)
exten => 3008,n,Hangup[/quote]

do a similar thing.

Ian

[quote=“ianplain”]Hi wouldnt

[quote]exten => 3008,1,SayUnixTime(,GB,ABdY ‘digits/at’ IMp)
exten => 3008,n,Hangup[/quote]

do a similar thing.

Ian[/quote]

Thanks for your reply Ian.

What you suggest, comes very close to what I want.

My main purpose is to hear the ‘uptime’ of the asterisk server. (that’s what happens with ‘saydate’)

If you want uptime then use a sctipt to run show uptime and pass it through flite or your tts of choice. more acurate in the long run.

Ian

[quote=“ianplain”]If you want uptime then use a sctipt to run show uptime and pass it through flite or your tts of choice. more acurate in the long run.

Ian[/quote]

Ok, thanks :smile: