How To Make A Test Call With Freeswitch

Serial total audio converter 5.2. TTS and ASR module with auto Voice Active Detecting supported for Freeswitch.I build it for Nature sound interactive, With the embedded LUA engine we could easly build a Freeswtich application like this. K1270 rail saw parts.

I create a custom ivr in freeswitch. Caller calls 11111 and routs to custom ivr. How can i test this ivr using sipp tester? What does do for config freeswitch if requied and what is the sipp command line and scenario xml file for testing this scenario? FreeSWITCH™ default dialplan checks if you're using the default password and warns you in the console about this security role, this extensions has an sleep of 10 seconds. Let's disable this for now so we don't have to wait 10 seconds each time we make a test call.

  1. Copy and merge the ${PROJECT_ROOT}/src and the ${PROJECT_ROOT}/conf with the Freeswitch source tree.
  2. Add the following two module in the ${FREESWITCH_SOURCE_ROOT}/modules.conf
  1. Re-compile and install the freeswitch to install mod_yytts and mod_yyasr modules.
  2. Active the mod_yytts and the mod_yyasr by add the following to lines into the ${FREESWITCH_INSTALLATION_ROOT}/conf/autoload_configs/modules.conf.xml
  1. Copy the lua scripts under ${PROJECT_ROOT}/scripts to ${FREESWITCH_INSTALLATION_ROOT}/scripts/
  2. Bind a number to build application by adding the following xml settings to the ${FREESWITCH_INSTALLATION_ROOT}/conf/dialplan/default.xml

Start the Freeswitch and install a Linphone client.

  1. Dial 5001 for TTS testing, check ./scripts/yytts_demo.lua for detail usage, module interface overview:
  1. Dial 5002 for ASR testing, check ./scripts/yyasr_demo for detail usage, ASR interface overview:

TTS module

  1. TTS module structure:
  1. Invoke process for TTS module in Freeswitch:
  1. Embedded the other TTS engine by override the yytts_speech_feed_tts

ASR module

  1. ASR module structure:
  1. Invoke process for ASR module in Freeswitch:
  1. Embedded the other ASR engine by override the yyasr_asr_feed