summaryrefslogtreecommitdiff
path: root/asterisk-load-tests/full_IO/xhd/conf.py
blob: 7e6b6d4a0ed754e1b7ebc0976cffcb916907fd0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- coding: UTF-8 -*-

from __future__ import unicode_literals

## global configuration

sipp_remote_host = '127.0.0.1'

sipp_local_ip = '127.0.0.1'
sipp_call_rate = 1.0
sipp_pause_in_ms = 6000
sipp_rate_period_in_ms = 18000 + sipp_pause_in_ms

## scenarios configuration

called_line = {
    'username': 'loadtester2',
    'bind_port': 5070,
}

calling_line = {
    'username': 'loadtester1',
    'password': 'loadtester1',
}

# scenarios.call_then_hangup.calling_line = calling_line
# calling trhough FXS port 1 to reach port FXO on pcb#4 - cf dialplan for 105
scenarios.call_then_hangup.called_exten = '105'

#scenarios.call_then_wait.calling_line = calling_line
scenarios.call_then_wait.called_exten = '102'