opensips/modules/uac/uac.c

changeset 21
6bb708a2265f
parent 16
c5c55937e44c
equal deleted inserted replaced
0:0df8b0ad494c 1:619ddca20737
27 * (bogdan) 27 * (bogdan)
28 * 2006-03-02 UAC authentication looks first in AVPs for credential (bogdan) 28 * 2006-03-02 UAC authentication looks first in AVPs for credential (bogdan)
29 * 2006-03-03 the RR parameter is encrypted via XOR with a password 29 * 2006-03-03 the RR parameter is encrypted via XOR with a password
30 * (bogdan) 30 * (bogdan)
31 * 2009-08-22 TO header replacement added (bogdan) 31 * 2009-08-22 TO header replacement added (bogdan)
32 * 2010-01-18 UAC is able to construct credentials from request (msvb)
32 33
33 */ 34 */
34 35
35 36
36 #include <stdio.h> 37 #include <stdio.h>
104 {"uac_restore_to", (cmd_function)w_restore_to, 0, 105 {"uac_restore_to", (cmd_function)w_restore_to, 0,
105 0, 0, 106 0, 0,
106 REQUEST_ROUTE|BRANCH_ROUTE|FAILURE_ROUTE }, 107 REQUEST_ROUTE|BRANCH_ROUTE|FAILURE_ROUTE },
107 {"uac_auth", (cmd_function)w_uac_auth, 0, 108 {"uac_auth", (cmd_function)w_uac_auth, 0,
108 0, 0, 109 0, 0,
109 FAILURE_ROUTE }, 110 REQUEST_ROUTE|FAILURE_ROUTE },
110 {0,0,0,0,0,0} 111 {0,0,0,0,0,0}
111 }; 112 };
112 113
113 114
114 115

mercurial