sksushilkumar / red5phone

Automatically exported from code.google.com/p/red5phone
0 stars 0 forks source link

implementing hold and ignore call button in redphone #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi All, I have configured Red5Phone(version 0.9.1) on Red5 Server. I am able to 
connect to Asterisk Server, its working fine. I have used Flex as a client. 
Red5 and Asterisk are on the same server.

Now I want to put a drop down on my Red5Phone, which shows options as below: 
1)Active -> means Get value 2)Do not disturb -> means should not recieve any 
calls when user selects this option 3)No leads -> means no calls from extension 
which I will be adding.

The Red5Phone version that I am using does not have any of these features, so 
how do I go about implementing them? I have created a dropdown in my Flex phone 
layout, but need to now call the corresponding methods in ActionScript to 
implement these features. Will I have to modify the source code for 
Red5Phone(it's in java) and compile again?

Can any one please guide me, where to start?

Original issue reported on code.google.com by senielro...@gmail.com on 1 Feb 2011 at 6:41