Parking and hints (on spa 132)

I have defined a [parkedcalls] context and i put in the hints for notifying to my spa 132 (linksys).

it almost works as it should be

but the problem I have that when restarting/rebooting the phone the leds for the parked extensions apparently are not correct.

The led stays red until a call was parked and “unparked”, only then the lights work as they should. (green when available and red when a call is parked on that extension)

two questions
did i do something wrong? or did i put the hints on an incorrect location?
is there a way to “force” the hint being send to the unit…?

The asterisk version i use is 1.4.14 (the upgrade from 1.4.13 was very usefull for my wireless kirk handsets)

[default]
include parkedcalls



[parkedcalls]
exten => 701,hint,park:701@parkedcalls
exten => 702,hint,park:702@parkedcalls
exten => 703,hint,park:703@parkedcalls
exten => 704,hint,park:704@parkedcalls
exten => 705,hint,park:705@parkedcalls
exten => 706,hint,park:706@parkedcalls

exten => 701,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
exten => 705,1,ParkedCall(705)
exten => 706,1,ParkedCall(706)

I’ve tried to move the hints to the default section, still no result…

Anyone any ideas?