Hi Vaclav,
In the config in handling PUBLISH request call handle_publish instead of handle_subscription.
Woops, right, thanks alot.
Here are some details, I'm using SER 0.9.6 Unstable from debian package (http://ftp.iptel.org/pub/ser/0.9.6/packages/debian/unstable/)
If I add one of these parameters in ser.cfg file, modparam("pa", "auth", "none") modparam("pa", "winfo_auth", "none") modparam("pa", "auth_xcap_root", "http://localhost/xcap-root")
I get this error : ERROR: bad config file (1 errors) Erreur de segmentation
And when using PUA.pl to test this, I always received a closed presence state. Do you have any idea ?
Cheers, Akeru.
On 27-01-2006 08:23, Akeru Ikena wrote:
Hi Vaclav,
In the config in handling PUBLISH request call handle_publish instead of handle_subscription.
Woops, right, thanks alot.
Here are some details, I'm using SER 0.9.6 Unstable from debian package (http://ftp.iptel.org/pub/ser/0.9.6/packages/debian/unstable/)
If I add one of these parameters in ser.cfg file, modparam("pa", "auth", "none") modparam("pa", "winfo_auth", "none") modparam("pa", "auth_xcap_root", "http://localhost/xcap-root")
I get this error : ERROR: bad config file (1 errors) Erreur de segmentation
And when using PUA.pl to test this, I always received a closed presence state. Do you have any idea ?
0.9.x are all stable releases. They do not contain Vaclav's presence code.
Jan.
Thanks Jan,
What should I do ? Find a version 0.8.x with presence ? The presence snapshot does not contain the modules I want. I tried the CVS snapshot but it is way too much unstable for now (fifo being a module, the change db schema, and so on).
Any advises ?
Thanks.
On 31-01-2006 13:00, Akeru Ikena wrote:
Thanks Jan,
What should I do ? Find a version 0.8.x with presence ? The presence snapshot does not contain the modules I want. I tried the CVS snapshot but it is way too much unstable for now (fifo being a module, the change db schema, and so on).
Any advises ?
I would recommend you to setup two SERs. One only for presence stuff and one for production. It's a good idea to keep that funcionality separated anyway.
For normal SIP routing you can use 0.9.6 configured to forward all SUBSCRIBE and PUBLISH requests to another SER instance. For presence SER instance you can use the snaphsots created by Vaclav that can be found at http://ftp.iptel.org/pub/ser/presence.
Jan.