Jump to content

Vodia PBX

Administrators
  • Posts

    11,140
  • Joined

  • Last visited

Everything posted by Vodia PBX

  1. Like all files served by the PBX web server, you can also redesign the file there (makecall.htm). You might also want to check out https://doc.vodia.com/docs/click2dial where you can use the pbxcall element. This is very useful when you users have to log in (e.g. into a in-house CRM system) and you want to offer clickable numbers.
  2. No real workaround. You could set up some PHP server that acts like B2B to take the request and then send it to telnyx but it would be easier if they just accept the AES-CBC cipher again.
  3. The hunt group diversion is on per-call basis. The agent would press some button on the VoIP phone and enter where to redirect the call. If the agent wants to divert all calls of the hunt group, they can do that with the *80 star code.
  4. The Android app is in the review pipeline and Windows will be submitted tomorrow. If you can wait two days, it will make things easier...
  5. We are releasing a new Windows app that should fix this issue. In the browser please make sure that the user refreshes the page and clears the cache.
  6. You can use the star code *59 for that.
  7. Well, when you are using the apps there are a lot of possibilities, including showing the caller-ID, the length of the message and even the transcription. I assume you are talking about a VoIP phone? Many phones are able to update the display during the call, however the question is if users could get confused when they see that number and the change backfires?
  8. Regarding the ringback, newer versions of the PBX support P-Early-Media, which might help with the ringback announcements. This is an option for the trunk setting "Local ringback generation for outbound calls".
  9. Oh sorry I now see what you mean... We "hijacked" the username or account for the URL and the Application secret for the password.
  10. You can select as provider "HTTP GET" which should be what you are looking for. The following variables are available (URL-encoded) in the URL: {password} The password for the account (which was entered in the setup) {body} The text content {from} The senders address {to} The receivers address {from-e164} The senders address in E164-form {to-e164} The receivers address in E164-form As an example, you could use the URL http://12.23.34.56:80/v1/sms/send/?phone={to-e164}&message={body}.
  11. Yes there is. You can use the character F to detect FAX and then redirect to a destination (see https://doc.vodia.com/docs/autoattendants).
  12. The display of the app heavily depends on the ability to fetch the information from the PBX. If that does not happen the app looks like it is stuck. The app stores pretty much only the information to log in. Might be an idea to keep more in the app cache, so that in case of bad connectivity the user does not get confused. In order to troubleshoot this, I would still try to get a trace on SIP or HTTP level to see what is going on.
  13. Was any IP address blocked? Maybe the thresholds are too low if that is the case. Otherwise if you know the IP address of a user turn the SIP logging on for that address and check if you can see the packets coming in and going out.
  14. Vodia PBX

    V68

    We will let everyone know when it is released.
  15. Ok on second look it seems that the problem is that telnyx has changed their TLS setup and now don't accept AES-CBC any more (instead must be AES-GCM). This breaks the interoperability with the PBX.
  16. Well its a kind of unusual situation. The call from the cell phone is both a call from a trunk and also a call from an extension. If you call into the queue, that call is seen as a "client" call. If the only agent of the queue is that agent, well then the ACD will not be able to call the agent because that agent is busy on the phone all the time. However if there are other agents logged into the queue, those agents should get the call.
  17. That would be a longer story. Essentially there would be two ways to do this—change the key_menu link and point it to your own server or modify the backend app in the PBX. Because you already have the content, you could just drop it into the tftp directory of the pbx (might have to create it first in the working directory of the PBX) and then chage the link to http://{get host}:{http-port}/tftp/your-file.xm to load it.
  18. If we are talking about the menu key the template set that to use the PBX to render the menu: <dkey_menu perm="RW">url http://{get host}:{http-port}/app/snom/menu</dkey_menu> This menu is rendered on the fly by the PBX.
  19. The browser does connect through TLS. Do you have that certificate in the PBX CA list?
  20. The TSP is based on 20-year old technology. It's still available for download but we want to keep expectations about this low. As alternative you can use the Windows soft phone and register is for the callto and tel-schemes and make outbound calls that way. We are also working on a Windows Tasktray app that will handle incoming calls and also serve for initiating outbound calls.
  21. Well this all should be working better in the 68 release.
  22. Well right now the light will blink only if the call is ringing an agent. In the Vodia soft phone you (AFAIK) will be able to pick the call out of the queue which is a very easy way to solve the problem. But from the phone the *86 or *87 might be a workaround to get someone out of the ACD, specially when all agents are logged out.
  23. Just tried that here on a snom 765 where it worked as expected. The "Enable call pickup from extension BLF" is not important because it is about a extension BLF not the ACD BLF. You can pick up the call only when it is blinking, which means that the call is actually ringing an agent. Its debatable in certain situations, e.g. when there is no agent logged in and there is no other ringing call. The workaround for now is to use a star code obviously.
×
×
  • Create New...