Speaking clock sayings hour and minutes then hangs up

jimmehr
Posts: 1
Member Since:
2010-07-08

I just installed trixbox ce 2.8.0.4 which has asterisk 1.6, I dialed the speaking clock extension from my extension and it says 'At the sound of the tone the time will be exactly Hour, Minutes' then it hangs up.
But on asterisk 1.4 it says the whole thing and repeats it 4 times.
How do i get speaking clock to say everything on the latest version of trixbox?

Thanks =]



Cybercare
Posts: 132
Member Since:
2008-02-19
Yup I can confirm this

Yup I can confirm this issue. :P

Dunno about the fix, not smart enough for that part.



afeygin
Posts: 11
Member Since:
2007-05-03
I found solution. In

I found solution.
In file
/var/www/html/admin/modules/infoservices/functions.inc.php

Line 120 should be
$ext->add($id, $c, '', new ext_sayunixtime('${FutureTime},,IM \\\'and\' S \\\'seconds\' p'));

Line 122 should be
$ext->add($id, $c, 'hr24format', new ext_sayunixtime('${FutureTime},,kM \\\'and\' S \\\'seconds\''));

(Remove double back slash after "and" and "seconds")

After that click on any "Submit" button in any freepbx admin interface and click to "reload". Trixbox will fix extensions_additional.conf by itself.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.