I cannot think of an easy way to do this as of now, for this reason: The users that are parsed in users.conf are simply registered to the "dialplan" as you know it, with ast_register_extension, or something like that.
So when users.conf is parsed, the user extension is automatically created, so I am not sure how to add a statement before this without editing asterisk, in which it would only be added into trunk, etc. Temporary Solution: Make a custom extension to call those employees and monitor/record? -bk Michael Welter wrote: > The customer wants all calls at specific employee extensions to be > monitored without any action on the employees part. > > bkruse wrote: > >> Setup features.conf (or the features page in the GUI) >> (or use the file editor) >> >> To do monitoring after an exten, and make sure asterisk >> is in the path, so it can recognize DTMF. >> >> Then you can send *9 or whatever to do active recording. >> >> -bk >> >> Michael Welter wrote: >> >>> My customer would like to record all inbound and outbound calls at >>> certain extensions. Is there a way to configure this using >>> asterisk-gui? Is there at least a way to set a user variable with the GUI? >>> >>> Thanks >>> >>> >>> _______________________________________________ >>> --Bandwidth and Colocation Provided by http://www.api-digital.com-- >>> >>> asterisk-gui mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-gui >>> >>> >> _______________________________________________ >> --Bandwidth and Colocation Provided by http://www.api-digital.com-- >> >> asterisk-gui mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-gui >> >> >> > > _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-gui mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-gui
