Searched refs:callState (Results 1 – 1 of 1) sorted by relevance
179 this.getCallIdByState = function(callState) { argument180 if ((callState < CALLSTATE_ACTIVE) || (callState > CALLSTATE_WAITING)) {185 if (calls[i].state == callState) {278 this.countCallsInState = function(callState) { argument280 if ((callState < CALLSTATE_ACTIVE) || (callState > CALLSTATE_WAITING)) {286 if (calls[i].state == callState) {