Meet some fixes

Hello, guys!
Please check new version in Downloads

Server:
- Added logs for timer task exceptions
- Removed port from REGISTER and INVITE requests
- Fixed exception: “Method parameter value is out of range”
- Added property for configuring of outbound port 4060 instead of 5060
- Diagnostic patch transaction monitoring dynamic log_level configuration

Client
- Fixed “Server returned HTTP response code: 403 for URL” problem
- Fixed autologin in Phone.js
- AEC works now with Player 11 and Ru localization.
- New design for PhoneJS new design
- Use SipConstants instead of 5060
- Use only RtmpClientConfig for rtmpclients
- Fixed Debian install.sh bug with “uname -i”

Posted in News | Leave a comment

Click2Call released

Finally we released Click2Call version! (check downloads)

Main thing of this version is the Featured JavaScript Click2call solution, from now you can create your own Click2Call services.

Most usefull feature here – is abililty to configure rules for control click2call calls. You can dynamically set caller accounts and callee accounts (FROM and WHERE it will make the calls)

Lets see how it works.

  1. Download and install Flashphoner
  2. Don`t forget install server and then client.

  3. Place Click2Call button on site of your user/partner
  4. Use Click2CallJS.html as example.

  5. Configure Click2Call
  6. Set rules what accounts will be used for calls and what numbers it will call

  7. Start Click2Call service!
  8. All buttons calls to different numbers using different accounts. And you can control it.

Enjoy new JS Click2Call and write us with any questions.

Posted in News | Leave a comment

Flash Player 11 released

3rd of October Adobe released new Flash Player 11!

This is an extremely important event for the flash-telephony market, because new flash player supports two fundamental things for the web-telephony.
This is h.264 (hd video) and g.711 (most popular audio) codecs.
So, server-side transcoding is no longer needed.

That mean:
1. Audio and video delay will smaller
2. Productivity of server side will higher (more concurrent calls)

We are working at implementing Flash Player 11 support right now, and plan finish it during this week.
According to our preliminary tests, support for this codecs in the new player will increase the server productivity not less than twice.

Follow our news and we will tell you more about it.

Posted in News | Leave a comment

Flashphoner source code here!

Hey, guys!

Fom now you can find source code of Flashphoner-client here https://github.com/flashphoner/flashphoner_client

From now our team will work in this repository and you
always will have actually source code.

Also we updated Developer Guide, please check it.

P.S.
Do not miss!
We will keep you posted about new click2call features,
which will be released during next 30 days.

Posted in News | Leave a comment

Flashphoner becomes a Wowza partner!

From now Flashphoner becomes Wowza Media product partner.

Our team works with Wowza during three years, and all the time we get a stable and fast support and always have a good relationship.

Flashphoner server based on Wowza Media Server platform, and we highly recommend for all this multi-streaming server as extremely stable and rapidly evolving product with excellent technical support

We are very gratefull for help to all Wowza Media team and especially to Alex Dobrushin, Wowza CMO

Posted in News | Leave a comment

JS Phone released!

Flashphoner released “JS Phone” version.
Main feature – JavaScript API and built-in JavaScript Phone.
Please try it here.

We working hard last month and make lots of fixes, improving and code refactoring to make Flashphoner stronger and faster.
You can create cool JS Phones from now.

Our plans for October and November:
- Make full-featured Click2Call solution (with some cool features)
- Implement support of Flash Player 11 (with support h264 and g711 on the client side)
Please write us all suggestions to [email protected]

By the way, on the next week we will post detailed description about our next Click2Call solution.
Be in touch!

Yours,
Flashponer team

Posted in News | Leave a comment

Comparison of RTMP-SIP products

Web-phones are very popular now.
Voip market is growing fast, but much more faster
growing market of browser web-telephony.

There no many players at this market
They are few, but they are all different and interesting.

We decided make a review of this market
just to compare existing flash-sip (rtmp-sip) products with each other
and help developers select the best for their project.

And the first thing we going to do – ask our customers
what options of flash-sip solutions most important to them
It will be a short survey that will help all of us
better understand the situation

Here are important parameters from our point of view
- Functionality
- Customizability
- Documentation
- Stability
- Support
- Price
- Further updates

Lets see what our customers think about it.

Follow our news -
and get detailed comparison
of the flash-sip products soon!

Posted in Articles | Leave a comment

JS Phone pre-released!

This friday we are happy inform you that Flashphoner pre-released new “JS API” version with the JavaScript Phone!

New Flashphoner version contain JavaScript API so you can create your own web-phones using JavaScript techology.
Also we developed our version of JS Phone and include it in this pack.
it`s open source, of cource.

We believe this is a truly significant moment in the history of the web-telephony,
because appearance of such usefull JavaScript phones starts the new era of penetration phone communication in the web.

Please try it and tell us – how it is going.

Always yours,
Flashphoner Team
(download page)

Posted in News | Leave a comment

Java Script Phone – how it works?

Obviously, you can not make Java Script Phone.
JS technology simply does not allow it.
However, it is possible with Flashphoner JavaScript API.

How does it work?
The scheme is very simple.
Flashphoner server provides an API for flash applications allows you create your own flash-phones.
We made it as a library flashphoner_api.swc.
(API description here)

Using this library you can make phone on the Flash (ActionScript) technology.
As a result you will have flashphoner - flash app with phone interface and phone functionality
(please check example at the www.flashphoner.com main page)

But we go ahead! and use flashphoner_api.swc library for creating
an application flashphoner_js_api.swf. This flash app has no user interface,
this is just a library for creating Java Script phones!

That means you can make web phone using the JavaScript technology.
and this phone will call to regular phones via flashphoner_js_api.swf.

This flash app will appear in the page only in two cases
1. When you must allow to use the camera or microphone
2. When you want to watch/send video during the videocall (yes, videocalls also insluded!)
and will be hidden in the other cases, so you can play with GUI
without difficulty of ActionScript compiling

There is the scheme:
JavaScript –> flashphoner_api_js.swf –> Flashphoner server –> VOIP server –> Mobile/PSTN

Flash – makes all related to publishing and playing the streams
JavaScript – makes all related to user interface and call management
And it’s really usefull!

We made our JS phone as an example.
It turned out pretty easy and very convenient.
We also used JQuery, and it made it more easier.

We invite all try Java Script Phone!
We will release it in the next week,
we will keep you posted.

Posted in Articles | Leave a comment

Meet Flashphoner JavaScript API

Our team works at JS API right now.
We will prepare for you Full-featured JavaScript Phone with Video, Transfer, Hold and other features.
Also auto-login feature will be included here.

Please write us any suggestions about JS API functions or any features
and we will include it to our roadmap.

Posted in News | Leave a comment