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, чтобы QR оставался читаемым через фото.
Пакетная генерация
Загрузите 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).
Поддерживаются все 20 типов QR-кодов, включая URL, WiFi, vCard, MeCard, Email, SMS, Event, Location, UPI, SEPA, PayPal, Crypto, Micro QR и rMQR. Скачайте образец 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 языках
Полностью переведённый интерфейс, отображение родных шрифтов и поддержка письма справа налево для арабского и урду.
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.