Has anyone made any lee-way in finding a solution for the Aastra XML Scripts 2.3.1 announcing the parked call slot number to the parkee (not the parker).
My only workaround is to kill the announcement completely by going into /usr/src/asterisk/main/features.c
and commenting out
then recompiling asterisk.
FYI: I have the 6739i so I have visual parking lots (which still work) so the announcement is useless to me anyway.
Very overkill...
My only workaround is to kill the announcement completely by going into /usr/src/asterisk/main/features.c
and commenting out
Code:
ast_say_digits(peer, pu->parkingnum, "", peer->language);
FYI: I have the 6739i so I have visual parking lots (which still work) so the announcement is useless to me anyway.
Very overkill...