Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

INTUITY.TXT

Status
Not open for further replies.

Ieshna

IS-IT--Management
Jan 25, 2006
20
I am trying to write a small program that will let users switch their voicemail greetings easily. The site is using Intuity voicemail settings, so there is an INTUITY.TXT file in each users account directory. Various bit masks are used to mark the active message. For example, if a greeting is active for all calls, the bit mask is 32. However, changing these programatically through a custom program doesnt actually change the message that is played as the greeting. Does someone know where else this has to be changed to actually work?

 
My guess is that this file is only being read by the VM Server after a restart.
You can try by editing the file and restart the VM Pro service.
 
Im sure you are right about reading the files when the service starts up, but I can not exactly go restarting the service everytime someone wants to change their voicemail greeting. Im not sure if it is stored actively in memory and then written through when a change is made. Is there an API or such I can use?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top