Recent content by haglo

  1. H

    change global variable at runtime

    I set initial via fs_cli from linuxconsole the following global variable: fs_cli -x "global_setvar office_status=open" When i set it for the first time, then i can read it in dialplan perfectly <!-- TOD Setting to Route --> <extension name="tod route, 422"> <condition...
  2. H

    Set variable for context for condition via Commandline

    ok thanks then i must make it so.
  3. H

    Set variable for context for condition via Commandline

    this i have done and it works, but i must to set it via Linuxconsole. On linuxconsole i must execute a commant which sets the variable.
  4. H

    Set variable for context for condition via Commandline

    Thanks for your answer, but i use freeswitch, not fusionpbx i must configure it on the commandline.
  5. H

    Set variable for context for condition via Commandline

    I set in my dialplan in context default via xml in extension TOD the variable office_status: <include> <context name="default"> <extension name="TOD" continue="true"> <condition wday="2-6" hour="8-12" break="never"> <action application="set" data="office_status=open"...
  6. H

    reconnecting to gateway

    My FreeSWITCH actual version has a public IP. I have connected this FrreSWITCH with a gateway for Inbound-Calls & Outbound-Calls. It works. But my FreeSWITCH loose sometimes the connection to the gatewas. My questions: 1) is there a commant in fs_cli to reconnect the gateway 2) which setting...
  7. H

    Log SIP-Authentication Attempts/Failures to logfile /var/log/freeswitch/freeswitch.log

    Hello, correct now it works. It was a permission problem. A lot of thanks
  8. H

    Log SIP-Authentication Attempts/Failures to logfile /var/log/freeswitch/freeswitch.log

    I need it for fail2ban I user FreeSWITCH Version 1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit I have installed mod_logfile with the following configuration <configuration name="logfile.conf" description="File Logging"> <settings> <param name="rotate-on-hup" value="true"/>...