{"id":2232,"date":"2021-10-28T19:15:53","date_gmt":"2021-10-28T23:15:53","guid":{"rendered":"https:\/\/cyburdial.net\/?p=2232"},"modified":"2022-08-11T14:19:42","modified_gmt":"2022-08-11T18:19:42","slug":"how-to-integrate-vtiger-7-3-into-vicidial","status":"publish","type":"post","link":"https:\/\/dialer.one\/index.php\/how-to-integrate-vtiger-7-3-into-vicidial\/","title":{"rendered":"How to &#8211; integrate vTiger 7.3 into Vicidial"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">How to &#8211; integrate vTiger 7.3 into Vicidial<\/h2>\n\n\n\n<p>This article will go over how to complete a vTiger integration into Vicidial, I have done it and its working on version 7.3. I would like to go a little deeper on this than the original coder wrote up but I will do that over time with pictures and such. I did NOT write this up, this was all done by mstopkey from the vicidial forums.<\/p>\n\n\n\n<p>Credit for this goes to mstopkey from the Vicidial forum: <a href=\"http:\/\/www.vicidial.org\/VICIDIALforum\/viewtopic.php?f=5&amp;t=38869&amp;p=145760&amp;hilit=vtiger+integration#p136775\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/www.vicidial.org\/VICIDIALforum\/viewtopic.php?f=5&amp;t=38869&amp;p=145760&amp;hilit=vtiger+integration#p136775<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"527\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/cyburityllc.com\/wp-content\/uploads\/2020\/08\/vtiger2-1024x527.png\" alt=\"vTiger Integration\" class=\"wp-image-899\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2020\/08\/vtiger2-1024x527.png 1024w, https:\/\/dialer.one\/wp-content\/uploads\/2020\/08\/vtiger2-600x309.png 600w, https:\/\/dialer.one\/wp-content\/uploads\/2020\/08\/vtiger2-300x155.png 300w, https:\/\/dialer.one\/wp-content\/uploads\/2020\/08\/vtiger2-768x396.png 768w, https:\/\/dialer.one\/wp-content\/uploads\/2020\/08\/vtiger2-1536x791.png 1536w, https:\/\/dialer.one\/wp-content\/uploads\/2020\/08\/vtiger2.png 1559w\" \/><figcaption>vTiger integration 7.3<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">VTIGER&nbsp;INTEGRATION&nbsp;WITH VICIDIAL STEPS<\/h3>\n\n\n\n<p>Features Working:<br>1. Inbound dialer call screen pop existing Lead\/Contact\/Prospect\/Organization in&nbsp;Vtiger. If &#8220;Entity&#8221; does not exist in&nbsp;Vtiger&nbsp;it will insert new Lead.<br>2. Inbound dialer call logging in&nbsp;Vtiger.<br>3. Outbound dialer call functions the same as feature # 1.<br>4. Outbound dialer call logging in&nbsp;Vtiger.<br>5. Agent login to Vicidial also launches&nbsp;Vtiger&nbsp;and logs in.<br>6.&nbsp;Vtiger&nbsp;mobile App sync.<br>7.&nbsp;Vtiger&nbsp;mobile App click to call from cell phone and logging call in&nbsp;Vtiger.<\/p>\n\n\n\n<p>Features not working:<br>1. Sync Vicidial users to&nbsp;Vtiger. (Currently, manually setup same username\/password in&nbsp;Vtiger&nbsp;and Vicidial. Set Vicidial phone extension in&nbsp;Vtiger&nbsp;user)<br>2. Click to dial from&nbsp;Vtiger&nbsp;through Vicidial.<\/p>\n\n\n\n<p>Future features:<br>1. Ability for one instance Vicidial to integrate with mutliple&nbsp;Vtiger&nbsp;instances at dialer Inbound Group and Campaign<br>2. Call recordings from Vicidial available in&nbsp;Vtiger<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vtiger&nbsp;Integration &amp; Configuration:<\/h3>\n\n\n\n<p><br>1. Install&nbsp;Vtiger&nbsp;Open Source 7.3. Follow the on-screen instructions. (If need click to dial from&nbsp;Vtiger, install on same web server as Vicidial web server) &#8220;Feature not working yet&#8221;<br>2. COPY file \/vtigercrm\/includes\/http\/Request.php to \/vtigercrm\/includes\/http\/Request.php.ORIGINAL, this way you have a backup file to restore incase of any problems editing Request.php<br>3. Edit file \/vtigercrm\/includes\/http\/Request.php . On line 213 comment out &#8220;throw new Exception(&#8216;illegal request&#8217;);&#8221; by placing \/\/in front of it. If you don&#8217;t, the login request from Vicidial will fail.<br>4. Create&nbsp;Vtiger&nbsp;users with same usernames and passwords as in Vicidial. Also enter Vicidial phone extension in user field &#8220;CRM Phone extension&#8221;.<\/p>\n\n\n\n<p>Vicidial Configuration:<br>1. Update\/Upgrade to the Vicidial version and build listed above. BACK IT UP FIRST!<br>2. Make sure SVN trunk is up to date.<br>3. On your vicidial web server, COPY file \/srv\/www\/htdocs\/vicidial\/vtiger_search.php to \/srv\/www\/htdocs\/vicidial\/vtiger_search.php.ORIGINAL<br>4. Edit file \/srv\/www\/htdocs\/vicidial\/vtiger_search.php (NOTE: Leads are no longer in Sales, they are in Marketing. And,&nbsp;Vtiger&nbsp;no longer uses &#8216;tabs&#8217;, it uses &#8216;app&#8217; for Module lookups)<br>(a) Comment out line 339 with # in front of it. $account_URL = &#8220;$vtiger_url\/index.php?module=Calendar&amp;action=EditView&amp;return_module=Accounts&amp;return_action=DetailView&amp;record=$activityid&amp;activity_mode=Events&amp;return_id=$vendor_id&amp;parenttab=SALES&#8221;;<br>(b) On line 340, comment out } with # in front of it.<br>(c) On line 344 change from $account_URL = &#8220;$vtiger_url\/index.php?module=Accounts&amp;action=DetailView&amp;record=$vendor_id&amp;parenttab=Sales&#8221;; TO $account_URL = &#8220;$vtiger_url\/index.php?module=Accounts&amp;view=Detail&amp;record=$vendor_id&amp;app=SALES&#8221;;<br>(d) Comment out lines 523 through 526 with # in front of them. (FIRST ACTION OF ELSE WILL NOT WORK. ONLY NEED THE ACTION AFTER ELSE. THIS WILL BE REFINED IN FUTURE)<br>(e) On line 528 change from $account_URL = &#8220;$vtiger_url\/index.php?module=Accounts&amp;action=DetailView&amp;record=$accountid&amp;parenttab=Sales&#8221;; TO $account_URL = &#8220;$vtiger_url\/index.php?module=Accounts&amp;view=Detail&amp;record=$accountid&amp;app=SALES&#8221;;<br>(f) On line 577 change from $account_URL = &#8220;$vtiger_url\/index.php?module=Vendors&amp;action=DetailView&amp;record=$vendorid&amp;parenttab=Inventory&#8221;; TO $account_URL = &#8220;$vtiger_url\/index.php?module=Vendors&amp;view=Detail&amp;record=$vendorid&amp;app=INVENTORY&#8221;;<br>(g) Comment out lines 735 through 738 with # in front of them. (FIRST ACTION OF ELSE WILL NOT WORK. ONLY NEED THE ACTION AFTER ELSE. THIS WILL BE REFINED IN FUTURE)<br>(h) On line 740 change from $account_URL = &#8220;$vtiger_url\/index.php?module=Leads&amp;action=EditView&amp;record=$leadid&amp;parenttab=Sales&#8221;; TO $account_URL = &#8220;$vtiger_url\/index.php?module=Leads&amp;view=Detail&amp;record=$leadid&amp;app=MARKETING&#8221;; (YES, THIS IS CURRENTLY REDUNDANT LEADS LOOKUP AS LEADS ARE ONLY IN SALES MODULE. WILL FIX IN FUTURE. MAY CUT THIS ONE OUT)<br>(i) Comment out lines 843 through 846 with # in front of them. (FIRST ACTION OF ELSE WILL NOT WORK. ONLY NEED THE ACTION AFTER ELSE. THIS WILL BE REFINED IN FUTURE)<br>(j) On line 848 change from $account_URL = &#8220;$vtiger_url\/index.php?module=Leads&amp;action=DetailView&amp;record=$leadid&amp;parenttab=Sales&#8221;; TO $account_URL = &#8220;$vtiger_url\/index.php?module=Leads&amp;view=Detail&amp;record=$leadid&amp;app=MARKETING&#8221;;<br>5. Go to Vicidial Admin\/System Settings<br>(a) Set Enable&nbsp;Vtiger&nbsp;Integration: to 1. (Do NOT click on &#8220;Click here to Synchronize users with&nbsp;Vtiger&#8221;)<br>(b) In field&nbsp;Vtiger&nbsp;DB Server IP: enter your&nbsp;Vtiger&nbsp;Database server IP address.<br>(c) In field&nbsp;Vtiger&nbsp;DB Nmae: enter the name of your&nbsp;Vtiger&nbsp;database.<br>(d) In field&nbsp;Vtiger&nbsp;DB Login: enter the&nbsp;Vtiger&nbsp;database username.<br>(e) In field&nbsp;Vtiger&nbsp;DB Password: enter the password for&nbsp;Vtiger&nbsp;DB user.<br>(f) In field&nbsp;Vtiger&nbsp;URL: enter the URL of your&nbsp;Vtiger&nbsp;instance. Example, http:\/\/mycrm.com<br>6. Go to detail view of your campaign.<br>(NOTE 1: These settings are how we are using it. Upon agent login to Vicidial,&nbsp;Vtiger&nbsp;opens in new window and agent is automatically logged in.)<br>(NOTE 2: Do NOT try to run the old vicidial-vtiger&nbsp;patch files.)<br>(NOTE 3: Do NOT try to synchronize Vicidial users with&nbsp;Vtiger. We are setting up same usernames and passwords in both systems.)<br>(a) In field Web Form: enter the URL of your Vicidial web server\/vtiger_search.php. Example, http:\/\/192.168.1.1\/vicidial\/vtiger_search.php<br>(b) In field Web Form Target: enter vdcwebform<br>(c) In field Get Call Launch: Select WEBFORM<br>(d) Leave field CRM Popup Login: = N<br>(e) Leave field CRM Popup Address: empty<br>7. Go to Inbound\/Show DIDs.<br>(a) Setup a DID and point it to an Inbound Group that is allowed in your campaign.<br>8. Edit the Inbound Group you pointed your DID to.<br>(a) In the inbound group, set field Web Form: to URL of your Vicidial web server\/vtiger_search.php. Example, http:\/\/192.168.1.1\/vicidial\/vtiger_search.php<br>(b) Set field Get Call Launch: to WEBFORM<br>9. Edit file \/srv\/www\/htdocs\/agc\/vicidial.php (BACK IT UP) When done editing, back up this file to off-server location as any SVN updates to it you will lose your modifications.<br>(a) On line 17803 change:<br>document.getElementById(&#8220;ScriptContents&#8221;).innerHTML = &#8220;&lt;iframe src=\\&#8221;&#8221; + VtigeRurl + &#8220;\/index.php?module=Users&amp;action=Authenticate&amp;return_module=Users&amp;return_action=Login&amp;user_name=&#8221; + user + &#8220;&amp;user_password=&#8221; + orig_pass + &#8220;&amp;login_theme=softed&amp;login_language=en_us\\&#8221; style=\\&#8221;background-color:transparent;z-index:17;\\&#8221; scrolling=\\&#8221;auto\\&#8221; frameborder=\\&#8221;0\\&#8221; allowtransparency=\\&#8221;true\\&#8221; id=\\&#8221;popupFrame\\&#8221; name=\\&#8221;popupFrame\\&#8221; width=\\&#8221;&#8221; + script_width + &#8220;px\\&#8221; height=\\&#8221;&#8221; + script_height + &#8220;px\\&#8221;&gt; &lt;\/iframe&gt; &#8220;;<br>TO<br>&nbsp;document.getElementById(&#8220;ScriptContents&#8221;).innerHTML = &#8220;&lt;iframe src=\\&#8221;&#8221; + VtigeRurl + &#8220;\/index.php?module=Users&amp;action=Login&amp;return_module=Users&amp;return_action=Login&amp;username=&#8221; + user + &#8220;&amp;password=&#8221; + orig_pass + &#8220;&amp;login_theme=softed&amp;login_language=en_us\\&#8221; style=\\&#8221;background-color:transparent;z-index:17;\\&#8221; scrolling=\\&#8221;auto\\&#8221; frameborder=\\&#8221;0\\&#8221; allowtransparency=\\&#8221;true\\&#8221; id=\\&#8221;popupFrame\\&#8221; name=\\&#8221;popupFrame\\&#8221; width=\\&#8221;&#8221; + script_width + &#8220;px\\&#8221; height=\\&#8221;&#8221; + script_height + &#8220;px\\&#8221;&gt; &lt;\/iframe&gt; &#8220;;<br>(b) On line 17807 change:<br>var VtigeRall = VtigeRurl + &#8220;\/index.php?module=Users&amp;action=Authenticate&amp;return_module=Users&amp;return_action=Login&amp;user_name=&#8221; + user + &#8220;&amp;user_password=&#8221; + orig_pass + &#8220;&amp;login_theme=softed&amp;login_language=en_us&#8221;;<br>TO<br>var VtigeRall = VtigeRurl + &#8220;\/index.php?module=Users&amp;action=Login&amp;return_module=Users&amp;return_action=Login&amp;username=&#8221; + user + &#8220;&amp;password=&#8221; + orig_pass + &#8220;&amp;login_theme=softed&amp;login_language=en_us&#8221;;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>I know this is a little complicated so if you have any problems, just join our live support channel on skype: <a href=\"https:\/\/join.skype.com\/ujkQ7i5lV78O\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/join.skype.com\/ujkQ7i5lV78O<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to &#8211; integrate vTiger 7.3 into Vicidial This article will go over how to complete a vTiger integration into Vicidial, I have done it and its working on version 7.3. I would like to go a little deeper on this than the original coder wrote up but I will do that over time with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2143,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[],"tags":[],"class_list":["post-2232","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/cyburcrm3.png","jetpack-related-posts":[{"id":2378,"url":"https:\/\/dialer.one\/index.php\/table-of-contents\/","url_meta":{"origin":2232,"position":0},"title":"Table of Contents &#8211; Knowledge Base","author":"carpenox","date":"March 7, 2022","format":false,"excerpt":"Welcome to my blog, some of you may know me from the ViciDial forums, I am carpenox and I am here to share my knowledge with everyone, for free!","rel":"","context":"In &quot;Vicidial&quot;","block_context":{"text":"Vicidial","link":"https:\/\/dialer.one\/index.php\/category\/vicidial\/"},"img":{"alt_text":"CyburDial","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image.png?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":2899,"url":"https:\/\/dialer.one\/index.php\/how-to-integrate-queuemetrics-with-vicidial\/","url_meta":{"origin":2232,"position":1},"title":"How to &#8211; Integrate Queuemetrics with Vicidial","author":"carpenox","date":"May 8, 2023","format":false,"excerpt":"How to - Integrate Queuemetrics with Vicidial This article will go over how to integrate Queuemetrics with ViciDial ViciDial integration ViciDial is an enterprise class, open source call center suite in use by many large call centers around the world. VICIdial has a full featured predictive dialer. It can also\u2026","rel":"","context":"In &quot;Vicidial&quot;","block_context":{"text":"Vicidial","link":"https:\/\/dialer.one\/index.php\/category\/vicidial\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4189,"url":"https:\/\/dialer.one\/index.php\/august-2024-vicidial-security-update\/","url_meta":{"origin":2232,"position":2},"title":"August 2024 VICIdial Security Update","author":"carpenox","date":"August 31, 2024","format":false,"excerpt":"August 2024 VICIdial Security Update Please read this carefully as it contains important information regarding the security of your VICIdial system. The ViciDial Group recently conducted a security audit of VICIdial which resulted in the identification of severe vulnerabilities. We have patched these and submitted these changes to the code-base.\u2026","rel":"","context":"In &quot;CyburDial&quot;","block_context":{"text":"CyburDial","link":"https:\/\/dialer.one\/index.php\/category\/cyburdial\/"},"img":{"alt_text":"Security Update needed","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2024\/08\/image.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2024\/08\/image.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2024\/08\/image.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2024\/08\/image.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2024\/08\/image.png?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":2201,"url":"https:\/\/dialer.one\/index.php\/how-to-scratch-install-vicidial-on-ubuntu\/","url_meta":{"origin":2232,"position":3},"title":"How to &#8211; scratch install Vicidial on Ubuntu","author":"carpenox","date":"September 8, 2021","format":false,"excerpt":"How to - scratch install Vicidial on Ubuntu This article will go over how to scratch install Vicidial on Ubuntu 14 - 22 Step 1 - The Basics apt-get updateapt-get upgradeapt-get install apache2 -yapt-get install build-essential -yapt-get install mariadb-client-10.3 -yapt-get install mariadb-server -y apt-get install subversion libjansson-dev sqlite autoconf automake\u2026","rel":"","context":"In &quot;Vicidial&quot;","block_context":{"text":"Vicidial","link":"https:\/\/dialer.one\/index.php\/category\/vicidial\/"},"img":{"alt_text":"Realtime Report","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2021\/01\/realtime1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2021\/01\/realtime1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2021\/01\/realtime1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2021\/01\/realtime1.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2021\/01\/realtime1.png?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":3941,"url":"https:\/\/dialer.one\/index.php\/security-vulnerability-vicidial-svn-3754\/","url_meta":{"origin":2232,"position":4},"title":"Security Vulnerability &#8211; Vicidial SVN 3754","author":"carpenox","date":"November 21, 2023","format":false,"excerpt":"Security Vulnerability - Vicidial SVN 3754 There is a new security vulnerability in ViciDial for SVN versions 3754 and below. These are labeled as severe and need to be addressed immediately if you are below SVN 3755. You can do so by following this article: How to \u2013 Update your\u2026","rel":"","context":"In &quot;Vicidial&quot;","block_context":{"text":"Vicidial","link":"https:\/\/dialer.one\/index.php\/category\/vicidial\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/11\/Screenshot_20231121-0757582.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/11\/Screenshot_20231121-0757582.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/11\/Screenshot_20231121-0757582.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/11\/Screenshot_20231121-0757582.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/11\/Screenshot_20231121-0757582.png?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":2440,"url":"https:\/\/dialer.one\/index.php\/urgent-update-required-vicidial-security-vulnerability\/","url_meta":{"origin":2232,"position":5},"title":"URGENT UPDATE REQUIRED &#8211; ViciDial Security Vulnerability","author":"carpenox","date":"April 11, 2022","format":false,"excerpt":"URGENT UPDATE REQUIRED - ViciDial Security Vulnerability The ViciDial Group has released a warning for any SVN version below 3583, if you are below this version, update your system immediately. You can do so by following this article for SVN update. ViciDial versions below 3583 are Vulnerable! I hope everyone\u2026","rel":"","context":"In &quot;Vicidial&quot;","block_context":{"text":"Vicidial","link":"https:\/\/dialer.one\/index.php\/category\/vicidial\/"},"img":{"alt_text":"security update","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/04\/image.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/04\/image.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/04\/image.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/04\/image.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/posts\/2232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/comments?post=2232"}],"version-history":[{"count":0,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/posts\/2232\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/media\/2143"}],"wp:attachment":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/media?parent=2232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/categories?post=2232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/tags?post=2232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}