On Tue, March 18, 2008 4:56 pm, Marcelo Rodrigues Leite wrote:
Before backporting I need to find out if openxcap works with postgresql, if it doesn´t it would be useless to backport.
Another XCAP server I was taking a look was XCAP-lite, but it seems it was discontinued.
Hi Marcelo,
well, perhaps your chances to get a quick answer are better on the openxcap mailing list.. ;-) You could also just try to figure out by yourself if this works. If this python stuff just uses the abstracted DB API that they depend on, then it should be not that hard.
From the OpenSER side i don't see any reason why it don't should work with
postgres. The xcapclient module just uses the standard DB API, like any other module.
Cheers,
Henning