Jump to content

Vodia PBX

Administrators
  • Posts

    11,141
  • Joined

  • Last visited

Everything posted by Vodia PBX

  1. We definitively have to have something when the password is incorrect. Once the dust has settled a little bit on the new font end, the heat beam will move back to the mobile apps.
  2. The Vodia IO runs a regular Linux operating system. If you can get into the system using SSH, that would be an easy way to take a look around and possibly reinstall the PBX. But you can also mount the SD card on another computer. The Raspbian web site certificate seems to have expired yesterday, on a side note... But that site should have an image that you can put on the SD card and boot from there again.
  3. It is called comfort noise. There is a file noise.wav in the audio_moh directory. If its too loud for you you could replace it with something else.
  4. Well you get notifications on the watch, like new voicemail or text messages. As far as we can see, doing a call over the watch seems out of reach, at least we have not seen any VoIP app that uses the watch for actual talking.
  5. We do have updated app versions in the pipeline which will include the close button handling.
  6. Ok we have made a new version 69.0.2, which should also include a Windows executable. The release notes have also been updated. The front end is brand-new, yes the landing page is a little bit empty right now. We have already some partners filling the space with their own stuff; our plan is to put essentially the ACD stats there for the own extension (we want to fill the space with meaningful information). This would be expected for the next release number, which will be 69.0.4.
  7. I assume you are using a global trunk. You can use for the "Destination for incoming calls" a list of expressions, e.g. !.*!\1!123456789, where 123456789 would be your default number?
  8. For a system that is not busy, one core is enough.
  9. Well it is on the status page, not the graphs (it is not supposed to change much during 24 hours).
  10. 4 GB RAM should be okay unless you plan to have huge amounts of CDR. In that case it would make sense to go for 8 GB. Also in you are using Windows, I would go for 8 GB anyway as Windows itself tends to be memory hungry. As for the CPU, 2 cores are perfect. However it would be great if the cores are dedicated and not shared with other VM, so that they can be responsive when RTP hits the server and the other VM is not currently trying to mine cryptocurrencies.
  11. This will have nothing to do with SNMP. Did you check if the app has the permission to notify the user?
  12. Well, running out of hard drive space is a major problem. We show the available space on the general status web page for a reason. The hard drive does not make a difference between CDR and actual configuration data, e.g. if writing the pbx.xml file fails the system will be in serious trouble after a restart. I would recommend to really make sure enough space is available, plus it is relatively cheap these days anyway.
  13. If it does not connect then the port seems to be closed. You can see that e.g. with netstat. It should obviously not happen. Maybe double check if the pbxctrl has the execute permission and the process is even running? You can always stop the service (e.g. /etc/init.d/pbx stop or just ps auxww|grep pbxctrl and then kill pid) and then start it manually (cd /usr/local/pbx; ./pbxctrl --no-daemon --log 9). Then you should see lots of error messages that should point to the problem.
  14. There seems to be an issue with SIP passwords that we are already investigating. It could be that they are actually not set (that would be a security feature), but obviously we need to have some way of overriding that. We'll definitely address this in 69.0.2.
  15. Well please make sure that the pbxctrl.dat is the one from http://portal.vodia.com/downloads/pbx/dat/pbxctrl-68.0.24.dat. If it is a different version this will be a problem.
  16. If you have made a file system backup, it is actually very easy to revert to the previous version — just revert the file system. And if you have not made a backup, its a good time to do it now. Yes the -old files are there to revert them back if the update fails. But you still need to be careful because there is guarantee that they match. You can use ./pbxctrl --version to find out what the executable version is. You can overwrite the pbxctrl (pbxctrl.exe for Windows) and the pbxctrl.dat. Just make sure that the pbxctrl is executable (chmod a+rx pbxctrl). The differences between 68.0.24 and 68.0.26 and very small and there should be no issue switching between those builds.
  17. Maybe the pbxctrl.dat file did not make it. You can easily copy this to the disk manually, the link is in http://portal.vodia.com/downloads/pbx/version-68.0.26.xml (e.g. wget http://portal.vodia.com/downloads/pbx/dat/pbxctrl-68.0.26.dat).
  18. Hmm this is just another setting, it should behave like the others during the bulk update. Maybe is there a typo or something?
  19. Well so far our understanding was that we forward the error code to the calling user-agent. The phone should display an appropriate message, probably on the display or, for example, play a busy tone when the call returned a 486 code. That being said, looking at our own apps, there might be potential for better information to the user.
  20. There are several possibilities. You can use ActionURL, but we have a new framework https://doc.vodia.com/docs/integrations-framework where this works much better for these things.
  21. You can now start the PBX with --admin-username name and --admin-password password.
  22. If it cannot bind to port 80 or 443, there must be another process running on that port. Did you try netstat -anp to see what is there?
×
×
  • Create New...