Hi,
I noticed that Asterisk renames channels in certain situations. This seems to be ignored by app_conference. The module saves the name of the joining member's channel and does not update it after the renaming. This hurts when a user tries to monitor channels and conference-members because after a renaming, the channelname reported by app_conference is invalid. On the other hand, trying to operate with the new channel-name and e.g. mute its member in app_conference does not work either.
Is there a special reason, why app_conference uses the member's channelname from the time it joined the conference or should this be fixed?