diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 63e0280c9c..84d0c6cd76 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -14643,7 +14643,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc } if (!e && (p->method == SIP_INVITE || p->method == SIP_SUBSCRIBE || p->method == SIP_REGISTER || p->method == SIP_NOTIFY)) { - transmit_response(p, "503 Server error", req); + transmit_response(p, "400 Bad request", req); sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT); return -1; }