aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index e774c344a..cf7188c7b 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -6813,7 +6813,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
if (found)
transmit_response(p, "200 OK", req);
else
- transmit_response(p, "403 Permission Denied", req);
+ transmit_response(p, "403 Forbidden", req);
} else
p->subscribed = 1;