Search results

  1. 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.
  2. 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...
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. Adrian Fretwell

    Hi from Oman

    Welcome @mobi. You will find many helpful and knowledgeable people on here.
  8. 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.
  9. 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...
  10. Adrian Fretwell

    Hello From Bhrugu

    Welcome, as @mcs3ss2 says, you will find some very helpful people here.
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. Adrian Fretwell

    SOLVED Need to remove Privacy header

    I think you may have to look at SIP_CID_TYPE or The DpTools application Privacy. https://developer.signalwire.com/freeswitch/Channel-Variables-Catalog/sip_cid_type_16352846/ https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/6587011/ Is the Privacy header...
  16. Adrian Fretwell

    How to create an API in Fusion that will communicate the incoming call to the other party

    My first thought is switch SIP provider to one that will do what you need. Depending on the type of communication you are thinking of using to pass this information to the other party, you could just send an arbitrary UDP message to the other parties IP address / port where you have something...
  17. Adrian Fretwell

    Yealink: the handsets can hear the other conversations

    This thread references the same issue: https://www.pbxforums.com/threads/yealink-dect-crosstalk.7704/#post-31385 We have a lot of Yealink DECT including the W70B, but have not had any reports of cross talk.
  18. Adrian Fretwell

    DTMF Issue

    You may find this thread helpful: https://www.pbxforums.com/threads/ivr-prompt-choice-not-dialing-in.5922/#post-23907
  19. Adrian Fretwell

    Hello from LA

    @pbxgeek I'm sure we will collaborate and share. I will drop you a line with my email address. Kind regards, Adrian.
  20. Adrian Fretwell

    Hello from LA

    I'm so glad to see someone else using a tried and trusted framework for a FreeSWITCH GUI wrap. It makes so much sense, removing all the worry of looking after the web interface and allowing developer to concentrate on what they are good at - developing PBX solutions. I have basically done the...