mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 17:30:37 +00:00
logging change
This commit is contained in:
parent
ad863d2e7e
commit
479322e94e
@ -1996,7 +1996,7 @@ SWITCH_STANDARD_APP(conference_function)
|
|||||||
while (*conference_name == ' ') {
|
while (*conference_name == ' ') {
|
||||||
conference_name++;
|
conference_name++;
|
||||||
}
|
}
|
||||||
/* Supporting + in the conference name ? */
|
/* checking for pin only after profile_name */
|
||||||
if ((profile_name_and_pin = strrchr(conference_name, '@'))) {
|
if ((profile_name_and_pin = strrchr(conference_name, '@'))) {
|
||||||
*profile_name_and_pin++ = '\0';
|
*profile_name_and_pin++ = '\0';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user