{"id":51,"date":"2026-04-07T16:23:15","date_gmt":"2026-04-07T16:23:15","guid":{"rendered":"http:\/\/localhost:8080\/knowledge-base\/outbound-registration-connections\/"},"modified":"2026-04-18T13:26:14","modified_gmt":"2026-04-18T13:26:14","slug":"outbound-registration-connections","status":"publish","type":"post","link":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/","title":{"rendered":"Outbound Registration Connections"},"content":{"rendered":"\n<p>Outbound Registration involves entering SIP details from your PBX or ISP into SIPERB systems to maintain a registration loop through REGISTER messages. For connectivity, server details like address and port are crucial. SIPERB acts as a proxy, with calls initiated from the client side that include all details for a media session. Your firewall must allow inbound registration messages from the SIPERB SBC.<\/p>\n\n\n\n<p><strong>Dial Pattern :<\/strong> The dial pattern is the regular expression used to match against the number you are dialling out, allowing this connection to be selected when a particular number is dialed. The broadest possible match is simply a <code>.<\/code> (a full stop). You can have multiple connections and with each connection they can match on a different regular expression. For example; if you have two connections, one to Office A where your extension numbers all in the 200 to 299 range, and another connection to Office B where your extensions are all 300 to 399, then you would set the connection to Office A with a Dial Pattern of <code>^2d{2}$<\/code> and the connection to Office B with a dial pattern of <code>^3d{2}$<\/code>. You could even have a third connection that is connected to an ISP with a catch-all dial pattern (<code>.<\/code>), but then you should make sure that it has a greater <strong>Weight<\/strong> than the other connections.<\/p>\n\n\n\n<p><strong>Weight :<\/strong> The Weight is used if you have more than one connection. The Weight value is a numeric value to determine the order of connections when performing the dialed number lookup. The lookup is performed in a loop starting with the lowest Weight, and moving higher, and when a match is found, the test ends. Typically a \u201ccatch-all\u201d Dial Pattern (<code>.<\/code>) should have the highest value.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Transcoding<\/h2>\n\n\n\n<p>Whether transcoding is required depends on the <strong>transport<\/strong> you have selected for this connection. Call Transcoding is available on all plans, including free.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">UDP or TCP \u2014 transcoding is automatic<\/h4>\n\n\n\n<p>When your connection uses <strong>UDP or TCP<\/strong>, your PBX communicates with Siperb over standard unencrypted SIP. Because the Siperb client uses encrypted WebRTC media (DTLS-SRTP with Opus) and your PBX expects plain RTP, Siperb must bridge the two. Transcoding is enabled automatically for UDP and TCP connections and cannot be disabled \u2014 Siperb handles the codec conversion transparently, with no additional configuration required on your part.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">TLS \u2014 transcoding is optional<\/h4>\n\n\n\n<p>When your connection uses <strong>TLS<\/strong>, SIP signalling is encrypted between Siperb and your PBX. If your PBX also supports <strong>DTLS-SRTP<\/strong> for media (i.e., it is WebRTC-capable), you can disable transcoding. This creates a fully encrypted, end-to-end media path \u2014 audio travels as DTLS-SRTP from your softphone all the way to your PBX, with Siperb relaying the stream without decoding it. To use this mode, set <strong>Transport<\/strong> to TLS and leave <strong>Transcoding disabled<\/strong>.<\/p>\n\n\n\n<p>If your PBX uses TLS for signalling but expects plain RTP for media, leave transcoding enabled \u2014 the SIP signalling will be encrypted, but Siperb will still bridge the media.<\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\">For a deeper explanation of why transcoding is needed and when you can avoid it, see <a href=\"\/kb\/call-media-transcoding\/\">Call Media Transcoding \u2192<\/a> and <a href=\"\/kb\/understanding-webrtcs-end-to-end-encryption\/\">WebRTC End-to-End Encryption \u2192<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">When transcoding is active \u2014 firewall details<\/h4>\n\n\n\n<p><strong>IP Address :<\/strong> This is the live IP address of the selected Transcoding Server. We allow you to select an available transcoding server so that you can open this IP to media traffic inbound and outbound on your firewall.<\/p>\n\n\n\n<p><strong>Port:<\/strong> 10000 \u2013 65000. We suggest opening the entire UDP range greater than 10000 to and from our Transcoding Server(s).<\/p>\n\n\n\n<p><strong>Protocol:<\/strong> (UDP) Media will always be in UDP protocol but the underlying media encoding will be set according to the media transcoding options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>SBC Server<\/strong><\/h2>\n\n\n\n<p>The Session Border Controller (SBC) is the public facing interface of the Siperb Network. It\u2019s the first of 3 Proxy Servers that allows calls to flow form your network through ours and on to your devices. We allow you to choose a different SBC for each of your own connections. Once a connection is setup on an SBC, it can be changed by selecting another SBC from the list. The choice of SBC is important for you to understand, as it determines the source or destination of the signalling traffic. This will be important when you configure you Asterisk (or other) PBX.<\/p>\n\n\n\n<p><strong>Register Binding SBC :<\/strong> You can choose the SBC server by selecting one from the dropdown above. This list may expand over time.<\/p>\n\n\n\n<p><strong>Binging Type:<\/strong> Select how you want to bind the SBC.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DNS with SRV<\/strong> \u2013 The contact header will contain our domain (register binding SBC) as the URI host. This allows you to make use of the SRV DNS entries, should your server support using them.<\/li>\n\n\n\n<li><strong>IP Address<\/strong> \u2013 This is the live IP address of the selected SBC. You may want to make note of this to allow SIP traffic in and out of your firewall.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong> Never send a call to us as an IP address, always send your INVITE as a full domain <code>INVITE &lt;sip:123456789@eu-west-1-sbc-1.siperb.com&gt; SIP\/2.0<\/code>.<\/p>\n\n\n\n<p><strong>Contact URI Parameters:<\/strong> These appear inside the &lt; sip:\u2026&gt; and modify how the SIP URI is interpreted or routed<\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong> Syntax: sip:user@host<mark style=\"background-color:rgba(0, 0, 0, 0);color:#f72601\" class=\"has-inline-color\"><strong> ;param=value;param2=value2<\/strong><\/mark>.  Each parameter must start with a semicolon <mark style=\"background-color:rgba(0, 0, 0, 0);color:#f72e0b\" class=\"has-inline-color\">(;)<\/mark>.  Parameter cant either be just a name or a name followed by an equals sign and a value.  No spaces are allowed in between parameters. <\/p>\n\n\n\n<p><strong>Contact Header Parameters:<\/strong> These appear outside the &lt; sip:\u2026&gt; and provide metadata about the Contact header itself, such as expiry time or priority.<\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong><a href=\"Syntax:%20sip:user@host%20;param=value;param2=value2.%20%20Each%20parameter%20must%20start%20with%20(;).%20%20Parameter%20cant%20either%20be%20just%20a%20name%20or%20a%20name%20followed%20by%20an%20equals%20sign%20and%20a%20value.%20%20No%20spaces%20are%20allowed%20in%20between%20parameters.\"> <\/a>Syntax:<mark style=\"background-color:rgba(0, 0, 0, 0);color:#f72601\" class=\"has-inline-color\"><strong>;param=value;param2=value2<\/strong><\/mark>.  Each parameter must start with a semicolon <mark style=\"background-color:rgba(0, 0, 0, 0);color:#f72e0b\" class=\"has-inline-color\">(;)<\/mark>.  Parameter cant either be just a name or a name followed by an equals sign and a value.  No spaces are allowed in between parameters. <\/p>\n\n\n\n<p><strong>Port:<\/strong> (5060) We will send SIP messages on port 5060, and you can send SIP messages to us on port 5060.<\/p>\n\n\n\n<p><strong>Protocol:<\/strong> (UDP) We will send SIP messages on an UDP protocol, and you can send SIP messages to us on an UDP protocol.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Registration<\/strong><\/h2>\n\n\n\n<p>Registration is an important part of your connection. With an Outbound Registration, we will start an endless register loop with you, for you to learn our location. Some Asterisk configurations require an active registration in order to send calls. Calls from your server to us can still work if you have configured a trunk to us using our SBC address. This effectively makes this an \u201cInbound Trunk\u201d, allowing you to trunk calls to us without either of us performing a register loop.<\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong> It is vital to use exact IP matching in the Allow Source option above as calls inbound are not challenged for auth.<\/p>\n\n\n\n<p><strong>Registration Server :<\/strong> The Registration Server is the server to which you would like to send your call. This is typically your own Asterisk Server. If you have a static IP address you can enter it here, otherwise you can use a dynamic domain name (like noip.com).<\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong> You will need to open your firewall to traffic from our SBC as specified above.<\/p>\n\n\n\n<p><strong>SIP Username:<\/strong> This optional field specifies the \u2018To\u2019 and \u2018From\u2019 headers in the registration. If left unset, it defaults to the Auth Username.<\/p>\n\n\n\n<p><strong>Username :<\/strong> This is the username that you have configured on your Asterisk Server as part of the endpoint auth configuration.<\/p>\n\n\n\n<p><strong>Password :<\/strong> This is the password that you have configured on your Asterisk Server as part of the endpoint auth configuration.<\/p>\n\n\n\n<p><strong>Allow Source IP\/Subnet :<\/strong> The allow source IP or Subnet is a list of IP addresses (eg \u201c192.168.1.0\u201d) or Subnets (\u201d192.168.0.1\/24\u201d), that restrict access to your account when a call comes in. Each inbound call on our SBC is inspected and matched against an account, once the match is found, the related connection is loaded and this property is matched against the IP represented as the source of the message. If there is a match the call is allowed, otherwise its rejected. <\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong> this option can be set to <code>0.0.0.0\/0<\/code> (all possible IP addresses), but this should <strong>only<\/strong> be used with Inbound Registration\u2019s as they are challenged with Digest Authentication. It\u2019s recommended to always make use of this option.<\/p>\n\n\n\n<p><strong>Disabled :<\/strong> The disabled option will stop the register flow, meaning that your Server may not know how to reach us. <\/p>\n\n\n\n<p class=\"wp-block-hb-message is-style-info wp-block-hb-message--withicon\"><strong>Note:<\/strong> This does not prevent calls making use of this connection, only the register loop is stopped.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Outbound Registration involves entering SIP details from your PBX or ISP into SIPERB systems to maintain a registration loop through REGISTER messages.<\/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":[7],"tags":[],"class_list":["post-51","post","type-post","status-publish","format-standard","hentry","category-connections"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Outbound Registration Connections \u2014 Siperb<\/title>\n<meta name=\"description\" content=\"How to set up Outbound Registration in Siperb \u2014 registering your softphone with your PBX through Siperb&#039;s SBC, with dial patterns and SIP parameters.\" \/>\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\/outbound-registration-connections\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Outbound Registration Connections \u2014 Siperb\" \/>\n<meta property=\"og:description\" content=\"How to set up Outbound Registration in Siperb \u2014 registering your softphone with your PBX through Siperb&#039;s SBC, with dial patterns and SIP parameters.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/\" \/>\n<meta property=\"og:site_name\" content=\"Siperb\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-07T16:23:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-18T13:26:14+00:00\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#\\\/schema\\\/person\\\/0eea9348847ae5012963b92f7de86111\"},\"headline\":\"Outbound Registration Connections\",\"datePublished\":\"2026-04-07T16:23:15+00:00\",\"dateModified\":\"2026-04-18T13:26:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/\"},\"wordCount\":1357,\"publisher\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#organization\"},\"articleSection\":[\"Connections\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/\",\"url\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/\",\"name\":\"Outbound Registration Connections \u2014 Siperb\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/#website\"},\"datePublished\":\"2026-04-07T16:23:15+00:00\",\"dateModified\":\"2026-04-18T13:26:14+00:00\",\"description\":\"How to set up Outbound Registration in Siperb \u2014 registering your softphone with your PBX through Siperb's SBC, with dial patterns and SIP parameters.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/outbound-registration-connections\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.siperb.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Outbound Registration Connections\"}]},{\"@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":"Outbound Registration Connections \u2014 Siperb","description":"How to set up Outbound Registration in Siperb \u2014 registering your softphone with your PBX through Siperb's SBC, with dial patterns and SIP parameters.","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\/outbound-registration-connections\/","og_locale":"en_US","og_type":"article","og_title":"Outbound Registration Connections \u2014 Siperb","og_description":"How to set up Outbound Registration in Siperb \u2014 registering your softphone with your PBX through Siperb's SBC, with dial patterns and SIP parameters.","og_url":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/","og_site_name":"Siperb","article_published_time":"2026-04-07T16:23:15+00:00","article_modified_time":"2026-04-18T13:26:14+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/#article","isPartOf":{"@id":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/"},"author":{"name":"admin","@id":"https:\/\/www.siperb.com\/kb\/#\/schema\/person\/0eea9348847ae5012963b92f7de86111"},"headline":"Outbound Registration Connections","datePublished":"2026-04-07T16:23:15+00:00","dateModified":"2026-04-18T13:26:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/"},"wordCount":1357,"publisher":{"@id":"https:\/\/www.siperb.com\/kb\/#organization"},"articleSection":["Connections"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/","url":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/","name":"Outbound Registration Connections \u2014 Siperb","isPartOf":{"@id":"https:\/\/www.siperb.com\/kb\/#website"},"datePublished":"2026-04-07T16:23:15+00:00","dateModified":"2026-04-18T13:26:14+00:00","description":"How to set up Outbound Registration in Siperb \u2014 registering your softphone with your PBX through Siperb's SBC, with dial patterns and SIP parameters.","breadcrumb":{"@id":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.siperb.com\/kb\/outbound-registration-connections\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.siperb.com\/kb\/"},{"@type":"ListItem","position":2,"name":"Outbound Registration Connections"}]},{"@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\/51","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=51"}],"version-history":[{"count":5,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/posts\/51\/revisions"}],"predecessor-version":[{"id":13962,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/posts\/51\/revisions\/13962"}],"wp:attachment":[{"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/media?parent=51"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/categories?post=51"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.siperb.com\/kb\/wp-json\/wp\/v2\/tags?post=51"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}