Are there any chances to hear early media from the other side?
For example, if I use sipml5 library I can hear Not available voice message from the operator. With SIP js I can't do this.
Thanks.
I figured out you should add constraints in invite method on machines without camera (otherwise chrome blocks video/audio by default)
var session = ua.invite('sip:early@junctionnetworks.com', {
For me, FF 35.0 connected (according to the SIP messages in the console) but did not play any audio. Updating SIP.js to 0.6.4 fixes it for me. Can you try that?