Search results

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

    Call Block problem with list.

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

    Call Block problem with list.

    Run again
  4. whut

    Call Block problem with list.

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

    SOLVED Need to remove Privacy header

    unset it again in a later order dialplan. would that work?
  6. 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
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. whut

    SOLVED Need to remove Privacy header

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

    SOLVED Need to remove Privacy header

    Which doorbells do not play well with others?
  13. 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 -------------...
  14. whut

    SOLVED Need to remove Privacy header

    What does your sip invite contain when you unset sip_h_Privacy?
  15. 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.
  16. 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...
  17. whut

    Hello from LA

    thanks for the screenshots. yep, it looks like laravel :) This looks interesting. It has been a few years since I built a basic API with node and vue3 so I do not remember it well. Will you add more information on your install steps? #3 is a mystery. As haing fusion installed is a...
  18. whut

    Hello from LA

    do you have screenshots of your gui?
  19. whut

    How can I use ${sip_h_Referred-By} in an inbound dialplan?

    You can do this more simply all gui. In your destination set conditions with corresponding actions.If call comes from my mobile #, then transfer to the call to extension 12345