Free SIP / VoIP QR Code Generator
Encode a SIP address as a QR code. Scanners open the user's softphone (Linphone, Zoiper, Bria, etc.) and dial the address.
- QR Generator
- 명함 디자이너
- WiFi 카드 인쇄
- 일괄 CSV (500개 코드)
- 40개 템플릿
- 20개 언어
이 바코드 형식은 전경색과 배경색만 사용하여 단색으로 렌더링됩니다. 템플릿, 점/눈 모양, 그라디언트, 프레임, 중앙 로고는 QR 코드에만 적용되며 여기서는 숨겨집니다.
템플릿 30개 더 보기
위의 버튼을 사용하여 스타일을 저장하여 즐겨찾기를 여기에 저장하세요.
또는 내장 아이콘 선택:
108개 아이콘 더 보기
QR 뒤에 낮은 불투명도로 표시됩니다. 사진을 통해서도 스캔되도록 EC=H를 자동 적용합니다.
일괄 생성
CSV를 업로드하여 한 번의 배치로 최대 500개의 QR 코드를 생성하세요. 각 행은 고유한 QR이 되며, 템플릿을 선택하거나 행별로 21가지 속성(색상, 프레임, 도트/아이/아이볼 스타일, 그라디언트, 투명도, 크기, 오류 정정, 형식, 내장 로고 등)을 재정의할 수 있습니다.
21개 열: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor. type과 data만 필수입니다. data 내의 필드를 구분하려면 |을 사용하세요(예: ssid|password|WPA).
URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR, rMQR을 포함한 20가지 QR 유형을 모두 지원합니다. 샘플 CSV를 다운로드하여 모든 열, 40개 템플릿, 11개 프레임 스타일, 12개의 내장 로고를 확인해 보세요.
1. 샘플 CSV 다운로드 · 2. Google Sheets, Excel, Numbers 또는 텍스트 에디터에서 편집 · 3. 여기에 업로드
QR 전체 – 유형, 모든 필드 값, 스타일, 프레임, 로고, 명함 디자인 –을 단일 .qr.json 파일로 저장합니다. 나중에 로드하여 한 번의 클릭으로 모든 것을 재현합니다.
QR 코드를 생성하려면 내용을 입력하세요
법정에서도 유효한 전자서명
Abundera Sign은 기본 전자서명을 넘어섭니다. 모든 문서에 암호화 증명, 독립 검증, 변조 방지 증거 패키지가 포함됩니다.
- 자동 생성되는 법원 준비 증거 패키지
- 개인 문서 봉인 — 즉시 변조 감지
- 5개의 독립 시스템에 고정 — 단일 장애 지점 없음
What's a SIP QR Code?
SIP (Session Initiation Protocol, RFC 3261) is the open standard behind most business VoIP. A SIP URI looks like sip:alice@voip.example.com — the same shape as an email address with a different scheme. Mobile and desktop softphones register the sip: and sips: URI handlers, so scanning a QR places the call without typing.
Use SIP QR codes on conference-room signage, support hotline posters, hospitality kiosks, business cards for support engineers, and any place a customer might need to reach you over IP voice without typing a number.
sip vs sips
sip:— standard signalling. Setup messages may transit unencrypted (depending on your PBX configuration). Media is separate (RTP/SRTP).sips:— forces TLS for the SIP signalling path end-to-end. Use this for any QR exposed to the public internet.
Compatibility
Linphone, Zoiper, Bria/CounterPath, Acrobits Softphone, MicroSIP, X-Lite, Yealink CP920 mobile companions, and the native dialer on most enterprise-managed Android handsets all register the SIP scheme. iOS requires a softphone install — there is no built-in SIP client. Asterisk, FreeSWITCH, 3CX, FreePBX, Kamailio, OpenSIPS and every standards-compliant PBX accept the URI format.
26개 언어 지원
완전히 번역된 UI, 원어 스크립트 렌더링, 아랍어 및 우르두어 우→좌 지원.
Frequently Asked Questions
Will iPhone scan a SIP QR?
iOS will recognise the URI but won't dial unless a SIP-registered app is installed (Linphone, Zoiper, Bria, etc.). The user gets a 'Open in...' prompt for the registered handler.
Can I include a port or transport hint?
Yes — paste the full URI like alice@voip.example.com:5061;transport=tls into the User & Host field. We pass it through verbatim.
Does this support video calls?
The SIP signalling supports both audio and video. Whether the call goes video depends on the receiving softphone's negotiated SDP. Most modern softphones offer a video toggle once connected.
What's the difference between SIP and Tel?
tel: opens the cellular dialer to place a PSTN call. sip: opens a SIP softphone to place an IP call. Use tel: for traditional phone numbers, sip: for VoIP addresses.
Can I use this for a Microsoft Teams or Zoom number?
Teams uses its own deeplink scheme (msteams:); Zoom uses zoommtg:. Neither is technically SIP. For Teams 'Direct Routing' deployments the actual PSTN gateway is reached via SIP under the hood, but you'd still hand out the Teams number (use the Phone QR type).
Will desk phones (Yealink, Polycom) scan these?
Desk-phone QR scanners typically recognise the SIP URI but don't auto-dial — they prompt the user. Better UX is usually a one-button speed dial provisioned via the device's XML config.
Is the call encrypted?
Signalling is encrypted only with sips:. Media (the actual audio) is encrypted with SRTP, which is negotiated separately. For a fully encrypted call, both endpoints need to support and require SRTP. Check your PBX docs.