mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
Merged revisions 186837 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r186837 | mmichelson | 2009-04-07 19:01:49 -0500 (Tue, 07 Apr 2009) | 7 lines Fix bad merge from fix for issue 13867. (closes issue #14686) Reported by: davidw ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@186838 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4330,11 +4330,9 @@ static int sip_call(struct ast_channel *ast, char *dest, int timeout)
|
||||
res = update_call_counter(p, INC_CALL_RINGING);
|
||||
|
||||
if (res == -1) {
|
||||
return res;
|
||||
} else {
|
||||
ast->hangupcause = AST_CAUSE_USER_BUSY;
|
||||
return res;
|
||||
}
|
||||
|
||||
p->callingpres = ast->cid.cid_pres;
|
||||
p->jointcapability = ast_translate_available_formats(p->capability, p->prefcodec);
|
||||
p->jointnoncodeccapability = p->noncodeccapability;
|
||||
|
||||
Reference in New Issue
Block a user