I've uninstalled it and yet the website still shows it - anyway I can kill the extraneous link?
Try removing the following folder and everything under it:
...\SolarWinds\Orion\VoIP
That will remove the config file that Orion looks for to decide that a folder contains a module.
Then remove the following segment from the ..\SolarWinds\web.config file:
<group name="Voip"> <add name="VoipCallPathViewID" type="System.Int32" /> <add name="VoipSiteViewID" type="System.Int32" /> <add name="VoipCallManagerViewID" type="System.Int32" /> <add name="VoipSummaryViewID" type="System.Int32" /> </group>
Then restart the website.
nice steve... that did it. thanks