Display invalid extension when there is one, fix minor OSP typo, Don't send 200 OK after 403 Forbidden on SUBSCRIBE

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-29 13:52:03 +00:00
parent 9a478cb855
commit eb6b35b75f
3 changed files with 3 additions and 3 deletions

View File

@@ -452,7 +452,7 @@ int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *tim
}
callerid = l;
ast_mutex_lock(&osplock);
ast_inet_ntoa(ip, sizeof(ip), addr));
ast_inet_ntoa(ip, sizeof(ip), addr);
osp = providers;
while(osp) {
if (!strcasecmp(osp->name, provider)) {