Search results

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

    SOLVED Need to remove Privacy header

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

    SOLVED Need to remove Privacy header

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

    SOLVED Need to remove Privacy header

    What does your sip invite contain when you unset sip_h_Privacy?
  6. 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.
  7. 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...
  8. 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...
  9. whut

    Hello from LA

    do you have screenshots of your gui?
  10. 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
  11. whut

    Cannot locate domain after network blackout

    I do not know why freeswitch has warnings "WARNING] switch_core.c:1644 Cannot locate domain telecom.corporate.com" I have seen that many times but it has never caused any issues.
  12. whut

    FusionPBX and Shoutcast/Icecast Streams

    https://docs.fusionpbx.com/en/latest/applications/streams.html#streams Use the streams application. There is no need to get into code. Use shout for http urls, shouts for https urls
  13. whut

    FusionPBX and Shoutcast/Icecast Streams

    An ICE cast stream needs to be mp3/mpeg format. aac format will not work as a stream in fusion
  14. whut

    Adding SIP Domain Aliases

    No, I am not aware of this possibility. Fusion has an application for domain resellers for a parent:child relationship available to paid membership levels. If you are going to have 50+ tenants spend the $ on a solution Mark has already created.
  15. whut

    Has anyone used Percona PSQL distro for clustering?

    Have not heard of it. postres 16 has great db replication with a little setup.
  16. whut

    Export CDR Format wrong timezone

    @paulczichos is correct. Start by checking whether or not you have the correct timezone set in default settings. This will be more important than the timezone of the server's operating system timezone. You have not described where you have set timezone to UTC. There are multiple locations you...
  17. whut

    Grandstream GXP 2170 BLF provisioning

    Change both rows Category = Memory to = Line Change both rows Line = 1 to = 0 Save the device profile Re-provision
  18. whut

    Grandstream GXP 2170 BLF provisioning

    Will you provide a screen shot of your device profile edit GUI page ?