From cf834d379b5a6a7393d0c25386c55959f5df4550 Mon Sep 17 00:00:00 2001 From: David Troy Date: Sat, 1 Apr 2006 18:07:37 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@52 f02b47b9-160a-0410-81a6-dc3441afb0ec --- src/astmanproxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/astmanproxy.c') diff --git a/src/astmanproxy.c b/src/astmanproxy.c index 065c05a..31af40d 100644 --- a/src/astmanproxy.c +++ b/src/astmanproxy.c @@ -277,6 +277,8 @@ void *session_do(struct mansession *s) ProxyLogin(s, astman_get_header(&m, "UserName"), astman_get_header(&m, "Secret")); else if ( !strcasecmp(action, "Logoff") ) ProxyLogoff(s); + else if ( !strcasecmp(action, "Challenge") ) + ProxyChallenge(s, &m); else if ( !(*proxyaction == '\0') ) proxyaction_do(proxyaction, &m, s); else if ( ValidateAction(&m, s ,0) ) { -- cgit