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!

Exporting a users voicemail greeting from bcmip/mailboxmanager export option is hidden bcm6 3

Status
Not open for further replies.

QueBall780

Technical User
Jul 3, 2009
129
CA
So today I was backing up some users greetings to move to a new system and I realized I asked a question here about the process and later on I figured out how to do this without updating my original posting.
thread1361-1710083

I see it was also discussed here: thread1361-1536375
Now it's too late to reply to the original as it was years ago.
But the process should at least be documented for others

You may notice that if you login to the BCM mailbox manager under the users extension the option to export greetings is missing. There is an import option but no export like you see in the callpilotmanager when managing company greetings or recorded names on the extension.

For some reason they decided to simply hide the export options in the HTML code for the page. Good news is that with chrome or any other modern browser with code debug functionality you can just strip out the comments and the export section of the page magically appears again

So lets assume you know the voicemail password for the extension (if not you can always reset it back to 0000 in callpilotmanager)

go to
(The call pilot manager is at )
Login with mailbox number and voicemail password. (usually the mailbox number is the same as their extension number)
Go to Greetings and Spoken Name
2020-11-27_12_47_48-Window_dc1ocz.png

Then you can pick Voice... beside the exact greeting you wand to download and a new popup will come up. (Enable popups if blocked by default)
2020-11-27_12_50_09-Window_gqygmd.png

Now you will notice that the export option is missing from where it normally appears under import when doing the same things as admin in call pilot manager.
2020-11-27_12_31_59-Window_atqrc0.png


So right click on the send button in the import section and choose "Inspect" in Chrome or the similar options you find in Firefox and other modern browsers to get into the HTML debugging functions.
Look for (can use the search box) the section of HTML code that has Export: in it.
You will see it's likely in green and surrounded by some comment HTML tags to disable it. <!-- and -->
Right click and choose edit as HTML and remove the comment tags and click anywhere else to apply the change.
2020-11-27_12_55_43-Window_r0hzmc.png

Looking back at the page you should see the export option has now appeared magically!
2020-11-27_12_30_37-Window_qh7el4.png


Now you can download you users greetings. Useful if you want to delete their mailbox and recreate it or if migrating to a new PBX and you just want to copy the greetings over manually.
 
Nice find/cheat!
Have a star.

We have a way too but it's through the backend so cannot post it here, its a permanent solution though.









________________________________________
small-logo-sig.png


=----(((((((((()----=
Toronto, Canada

Add me to LinkedIN
 
EXCELLENT CATCH !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top