Basic question here...for making calls in/out of Twilio, between PSTN numbers and SIP endpoints (e.g. PBX), it seems you could accomplish this using 1 of 2 methods:
- Twilio SIP (using TwiML for translating between PSTN call and SIP call)
- Elastic SIP Trunking
I'm wondering what the main differences in these methods are. It seems that with Twilio SIP you have use of TwiML-based applications, and with SIP Trunking you do not...is that the only difference?