My twilio phone number is set to call forward (with a twiml bin) to my physical phone. This works perfectly and I do not want inbound calls to involve a SIP trunk, etc.
However, when I place an outbound call from my voip dialer, I want to place it from my twilio number so I am setting up a SIP trunk for that.
It seems to be straightforward but it has never worked ...
- I name the trunk
- I set the termination SIP URI (mytrunkname).sip.twilio.com
- I created and set a credential with username/password
- I did NOT add a IP ACL since I don't want one
- I set nothing in the "origination" section
- I did NOT add any numbers to the SIP trunk - since I don't want inbound calls to go to the trunk - I want inbound calls to keep using my call-forwarding twiml bin
Then I use the SIP URI and the user/pass in my VOIP dialer ... and it always fails. It cannot auth/connect properly to my trunk.
What am I missing here ? Is it impossible to only use a SIP trunk for outbound calling and I need to configure the number in the SIP trunk and give up my call forward twiml bin ?
Thanks.