fix for #217 - refer blocks if notify nor bye received

This commit is contained in:
Dave Horton
2023-01-13 12:29:23 -05:00
parent 028aeea856
commit 7122d955fe
7 changed files with 340 additions and 3 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();