Page 1 of 1

Reading, watching, repeating, weeping! Inbound Calls!

PostPosted: Tue May 23, 2023 7:25 pm
by docdoc
Hi - I've spent the past week working on a new VICIdial install.
I have it working on my internal, local network. I was able to connect a Twilio trunk and I can successfully make outbound calls from a Zoiper5 softphone from a completely different PC than the one my VICIdial install is on.

I have SNGREP listening on the VICIdial server. I can see the INVITE originate when I call the number from my cell phone. I see the Origination trunk behave as expected when a connection is failing (I have it set to use the Virginia center first then the Oregon center - I see the two INVITE entries from IPs each related to each of Twilio's server centers).

I feel I am just that close to getting a complete system working (at least for individual outbound and inbound calls from the Zoiper5 phone - no campaigns or anything yet).

I have the DID set up. I believe it is correctly, but just in case, I changed the "default" DID entry to route to PHONE, I put the Phone Extension that matches the phone extension I registered to my Zoiper5 phone, and I selected the Server IP (which I only have one option, of course).

That should be it, right? (Apparently not - as NO such luck getting inbound calls).

Any help - or even resource I can watch or read - would be appreciated!

Thanks!
8) :D

Re: Reading, watching, repeating, weeping! Inbound Calls!

PostPosted: Fri May 26, 2023 5:31 pm
by jamiemurray
Append the following to your Account Entry on the carrier entry you have for Twilio and you'll be good to go...
(You may also have to open port 5060 for each of the IPs shown too if you have it firewalled)

Code: Select all
[twilio_in](!)
type=peer
disallow=all
allow=alaw&ulaw
insecure=port,invite
qualify=no
context=trunkinbound

[TW_US_VA_01](twilio_in)
host=54.172.60.0

[TW_US_VA_02](twilio_in)
host=54.172.60.1

[TW_US_VA_03](twilio_in)
host=54.172.60.2

[TW_US_VA_04](twilio_in)
host=54.172.60.3

[TW_US_OR_01](twilio_in)
host=54.244.51.0

[TW_US_OR_02](twilio_in)
host=54.244.51.1

[TW_US_OR_03](twilio_in)
host=54.244.51.2

[TW_US_OR_04](twilio_in)
host=54.244.51.3

[TW_EU_IR_01](twilio_in)
host=54.171.127.192

[TW_EU_IR_02](twilio_in)
host=54.171.127.193

[TW_EU_IR_03](twilio_in)
host=54.171.127.194

[TW_EU_IR_04](twilio_in)
host=54.171.127.195

[TW_EU_DE_01](twilio_in)
host=35.156.191.128

[TW_EU_DE_01](twilio_in)
host=35.156.191.129

[TW_EU_DE_01](twilio_in)
host=35.156.191.130

[TW_EU_DE_01](twilio_in)
host=35.156.191.131

[TW_APAC_JP_01](twilio_in)
host=54.65.63.192

[TW_APAC_JP_02](twilio_in)
host=54.65.63.193

[TW_APAC_JP_03](twilio_in)
host=54.65.63.194

[TW_APAC_JP_04](twilio_in)
host=54.65.63.195

[TW_APAC_SG_01](twilio_in)
host=54.169.127.128

[TW_APAC_SG_02](twilio_in)
host=54.169.127.129

[TW_APAC_SG_03](twilio_in)
host=54.169.127.130

[TW_APAC_SG_04](twilio_in)
host=54.169.127.131

[TW_APAC_AU_01](twilio_in)
host=54.252.254.64

[TW_APAC_AU_02](twilio_in)
host=54.252.254.65

[TW_APAC_AU_03](twilio_in)
host=54.252.254.66

[TW_APAC_AU_04](twilio_in)
host=54.252.254.67

[TW_LATAM_BR_01](twilio_in)
host=177.71.206.192

[TW_LATAM_BR_02](twilio_in)
host=177.71.206.193

[TW_LATAM_BR_03](twilio_in)
host=177.71.206.194

[TW_LATAM_BR_04](twilio_in)
host=177.71.206.195