diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c index 5f2a963112..4a106b96c3 100644 --- a/pbx/pbx_config.c +++ b/pbx/pbx_config.c @@ -1334,7 +1334,7 @@ static int handle_save_dialplan(int fd, int argc, char *argv[]) if (*s == '|') *t = ','; else { - if (*s == ',') + if (*s == ',' || *s == ';') *t++ = '\\'; *t = *s; }