Ram Anji writes: > I am using kamailio server as a integrated RLS server. > Server generating backend subscriptions for all resourse list entries, for > client RLS subscribe. But the issue is server again challenging > authentication for thease internal subscribes which are not handled.
you can try to skip authentication depending on where subscribe request comes from. > 2. RLS subscribe looping for backend subscriptions > > After the work around, i found another issue with RLS backend subscriptions. > Server also generating subscriptions request with the eventlist in the > supported header. this is again handled by rls_handle_subscribe with the > valid return value. So again the server is checking rls resource list to > generate backend subscribes. backend subscription may again be for a list. use rls_handle_subscribe() return code to check. -- juha _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
