Browse Source

add support for transfer events in 1.4.26

4.0
Luis Azedo 10 years ago
parent
commit
1a16ffafef
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      freeswitch/sip_profiles/sipinterface_1.xml

+ 2
- 1
freeswitch/sip_profiles/sipinterface_1.xml View File

@ -185,10 +185,11 @@
<!--<param name="watchdog-event-timeout" value="30000"/>-->
<!-- LOGGING -->
<!-- Logging / Events -->
<param name="debug" value="info"/>
<param name="sip-trace" value="true"/>
<param name="log-auth-failures" value="true"/>
<param name="fire-transfer-events" value="true"/>
</settings>
<gateways>
<X-PRE-PROCESS cmd="include" data="/etc/freeswitch/gateways/*.xml"/>


Loading…
Cancel
Save