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 6df7e1d0b..3c2d73b36 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -17811,7 +17811,7 @@ static struct sip_peer *build_peer(const char *name, struct ast_variable *v, str
peer->call_limit = atoi(v->value);
if (peer->call_limit < 0)
peer->call_limit = 0;
- } else if (!strcasecmp(v->name, "busy-level")) {
+ } else if (!strcasecmp(v->name, "busylevel")) {
peer->busy_level = atoi(v->value);
if (peer->busy_level < 0)
peer->busy_level = 0;