[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 226 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_DeveloperGarden_VoiceCall:: (4 methods):
newCall()
newCallSequenced()
tearDownCall()
callStatus()
Class: Zend_Service_DeveloperGarden_VoiceCall - X-Ref
newCall($aNumber, $bNumber, $expiration, $maxDuration,$account = null, $privacyA = null, $privacyB = null, $greeter = null) X-Ref |
init a new call with the given params param: string $aNumber param: string $bNumber param: integer $expiration param: integer $maxDuration param: integer $account param: boolean $privacyA param: boolean $privacyB param: string $greeter return: Zend_Service_DeveloperGarden_Response_VoiceButler_NewCallResponse |
newCallSequenced($aNumber, $bNumber, $expiration, $maxDuration,$maxWait, $account = null, $privacyA = null, $privacyB = null, $greeter = null) X-Ref |
init a new call with the given params but specially here, you can define a set of numbers to be called if the first number isnt reachable (ie: bNumber = +4930-111111,+4930-222222,+4930-333333) param: string $aNumber param: array $bNumber param: integer $expiration param: integer $maxDuration param: integer $maxWait param: integer $account param: boolean $privacyA param: boolean $privacyB param: string $greeter return: Zend_Service_DeveloperGarden_Response_VoiceButler_NewCallSequencedResponse |
tearDownCall($sessionId) X-Ref |
This tear down the call with the given sessionId param: string $sessionId return: Zend_Service_DeveloperGarden_Response_VoiceButler_TearDownCallResponse |
callStatus($sessionId, $keepAlive = null) X-Ref |
checks the callStatus and updates the keepAlive if provided param: string $sessionId param: integer $keepAlive return: Zend_Service_DeveloperGarden_Response_VoiceButler_CallStatusResponse |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |