[OGo-Developer] extending ogo with bundles
Helge Hess
developer@opengroupware.org
Mon, 23 Apr 2007 22:45:15 +0200
On Apr 23, 2007, at 21:07, Sebastian Reitenbach wrote:
> Is it possible for me to add a bundle, that adds a checkbox to
> create a
> virtual team telephone conference room into the Asterisk database,
> when a
> team is created by a member of the team creators group so that he
> can create
> these on the fly if they are needed?
Quite a complex sentence ;-)
You want that a "team conference room" object is created when a team
gets created? (and a flag is set).
What is a "team conference room" object? Is it a section in the
Asterisk configuration which you need to write into a file?
> I also want to "automagically" have the
> team conference rooms added to the "Appointment Resources", in a
> special
> group.
What do you mean by "special group"?
> Is that possible just by adding another wobundle, as I have done for
> the MWI in the AsteriskUI?
Probably not, no.
Well you could enhance the team editor page component to embed
additional sub-components based on an NGBundeManager search (on the
bundle-info.plist's). Thats what I would do if it was a frequent
requirement to enhance the team editor.
If not, I would probably just add the option to the team editor.
Thats the UI part. Then you would still need to trigger the
additional backend operation.
Another option would be to create the 'team conference room' on
demand - if the user tries to enter it, but it doesn't exist yet. You
could autocreate it then.
Greets,
Helge
--
Helge Hess
http://www.helgehess.eu/