mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
[core] eavesdrop: avoid eavesdropping on itself and return error. [core] eavesdrop: adjust buffer operations for ptime mismatch and for when ptimes are the same. [core] eavesdrop: add buffering based on LCM (Least Common Multiple) when ptime mismatch, and have audio write thread enabled when ptime eavesdropee < ptime eavesdropper. [unit-tests] add unit-tests for eavesdrop.
15 lines
474 B
XML
15 lines
474 B
XML
<include/>
|
|
<gateway name="eavestest">
|
|
<param name="username" value="not-used"/>
|
|
<param name="password" value="not-used"/>
|
|
<param name="proxy" value="127.0.0.1"/>
|
|
<param name="register" value="false"/>
|
|
<param name="retry-seconds" value="30"/>
|
|
<param name="dtmf-type" value="rfc2833"/>
|
|
<variables>
|
|
<variable name="rtp_secure_media" value="false" direction="outbound"/>
|
|
</variables>
|
|
</gateway>
|
|
</include>
|
|
|