MT#57778 Fix scenarios for routes ROUTE_LOAD_CALLEE_RESELLER_PREF and ROUTE_LOAD_CALLER_RESELLER_PREF part 7

Scenario invite_voicebox adapter to new responses from asterisk.

Change-Id: Ibcd47d55aad469d3e058834a5db6f2e3881e9fcb
mr11.5
Alessio Garzi 2 years ago
parent a49f0179ca
commit 11c7e03237

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:vmu[% invite_voicebox_scenarios_test.testuser1001.phone_number %]@127.0.0.1:5070 SIP/2.0'
- '^BYE sip:127.0.0.1:5070 SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Content-Length: 0'
- 'From: <sip:[% scenarios.0.username %]@'
@ -40,7 +40,7 @@ sip_out:
'To: <sip:[% scenarios.0.responders.0.username %]@'
]
- [
'^BYE sip:vmu[% invite_voicebox_scenarios_test.testuser1001.phone_number %]@127.0.0.1:5070 SIP/2.0',
'^BYE sip:127.0.0.1:5070 SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -16,13 +16,13 @@ sip_in:
- '^SIP/2.0 200 OK'
- 'CSeq: \d+ BYE'
- 'From: <sip:[% invite_voicebox_scenarios_test.testuser1002.phone_number %]@'
- 'Content-Length: 0'
- 'Content-Length:[ ]*0'
- 'To: <sip:[% scenarios.0.responders.0.username %]@'
sip_out:
- [
'^SIP/2.0 200 OK',
'CSeq: \d+ BYE',
'Content-Length: 0',
'Content-Length:[ ]*0',
'From: <sip:[% scenarios.0.username %]@',
'To: <sip:[% scenarios.0.responders.0.username %]@'
]

Loading…
Cancel
Save