Hide phone numbers of users

74 views
Skip to first unread message

Franz Heinz

unread,
Jul 26, 2020, 6:51:02 AM7/26/20
to BigBlueButton-Setup
Hello,

usually when a user dials in a conference via phone their phone number is used as their username. Since this isn't very privacy-friendly I'm searching for a way
 to hide the phone number an showing usernames like phone001, phone002, etc. . It would be even better if afterwards the moderators could set the usernames manually.

Is there any way to do so?

Fred Dixon

unread,
Jul 26, 2020, 8:59:28 AM7/26/20
to BigBlueButton-.
H Franz,

I did some googling for

  bigbluebutton hide dialin number

and found this post


Regards,... Fred


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/ab1053e6-e27d-4e8f-8340-1ec6dbe89822o%40googlegroups.com.


--
BigBlueButton Developer

Like BigBlueButton?  Tweet us at @bigbluebutton

Franz Heinz

unread,
Jul 26, 2020, 11:23:05 AM7/26/20
to BigBlueButton-Setup
Thanks a lot.

Seems that I should implement to lines of code, but I don't get, in which file to put them:

Add the 2 bolded lines below to public dialplan block right before the transfer action.

 

Then at shell to reload changes

 

/opt/freeswitch/bin/fs_cli -x "reloadxml"

 

    <action application="play_and_get_digits" data="5 5 3 7000 # conference/conf-pin.wav ivr/ivr-that_was_an_invalid_entry.wav pin \d+"/>

 

    <action application="set" data="MASK=${system echo ${caller_id_name} | grep -o -P '.{0,4}$' | sed 's/^/xxx-xxx-/' }"/>

    <action application="set_profile_var" data="caller_id_name=${MASK}"/>

 

    <action application="transfer" data="SEND_TO_CONFERENCE XML public"/>

bayden10

unread,
Jul 26, 2020, 12:22:22 PM7/26/20
to BigBlueButton-Setup
Hi, things may have moved but try here:

/opt/freeswitch/etc/freeswitch/dialplan/features.xml


Franz Heinz

unread,
Jul 26, 2020, 1:34:55 PM7/26/20
to BigBlueButton-Setup
After some hour I finally found out that (obviously) I had to put it into /opt/freeswitch/conf/dialplan/public/my_provider.xml
Reply all
Reply to author
Forward
0 new messages