summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index f6ccad8c3..a181ec74c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -23994,7 +23994,7 @@ static int handle_request_refer(struct sip_pvt *p, struct sip_request *req, int
/* FAKE ringing if not attended transfer */
if (!p->refer->attendedtransfer) {
- transmit_notify_with_sipfrag(p, seqno, "183 Ringing", FALSE);
+ transmit_notify_with_sipfrag(p, seqno, "180 Ringing", FALSE);
}
/* For blind transfer, this will lead to a new call */