We have restored card payments since September 13, 2024.
Please write to sales@flashphoner.com or Skype flashphoner.com with any questions regarding payments and subscription renewals.
We have restored card payments since September 13, 2024.
Please write to sales@flashphoner.com or Skype flashphoner.com with any questions regarding payments and subscription renewals.
When you provide users with a new feature – be ready for impact. When the calls flow will increased several times – you can easily balance the Flashphoner load, by placing it on multiple servers. Flashphoner load monitored by a special http interface, which issue this statistics of each server on request from your web server. So your load balancer can easily track Flashphoner load statistics and distribute connects for the optimal load blancing.
Yes, except the server side, Flashphoner also has a client applications in complete. There are two kinds of this – Web phone with many buttons, and Click-to-Call button with one “Call button” and predetermined call destination. Both are open source and you can easily change their interfaces and functional. Both have Java Script API.
DTMF (Dual-Tone Multi Frequency), or tone dialing – the basis of voice menu navigation – is absolutely essential if you are processing a lot of calls. For many years, organizations around the world to save on phone consultants wages using all the advantages of voice menu (IVR, Interactive Voice Response).
Internet telephony does not lag a step, and Flashphoner – Flash-VoIP server (gateway) also has DTMF support.
This means that users, whom call you from website, will be able to use your convenient voice menu.
Flashphone, built into the website, often require automatic control. You want the users to manage their click2call buttons or web-phones from the control panel of for your service. Flashphoner client application has muli-functional Java Script API.
Your site will be able to fully manage your flashphone by the special scripts functions.
SIP protocol – the heart of Flashphoner. SIP support, this universal protocol for establish call sessions, makes it possible to call from Flash to anywhere. Flashphoner working on the RFC3261 specification.
At this point, SIP – is the best protocol for establishing call sessions. SIP also supports such features as HOLD, TRANSFER, CONFERENCE and much more.
All of this enhances Flashphoner opportunities.
Flash applicatione and phone (or softphone) have different codecs. Flashphoner can transcode one codec to another.
Flashphoner supports audio and video connections. In the first case it transcodes Speex codec to the codec G.711, in the second case – transcodes Sorenson Spark codec to the codec H.263.
Both of these bundles (Speex-G.711 and Sorenson Spark-H.263) handle by the server side and not loaded the client application.
VoIP telephony market is booming today. And an increasingly competitive is becoming among the VoIP providers. Flash-SIP solution becomes the trump card, which distinguishes one operator from another. Allows user to call directly from the site is going to normal.
This is a server software, allows you to develop flashphones and click2call buttons. Flashphoner unique in that it can connect any application written in Flash with any SIP client.
In other words, Flashphoner – a Flash-VoIP gateway, which allows you call from Flash to landline and mobile phones.
This is a button on the web-page, allows you call to support or sales. Experience shows that people are more receptive to information from hearing, rather than from the text on the site. A person is easier and more pleasant to get advice in the voice menu, or by live communication, than write a text chat, not knowing interlocutor.
With calls from the site, implemented through Flashphoner, the Internet, finally, come the people who had could not comfortably and quickly get information from the endless text, pages and links.
Now they can come to your site and easy get support through live communication, which give them Flash-VoIP connection give them.
Lady and gentlements!
Remember day of 8 March, year 2011!
In this day Adobe magically opens a new era of web-telephony.
Because on March 8 was launched Flash Player 10.3 beta which contains …attention… new Acoustic Echo Cancellation!
And know what? It works perfectly.
Up to this day calls via flash phones were really UGLY, because the flash player had a strong ECHO.
When you speak with someone who used open speakers (laptop, notebook,tablet) – you’ll hear your echo.
And if your partner also uses such a device – huge double screaming echo will burst your ears.
But now everything is different.
Now you can calmly talk through the web fleshphones. Without annoying echo.
You will hear each other and will not hear youself at all.
Now flashphones will be officially used in many business structures and a large number of web-saas services.
Long live the era of web-phones! Hooray!
Ok, lets move forward….
Acoustic Echo is just like Usual echo, but there is one deffrerence
Usual echo is your own voice, reflected from the walls. It arises in the echoing rooms, caves and mountains
Acoustic echo is your own voice, came from the speakers of your collocutor. It arises when your friend use open dynamics.
Acoustic Echo appeares every time when you use open dynamics.
In some cases, the echo suppressed by desktop phone applications like Skype, Bria and other.
But there is problem with browser Flash applications.
Untill now, Flash does not support real echo cancellation. And if you wanted to make a web phone – you had to implement echo cancellation on the server side. It was very difficult to do technically, and it use a lot of server resources during the further work.
But finally Adobe implement AEC in the Flash Player 10.3 and now this problem solved!
(Check related issue in the Adobe track system)
Acoustic Echo Cancellation feature is bundled with Adobe Flash Player version 10.3 beta and above.
You can get more info here:
To use new AEC feature you need recompile your flash app with some new parameters.
Follow this steps:
1. Install Flash Builder 4 (from here)
2. Install Flex SDK 4.5 (from here)
3. Configure it (video tutorial)
4. Install Adobe Flash Player 10.3 (from here)
5. Update your playerglobal.swc file (get from here and put here «C:Program FilesAdobeAdobe Flash Builder 4sdksflex_sdk_4.5.0.19786frameworkslibsplayer10.3»)
6. Replace this string in your code
mic = Microphone.getMicrophone();
by this
mic = Microphone.getEnchancedMicrophone();
7. Configure your Flex project properties like on the picture
8. Rebuild your app
9. Enjoy! From now your app has definitely NO echo!
You should compile flashponer_client with new libraries to get AEC feature.
This steps describes how to accomplish this.
1. Install Flash Builder 4 (from here)
2. Install Flex SDK 4.5 (from here)
3. Configure it (video tutorial)
4. Install Adobe Flash Player 10.3 (from here)
5. Update your playerglobal.swc file (get from here and put here C:Program FilesAdobeAdobe Flash Builder 4sdksflex_sdk_4.5.0.19786frameworkslibsplayer10.3)
6. Download flashphoner_client and flashphoner_api projects from Flashphoner SVN repository (see developer guide)
7. Import it to Flex Builder (see developer guide)
8. Find this class in flashphoner_api project – «com.flashphoner.api.management.SoundControl»
9. Replace this string in code of this
mic = Microphone.getMicrophone();
by this
mic = Microphone.getEnchancedMicrophone();
10. Configure properties of flashphoner_api project like this:
11. Configure properties of flashphoner_client project like this:
12. Rebuild both projects (first flashphoner_api, then flashphoner_client)
13. Enjoy! If you did all correct, you will have no echo at all.
Please write us to support@flashphoner.com with any questions