{"id":30,"date":"2026-04-07T16:23:09","date_gmt":"2026-04-07T16:23:09","guid":{"rendered":"http:\/\/localhost:8080\/knowledge-base\/browser-phone\/"},"modified":"2026-04-18T13:26:23","modified_gmt":"2026-04-18T13:26:23","slug":"browser-phone","status":"publish","type":"post","link":"https:\/\/www.siperb.com\/kb\/browser-phone\/","title":{"rendered":"Browser Phone"},"content":{"rendered":"\n<p><strong>Browser Phone<\/strong> is an open-source JavaScript SIP\/WebRTC softphone \u2014 a fully functional telephone that runs in any web browser, connecting to your PBX without plugins, downloads, or proprietary hardware. It is the project that Siperb was built from, and it remains the core of Siperb&#8217;s <a href=\"\/kb\/web-phone-for-developers\/\">Web Phone SDK<\/a> today.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Open-Source Project<\/h2>\n\n\n\n<p>Browser Phone was created to solve a specific and practical problem: making and receiving SIP calls directly from a web browser, using WebRTC, without any additional software. At the time, most softphone solutions required either a native app, a browser plugin (Flash, Java applets), or complex PBX-side WebRTC configuration. Browser Phone changed that by handling SIP signalling over a WebSocket connection and media via the browser&#8217;s built-in WebRTC stack.<\/p>\n\n\n\n<p>The original project is available on GitHub under the <a href=\"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\" target=\"_blank\" rel=\"noreferrer noopener\">InnovateAsterisk\/Browser-Phone<\/a> repository. It remains free and open source \u2014 you can fork it, self-host it, and modify it with no licence cost and no Siperb account required.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg\" alt=\"Browser Phone \u2014 original open-source screenshot\"\/><\/figure>\n\n\n\n<p>The project became widely used in the Asterisk and FreeSWITCH communities because it offered a ready-made WebRTC phone client that just worked. Developers could point it at their PBX and have a browser-based softphone running in an afternoon. That simplicity \u2014 and the permissive open-source licence \u2014 is what made it a starting point for so many VoIP projects, including Siperb.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From Browser Phone to the Siperb Web Phone SDK<\/h2>\n\n\n\n<p>As self-hosted Browser Phone deployments grew, the limitations became clear. For most organisations, the real blocker was the requirement that the PBX itself support WebSocket connections and WebRTC media. Older Asterisk and FreeSWITCH installations \u2014 and almost all other PBX vendors \u2014 did not. This meant that to use Browser Phone, you either had to upgrade your PBX or run a WebRTC gateway alongside it.<\/p>\n\n\n\n<p>Siperb was created to remove that requirement. Starting from the Browser Phone codebase, we built the cloud infrastructure layer that sits between the browser and any PBX \u2014 handling the translation, the security, and the scalability that the self-hosted project could not provide out of the box.<\/p>\n\n\n\n<p>The Browser Phone JavaScript code remains the core of what we call the <strong>Browser Phone Core<\/strong> \u2014 the client-side engine that powers the Siperb Web Phone SDK. When you embed a Siperb-connected phone widget in your website, you&#8217;re running a hardened, cloud-connected evolution of the same open-source code.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2168\" height=\"1716\" src=\"\/kb\/wp-content\/uploads\/2026\/04\/Screenshot-2026-03-19-at-14.20.56.png\" alt=\"Siperb running as a browser tab\" class=\"wp-image-13541\"\/><figcaption class=\"wp-element-caption\">Siperb as a Browser Tab \u2014 the Browser Phone Core running in production<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What Siperb Added<\/h2>\n\n\n\n<p>The gap between &#8220;open-source phone in a browser&#8221; and &#8220;production-ready softphone platform&#8221; is significant. These are the key pieces Siperb built on top of the Browser Phone Core:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SIP Proxy<\/strong> \u2014 handles registration and call routing between your browser and your PBX. Your PBX doesn&#8217;t need to accept WebSocket connections \u2014 Siperb&#8217;s SBC bridges the gap.<\/li>\n\n\n\n<li><strong>Media Transcoding<\/strong> \u2014 converts between WebRTC&#8217;s encrypted media (DTLS-SRTP with Opus) and plain RTP that legacy PBX systems expect. Included free on all plans.<\/li>\n\n\n\n<li><strong>Provisioning<\/strong> \u2014 SIP credentials, proxy settings, and media configuration are pushed to the client automatically. End users configure nothing manually.<\/li>\n\n\n\n<li><strong>Push Notifications<\/strong> \u2014 incoming call alerts on mobile and desktop even when the app is in the background or the tab is closed.<\/li>\n\n\n\n<li><strong>Diagnostics<\/strong> \u2014 SIP trace logging, latency monitoring, and registration logs in the Admin Control Panel.<\/li>\n\n\n\n<li><strong>Desktop &amp; Mobile Apps<\/strong> \u2014 packaged versions of the Browser Phone Core, available for Windows, macOS, Linux, iOS, and Android \u2014 built on the same codebase.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2298\" height=\"1944\" src=\"\/kb\/wp-content\/uploads\/2026\/04\/Desktop_sample.webp\" alt=\"Siperb Browser Phone Core running as a macOS desktop app\" class=\"wp-image-13615\"\/><figcaption class=\"wp-element-caption\">The same Browser Phone Core, packaged as a native macOS application<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How It Works<\/h2>\n\n\n\n<p>At its simplest, Browser Phone works like this:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The browser loads the JavaScript phone client (Browser Phone Core).<\/li>\n\n\n\n<li>The client establishes a WebSocket connection for SIP signalling \u2014 either directly to your PBX, or to Siperb&#8217;s SIP proxy.<\/li>\n\n\n\n<li>When a call is made or received, SIP INVITE messages travel over the WebSocket.<\/li>\n\n\n\n<li>Audio flows via WebRTC using DTLS-SRTP encryption \u2014 mandatory in all modern browsers.<\/li>\n\n\n\n<li>If the PBX doesn&#8217;t support WebRTC natively, the Siperb proxy handles the codec and transport translation before the audio reaches your PBX.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">What You Can Build<\/h2>\n\n\n\n<p>Browser Phone is designed to be embedded. Because it&#8217;s a JavaScript library that loads into any web page, you can put a working SIP phone anywhere a browser can run:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CRM integration<\/strong> \u2014 embed a phone directly in Salesforce, HubSpot, or your custom CRM. <a href=\"\/kb\/web-phone-click-to-dial\/\">Click a contact, make a call.<\/a><\/li>\n\n\n\n<li><strong>Support widgets<\/strong> \u2014 add a click-to-call button on your website so customers reach your team without leaving the page.<\/li>\n\n\n\n<li><strong>Internal tools<\/strong> \u2014 a custom call interface for your helpdesk, dispatch centre, or operations team.<\/li>\n\n\n\n<li><strong>White-label products<\/strong> \u2014 use the Browser Phone Core to build your own branded communication product. No Siperb branding required.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Getting Started<\/h2>\n\n\n\n<p>If you want to embed Browser Phone in your site or application:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Read the <a href=\"\/kb\/web-phone-for-developers\/\">Web Phone for Developers overview \u2192<\/a> to understand the integration options.<\/li>\n\n\n\n<li>See <a href=\"\/kb\/web-phone-config-options\/\">Configuration Options \u2192<\/a> for the full list of SDK parameters.<\/li>\n\n\n\n<li>Check the <a href=\"\/kb\/web-phone-sdk-reference\/\">SDK Reference \u2192<\/a> for methods, events, and callbacks.<\/li>\n\n\n\n<li>To use Siperb&#8217;s proxy and transcoding, <a href=\"\/kb\/getting-signed-up-at-siperb\/\">create a Siperb account \u2192<\/a> and add a connection.<\/li>\n<\/ol>\n\n\n\n<p>The GitHub repository and full standalone documentation are at <a href=\"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\" target=\"_blank\" rel=\"noreferrer noopener\">github.com\/InnovateAsterisk\/Browser-Phone<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SIPERB began as a fork from the original Browser Phone project, a web-based softphone designed to facilitate real-time communication directly from a web browser.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[14],"tags":[],"class_list":["post-30","post","type-post","status-publish","format-standard","hentry","category-under-the-hood"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Browser Phone \u2014 Siperb Web Phone SDK<\/title>\n<meta name=\"description\" content=\"The Siperb Browser Phone is an open-source JavaScript SIP softphone that runs in any browser \u2014 no plugins, no downloads, no specialist hardware.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.siperb.com\/kb\/browser-phone\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Browser Phone \u2014 Siperb Web Phone SDK\" \/>\n<meta property=\"og:description\" content=\"The Siperb Browser Phone is an open-source JavaScript SIP softphone that runs in any browser \u2014 no plugins, no downloads, no specialist hardware.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.siperb.com\/kb\/browser-phone\/\" \/>\n<meta property=\"og:site_name\" content=\"Siperb\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-07T16:23:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-18T13:26:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#\\\/schema\\\/person\\\/0eea9348847ae5012963b92f7de86111\"},\"headline\":\"Browser Phone\",\"datePublished\":\"2026-04-07T16:23:09+00:00\",\"dateModified\":\"2026-04-18T13:26:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/\"},\"wordCount\":838,\"publisher\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.com\\\/InnovateAsterisk\\\/Browser-Phone\\\/raw\\\/master\\\/Screenshots\\\/Buddy_Stream.jpg\",\"articleSection\":[\"Under the Hood\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/\",\"url\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/\",\"name\":\"Browser Phone \u2014 Siperb Web Phone SDK\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.com\\\/InnovateAsterisk\\\/Browser-Phone\\\/raw\\\/master\\\/Screenshots\\\/Buddy_Stream.jpg\",\"datePublished\":\"2026-04-07T16:23:09+00:00\",\"dateModified\":\"2026-04-18T13:26:23+00:00\",\"description\":\"The Siperb Browser Phone is an open-source JavaScript SIP softphone that runs in any browser \u2014 no plugins, no downloads, no specialist hardware.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.com\\\/InnovateAsterisk\\\/Browser-Phone\\\/raw\\\/master\\\/Screenshots\\\/Buddy_Stream.jpg\",\"contentUrl\":\"https:\\\/\\\/github.com\\\/InnovateAsterisk\\\/Browser-Phone\\\/raw\\\/master\\\/Screenshots\\\/Buddy_Stream.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/browser-phone\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Browser Phone\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/\",\"name\":\"Siperb\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#organization\",\"name\":\"SIPERB LTD\",\"alternateName\":\"SIPERB\",\"url\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/MobilePromo.webp\",\"contentUrl\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/MobilePromo.webp\",\"width\":1200,\"height\":670,\"caption\":\"SIPERB LTD\"},\"image\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#\\\/schema\\\/person\\\/0eea9348847ae5012963b92f7de86111\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d05be207a83da788dfe01ab5d326164757a5a0d58ab399171c1a0506bda54e1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d05be207a83da788dfe01ab5d326164757a5a0d58ab399171c1a0506bda54e1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d05be207a83da788dfe01ab5d326164757a5a0d58ab399171c1a0506bda54e1?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/localhost:8080\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Browser Phone \u2014 Siperb Web Phone SDK","description":"The Siperb Browser Phone is an open-source JavaScript SIP softphone that runs in any browser \u2014 no plugins, no downloads, no specialist hardware.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.siperb.com\/kb\/browser-phone\/","og_locale":"en_US","og_type":"article","og_title":"Browser Phone \u2014 Siperb Web Phone SDK","og_description":"The Siperb Browser Phone is an open-source JavaScript SIP softphone that runs in any browser \u2014 no plugins, no downloads, no specialist hardware.","og_url":"https:\/\/www.siperb.com\/kb\/browser-phone\/","og_site_name":"Siperb","article_published_time":"2026-04-07T16:23:09+00:00","article_modified_time":"2026-04-18T13:26:23+00:00","og_image":[{"url":"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#article","isPartOf":{"@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/"},"author":{"name":"admin","@id":"https:\/\/www.siperb.com\/kb\/#\/schema\/person\/0eea9348847ae5012963b92f7de86111"},"headline":"Browser Phone","datePublished":"2026-04-07T16:23:09+00:00","dateModified":"2026-04-18T13:26:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/"},"wordCount":838,"publisher":{"@id":"https:\/\/www.siperb.com\/kb\/#organization"},"image":{"@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#primaryimage"},"thumbnailUrl":"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg","articleSection":["Under the Hood"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/","url":"https:\/\/www.siperb.com\/kb\/browser-phone\/","name":"Browser Phone \u2014 Siperb Web Phone SDK","isPartOf":{"@id":"https:\/\/www.siperb.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#primaryimage"},"image":{"@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#primaryimage"},"thumbnailUrl":"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg","datePublished":"2026-04-07T16:23:09+00:00","dateModified":"2026-04-18T13:26:23+00:00","description":"The Siperb Browser Phone is an open-source JavaScript SIP softphone that runs in any browser \u2014 no plugins, no downloads, no specialist hardware.","breadcrumb":{"@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.siperb.com\/kb\/browser-phone\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#primaryimage","url":"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg","contentUrl":"https:\/\/github.com\/InnovateAsterisk\/Browser-Phone\/raw\/master\/Screenshots\/Buddy_Stream.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.siperb.com\/kb\/browser-phone\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.siperb.com\/kb\/"},{"@type":"ListItem","position":2,"name":"Browser Phone"}]},{"@type":"WebSite","@id":"https:\/\/www.siperb.com\/kb\/#website","url":"https:\/\/www.siperb.com\/kb\/","name":"Siperb","description":"","publisher":{"@id":"https:\/\/www.siperb.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.siperb.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.siperb.com\/kb\/#organization","name":"SIPERB LTD","alternateName":"SIPERB","url":"https:\/\/www.siperb.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.siperb.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.siperb.com\/kb\/wp-content\/uploads\/2024\/11\/MobilePromo.webp","contentUrl":"https:\/\/www.siperb.com\/kb\/wp-content\/uploads\/2024\/11\/MobilePromo.webp","width":1200,"height":670,"caption":"SIPERB LTD"},"image":{"@id":"https:\/\/www.siperb.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.siperb.com\/kb\/#\/schema\/person\/0eea9348847ae5012963b92f7de86111","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7d05be207a83da788dfe01ab5d326164757a5a0d58ab399171c1a0506bda54e1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7d05be207a83da788dfe01ab5d326164757a5a0d58ab399171c1a0506bda54e1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d05be207a83da788dfe01ab5d326164757a5a0d58ab399171c1a0506bda54e1?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/localhost:8080"]}]}},"_links":{"self":[{"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/posts\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":3,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/posts\/30\/revisions"}],"predecessor-version":[{"id":13964,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/posts\/30\/revisions\/13964"}],"wp:attachment":[{"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/media?parent=30"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/categories?post=30"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/tags?post=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}