Igor Kolosov
Igor Kolosov
Yes, after 1st phone send BYE, it don’t receive NOTIFY. Problem with 2nd phone, seems there some exception when notifier try to send NOTIFY. I can provide logs from 2nd...
Hi ! Here the logs of my test phone and jssip phone1 (user web1), and phone2 (user web2), call transferred to phone3 (user web3) I send also build jssip.js, because...
OK, thanks. Currently I tried set breakpoint in phone2: Seems problem here: function sendRequest(method, options){ debug(‘sendRequest()’); return this._dialog.sendRequest(method, options) } Here this is OK. But _dialog === undefined. From: José...
Hi ! Still have the problem, with 3.3.2 version, please see attached log. Regards, iqk From: José Luis Millán [mailto:[email protected]] Sent: Monday, December 24, 2018 17:12 To: versatica/JsSIP Subject: Re:...
Opps, seem my problem. I get the build: git clone https://github.com/versatica/JsSIP.git JsSIP What’s I should do ?
Yes, it’s exactly what I did: and I see that used in the last testing your fix: Found in dist/jssip.js file using in the last test: ------------------------------------- key: "_failed", value:...
The problem can be seen directly in debugger if set breakpoint as I described before in Chrome dev tools. I set the breakpoint after hangup 1st call and before accept...
Other proposed fix, according yours comment : "// Put this in a try/catch block." File ReferNotifier.js: Method: notify() ` notify(code, reason) { debug('notify()'); if (this._active === false) { return; }...
OK, edited and removed.
The issue is happening in 3.3.6 version Scenario: web1 call to web3 web3 accept call web3 initiate blind transfer to web2 (send REFER) web1 send NOTIFY to web3 web1 calling...