Module: sip-router Branch: master Commit: 30bec8e614018a7d4949cee0f9a38b512effe455 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30bec8e6...
Author: Alex Hermann alex@speakup.nl Committer: Alex Hermann alex@speakup.nl Date: Fri Jun 10 13:00:20 2011 +0200
modules_k/uac: Add reg_request_to function
This function will lookup a local user from the registration table and prepares mesasage variables so the request can be sent to the remote user, providing authentiction via uac_auth().
---
modules_k/uac/README | 75 ++++++++++++++++++++++++-------- modules_k/uac/doc/uac_admin.xml | 41 +++++++++++++++++ modules_k/uac/uac.c | 34 ++++++++++++++ modules_k/uac/uac_reg.c | 91 +++++++++++++++++++++++++++++++++++++++ modules_k/uac/uac_reg.h | 1 + 5 files changed, 223 insertions(+), 19 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=30be...