Automatic SIP Call Tester

dial 2 number, random registration every 5 sec. drop call after 10 sec.

For outgoing calls Simulation

Over GUI:

first setup a Registation (UAC)

in this case the credencials from my easybell test account

Entries are automatic saved and the status will appear automatically

to register, click on "re-register"

Setup a test outgoing call

Enter a test number

recommended to set the timeout and drop time to 10 seconds (10.000 msec)

For receiving the incoming (RX) out outgoing (TX) media recorded, enable the record mix of RX und TX audio Stream

Over Web: http://localhost:19019

User: admin

passwd: xxxxx

Here the xlm config of the example above, easier to configure

// Script for outgoing calls
<callxml>
  <call value="$random_least_busy_uac_registration(00494046898596);" maxringtime="10000ms" />
  <call value="$random_least_busy_uac_registration(0049221669588501);" maxringtime="10000ms" />
    <on event="answer">
    <recordcall value="100" />
    <playaudio value="music.wav" repeat="3" maxtime="10000ms" />
    <exit />
  </on>
</callxml>

Last updated