Marco Capetta
22f47af4a3
TT#35352 Add onsend_route to support log parser
...
Change-Id: Ib0bd147d15c00cc81dafc6691ebe4ee64410f2fd
8 years ago
Marco Capetta
0941ac4934
TT#36275 Increase wait time in invite_callforward scenario
...
The errors is not due to re-transmission, but packet ordering.
It seems that, in high loaded systems, kamailio proxy takes too
much time to process some packages causing an unexpected order.
Increasing the wait time from 500ms to 600ms give 100ms more to the
proxy to process the packet and send it out in the expected order.
Change-Id: Idccd6c7b95c428cbee519bb6cf779c6a8dfc3e82
8 years ago
Marco Capetta
9bd0dfe360
TT#35910 Fix UA header changes in in-dialog messages
...
Change-Id: Ia95ba54f149e24c4559fe53a303cbc13bee2ad8d
8 years ago
Marco Capetta
dc9aba8e8d
TT#33301 Upgrade to work properly with kamalio 5.1.2
...
* Added start/return ROUTE_EXIT and start/return ROUTE_ENTRY
* Updated caller/callee xavp content validation
* Updated ngcp-kamctl calls to the new rpc format
Change-Id: I166a638a7a1f0ef5102db666180eb83e8b47d6e4
8 years ago
Andreas Granig
60883648a6
TT#22659 Adapt to match runtime profiling
...
* Fix typo in README
* Add ROUTE_ENTRY/ROUTE_EXIT to scenarios
* Remove single quotes around dialog flows to have consistent namings
Test results for PRO:
All tests successful.
Files=283, Tests=14167, 1 wallclock secs ( 1.00 usr + 0.05 sys = 1.05 CPU)
Result: PASS
Test results for CE:
All tests successful.
Files=283, Tests=14167, 1 wallclock secs ( 0.93 usr + 0.07 sys = 1.00 CPU)
Result: PASS
Change-Id: Ib0a5761d9ced3e0026a92c70e7a79e6ffc710a65
9 years ago
Andrew Pogrebennyk
a45680463b
TT#21894 fix kamailio-config-tests for new sems in PRO
...
Change-Id: I786eb2beca241205057bd6a637c7d5e84f1aeeb3
9 years ago
Alexander Lutay
a32adb9cb7
TT#17550 Fix 58a89e4a: re-create the broken link for media181sec.pcap
...
Change-Id: I8695201dcdacd6a39b350143903b135b45c4699c
9 years ago
Victor Seva
58a89e4a61
TT#17550 create the links for media181
...
Change-Id: I22f4297b214ee6c7dd45c3669021d869bfb68087
9 years ago
Victor Seva
ef58271793
TT#17550 sipp doesn't support subdirectories at exec play_pcap_audio action
...
* generate a link for every scenario on the fly if doesn't exist
* BASE_DIR has to be an absolute path
Change-Id: Ib50c641f127966b672646b8579d3a8b92bb76b55
9 years ago
Andreas Granig
31252ce86d
TT#14800 Implement User-Agent filtering
...
Change-Id: I4e99928999b97bd90f29616453882b4e828da8f2
9 years ago
Kirill Solomko
350a68f045
TT#11317 fix the tests for the callforward proxy logic split
...
Change-Id: Ia3b1504ddbed148a694734e6d58d923dbf5c1bd3
9 years ago
Andrew Pogrebennyk
3b3d02427d
TT#5508 update kamailio-config-tests flows for new rtpengine routes
...
Change-Id: Ifacb9d9d640760a0bad03aad4862b992ca56e734
9 years ago
Kirill Solomko
3126113205
TT#2651 add ROUTE_CALLEE_DISPATCH
...
Change-Id: I3d26a69124dc0fc7efe7b001dd1cdfee42add344
9 years ago
Andrew Pogrebennyk
0616197f2c
TT#2651 add ROUTE_SET_BRANCH_HDRS to scenarios, pbx/lnp flows
...
Change-Id: I1423f523acc63d32c26be581fa8e04f7908684af
9 years ago
Andrew Pogrebennyk
a26d8c1c44
TT#5154 add ROUTE_ADD_CALLINFO_CALLE[RE]_PRIMARY to kamailio-config-tests
...
adding new flows:
- start|ROUTE_ADD_CALLINFO_CALLER_PRIMARY:
- return|ROUTE_ADD_CALLINFO_CALLER_PRIMARY:
- start|ROUTE_ADD_CALLINFO_CALLEE_PRIMARY:
- return|ROUTE_ADD_CALLINFO_CALLEE_PRIMARY:
Change-Id: If001cddcf9f9964b6dada4997dfaaf9a184b7d3f
9 years ago
Victor Seva
f047ffd142
TT#6350 update new routes ROUTE_DLG_MANAGE/ROUTE_CNT_DLG_CHECK
...
* ROUTE_CNT_DLG_CHECK -> ROUTE_DLG_MANAGE detected at:
scenarios:
- incoming_hih
- invite_callforward
- invite_voicebox
- lock_ported
scenarios_lnp:
- incoming_peer
scenarios_pbx:
- invite ( ROUTE_DLG_MANAGE, called twice )
Change-Id: I594d86207e44fe03a6e7e383eec74eac3075a5ef
10 years ago
Andrew Pogrebennyk
93f5dbc48c
TT#5404 fix flows after moving ROUTE_LOAD_CALLEE_PREF before ROUTE_NCOS
...
Change-Id: Id7f060d677fcd3636c189093c86a4bb07505b175
10 years ago
Victor Seva
9d4d650a45
TT#4856 scenarios: add counter info
...
Change-Id: I8e24a387e74099b2f53d0e97b7984c6db4c73db4
10 years ago
Andrew Pogrebennyk
5fcc29f42d
MT#22945 update flows after fix for CF headers removing
...
Change-Id: I21075018b86b37ce926e70d527055b19f9e89d96
10 years ago
Andrew Pogrebennyk
805d9d85fc
TT#4060 MT#22447 now we are calling ROUTE_CLIR before ROUTE_FIND_CALLEE
...
Change-Id: I5f0b0dfb8d869ce682ae48fbf17cd49ba49703dc
10 years ago
Andreas Granig
fef2e3261c
TT#4066 Add cf map reorder function
...
Change-Id: I61302cd7d19f85e51cce3bb838d7b3f02c22d2bf
10 years ago
Andreas Granig
cbce507a10
TT#2394 Implement source-based CF
...
Change-Id: I82b1967f281a5fd2e16e22b689831db893c728d8
10 years ago
Andrew Pogrebennyk
47ccc8f27d
MT#22487 fix kamailio-config-tests WRT to new CF and incoming peer selection logic
...
Change-Id: I6860bfe9df473b4d1334560bb4ac6810fcdcbe63
10 years ago
Victor Seva
5f2ebf2c13
MT#20125 update flow with new ROUTE_FILTER_PRACK (take two)
...
Change-Id: I7ef0a658329a07907acf8b4d57236bd545138244
10 years ago
Victor Seva
22080eb8e8
MT#17655 add ROUTE_NCOS_CHECK
...
Change-Id: I74ea8a7b130376f5d49d7c7fca41c867166f076e
10 years ago
Kirill Solomko
b42a4eab92
MT#18499 adapted kamailio tests
...
- adapted tests for LOAD_CALLER_CONTRACT_PREF
- adapted tests for LOAD_CALLEE_CONTRACT_PREF
- adapted tests for SET_CALLEE_DIALOG
Change-Id: I216b96f35a63fbcb4ceb7fa6dd6b2b25a5085933
10 years ago
Victor Seva
8fcba2e079
MT#7571 provisioning via REST API step two
...
* API: fix get_*_preferences URL
* bin/set_preferences.pl:
- don't use Hash::Merge and implement our merge()
- fix rewriteruleset preference fieldname
* migrate provisioning:
- ncos
- speeddial
- callforward
- peering
* enable peer scenarios
- MT#17185 support rfc3325
* add 'lock' property support for subscriber
Change-Id: I15e9afb744f6f4700dd863bfe226944ea4c3ecf7
10 years ago
Andrew Pogrebennyk
78c1f5ab9a
MT#17837 fix invite_speeddial and invite_callforward tests
...
Change-Id: I91d4f0b05b286b6ae9dcc3b8bb64a68d76d40d35
10 years ago
Andrew Pogrebennyk
9e8755c6c4
MT#17837 fix invite_voicebox and invite_callforward tests
...
Change-Id: I203a791d1cb7c98ef0083663b5371df109300245
10 years ago
Andrew Pogrebennyk
2ee8044596
MT#17837 add 'P-NGCP-Forward-Info' header in invite_callforward test
...
Change-Id: Ic3aac55a3bafd77d6c8834a80513e4f46b5c68b2
10 years ago
Andrew Pogrebennyk
5a70e0ba86
MT#17837 add 'P-NGCP-Forward-Info' header in invite_callforward test
...
Change-Id: I273ebaac02fe23579da087d19e14e5bf76e90c3a
10 years ago
Andrew Pogrebennyk
16907f4b7d
MT#17837 fix invite_callforward test
...
Change-Id: I566da97852e9b03ec81400b8c37416474110b689
10 years ago
Victor Seva
abc84e175b
MT#17185 support rfc3325
...
- append invite_anonymous scenario
- update new route on all affected scenarios
- add some checks for it
Change-Id: I7e6d16420b6ce4b4d8fd1e08b027fb5912f7c578
10 years ago
Victor Seva
129397e6fc
MT#7571 use NGCP REST API instead of SOAP lib
...
- prefs.yml -> prefs.json
solving true/1 problem
- disable non working scenarios:
* incoming_foreign_dom
* incoming_peer
* invite_concurrent_max_out
* invite_concurrent_max_out_per_account
* invite_ignore_allowip
* invite_peerout
* invite_peerout_rewrite
* invite_peerout_rewrite_pv_regex
* register_allowip
* register_ignore_allowip
missing API parts:
- peers settings
- add/modify/delete peers
* bin/create_peers.pl
* bin/update_peer_host.pl
TODO:
- bin/create_ncos.pl
- bin/create_rewrite_rules.pl
- bin/create_subscribers_rewrite_rules.pl
- bin/create_subscribers_speeddial_rules.pl
Change-Id: I6d47e24669f9da22b5b3ac4fb410c50d2c9dbf53
10 years ago
Victor Seva
fe6ee4c144
MT#14721 add new event_route dialog:start
...
Change-Id: If8cb27f5a8165b5c5efdb35a84bef1893b010b9d
11 years ago
Victor Seva
04f22a3423
MT#14721 fix routename from event_route
...
Previously kamailio was not detecting properly the routename
Change-Id: I4021215da468032461a7ff7611fe90e897480afd
11 years ago
Victor Seva
8df70164ea
MT#6565 CE/PRO differences due to sems version
...
- fix tap-test
- fix bin/generate_test.sh: define CE too
- scenarios:
* invite_callforward
* invite_voicebox
Change-Id: I8ebad6ea580003e8e072204ad48bc4533eba0fe9
11 years ago
Victor Seva
e1a76fb1f4
MT#6565 kamailio saving json using uuid for tests
...
- fix check.py comparation when int -> string
- disable tcpdump by default ( new option -K to enable it)
- fix graph_flow for json ( new option --json )
Change-Id: I25f49ef6303b4e2e28c34fefd7860c744e6c3250
11 years ago
Andrew Pogrebennyk
5d3fcec7b1
MT#11651 fix test (caller dialog was previously counted twice)
11 years ago
Andrew Pogrebennyk
eeecad2ad0
MT#9453 add ROUTE_NCOS for CF to kamailio-config-tests
11 years ago
Andrew Pogrebennyk
7a9805ab6b
MT#9733 fix the test flows
12 years ago
Victor Seva
d2d2cffd03
MT#8673 MT#8503 add new routes
12 years ago
Andrew Pogrebennyk
91ccfbd19a
MT#7319 try to fix the tests. part II
...
some of concurrent_max_* tests are still broken, needs more investigation.
12 years ago
Andrew Pogrebennyk
279ef71818
MT#7319 try to fix the tests
12 years ago
Andrew Pogrebennyk
7462af6158
MT#7971 get rid of IF PRO in kamailio templates (fix tests)
12 years ago
Andrew Pogrebennyk
60d8f9e327
MT#7969 fix tests
12 years ago
Andrew Pogrebennyk
3d6ae3f901
MT#7893 add prxroute parameter to results to fix tests
12 years ago
Victor Seva
574e5f890a
MT#7423 trying to deal with sems 1.6 different behaviour. fix missing contacts.
12 years ago
Victor Seva
cf58dab3ff
MT#7169 update flows
12 years ago
Victor Seva
f6745fdbcb
MT#7423 trying to deal with sems 1.6 different behaviour
12 years ago
Andrew Pogrebennyk
f216511487
MT#7005 adapt tests for new CFU call-flow.
12 years ago
Andrew Pogrebennyk
24c733ec27
MT#4759 adapt tests to the new upper limit for the max-forward value.
12 years ago
Andrew Pogrebennyk
3fb4a8e49c
MT#6491 adapt tests after ROUTE_CLIR moving.
12 years ago
Andrew Pogrebennyk
71eec82538
MT#6021 Adapt tests for per-branch failure route.
12 years ago
Victor Seva
355827994e
MT#4675 refresh checks
13 years ago
Victor Seva
b423a6c4e0
fixing flow
13 years ago
Victor Seva
13ec4c78e8
fix flows since kamailio config has been changed
13 years ago
Victor Seva
62f0ffa08b
scenarios: try to get the same msgid by adding some pause
13 years ago
Victor Seva
26fef21582
scenarios: sending 200 OK before BYE in responders
13 years ago
Victor Seva
79099105e6
scenarios: remove retransmission options on send
13 years ago
Victor Seva
444fa7609d
scenarios/*: New scenario.yml version with subscribers info.
13 years ago
Victor Seva
64c75e604a
scenarios/invite_callforward: Added scenario.yml and cleanup.
13 years ago
Victor Seva
c7d2c693f6
scenarios/invite_callforward: fix tests match
13 years ago
Andrew Pogrebennyk
7fbcafb5aa
Make call-forward test work on a PRO.
13 years ago
Victor Seva
54ba2c4d50
scenarios/invite_callforward: Added callforward busy test
13 years ago
Victor Seva
7341444bfe
scenarios/invite_callforward: Added scenario with callforward
13 years ago