logging change

This commit is contained in:
hehe 2023-03-08 22:24:28 +05:30
parent ad863d2e7e
commit 479322e94e
1 changed files with 1 additions and 1 deletions

View File

@ -1996,7 +1996,7 @@ SWITCH_STANDARD_APP(conference_function)
while (*conference_name == ' ') {
conference_name++;
}
/* Supporting + in the conference name ? */
/* checking for pin only after profile_name */
if ((profile_name_and_pin = strrchr(conference_name, '@'))) {
*profile_name_and_pin++ = '\0';
} else {