Fix/dial refer (#1264)

* Revert "Update dial.js (#1243)"

This reverts commit 259dedcded.

* add to .gitignore

* when we receive a REFER on the parent leg, after adulting the child the dial task in the parent session should end
This commit is contained in:
Dave Horton
2025-06-28 15:01:09 -04:00
committed by GitHub
parent ab83b21979
commit 7691af30de
7 changed files with 234 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ require('./sip-request-tests');
require('./create-call-test');
require('./play-tests');
require('./sip-refer-tests');
require('./sip-refer-handler-tests');
require('./listen-tests');
require('./config-test');
require('./queue-test');