I need to use twiml code to receive an inbound call and send 3 digits followed by a pound sign. I've confirmed the code below is sending the digits, but not the pound sign.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Play digits="101#"></Play>
</Response>