]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
check in basic flex demo as basis to develop a client application
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 5 Jul 2011 16:16:31 +0000 (11:16 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 5 Jul 2011 16:16:31 +0000 (11:16 -0500)
commit25be760bbc8f18864d7961474665861dfb7d93ba
treeac6176c9adcdbbbfae74e6ae96a57528e6b19711
parentcad68d53f5d449b7601b1ef254e443651fc12c3b
check in basic flex demo as basis to develop a client application
76 files changed:
clients/flex/Sound_of_phone_ringing2.mp3 [new file with mode: 0644]
clients/flex/build.sh [new file with mode: 0755]
clients/flex/com/adobe/air/crypto/EncryptionKeyGenerator.as [new file with mode: 0644]
clients/flex/com/adobe/air/filesystem/FileMonitor.as [new file with mode: 0644]
clients/flex/com/adobe/air/filesystem/FileUtil.as [new file with mode: 0644]
clients/flex/com/adobe/air/filesystem/VolumeMonitor.as [new file with mode: 0644]
clients/flex/com/adobe/air/filesystem/events/FileMonitorEvent.as [new file with mode: 0644]
clients/flex/com/adobe/air/logging/FileTarget.as [new file with mode: 0644]
clients/flex/com/adobe/air/net/ResourceCache.as [new file with mode: 0644]
clients/flex/com/adobe/air/net/events/ResourceCacheEvent.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/HMAC.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/IntUtil.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/MD5.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/MD5Stream.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/SHA1.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/SHA224.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/SHA256.as [new file with mode: 0644]
clients/flex/com/adobe/crypto/WSSEUsernameToken.as [new file with mode: 0644]
clients/flex/com/adobe/errors/IllegalStateError.as [new file with mode: 0644]
clients/flex/com/adobe/fileformats/vcard/Address.as [new file with mode: 0644]
clients/flex/com/adobe/fileformats/vcard/Email.as [new file with mode: 0644]
clients/flex/com/adobe/fileformats/vcard/Phone.as [new file with mode: 0644]
clients/flex/com/adobe/fileformats/vcard/VCard.as [new file with mode: 0644]
clients/flex/com/adobe/fileformats/vcard/VCardParser.as [new file with mode: 0644]
clients/flex/com/adobe/images/BitString.as [new file with mode: 0644]
clients/flex/com/adobe/images/JPGEncoder.as [new file with mode: 0644]
clients/flex/com/adobe/images/PNGEncoder.as [new file with mode: 0644]
clients/flex/com/adobe/net/DynamicURLLoader.as [new file with mode: 0644]
clients/flex/com/adobe/net/IURIResolver.as [new file with mode: 0644]
clients/flex/com/adobe/net/MimeTypeMap.as [new file with mode: 0644]
clients/flex/com/adobe/net/URI.as [new file with mode: 0644]
clients/flex/com/adobe/net/URIEncodingBitmap.as [new file with mode: 0644]
clients/flex/com/adobe/net/proxies/RFC2817Socket.as [new file with mode: 0644]
clients/flex/com/adobe/protocols/dict/Database.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/Definition.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/Dict.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/DictionaryServer.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/MatchStrategy.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/Response.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/ConnectedEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/DatabaseEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/DefinitionEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/DefinitionHeaderEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/DictionaryServerEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/DisconnectedEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/ErrorEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/MatchEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/MatchStrategiesEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/events/NoMatchEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/util/CompleteResponseEvent.as [new file with mode: 0755]
clients/flex/com/adobe/protocols/dict/util/SocketHelper.as [new file with mode: 0755]
clients/flex/com/adobe/serialization/json/JSON.as [new file with mode: 0644]
clients/flex/com/adobe/serialization/json/JSONDecoder.as [new file with mode: 0644]
clients/flex/com/adobe/serialization/json/JSONEncoder.as [new file with mode: 0644]
clients/flex/com/adobe/serialization/json/JSONParseError.as [new file with mode: 0644]
clients/flex/com/adobe/serialization/json/JSONToken.as [new file with mode: 0644]
clients/flex/com/adobe/serialization/json/JSONTokenType.as [new file with mode: 0644]
clients/flex/com/adobe/serialization/json/JSONTokenizer.as [new file with mode: 0644]
clients/flex/com/adobe/utils/ArrayUtil.as [new file with mode: 0644]
clients/flex/com/adobe/utils/DateUtil.as [new file with mode: 0644]
clients/flex/com/adobe/utils/DictionaryUtil.as [new file with mode: 0644]
clients/flex/com/adobe/utils/IntUtil.as [new file with mode: 0644]
clients/flex/com/adobe/utils/NumberFormatter.as [new file with mode: 0644]
clients/flex/com/adobe/utils/StringUtil.as [new file with mode: 0644]
clients/flex/com/adobe/utils/XMLUtil.as [new file with mode: 0644]
clients/flex/com/adobe/webapis/ServiceBase.as [new file with mode: 0644]
clients/flex/com/adobe/webapis/URLLoaderBase.as [new file with mode: 0644]
clients/flex/com/adobe/webapis/events/ServiceEvent.as [new file with mode: 0644]
clients/flex/freeswitch.html [new file with mode: 0644]
clients/flex/freeswitch.mxml [new file with mode: 0644]
clients/flex/freeswitch.swf [new file with mode: 0644]
clients/flex/jquery-1.4.2.js [new file with mode: 0644]
clients/flex/jquery.query-2.1.7.js [new file with mode: 0644]
clients/flex/jquery.tmpl.js [new file with mode: 0644]
clients/flex/swfobject.js [new file with mode: 0644]
clients/flex/warning-icon.png [new file with mode: 0644]