Skip to content

Commit

Permalink
fix(sofia.conf.xml): replace deprecated rtp-hold-timeout-sec with med…
Browse files Browse the repository at this point in the history
…ia_hold_timeout
  • Loading branch information
seuros committed Jan 10, 2025
1 parent 33f7be8 commit c761d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/mod/endpoints/mod_sofia/conf/sofia.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@
<param name="ext-sip-ip" value="auto-nat"/>

<!-- rtp inactivity timeout -->
<param name="rtp-timeout-sec" value="300"/>
<param name="rtp-hold-timeout-sec" value="1800"/>
<param name="media_timeout" value="300"/>
<param name="media_hold_timeout" value="1800"/>
<!-- VAD choose one (out is a good choice); -->
<!-- <param name="vad" value="in"/> -->
<!-- <param name="vad" value="out"/> -->
Expand Down
4 changes: 2 additions & 2 deletions src/mod/endpoints/mod_sofia/test/conf/freeswitch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="ext-rtp-ip" value="$${local_ip_v4}"/>
<param name="ext-sip-ip" value="$${local_ip_v4}"/>
<param name="rtp-timeout-sec" value="300"/>
<param name="rtp-hold-timeout-sec" value="1800"/>
<param name="media_timeout" value="300"/>
<param name="media_hold_timeout" value="1800"/>
<param name="session-timeout" value="600"/>
<param name="minimum-session-expires" value="90"/>
<param name="tls" value="false"/>
Expand Down

0 comments on commit c761d39

Please sign in to comment.