MT#57731 Be less strict on messages from asterisk

Change-Id: Ibf0007287872723beb1345876a3f6bfd0a248437
mr11.5
Alessio Garzi 3 years ago
parent 5a03179554
commit bbbad123b3

@ -25,13 +25,10 @@ messages:
- 'From: <sip:[% scenarios.0.username %]@invite-voicebox.scenarios.test>;tag=[\w-]+'
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite-voicebox.scenarios.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE'
- 'Supported: replaces'
- 'Content-Type: application/sdp'
- 'Content-Length: \d+'
- 'Contact: <sip:ngcp-lb@[% server_ip %]:5060;ngcpct=[^;]+>'
- 'v=0'
- 'o=root \d+ \d+ IN IP4 [% server_ip %]'
- 'c=IN IP4 [% server_ip %]'
- 't=0 0'
- 'm=audio \d+ RTP/AVP 8'
@ -47,6 +44,4 @@ messages:
- 'From: <sip:[% scenarios.0.username %]@invite-voicebox.scenarios.test>;tag=[\w-]+'
- 'To: <sip:[% scenarios.0.responders.0.username %]@invite-voicebox.scenarios.test>;tag=[\w-]+'
- 'CSeq: \d+ BYE'
- 'Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE'
- 'Supported: replaces, timer'
- 'Content-Length: 0'

Loading…
Cancel
Save