This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration name="modules.conf" description="Modules"> | |
<modules> | |
<!-- Loggers (I'd load these first) --> | |
<load module="mod_console"/> | |
<!-- <load module="mod_graylog2"/> --> | |
<load module="mod_logfile"/> | |
<!-- <load module="mod_syslog"/> --> | |
<!--<load module="mod_yaml"/>--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extension name="Local_Extension"> | |
<condition field="destination_number" expression="^(1[01][0-9][0-9])$"> | |
<action application="export" data="dialed_extension=$1"/> | |
<action application="export" data="sip_auto_answer=true"/> | |
<!--<action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,NO_ANSWER,TIMEOUT,NO_ROUTE_DESTINATION"/> --> | |
<action application="set" data="continue_on_fail=true"/> | |
<action application="hash" data="insert/${domain_name}-call_return/${dialed_extension}/${caller_id_number}"/> | |
<action application="hash" data="insert/${domain_name}-last_dial_ext/${dialed_extension}/${uuid}"/> | |
<action application="set" data="called_party_callgroup=${user_data(${dialed_extension}@${domain_name} var callgroup)}"/> | |
<action application="hash" data="insert/${domain_name}-last_dial_ext/${called_party_callgroup}/${uuid}"/> |