On Mon, 2008-12-01 at 10:54 -0800, Michael LeBlanc wrote: > Can I run multiple instances of sipXproxy on the same host, or have the > same instance listen on multiple ports?
You can run multiple instances on the same host; I've run 5 sipXecs's simultaneously. In principle it's simple, in practice it's messy. The port numbers are controlled by a configuration file. (The exact method is being changed, but the capability remains -- down in the bowels, sipXecs listening ports can be reconfigured.) The mess is that you have to give each sipXecs instance a different tree of directories to store its stuff in. You can do that by creating a chroot environment, or by rebuilding the code from source, providing "./configure --prefix=/root/of/sipXecs/execution/file/tree". Dale _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
