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コードジェネレーター
- 無料名刺デザイナー
- 印刷可能なWiFiカード
- 一括CSV(500コード)
- 40テンプレート
- 20言語
このバーコード形式は前景色と背景色のみで単色描画されます。テンプレート、ドット/アイ形状、グラデーション、フレーム、中央ロゴは QR コードにのみ適用され、ここでは非表示です。
さらに30テンプレートを表示
上記のボタンでスタイルを保存して、お気に入りをここに保存してください。
または組み込みアイコンを選択してください:
アイコンをさらに 108 個表示
QR の背後に低い不透明度で描画されます。写真越しでも QR がスキャンできるよう EC=H が自動で適用されます。
一括生成
CSVをアップロードして、1回のバッチで最大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.