Skip to main content

VoIP - JOIN by Silence Duration

This guide explains how to set up a logic hook in Botium to join VoIP segments based on silence duration.

This logic hook can be used only as a Bot Step.

  1. On the left navigation pane, head to Botium Tools & Settings > Test Sets > Your Test Set > Test Cases
  2. Click the + NEW button to add a new Convo, or select a previously created test case from the list.
  3. Add a new + BOT STEP
  4. Click the Edit icon, or anywhere inside the step, and search the list for the 'VoIP - JOIN by Silence Duration' logic hook.

  5. Configure the Logic Hook:
    • Duration: Specify the duration in milliseconds for the Post Speech Silence Timeout (PSST) (e.g., 1000 ms for 1 second).

  6. Click the APPLY CHANGES button to complete the step entry.

Note:
Example Botium Script:
#me
start VoIP session

#bot
JOIN_BY_SILENCE_DURATION 1000
Explanation:
  • JOIN_BY_SILENCE_DURATION 1000 sets the Post Speech Silence Timeout to 1000 milliseconds (1 second), ensuring that VoIP segments are joined if there is 1 second of silence between them.

Was this article helpful?

0 out of 0 found this helpful