update CREDTS file

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 23 years ago
parent 5654b1b886
commit 13dbf301c6

@ -32,12 +32,14 @@ Jean-Denis Girard - Various contributions from the South Pacific Islands
jd-girard@esoft.pf http://www.esoft.pf jd-girard@esoft.pf http://www.esoft.pf
Jac Kersing - Various fixes Jac Kersing - Various fixes
Steven Critchfield - Seek and Trunc functions for playback and recording Steven Critchfield - Seek and Trunc functions for playback and recording
critch@basesys.com critch@basesys.com
Jefferson Noxon - app_lookupcidname, app_db, and various other contributions Jefferson Noxon - app_lookupcidname, app_db, and various other contributions
Klaus-Peter Junghanns - in-band DTMF on SIP and MGCP Klaus-Peter Junghanns - in-band DTMF on SIP and MGCP
Ross Finlayson - Dynamic RTP payload support Ross Finlayson - Dynamic RTP payload support
Mahmut Fettahlioglu - Audio recording, music-on-hold changes, alaw file Mahmut Fettahlioglu - Audio recording, music-on-hold changes, alaw file
format, and various fixes. Can be contacted at mahmut@oa.com.au format, and various fixes. Can be contacted at mahmut@oa.com.au
James Dennis - Cisco SIP compatibility patches to work with SIP service
providers. Can be contacted at asterisk@jdennis.net
=== OTHER CONTRIBUTIONS === === OTHER CONTRIBUTIONS ===
John Todd - Monkey sounds and associated teletorture prompt John Todd - Monkey sounds and associated teletorture prompt

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

Loading…
Cancel
Save