<div dir="auto">Hello,</div><div dir="auto"><br></div><div dir="auto">I’ve been going through the modules of 3.1 and was looking for one which performs outbound auth for invite messages, but couldn't really find one which also supports loading credentials from a database. </div><div dir="auto"><br></div><div dir="auto">I’m basically looking for something which does the following:</div><div dir="auto"><br></div><div dir="auto">Client —Auth1—> OpenSips —-Auth2 —> Sip Provider (PSTN)</div><div dir="auto">Where:</div><div dir="auto">Auth1: Using Auth and Auth_DB modules</div><div dir="auto">Auth2: ???</div><div dir="auto"><br></div><div dir="auto">The only thing I can think of is using the uac and uac_auth modules and some database (cache) module to load the credentials and set the avps accordingly for outbound auth required by a sip provider. Is this the only option? </div><div dir="auto">I haven’t tried this approach yet, but I assume I just set the avps in failure route, call uac_auth and the Invite is populated with the authorization header containing the actual digest credentials? </div><div dir="auto"><br></div><div dir="auto">Thanks and regards,</div><div dir="auto"><br></div><div dir="auto">Grant</div>