Strip characters, Including spaces, for tel: link

I ended up just changing: esc_url( $member_phone )  to  esc_attr( $member_phone )

Not sure of any drawbacks to this, but it does work as the space is not interpreted as ‘%20’.