freeswitch
freeswitch copied to clipboard
[mod_soundtouch] has no sound
run soundtouch on freeswitch 1.10.1 and Debian 10
<extension name="dial_soundtouch">
<condition expression="^4321$" field="destination_number">
<action application="answer"/>
<action application="soundtouch" data="hook_dtmf -0.3o 0.8r"/>
<action application="delay_echo" data="3000"/>
</condition>
</extension>
it has no error, but can not receive any sound
What version of libsoundtouch are you using?
The default debian version is compiled with float samples. You need to recompile it with integer samples to be compatible with freeswitch.
What version of libsoundtouch are you using?
The default debian version is compiled with float samples. You need to recompile it with integer samples to be compatible with freeswitch.
Thank you very much I had installed libsoundtouch1:amd64 2.1.2+ds1-1 with apt-get install libsoundtouch-dev libsoundtouch1 how to recompile it with integer samples?
With ./configure --enable-integer-samples
@vma @wanweidong
i have tried the same dial plan in asterisk 1.10.3 version . but facing same issues. Have you resolved that. if yes kindly share steps