TT#78301 Fix typo in sems port evaluation introduced in commit 4880fed1

Change-Id: Iadfaec7e93a558bab94ad08af51456e376714ec1
changes/37/40137/1
Marco Capetta 6 years ago
parent 4880fed136
commit 8e27778326

@ -205,7 +205,7 @@ sip_in:
- 'P-NGCP-Acc-Src-Leg: \w+'
- 'P-NGCP-Acc-Dst-Leg: \w+'
- 'P-NGCP-Caller-Info: <sip:testuser1003@spce.test>;ip=127.126.0.3;port=\d+;primary=43110021003'
- 'P-NGCP-Callee-Info: <sip:4311002@spce.test>;ip=127.0.0.1;port=508[0|8];primary=4311002'
- 'P-NGCP-Callee-Info: <sip:4311002@spce.test>;ip=127.0.0.1;port=508[5|8];primary=4311002'
- 'P-To-Device: 1'
- 'Content-Type: application/sdp'
- 'Content-Length: \d+'

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:508[5|8];prxroute=1 SIP/2.0'
- 'From: <sip:testuser1003@spce.test>;tag='
- 'To: <sip:1002@spce.test>;tag='
- 'Call-Info: <sip:spce\.test>;appearance-index=1'

Loading…
Cancel
Save