본문으로 건너뛰기
BringTalk
프로그램▼
워크샵2일 — 직접 만들어보며 감을 잡습니다POC프로젝트★ 대부분 여기서 시작6주 — 빠르게 데이터로 검증합니다AX프로젝트검증한 것을 전사의 시스템으로
콘솔Alpha
인더스트리▼
자동차광고 리드, 시승, 견적, 정비 예약까지 콜을 매출 흐름으로 연결합니다.인테리어·가구상담 예약, 견적 일관성, 설치 후 CS를 한 흐름으로 묶습니다.보험 GA리드 후속, 보장 안내, 갱신 콜을 컴플라이언스 기준으로 운영합니다.금융·캐피탈납부 일정, 신청 상태, 동의 확인 콜을 신뢰 기반으로 처리합니다.통신·인터넷해지 방어, 장애 접수, 요금제 상담을 반복 가능한 운영으로 만듭니다.여행·항공·호텔변경, 지연, 리워드 문의를 고객 맥락에 맞춰 이어갑니다.법무·회계·세무첫 상담 접수와 일정·서류 안내로 전문가 시간을 회수합니다.의료·치과예약, 시술 상담, 진료 외 시간 응대를 놓치지 않고 받습니다.부동산 중개매물 매칭과 임장 일정 조율로 거래 기회를 지킵니다.교육·유학·학원상담 신청 후속과 등록 전환을 부모·학생 양쪽 톤으로 응대합니다.물류·렌탈·모빌리티배송 추적, 렌탈 일정, 차량 상태 조회 콜을 자동화합니다.B2G·공공민원 1차 분류와 인증·정책 안내로 상담 인력을 비웁니다.
솔루션▼
Vapi공식 파트너Global Top 3 Voice AI Platform
블로그
상담 신청
프로그램
워크샵POC프로젝트AX프로젝트
콘솔Alpha
인더스트리
자동차인테리어·가구보험 GA금융·캐피탈통신·인터넷여행·항공·호텔법무·회계·세무의료·치과부동산 중개교육·유학·학원물류·렌탈·모빌리티B2G·공공
솔루션
Vapi
블로그
상담 신청
설계

What Is CTI? How Phone Systems and CRMs Actually Connect

CTI is the layer joining a phone system to the software an agent works in. The network does not know whose number is calling; the CRM has no idea the phone is ringing. What crosses that gap, and the three things to check before blaming the line when a screen pop arrives late.

Moon Kim·August 7, 2026·3분 읽기

목차

  1. 1. CTI Translates Between the Phone Network and the Desktop
  2. 2. Two Things Cross the Layer
  3. 3. A Late Pop Is Usually Not a Network Problem
  4. 4. Where This Does Not Apply

The agent picks up and the customer record is still blank. CTI is wired in, and this still happens — the cause is rarely the network.

1. CTI Translates Between the Phone Network and the Desktop

Computer Telephony Integration joins a phone system to the software an agent works in. The phone system — a PBX, or a cloud contact centre — knows which number called which and what state the call is in, but not whose number it is; the CRM knows that and has no idea the phone is ringing.

CTI carries the caller number (ANI) and dialled number (DNIS) across to the desktop, and turns a button press on screen into a command the network understands.

What the phone network, the CTI layer and the agent desktop each know and do not know
What the phone network, the CTI layer and the agent desktop each know and do not know

What each layer knows, and does not, is what sets the scope of an integration.

An IVR sits ahead of all this, on the network side. What to keep when that front end becomes AI is covered in What to Keep When You Replace an IVR With AI — that piece is about replacing the front end, this one about the wiring that stays either way.

2. Two Things Cross the Layer

The screen pop. The desktop looks up a record from data attached to the call. Genesys documents a fixed search order for its Gplus Adapter — keys prefixed id_ first, then cti_ keys, then a regular expression, then ANI and DNIS. Phone number is close to a last resort. (Genesys, Gplus Adapter Screen Pop, accessed 2026-08-07)

Call control. Answer, hold, transfer and hang up from the same window. Salesforce Open CTI does this as a browser JavaScript API, so a softphone runs inside Salesforce with no adapter per machine. (Salesforce, Get Started with Open CTI, accessed 2026-08-07)

Both methods have a lifespan. That same page states Open CTI is in maintenance mode, retiring in February 2028 and already unavailable in newly created Agentforce Service orgs, with Salesforce Voice as the successor. This layer hangs on two platform roadmaps at once, and a feature grid leaves that column out.

3. A Late Pop Is Usually Not a Network Problem

The screen fills in after the greeting. Agents stop waiting and search by hand mid-call, and the integration ends up alive but unused. Three checks, in order.

Trigger point. The Genesys page above states the default is to pop when the call is established; popping while it still rings requires Screen Pop on Ringing. Often the lookup is not slow, it starts late.

Lookup key. Country-code, leading-zero and switchboard formats sitting in one table is common, and a format the CRM does not store finds nothing.

Match count. When several records share a number the desktop has nothing to choose by — hence the companion troubleshooting page having you surface the match count in debug notifications. (Genesys, Troubleshooting Gplus Adapter Integration with Salesforce, accessed 2026-08-07)

Three things to check, in order, when the pop is late or missing
Three things to check, in order, when the pop is late or missing

A delayed pop almost always traces back to one of these three, not to the line.

The layer is still needed when an AI answers. BringTalk measures call start and lookup completion as two separate numbers.

4. Where This Does Not Apply

Honestly, CTI is not always worth wiring.

  • A few dozen calls a day and two or three agents. The seconds a pop saves need volume to add up
  • Calls where the number identifies no one. Switchboard origination and shared lines break the premise
  • A CRM nobody has cleaned up. A wrong record is worse than none, and an agent who stops trusting the screen is hard to win back

Outbound-led teams have a different bottleneck, the list and the dialling method, which is outside this piece.

In short: CTI moves what the network knows (ANI, DNIS, call state) and what the desktop knows (who this is) across to each other. When a pop is late, check the trigger point, the lookup key and the match count before the line.

이 글 공유하기
XLinkedIn

READ NEXT

함께 보면 좋은 글

설계

Voice AI Retry Design — retryOnFail, Idempotency Keys, and onError

September 3, 2026
설계

Where Phone Booking Automation Ends

September 2, 2026
설계

Traditional IVR, Visual IVR, Digital ARS, Voice AI — Four Systems With Different Branch Logic

September 1, 2026
우리 콜에서는?

같은 전환을 한국어 콜 운영에서 — 6주 안에 숫자로 확인하세요.

6주 POC 상담Vapi 도입 상담
BringTalk

콜 운영에 들어가 음성 AI 에이전트를 6주 만에 실험 가능한 시스템으로 구축합니다.

탐색
  • 브링톡 콘솔 Alpha
  • 인더스트리
  • Vapi 파트너십
  • 블로그
프로그램
  • 워크샵
  • POC프로젝트
  • AX프로젝트
연락
  • contact@bringtalk.ai
  • 070-5275-3800
  • 상담 신청
개인정보처리방침이용약관개인정보 문의
© 2026 BringTalk · Voice Agent StudioEvery call becomes revenue.