On Sun, Jul 1, 2012 at 10:42 AM, M. Ranganathan <[email protected]> wrote: > The server is temporarily unable to service your request due to maintenance > downtime or capacity problems. Please try again later.
I let appropriate folks know about bad link. George gave you proper advice for getting source. > So where does your source code live these days and what are you guys up to ? in very short terms: Lot's of things changed regarding configuration and supervision. Services themselves (like sipXbridge) read from mongo instead of IMDB. If an xml files had users listed in them, safe bet that also migrated to mongo so we could scale to higher user counts. I did not upgrade JAIN because I had no capacity to handle any upgrade issues. I'm not opposed to upgrading, we'd just need someone like yourself to get involved. We're pretty sure we need to add Homer support to sipXbridge, essentially it means loading a sipxsqa jar and feeding it all incoming and outgoing SIP messages as straight text. The C++ equivalent is here https://github.com/dhubler/sipXhomer/blob/master/proxy-plugin/ProxyPlugin.cpp so very basic. Push of message is sync but processing/save to DB is async so API should return quickly. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
