Commit 37aaafe7 authored by Muhammadali's avatar Muhammadali

update version: 1.4.6

parent 2b793e71
{
"name": "boxdialer",
"version": "1.4.5",
"version": "1.4.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -550,7 +550,7 @@ export class BoxDialer {
}
transferButtonClick(number) {
console.log('transferButtonClick');
console.log('transferButtonClick', number, this.oSipSessionCall);
if (this.oSipSessionCall) {
if (this.oSipSessionCall.transfer(number) != 0) {
toast.error('Call transfer failed');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment