--
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.
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"/>
/opt/freeswitch/etc/freeswitch/dialplan/features.xml