Hi,

I am working on an issue to automatically download contact list
(sipXconfig world - phonebook) from sipX to couterpath client. 
Right now  WebDAV is supported by counterpath and used for this matter.

Basically what I did is 

1)      Modified the couterpath provision servlet (cmcprov) to generate
per user contact list during counterpath log in 
2)      Modified the counterpath plug in to set a default WebDAV URL 

Right now since Jetty doesn't have native webDAV support and the Apache
WebDAV module already available on sipX.  I configured apache to enable
webDAV via port 80 by added a httpd-dav.conf into the dir httpd.conf.d.

Now I have a question regarding the authentication, I would like to
reuse the sip credentials  used by sipXconfig for authentication of
webDAV.

But I am not sure how sipXconfig authentication is done , is it using
jetty native authentication method or its own, either way can it be
reused by sharing the authentication database or file if applicable. 

I could use a jetty WebDAV servlet if the solution for apache to reuse
jetty/sipXconfig requires comparatively more efforts.

I would like to get some thoughts regarding the authentication and any
comments on the whole issue resolution. 


Thanks
Jason

_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to