update CREDTS file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-11 14:53:05 +00:00
parent 5654b1b886
commit 13dbf301c6
2 changed files with 6 additions and 3 deletions

View File

@@ -4236,9 +4236,10 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
}
} else if (ast_pickup_call(c)) {
ast_log(LOG_WARNING, "Nothing to pick up\n");
transmit_response_reliable(p, "503 Unavailable", req);
p->alreadygone = 1;
ast_pthread_mutex_unlock(&c->lock);
ast_hangup(c);
transmit_response_reliable(p, "503 Unavailable", req);
} else {
ast_pthread_mutex_unlock(&c->lock);
ast_hangup(c);