Learn how to configure SIP for both inbound and outbound calls with Vida AI phone agents.
pbx:
or ext:
to your transfer destination.
Full details on SIP Registration configuration can be found here.
sip:vidasales@sip.vida.dev
sip:+18335888432@sip.vida.dev
vidasales
with your agent’s username or +18335888432
with your agent’s phone number. Send SIP INVITEs to this URI from any VoIP PBX or softphone.
Important Note: The SIP From
header must contain a valid E.164 phone number. Using any other format will result in a SIP 404 error.
{Domain or IP}:{SIP Port};transport={tcp or udp};proxyAddress={domain or IP}:{proxy port}
To
header host portions.5060
if not specified.tcp
or udp
. Defaults to udp
if not specified.5060
.sip.example.com
sip.example.com:6000;transport=tcp
sip.example.com;proxyAddress=proxy.example.com
sip.example.com;transport=tcp;proxyAddress=proxy.example.com:6000