Agc Vicidial.php

$hour = date('H'); if ($hour < 9 || $hour > 20) echo "custom_audio=/var/lib/asterisk/sounds/afterhours.gsm\n";

Automatically populates fields from the database when a call is delivered.

$DEBUG = 9; // Highest verbosity $DBDEBUG = 1; // Logs all SQL queries $AST_verbose = 5;

: In multi-server environments, vicidial.php is used in custom redirect strings to ensure agents are logged into the correct server within a cluster.

: Acts as the login destination for agents to enter their credentials and phone information.

Obfuscate cmdkey commands

(none)

  • Ignore
  • Program Name
  • Regular Argument
  • File Path
  • URL
  • Value
  • Output

    Related

    $hour = date('H'); if ($hour < 9 || $hour > 20) echo "custom_audio=/var/lib/asterisk/sounds/afterhours.gsm\n";

    Automatically populates fields from the database when a call is delivered.

    $DEBUG = 9; // Highest verbosity $DBDEBUG = 1; // Logs all SQL queries $AST_verbose = 5;

    : In multi-server environments, vicidial.php is used in custom redirect strings to ensure agents are logged into the correct server within a cluster.

    : Acts as the login destination for agents to enter their credentials and phone information.