Commit dea6fb57 authored by Muhammadali's avatar Muhammadali

update version: 1.2.3

parent d94882d4
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.2.2", "version": "1.2.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -102,13 +102,6 @@ export class BoxDialer { ...@@ -102,13 +102,6 @@ export class BoxDialer {
} }
onSoundType({ type, bool }) { onSoundType({ type, bool }) {
console.log(
this.ringtone,
'sound',
{ type, bool },
`body clicked: ${this.played}`,
);
if (this.played) { if (this.played) {
switch (type) { switch (type) {
case 'ring': case 'ring':
...@@ -240,6 +233,9 @@ export class BoxDialer { ...@@ -240,6 +233,9 @@ export class BoxDialer {
case 'call_m_stream_audio_remote_added': case 'call_m_stream_audio_remote_added':
uiState = 'connected'; uiState = 'connected';
break; break;
case 'call_i_ao_request':
uiState = 'connectingOutgoing';
break;
default: default:
break; break;
} }
...@@ -306,6 +302,9 @@ export class BoxDialer { ...@@ -306,6 +302,9 @@ export class BoxDialer {
this.setGuiPhoneState({ stateCode: this.sipState }); this.setGuiPhoneState({ stateCode: this.sipState });
// QORA EKRANDA ULANYAPTI.. SOZINI VAHTGA OZGARTIRISH KERE ( SEKKUNDAMER ) // QORA EKRANDA ULANYAPTI.. SOZINI VAHTGA OZGARTIRISH KERE ( SEKKUNDAMER )
break; break;
case 'call_i_ao_request':
this.setGuiPhoneState({ stateCode: this.sipState });
break;
case 'hangup_terminating': case 'hangup_terminating':
// QORA EKRANNI OCHIRISH KERE // QORA EKRANNI OCHIRISH KERE
......
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