I haven't gone to the trouble (yet) of making this work, but I believe you could use execute_application from the conference controls to do just about anything with JavaScript...
Here's a wiki page I created after building a JavaScript IVR for a conference server... http://wiki.freeswitch.org/wiki/Examples_JavaScript_Conference_IVR There are a couple functions in there for voicing user count, etc. So, I believe you could stick those in a script by themselves and call them from execute_application. Somehow, you would have to identify what user is calling the script and what conference they're in. (You could possibly set a session variable upon entering the conference, or parse all the conferences until you find that session's UUID.) I don't know what else you're trying to do, but once you get one of them working, the rest should follow a similar template. Post back if you make it work, I'm interested! -- View this message in context: http://www.nabble.com/Controlling-Conference-Controls-tp24063307p24084409.html Sent from the Freeswitch-users mailing list archive at Nabble.com. _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
