Closed MayamaTakeshi closed 9 months ago
Changing to use a single transport for caller and another for callee doesn't change behavior:
json_get_string_param reason
process_media call_id=32
i=0 media not found
create_media_endpoint call_id=32
Error: create_media_transport failed
at Object.respond (/home/takeshi/src/git/MayamaTakeshi/sip-lab/index.js:58:45)
at /home/takeshi/src/git/MayamaTakeshi/sip-lab/a.js:50:18
at Array.forEach (<anonymous>)
at test (/home/takeshi/src/git/MayamaTakeshi/sip-lab/a.js:49:20)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
If we change
to
in https://github.com/MayamaTakeshi/sip-lab/blob/0e336a738038a3533d2dff494dba419ff22136f1/samples/16_calls.js
the test will fail with: