TT#107650 fix invite_callee_bye

Change-Id: I55e033fbd5b3236634c329e5f595e1ab3648fa4e
mr9.3.1
Victor Seva 5 years ago
parent 0a2e17d30a
commit 488e2f13c8

@ -31,7 +31,6 @@ sip_in:
- 'From: <sip:testuser1003@spce.test>;tag=[\w-]+'
- 'To: <sip:4311002@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ BYE'
- 'P-LB-Uptime: \d+'
- 'Content-Length: 0'
sip_out:
- [
@ -47,6 +46,5 @@ sip_out:
'From: <sip:testuser1003@spce.test>;tag=[\w-]+',
'To: <sip:testuser1002@spce.test>;tag=[\w-]+',
'CSeq: \d+ BYE',
'P-LB-Uptime: \d+',
'Content-Length: 0',
]

Loading…
Cancel
Save