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.
- 二维码生成器
- 免费名片设计器
- 可打印的 WiFi 卡片
- 批量 CSV (500 个码)
- 40 种模板
- 20 种语言
此条码格式仅以前景色和背景色单色渲染。模板、点/眼形状、渐变、边框和中心徽标仅适用于二维码,此处已隐藏。
显示更多 30 个模板
使用上面的按钮保存样式,以便将您最喜欢的样式保存在此处。
或者选择内置图标:
显示更多 108 个图标
以降低的不透明度渲染在 QR 背后。自动强制 EC=H,使 QR 仍可通过照片扫描。
批量生成
上传 CSV 文件,一次最多可生成 500 个二维码。每一行都会生成独立的二维码——您可以选择模板,也可以逐行自定义 21 项属性:颜色、边框、点/眼/眼球样式、渐变、透明度、尺寸、纠错等级、格式、内置 logo 等。
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)。
支持全部 20 种二维码类型,包括 URL、WiFi、vCard、MeCard、Email、SMS、Event、Location、UPI、SEPA、PayPal、Crypto、Micro QR 和 rMQR。下载示例 CSV,查看所有列、40 个模板、11 种边框样式以及 12 个内置 logo 的实际效果。
1. 下载示例 CSV · 2. 在 Google Sheets、Excel、Numbers 或任意文本编辑器中编辑 · 3. 在此上传
将整个二维码——类型、所有字段值、样式、框架、徽标、名片设计——保存为单个 .qr.json 文件。稍后加载它以一键重新创建所有内容。
输入内容以生成您的二维码
在法庭上也能成立的电子签名
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 种语言
完全翻译的界面、原生字符渲染,以及对阿拉伯语和乌尔都语的从右到左支持。
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.