Jump to content

RuhNet

Members
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by RuhNet

  1. 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.

  2. 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.

  3. 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.

     

  4. 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 ???

  5. 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" 😄

  6. Yes, I knew when I started the app that websockets would be preferable, but I was more focused initially on understanding the basics of Monster UI, so decided to just go the easy route with the API. 😄 

    I may improve it later on to include a websockets connection. I'm actually considering making an app similar to Operator Console (I've created the icon and folder, and I'll be calling it "Switchboard"), and if I do find time to pursue that, then I will likely use websockets there, and may upgrade this app to support it also. 

    Thank you so much for the input---I do appreciate it! 🙂 

  7. 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!

    Parkinglot.png

×
×
  • Create New...