Search results

  1. Adrian Fretwell

    Trouble Passing IVR Selection to Ring Group and SIPjs Application

    You can edit the dialplan XML for the IVR and set a custom SIP header for the IVR UUID like this: Then you can set a custom header for any or all digits in the menu itself like this, note option2 is repeated with an incremented order number:
  2. Adrian Fretwell

    On again, Off again.

    Be careful about just blindly switching to TCP. SIP was designed to use UDP for good reason, but does specify the need to switch to TCP if packet size becomes a problem. In this digital age we can so often overlook the simple and obvious. It could simply be a faulty handset cord or earpiece.
  3. Adrian Fretwell

    Internet web access security

    From what Mark says, I think it does, by only opening 443 if there is a valid registration from that address. but tying the two together does not work in all circumstances, hence my question to Mark. Freeswitch only deals with SIP, so events will not directly relate to anything going on on port...
  4. Adrian Fretwell

    Internet web access security

    @markjcrane Maybe one of us is missing the point, so please forgive me for re-phrasing my question. So what about an IP that has no valid registrations. For example all my phones are registered at my office, but I want to do some Admin from home, where I do not have any phones registered?
  5. Adrian Fretwell

    Internet web access security

    Hi Mark, I get EventGuard, we use a similar mechanism. But how does that work if you have a customer that wants access to admin facilities from an IP address that does not have any phones registered against it?
  6. Adrian Fretwell

    Internet web access security

    Generally speaking, if you have a working Fail2Ban or equivalent AND you have enforced good password strength, then you should be pretty safe. I believe in FusionPBX you can now also enable two factor authentication, which will provide another level of protection although many customers find it...
  7. Adrian Fretwell

    Yealink: the handsets can hear the other conversations

    The key to successful diagnostics is "only change one thing at once", then re-test.
  8. Adrian Fretwell

    Yealink: the handsets can hear the other conversations

    Looks good. There is no harm in changing the local SIP port, but what I meant was my PBX does not use 5060. It is the first measure in preventing the more simple router ALGs (SIP helper apps) from messing around with the SIP packets. On some of the Yealinks, you can set a different local SIP...
  9. Adrian Fretwell

    Yealink: the handsets can hear the other conversations

    I don't use the common SIP ports, I vary them between installations but take 8060 as an example. Always UDP, no TLS or SRTP and the codecs in order of preference are G722, G729, PCMA.
  10. Adrian Fretwell

    SOLVED Need to remove Privacy header

    I get that. I just can't see (at the moment) how or why FreeSWITCH is setting it. It does not get set in any of my tests. Just wondering if there is something else going on with the INVITE from the PSTN that is causing it to get set.
  11. Adrian Fretwell

    Feature Request: Voicemail Transcription using Mozilla Single Binary called Whisperfile

    Thank you @johnny I will take a look at that. On the face of it, it does sound promising. Te Voicemail system on DjangoPBX is going through a pre-beta overhaul. It originally used Freeswitch mod_voicemail, but we have seen a good few feature requests that have required that we build our own.
  12. Adrian Fretwell

    SOLVED Need to remove Privacy header

    I think by now I would be thinking either: 1. Change the door bell. 2. If you have an (and I hate the term) SBC anywhere in the link, such as an OpenSIPS proxy, then get that to rip out the header.
  13. Adrian Fretwell

    Hi from Oman

    Welcome @mobi. You will find many helpful and knowledgeable people on here.
  14. Adrian Fretwell

    Yealink: the handsets can hear the other conversations

    I would put money on it being the switch. We have had faulty switches that have sent packets to the wrong MAC address.
  15. Adrian Fretwell

    On going DjangoPBX development

    There have been quite a few major changes to the DjangoPBX codebase over the last few weeks. We are intensively testing the clustering arrangements and once we are happy them I will promote the software status from Alpha to Beta - after which there will be no breaking changes. I'm not...
  16. Adrian Fretwell

    Hello From Bhrugu

    Welcome, as @mcs3ss2 says, you will find some very helpful people here.
  17. Adrian Fretwell

    New Install / inbound hitting PBX but not extension

    Your PBX should not be responding with a 407 Proxy Authentication Required, on an inbound from Signalwire. Check that you have the Signalwire IP addresses in your "Providers" ACL. If you edit the ACL remember to reload it.
  18. Adrian Fretwell

    Hello from LA

    Hi @pbxgeek, Any collaboration is a good thing. I feel that we should combine ides rather than systems. I think the VoIP community as a whole will benefit from having more systems to choose from, especially if they are open and well supported. No two projects are exactly the same, each one...
  19. Adrian Fretwell

    Hello from LA

    @pbxgeek I watched your video, I like what you have done technically and it also looks very smart. The use of Laravel to handle tasks like database migrations is a real step towards better maintainability, it appears to work in a very similar way that the Django framework works for us. I assume...
  20. Adrian Fretwell

    SOLVED Need to remove Privacy header

    I have just tried, various combinations of calls on two of our PBXs and I never see that Privacy header. I agree that Freeswitch must be generating it, but I wonder what the trigger is. As you say it only happens on inbound from an external number, I wonder if it could be a setting in the...