fix and test cases for #217 - sip:refer blocks if NOTIFY not received after 202 Accepted (#218)

This commit is contained in:
Dave Horton
2023-01-13 12:07:46 -05:00
committed by GitHub
parent a6b5366136
commit 33b8bd701d
8 changed files with 341 additions and 4 deletions

View File

@@ -53,6 +53,13 @@ test('incoming call tests', (t) => {
.then(() => {
return t.pass('handles in-dialog requests');
})
.then(() => {
return sippUac('uac-refer-no-notify.xml', '172.38.0.30');
})
.then(() => {
return t.pass('handles sip:refer where we get 202 but no NOTIFY');
})
.then(() => {
srf.disconnect();
t.end();