Jump to content

RuhNet

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by RuhNet

  1. Yealink has an XML developer's guide that is freely available (just Google search and find the latest version, or one that matches your firmware version). You can check it for info on how to modify the XML so that it works properly.
  2. I've noticed some topics here on the forums have the ability to upvote or add reactions, but others do not. Can someone explain why this is the case?
  3. The problem with some of the Cisco phones that I've had (the ones designed to be used with Cisco Callmanager, not the SPA series) is getting them to register to a domain, rather than an IP address.
  4. Anruag, if you paid via credit card or PayPal, you may be able to reverse the transaction.
  5. SMS/Messaging apps would be what I would primarily be interested in to start, (as far as purchasing) but I could probably think of a bunch of other things. I am considering selling some apps as well, but like Fastdevice said, I would want to know the audience reach. Will the app store apps be open to people on open source installs, or just the 2600Hz hosted/managed/private cloud systems? So as far as top three for purchasing: 1. SMS/Messaging/Notifications 2. CRM Integration 3. Switchboard/Operator console-style apps.
  6. Yes, you can use the TFTP Recovery method to put a stock firmware back on the phones. (Just Google "Yealink TFTP recovery".) You can actually do the process without using a TFTP server if you wish, by putting the files on a USB thumb drive. Either way, you hold down the speakerphone button while the phone boots up and you'll be presented with a simple menu where you can load the recovery files.
  7. Ah ok; that's much clearer information. I checked on those specific gateways, and they appear to be versatile enough to do it several ways. The easiest way would be to give each gateway a static IP address, disable registration, and use user/password authentication to select the proper outbound channel, and set your Kamailio server IP as the outbound server address. Then setup the "trunks" as regular outbound carriers in Kazoo, with user/pass, and add the gateway's IP to the carrier ACLs on your Kamailio servers to allow incoming calls. You may also be able to mess with some settings in the gateways and avoid using individual credentials for each line, and use a single credential for each gateway, and have a ring group or something within the gateway select a free outbound line.
  8. Well, yes, I and probably others have experience with this but there are many many different multiport gateways, all with various ways of being setup and with various features/limitations/etc. So, more detail is needed before a useful response can be provided. Are you working with a specific brand/device you are having an issue with, or looking for recommendations, or ???
  9. What are the types of issues that v85 firmware is causing?
  10. You might find this link helpful. Although it's for AWS, the same config (at least mostly) would apply to Azure. https://github.com/OpenTelecom/kazoo-install-guide
  11. Gagan it looks like you are missing the "register" string in sip.conf. A look at your kazoo logs or SIP trace when you try to send a call from Asterisk into Kazoo would confirm, but it looks like with what you have, your Asterisk isn't actually trying to register. To have it do that, you need to have an additional line in the [general] section of sip.conf like this: register=>SIP_ID:Password@20201126085320.sip.XXXX.com Also you have "nsecure" where it should be "insecure" 😄
  12. I just made my first Monster UI app: Parking Lot. The app shows a graphical display of currently parked calls on the system (updated every 30 seconds), with caller information, and the slot where the call is parked. You can retrieve a call by clicking on the caller, or various other points on the parked call box. A quickcall will be initiated between your phone and the parked caller. When you rest on a parked call, the user who parked it is looked up and shown. You can click on their name/extension to be connected with them, on the device they used to park the call (you want to ask them questions about the caller they parked etc.) The application is available at GitHub: https://github.com/ruhnet/monster-ui-parkinglot No dependencies/external library requirements. GPLv3 License. Try it out and let me know what you think!
×
×
  • Create New...