0

I have configured Red5Phone 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 a implement a hold button, can anyone please guide me.

I am new to asterisk, how do I begin?

Do I directly need to call any asterisk function or does red5phone already has that function.

Zoredache
  • 130,897
  • 41
  • 276
  • 420
sunil221
  • 101
  • 1
  • 3
  • What does the manual say? This seems to be a pretty application specific question to ask here. – SpacemanSpiff Jan 24 '11 at 15:50
  • there is no manual for red5phone , i tried googling but havent found solution thanks for your responde. – sunil221 Jan 25 '11 at 07:58
  • This seems like it might be better off on SO, given that Sunil would have to code this functionality. It's an open-source SIP phone that runs in Flash, according to it's Google Code homepage. – mfinni Jan 26 '11 at 03:02

1 Answers1

1
  1. Implement hold button in flash part (use transfer button as example)
  2. Call hold function from flash (same as transfer button calls transfer method on server)
  3. Implement hold function at server (also you can start by copying server transfer)