1. Call recording: All (or selected) calls to the secretary must be recorded. Just requires an addition to the dialplan.http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record
2. Call barge in: Assume that two subscribers are talking to each other. Secretary makes “emergency” (for example, an extension with emergency prefix) call to one of thesesubscribers -> Secretary barges in the established call (conference). In FreeSWITCH it is called eavesdrop and its in the default configuration in the dialplan http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_eavesdropTo use it from the default entry in the dialplan you can dial 88 followed by the extension number. If you want to limit it to a set of extensions just add an additional condition. 3. Call drop when emergency call arrives: the same as above, but established call is dropped end emergency call is established. It might be possible to do it with just the xml dialplan. However it could definitely be accomplished within a short time using a dialplan entry and a lua, perl or javascript. Best Regards, Mark J Crane http://www.fusionpbx.com (Open source graphical interface for FreeSWITCH) --- On Wed, 12/2/09, Artem Shiyanov <[email protected]> wrote: From: Artem Shiyanov <[email protected]> Subject: Re: [Freeswitch-users] call barge in To: [email protected] Date: Wednesday, December 2, 2009, 10:21 AM 1 - config 2 - I've done this with programming 3 - suppose programming would be needed Here is a bunch of code, search there ''barge" Artem On Wed, Dec 2, 2009 at 11:34 AM, Nikolay Kondratyev <[email protected]> wrote: Hi all, I’m evaluating FS for our organization. I must fulfill the following requirements: 1. Call recording: All (or selected) calls to the secretary must be recorded. 2. Call barge in: Assume that two subscribers are talking to each other. Secretary makes “emergency” (for example, an extension with emergency prefix) call to one of these subscribers -> Secretary barges in the established call (conference). 3. Call drop when emergency call arrives: the same as above, but established call is dropped end emergency call is established. Can anybody please advise if this is possible with FS? If yes, is it just a configuration task, or additional programming will be needed? Thanks in advance, Nikolay. _______________________________________________ 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 -----Inline Attachment Follows----- _______________________________________________ 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
_______________________________________________ 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
