Juha Heinanen writes:
yes, that is likely the problem. did you configure your jssip client somehow to use only one media stream?
it was easy. in custom.js:
Settings = { videoDisabledByDefault: true };
after that i was able to make call between jssip client and regular sip client.
-- juha