Home | History | Annotate | Download | only in js

Lines Matching refs:CALLSTATE_DIALING

392         newCall = this.addCall(CALLSTATE_DIALING, req.data.address, '');
405 'nextState' : CALLSTATE_DIALING});
980 if ( (calls[i].state == CALLSTATE_DIALING) ||
1071 var dialingCalls = this.countCallsInState(CALLSTATE_DIALING);
1072 var index = this.getCallIdByState(CALLSTATE_DIALING);
1129 var dialingCalls = this.countCallsInState(CALLSTATE_DIALING);
1131 this.addCall(CALLSTATE_DIALING, phoneNumber, '');