Commit 8bac3efb authored by Muhammadali's avatar Muhammadali

update version: 0.5.2

parent fdf7bc57
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.5.1", "version": "0.5.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -89,8 +89,9 @@ const Modal = ({ ...@@ -89,8 +89,9 @@ const Modal = ({
<div <div
className='transferAreaIcon' className='transferAreaIcon'
onClick={() => { onClick={() => {
boxDialer.selectUser(); window.BX
// setTransferModel(!transferModel) ? boxDialer.selectUser()
: setTransferModel(!transferModel);
}}> }}>
<SendToMobileIcon style={{ color: '#fff' }} /> <SendToMobileIcon style={{ color: '#fff' }} />
{/* <CallCardDropDown {/* <CallCardDropDown
......
...@@ -506,6 +506,12 @@ export class BoxDialer { ...@@ -506,6 +506,12 @@ export class BoxDialer {
return; return;
} }
toast('Call transfered'); toast('Call transfered');
this.onSipStateChange.modalState({
bool: false,
callType: 'answered',
callAnswerType: 'oncoming',
callFromName: null,
});
} }
} }
cancelTransferButtonClick() { cancelTransferButtonClick() {
......
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