voicemail
Hi! I have 2 questions aboute voicemail
1. I want to change folder name in voicemail manager (Work,Family,Friends). How cane I do this?
2. We use hardphones. It blink when voicemail is not empty. When I delete all voicemails by asterisk voice menu (even from another phone), the phone stops blink. If I del messages from FOP2, it continue blink. Can we solve this issue?
1. I want to change folder name in voicemail manager (Work,Family,Friends). How cane I do this?
2. We use hardphones. It blink when voicemail is not empty. When I delete all voicemails by asterisk voice menu (even from another phone), the phone stops blink. If I del messages from FOP2, it continue blink. Can we solve this issue?
Comments
2. You must edit voicemail.conf in asterisk and tweak the variables
pollmailboxes=yes
pollfreq=30
That will make asterisk check for voicemail changes every 30 seconds, and when done it will notify phone lights. You can decrease time if you wish.
Best regards,
2. Thank you! It works!
PS. Sorry for to many question. I think, it will be the last=)
May be some of you answer add to doc?
If it will take a lot of time, dont care aboute it.
#ifdef IMAP_STORAGE
imapfolder,
#else
"INBOX",
#endif
"Old",
"Work",
"Family",
"Friends",
"Cust1",
"Cust2",
"Cust3",
"Cust4",
"Cust5",
"Deleted",
"Urgent",
};
You can change names in FOP2, but commedian mail will fail showing things if folders are not the ones set as hardcoded in the app itself.
Best regards,
Thank you!
I ask too many question, In next releases if you will work with voicemail, please, remember this=)
So it is really not a good idea. FOP2 is modeled around Asterisk standards, and it will stick it that way. And having a bunch of CustX folders/tabs seems to me like a waste of space.
my second idea was to make Cust1 folder and in /lang in FOP2 rename it for interface. All works except FOP2 doesnt see files in this folder. But move messages to it without problem. Tomorrow I will load printscreen if you interested in it.
Thanks for explain.
This particular customer was just converted over to pure Asterisk from Switchvox, and surprisingly, Switchvox wouldn't let us download those recordings either. We actually had to play the recording back over the speaker and record it with a cell phone. With Switchvox, you can't get to anything, much less the underlying operation system. Worst. Mistake. Ever. recommending that closed up, locked up, system.
Then users could modify index.html and remove or add folder panels at will, and use the lang files to change Cust names to something else.
I think that should work, but will require users to have a modified index.html version and translation files.
As today I released a new version (2.31.07), this feature won't be available until the next release (next month). If someone wants to test if it works before that, contact me detailing if you use centos/debian, 32 or 64 bits and I can prepare/compile a beta version with this.
Best regards,
Thank you for your sensitivity to a wishes!