On 8/23/10 7:31 PM, Douglas Hubler wrote: > On Mon, Aug 23, 2010 at 7:18 PM, Tony Graziano > <[email protected]> wrote: > >> Sweet. How difficult is it to edit the vm and sipxconfig templates manually >> to reflect config changes, etc.? >> > on Freebsd we had a utility called 'wait_on'. and it can sit in the background using low level kernal calls (select, wait) to watch changes to files or directories. once those files or directories change, it can exit with a specific exit code.
you start this in a script, it watches config dirs, launches a script, a little php,perl,sed/awk/grep code and it might be transparent to the user. > Most of it is updating the line.xml and phone.xml files. > http://wiki.sipfoundry.org/display/xecsdev/Configuration+Model+and+Settings > In > /etc/sipxpbx/polycom > _______________________________________________ > sipx-users mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.secnap.com/products/spammertrap/ ______________________________________________________________________ _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
