summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ua.c b/src/ua.c
index eaa65e9..44834c4 100644
--- a/src/ua.c
+++ b/src/ua.c
@@ -1105,7 +1105,7 @@ static void sipsess_conn_handler(const struct sip_msg *msg, void *arg)
if (list_count(&ua->calls) + 1 > MAX_CALLS) {
info("ua: rejected call from %r (maximum %d calls)\n",
&msg->from.auri, MAX_CALLS);
- (void)sip_treply(NULL, uag.sip, msg, 486, "Busy Here");
+ (void)sip_treply(NULL, uag.sip, msg, 486, "Max Calls");
return;
}