[asterisk-dev] MeetMe, setting MEETMEUNIQUEID
Grigoriy Puzankin
gpuzankin at gmail.com
Tue Apr 21 12:18:54 CDT 2009
Hi,
In Asterisk 1.6.0.6 I noticed that after the first member has entered
into meetme conference MEETMEUNIQUEID variable is set to the uniqueid of
the first member. Even when the first member left the conference
MEETMEUNIQUEID still points to his uniqueid for the new members joining
the conference.
Is it supposed to be so? I would expect to see the uniqueid of the
pseudo channel, which is the "base" of meetme conference.
So the change would be in app_meetme.c:
pbx_builtin_setvar_helper(chan, "MEETMEUNIQUEID", conf->uniqueid);
to
pbx_builtin_setvar_helper(chan, "MEETMEUNIQUEID",
conf->chan->uniqueid);
--
Grigoriy Puzankin
More information about the asterisk-dev
mailing list