I found asterisk 1.4 manager interface really powerful ,I read some asterisk developer's blog ,they are working hard on AMI(asterisk managerment interface)
demo is here
http://allvoipsolutions.org/callshopdemo/asteriskevents.html
I only display call events, display registration events,agents logon/logoff events,meetme events is ok, you can send commands to asterisk also,but this is outside of my initial target.
I also attach the flex files source code here,but it doesn't means latter project is open source
see my manager.conf
[general]
displaysystemname = yes
enabled =yes
port = 5038
bindaddr = 0.0.0.0
;timestampevents = yes
[mymonitor]
secret=
write =
my flash policy file ( from flash 9, if u want flash connect to one server via socket, the server must have one flash policy file ,otherwise cannot connect , look at here http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.htm... ,download policy file server,and modify policy file,and run ), you can download flash policy file server here ,and unzip,and modify flashpolicy file as below ,then run(see readme)

I want to do one flash UI to interworking with asterisk with AMI,so following is possible
1. monitor asterisk activities (registered, call status)
2. initial calls ,callback
3. config asterisk config files
so this flash UI can be base for following applications
1. call center agent UI,who will make calls,answer calls, get caller information,etc
2. callshop (please see http://www.allvoipsolutions.org/mydrupal/node/4 for detail)
3. asterisk manager
I am considering use flash/flex +php +remoting,hope it will done in one month

