TT#81700 fix ambiguous test

* both tests match in sip_[in/out]

Change-Id: I9ad1b2d8b40f9558cf910c2cb9821ed93a0f9bd7
mr11.3
Victor Seva 3 years ago
parent ccf10c6cc3
commit 1839ee0b10

@ -13,8 +13,10 @@ flow:
sip_in:
- '^SIP/2.0 180 Ringing'
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
sip_out:
- [
'^SIP/2.0 180 Ringing',
'CSeq: \d+ INVITE',
'Contact: <sip:127.0.0.1:508[08];transport=udp>',
]

@ -19,4 +19,5 @@ sip_out:
- [
'^SIP/2.0 180 Ringing',
'CSeq: 2 INVITE',
'P-Out-Socket: udp:[% server_ip %]:5060',
]

Loading…
Cancel
Save