Quickstart
Your first call in 10 minutes
From zero to first inbound call answered from Salesforce. Create tenant, connect trunk, configure IVR, map agent.
Updated:
quickstartsalesforcetrunk
This guide takes you from zero to first inbound call answered on your SIVO instance. Assumes you have an active account (if not, start your free trial).
Prerequisites
- An active SIVO trial or Pro/Enterprise subscription
- Access to your console at
https://<your-tenant>.app.sivocenter.com - A PSTN number from your SIP carrier (Zadarma, Twilio, Bandwidth or any compatible)
- (Optional) A Salesforce Service Cloud Voice org licensed to push transcripts
Step 1 · Create your first SIP trunk
- In the console, go to Trunks → + New trunk.
- Select your carrier (
zadarma,twilio,bandwidthorcustom). - Fill in:
- Name: e.g.
zadarma-prod - Carrier host: e.g.
sip.zadarma.com - User + password (SIP credentials from your carrier)
- Allowed CIDRs: IPs the carrier uses to send calls. For Zadarma:
185.45.152.0/24.
- Name: e.g.
- Save. Status will turn
REGEDwithin 30 s if credentials are correct.
If status stays
FAIL, open Troubleshooting — 90 % of failures are misconfigured CIDRs.
Step 2 · Import a DID
- DIDs → + New DID.
- Enter the PSTN number as given by the carrier (E.164 format, e.g.
+34911234567). - Assign the trunk from step 1.
- Action on entry: for now pick
Send to queueand create a quick queue calledmain.
Step 3 · Create agents
- Users → + New user.
- Create at least one agent (
role: agent) with a free extension (e.g.1000) and a strong password. - Assign them to the
mainqueue. - Have them log in at
https://<your-tenant>.app.sivocenter.com/agent.
When the agent logs in, the softphone is ready. Status flips to
Availableautomatically.
Step 4 · Make the call
From your personal mobile, dial the PSTN number added in step 2. The call should:
- Ring 1–2 s at the carrier
- Reach SIVO and enter the
mainqueue - Get assigned to the
Availableagent - Ring on their softphone — agent accepts
- Two-way audio via WebRTC
Verification: Calls → History shows the row with direction=inbound, status=answered, correct agent and queue.
Step 5 · (Optional) Connect Salesforce
If your plan includes Service Cloud Voice:
- In your Salesforce org, install the SIVO Connector package (one-click).
- In SIVO → Integrations → Salesforce → Connect.
- Accept the OAuth flow. SIVO auto-discovers
org_id,scrt_base_urlandcall_center_name. - User mapping: click Auto-import SF users — matches by email with your existing agents.
- Next inbound call creates a
VoiceCallrecord in SF and routes the agent via Omni-Channel.
What next?
- Design your first IVR with menus, business-hours conditions and AI nodes.
- Enable live transcription with push to Salesforce Conversation/ConversationEntry.
- Set up recording policies by queue, agent or DID.
- Wire up webhooks to feed call events into your CRM.