totalimpact
Member
- Joined
- Oct 19, 2007
- Messages
- 38
- Reaction score
- 0
With XML scripts 2.2.1 I have visual voicemail configured for my extensions as:
Every phone also has a general mailbox button that looks like:
But the keys never light up when there is a new message, if there is a message in the extensions personal box the LED at the top of the phone flashes, but the voicemail key never does, and the General mailbox wont make anything flash. I know on previous platforms I could light the button.
How can I light a LED when a general message is left?
Code:
topsoftkey1 type: xml
topsoftkey1 label: VoiceMail
topsoftkey1 value: http://$$AA_XML_SERVER_AA$$/$$AA_XMLDIRECTORY_AA$$/asterisk/vmail.php?ext=$$SIPUSERNAME$$&user=$$SIPUSERNAME$$&key=topsoftkey1
Every phone also has a general mailbox button that looks like:
Code:
softkey2 type: xml
softkey2 label: Gen VM
softkey2 value: http://$$AA_XML_SERVER_AA$$/$$AA_XMLDIRECTORY_AA$$/asterisk/vmail.php?ext=$$SIPUSERNAME$$&user=500&pin=2845&key=softkey2
But the keys never light up when there is a new message, if there is a message in the extensions personal box the LED at the top of the phone flashes, but the voicemail key never does, and the General mailbox wont make anything flash. I know on previous platforms I could light the button.
How can I light a LED when a general message is left?