Search results

  1. whut

    Using default setting variables

    All of this is conjecture and you will need to test the suggestions!
  2. whut

    Using default setting variables

    I believe you could use the freeswitch variables as you are thinking, but I have not tried it. As an example of how you may need to reference the variables you create in freeswitch variables I would filter them on 'us-ring'. You will see the 'us-ring' variable is defined in Ringtones but then is...
  3. whut

    SOLVED A little feedback on the update to 5.3.3

    You need to run the database and app updates for the default settings to be created. I would delete the custom and try again.
  4. whut

    Internal call block

    Do as I had originally suggested with a condition of call direction = local. I would suggest other conditions like caller = xyz and caller = abc. I would also recommend thorough testing. What happens when an extension tries to transfer a call, as an example. Test from any and all scenarios a...
  5. whut

    Call Block problem with list.

    8.2 is supported https://github.com/fusionpbx/fusionpbx-install.sh/blob/master/debian/resources/php.sh
  6. whut

    Call Block problem with list.

    Run again
  7. whut

    Call Block problem with list.

    Run fusion updates. ALL fusion updates, 1 at a time, in order, log out and back in
  8. whut

    SOLVED Need to remove Privacy header

    unset it again in a later order dialplan. would that work?
  9. whut

    SOLVED Need to remove Privacy header

    o_O The unset, as suggested early, is the method that I would expect to work. o_O
  10. whut

    On again, Off again.

    networking issues. I would start by having the customer disable SIP ALG on their router. Test their domain from your network with your office phones being registered to the domain to prove to yourself and them that it is their networking. Use TCP instead of UDP since UDP has a very limited...
  11. whut

    SOLVED p-asserted-identity sip header

    I would set the extension CID number in E164 as pbxgeek suggested. Then check your cdr call logs, sngrep, and verify it it meeting the provider's request.
  12. whut

    SOLVED Need to remove Privacy header

    I think that the B leg will include privacy: none if you have not explicitly set that in the A leg. When you set the privacy settings like `sip_h_Privacy=id` in the dialplan, did you try inline=true? When I am stuck I throw everything you can to try to force the settings. The unset, set, export...
  13. whut

    SOLVED Need to remove Privacy header

    Where and how are you trying to overwrite privacy: none? I would try to do it in a dialplan. The inbound route dialplan before the transfer is a logical location and order to me. Perhaps a custom sip profile for this case. I would explore dialplans and the foremost method. I would review cdr...
  14. whut

    SOLVED Need to remove Privacy header

    What is in the header when using a different make and model device?
  15. whut

    SOLVED Need to remove Privacy header

    Which doorbells do not play well with others?
  16. whut

    SOLVED Need to remove Privacy header

    review and try the actions in the call_privacy dialplan. <action application="privacy" data="full"/> <action application="set" data="sip_h_Privacy=id"/> <action application="set" data="privacy=yes"/> Privacy Type Description Reference -------------...
  17. whut

    SOLVED Need to remove Privacy header

    What does your sip invite contain when you unset sip_h_Privacy?
  18. whut

    Internal call block

    Create new threads for all of your unrelated topics. This thread is now filled with non-call block topics and the call block threads are lost.
  19. whut

    Internal call block

    Do you mean, for example, extension 1000 will block/not accept any calls from extension 1234? The call block application is designed for blocking inbound and outbound and is perfect for inbound and outbound. If you want extension 1000 to no accept calls from extension 1234 then I would try...