[OpenSIPS-Users] opensips and openxcap with RLS

Michael Ciupka opensips at michael-ciupka.de
Mon May 4 14:56:58 CEST 2009


Hello Anna,

thanks for your answer. yes i know with the openxcap. my openxcap file show like this:
address = xcap.open-ims.test
port = 8000
root = https://xcap.example.com/xcap-root
root = http://open-ims.test/xcap-root
root = http://192.168.2.6/xcap-root
backend = OpenSIPS
document_validation = Yes
log_stacktrace
log_stacktrace=500
log_stacktrace=any
log_response_body=400,409
log_request_headers=401
type = basic
cleartext_passwords = Yes
default_realm = example.com
trusted_peers = 192.168.2.6
certificate = tls/server.crt
private_key = tls/server.key
authentication_db_uri = mysql://opensips:opensipsrw@localhost/opensips
storage_db_uri = mysql://opensips:opensipsrw@localhost/opensips
subscriber_table = subscriber
xcap_table = xcap
xmlrpc_url = http://192.168.2.6:8080
enable_publish_xcapdiff = yes

now i want to manage a RLS Server and configure them in opensips.cfg. 
is my config.cfg from openxcap ready for RLS or i must write there something?

Regards
Michael

-------- Original-Nachricht --------
> Datum: Mon, 04 May 2009 14:58:46 +0300
> Von: Anca Vamanu <anca at opensips.org>
> An: Michael Ciupka <opensips at michael-ciupka.de>
> CC: users at lists.opensips.org
> Betreff: Re: [OpenSIPS-Users] opensips and openxcap with RLS

> Michael Ciupka wrote:
> > Hello,
> >
> > now i have configure opensips.cfg to get a RLS.
> > i write this command in the file:
> > modparam("rls","db_url",
> "mysql://opensips:opensipsrw@localhost/opensips")
> > modparam("rls", "xcap_table", "xcap")
> > modparam("rls", "rlsubs_table", "rls_watchers")
> > modparam("rls", "rlpres_table", "rls_presentity")
> > modparam("rls", "clean_period", 100)
> > modparam("rls", "waitn_time", 10)
> > modparam("rls", "xcap_root", "http://192.168.2.6:8000/xcap-root")
> > modparam("rls", "integrated_xcap_server", 1)
> > modparam("rls", "to_presence_code", 10)
> > modparam("rls", "presence_server", "sip:192.168.2.6:5060")
> > modparam("rls", "server_address", "sip:192.168.2.6:5060")
> >
> >
> >   
> Just as a remark: why do you set the parameters to their default value?
> 
> modparam("rls", "rlsubs_table", "rls_watchers")
> modparam("rls", "rlpres_table", "rls_presentity")
> modparam("rls", "clean_period", 100)
> modparam("rls", "waitn_time", 10)
> modparam("rls", "to_presence_code", 10)
> 
> 
> In the documentation default value means that the parameter already has
> this value and that you should set it only if you wish to change it.
> 
> 
> 
>  
> > I must also configure the openxcap file? if so  what commands i need or
> what commands are significant?
> >
> >
> >   
> What do you mean by this question??
> You must of course configure the openxcap server and you will find 
> documentation for this on the openxcap.org page.
> > Regards
> > Michael
> >   
> 
> regards,
> Anca
> > _______________________________________________
> > Users mailing list
> > Users at lists.opensips.org
> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> >
> >   



More information about the Users mailing list