Hi! > How can an Attendant switch on or off the AutoAttendant from her phone?
This is not difficult and can be done within the dialplan as defined in extensions.conf. Take a look at DBput() and DBget() in combination with gotoif(). Store the system data using DBput(), and get the system status with DBget() and then decide what to do. Cheers, Philipp _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
