General questions related to SIPFoundry can be found in this FAQ
- How do I report a bug?
Report a bug in sipxecs by logging into JIRA which can be found at the Adlassian JIRA based Issue Tracker on the SIPFoundry.org website.
- My server's access to the Internet is via a proxy. Yum seems to be broken and I can't update my server. Is there a workaround?
In the file /etc/yum.conf add: “proxy=http://server.address:8080” or whatever port your Proxy has opened.
How can I tell how much disk space is being used in Voicemail by Extension
While there isn't a tool within sipXecs for showing the size or number of voicemails on the system by extension, there are some Linux commands that will show you how much space is used in each folder in the mail store. Run from Putty -
du /var/sipxdata/mediaserver/data/mailstore –k |sort –nr |more
This will give you a list of file sizes, largest from top, allowing you to find extensions and directories that need attention.