summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5b66b936e..e4eda2828 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5111,11 +5111,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;