Alessio Garzi
e9bdd7dc41
MT#57778 Fix scenarios for routes ROUTE_LOAD_CALLEE_RESELLER_PREF and ROUTE_LOAD_CALLER_RESELLER_PREF part 2
...
Following scenarios have been fixed:
- invite_anonymous
- invite_callee_bye
- invite_callforward
- invite_callforward_but_callee_locked_cfna
- invite_callforward_cfna
- invite_callforward_cfr
- invite_concurrent_max
- invite_concurrent_max_out
- invite_concurrent_max_out_per_account
- invite_concurrent_max_per_account
- invite_conference_update
- invite_emergency
- invite_emergency_cirpack
- invite_emergency_pidflo
- invite_force_inbound_calls_to_peer
- invite_force_outbound_calls_to_peer
- invite_foreign_dom
- invite_hdr
- invite_hm
- invite_hm_callforward
- invite_hm_peerout
- invite_ignore_allowip
- invite_lateoam
- invite_locmap_add
Change-Id: I9ae97acb0bf56b7a99fe50c9723d4d8c0bc4d48a
3 years ago
Victor Seva
1f63c62092
MT#56753 remove duplicate dump route
...
Change-Id: Ie07760b4fb82d90e7e6a872edf75db45f1098aff
3 years ago
Victor Seva
09cf1d4c7c
MT#55680 Introducing Time Set for NCOS and NCOS SET
...
Change-Id: I5c00a1686317f5f16b7366634947cb400dcca4b5
3 years ago
Alessio Garzi
ab0e6e005e
TT#181350 Fix routes loop detection for scenarios folder
...
Fix needed because of this commit: 1835608f2c7632a9b8ee4c735f922d8434722e0b
Change-Id: Ibc248d07207f3c459bc77206a2016d672d81eb44
4 years ago
Fabricio Santolin da Silva
144075611a
TT#159750 Check removal of timer on the Supported header
...
Remove route ROUTE_CHECK_TIMER_SUPP_REQ because not
used anymore in the system
Remove check if variable $x_hdr(Supported) because not
used anymore in the config and thus not printed by cfgt
module in log files
Change-Id: I9335ed36fd04d053c188062455def9706d97e2d7
4 years ago
Marco Capetta
188e452e4a
TT#156754 Fix scenarios after additions of counters helper routes
...
ROUTE_SET_CALLER_DIALOG_BASE
ROUTE_SET_CALLER_DIALOG_TOTAL
ROUTE_SET_CALLER_DIALOG_ACTIVE
ROUTE_SET_CALLEE_DIALOG_BASE
ROUTE_SET_CALLEE_DIALOG_TOTAL
ROUTE_SET_CALLEE_DIALOG_ACTIVE
Change-Id: I33b10da8544a43bfcb9262d6a1adcf545d6d6435
4 years ago
Donat Zenichev
cfa796886d
TT#156700 Update k-c-t scenarios due to last changes in processing Supported/Require
...
We need to update a list of k-c-t scenarios because of
the last updates in a way how we process 'timer' extension in
the Supported / Require headers.
Now additionally in most of the scenarios we enter:
- route[ROUTE_CHECK_TIMER_SUPP_REQ]
- route[ROUTE_REMOVE_TIMER_SUPP_REQ]
Change-Id: Icc6f70957c932cadd8d9c81896038e6fd9b4374f
4 years ago
Alessio Garzi
eab2b8bc1d
TT#146402 Fix scenario for leg_b=1 param
...
Add leg_b=1 record route param to Responder tt2 files
Change-Id: Ib9e10315e8480b54a08f0a33f462f5cb4e0c5d20
4 years ago
Marco Capetta
efb73e2802
TT#131255 Add call to route ROUTE_CHECK_LOCATIONS
...
Change-Id: Ia6bacfd59d667599fa96d249f96105b0395c6303
5 years ago
Victor Seva
4060f46038
TT#116101 scenarios: sipp generated templates
...
* templates generated using:
> for scen in $(./bin/get_scenarios.sh ); do ./bin/generate_test_tt2.sh -Ssipp $scen; done
Change-Id: I4469fa08fbe8ed0546b23cc549ecccfcadfd57e5
5 years ago
Victor Seva
f1ee9fc25e
TT#116103 scenarios/invite_hdr
...
* use server_ip from scenario_ids.yml
* Contact with <> format
* tests:
- add received Contact parameter as optional
Change-Id: I0e3f3cfb52e744c39af6c9e2f4e590588e08efc1
5 years ago
Victor Seva
eff3f76f1f
TT#116103 scenarios: add "nat_sipping": "no" domain pref
...
avoid random OPTION messages
Change-Id: Ib4043b1ea7cf2df6cd5c44bff64583a888284d23
5 years ago
Victor Seva
d91f51732c
TT#116100 scenarios/invite_hdr
...
* domain per scenario
* dynamic IP/port and numbers
Change-Id: I197cacce3a2d0341751f8ccc93e0bfd9d2c4e265
5 years ago
Mohammed Ghettas
eb58296bae
TT#118950 Fix kct scenarios after the rework of the call forward
...
Mainly removed the routes:
* ROUTE_ORDER_CF_MAP_ID
* ROUTE_CHECK_CF_SOURCES
* ROUTE_CHECK_CF_BNUMBERS
* ROUTE_CHECK_CF_PERIOD
Change-Id: I6485014e39f93bff66ad3fd454d72e4e6b19630b
5 years ago
Marco Capetta
64d95bf72f
TT#89560 Adapt scenarios to changes to LEG_B route
...
Change-Id: I572db4a06c8ad53a2886e5771acbbb0eedc4e9a0
5 years ago
Victor Seva
87d7ec069d
TT#109304 update flow with new route
...
Change-Id: I20d93b937c83d9837f7a3c9182e2a97a95320566
5 years ago
Victor Seva
a6fd138d9b
TT#71804 Route B-leg of the call through kamailio proxy
...
Change-Id: Ife832038e243349f50462851e6a3e55e092af591
6 years ago
Marco Capetta
a0c19c47be
TT#87502 Sems-b2b enabled by default and moved under sip port 5060
...
Change-Id: I73ab86b2428f2e4bedaa05554c21c12fa8ef1a66
6 years ago
Marco Capetta
4880fed136
TT#78301 Adapt tests to sems unification
...
All ports 5080 are changed to 508[0|8] and all port 5085
are changed to 508[5|8].
This to allow to use the test als whtn b2b server is not
enabled.
Change-Id: Iec75fc5a92eb9bd09e1a0c4b2d2200df3006ed2e
6 years ago
Marco Capetta
ee7ec19535
TT#76676 Adapt test to new routes to store call counters in CDRs
...
The routes added are:
- ROUTE_SET_ACC_CALLER_CALL_COUNTERS
- ROUTE_SET_ACC_CALLEE_CALL_COUNTERS
Change-Id: I002a9c1c862b277fb747a66a67a50b38348db287
6 years ago
Marco Capetta
9b06616b15
TT#73803 Add outbound_pai_display evaluation route
...
A new start and return from ROUTE_PREPARE_CALLER_CLI route
is necessary because of the outbound_pai_display preference check
Change-Id: Idef80c761fe881e3e78a52fbed1add7fcd6ccf1c
6 years ago
Victor Seva
569cd96703
TT#71323 invite_hdr
...
* From/To headers with upper/lower versions
Change-Id: I8d9d0448463edd5f2dd38b8734bd32b0c2539cf7
6 years ago