{"id":2183,"date":"2021-07-25T15:13:15","date_gmt":"2021-07-25T19:13:15","guid":{"rendered":"https:\/\/cyburdial.net\/?p=2183"},"modified":"2025-01-26T14:41:34","modified_gmt":"2025-01-26T19:41:34","slug":"how-to-install-a-webphone-viciphone-on-your-vicidial-server","status":"publish","type":"post","link":"https:\/\/dialer.one\/index.php\/how-to-install-a-webphone-viciphone-on-your-vicidial-server\/","title":{"rendered":"How to &#8211; install a webphone\/viciphone on your Vicidial server"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\" id=\"how-to-install-a-webphone-viciphone-on-your-vicidial-server\">How to &#8211; install a webphone\/viciphone on your Vicidial server<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">UPDATED: Oct. 10th 2023<\/h2>\n\n\n\n<p>I&#8217;ve been having a bunch of people ask me to write up an article for installing the Viciphone which I never did before because Viciphone.com has some really great instructions already. But I will create this post with picture and alternative Viciphones for you guys to use. There is also an easier method by using my auto installer on my GitHub at this link: <a href=\"https:\/\/github.com\/carpenox\/vicidial-install-scripts\" target=\"_blank\" rel=\"noopener\" title=\"Carpenox&#039;s Github\">https:\/\/github.com\/carpenox\/vicidial-install-scripts<\/a>. This will complete all the steps below for CentOS, Alma, Rocky or Ubuntu based systems. Leap or ViciBox users will still have to follow the commands below:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"253\" height=\"443\" sizes=\"auto, (max-width: 253px) 100vw, 253px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8.png\" alt=\"CyburPhone\" class=\"wp-image-2303\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8.png 253w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8-171x300.png 171w\" \/><figcaption class=\"wp-element-caption\">CyburPhone<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-1-create-the-ssl-certificate-to-use-for-your-server-and-viciphone\">Step 1 &#8211; Create the SSL certificate to use for your server and viciphone<\/h2>\n\n\n\n<p>This is a pretty easy process using certbot which uses letsencrypt. the first thing you have to do is setup your FQDN(Fully qualified domain name) to point to your server. For this demonstration I will show you with namecheap.com registrar services. You want to add an A record as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"94\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-1024x94.png\" alt=\"\" class=\"wp-image-2293\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-1024x94.png 1024w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-600x55.png 600w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-300x27.png 300w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-768x70.png 768w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-500x46.png 500w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3-800x73.png 800w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-3.png 1062w\" \/><\/figure>\n\n\n\n<p>This you need to run the following command for certbot:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>certbot certonly &#8211;webroot<\/li>\n<\/ul>\n\n\n\n<p>You&#8217;re output should look as it does below:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"719\" height=\"589\" sizes=\"auto, (max-width: 719px) 100vw, 719px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-7.png\" alt=\"\" class=\"wp-image-2297\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-7.png 719w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-7-600x492.png 600w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-7-300x246.png 300w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-7-500x410.png 500w\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-2-install-the-ssl-certificate-in-apache\">Step 2 &#8211; Install the SSL certificate in Apache<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>cd \/etc\/apache<\/li>\n\n\n\n<li>nano ssl-global.conf<\/li>\n\n\n\n<li>scroll down until you see these two lines and change them to point to your certificate and uncomment the SSLCertificateFIle and SSLCertificateKeyFile as show below:<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"719\" height=\"589\" sizes=\"auto, (max-width: 719px) 100vw, 719px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-6.png\" alt=\"\" class=\"wp-image-2296\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-6.png 719w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-6-600x492.png 600w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-6-300x246.png 300w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-6-500x410.png 500w\" \/><\/figure>\n<\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>cd vhosts.d\/<\/li>\n\n\n\n<li>nano 1111-default-ssl.conf<\/li>\n\n\n\n<li>Edit this file if you have installed using the Vicibox iso, if this is a scratch install you can skip this step.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-3-install-the-ssl-certificate-in-asterisk\">Step 3 &#8211; Install the SSL certificate in Asterisk<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>cd \/etc\/asterisk\/<\/li>\n\n\n\n<li>nano http.conf<\/li>\n\n\n\n<li>enter the following information as shown below:<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>[general]<br>enabled=yes<br>bindaddr=0.0.0.0<br>bindport=8088<br>enablestatic=yes<br>tlsenable=yes<br>tlsbindaddr=0.0.0.0:8089<br>tlscertfile=\/etc\/letsencrypt\/live\/cyburdial.com\/cert.pem<br>tlsprivatekey=\/etc\/letsencrypt\/live\/cyburdial.com\/privkey.pem<\/p>\n<\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>service apache restart<\/li>\n\n\n\n<li>service asterisk restart<\/li>\n\n\n\n<li>run this command to make sure the ports are now open and running: ss -ltnu<\/li>\n<\/ul>\n\n\n\n<p>Go into Aterisk with &#8220;asterisk -r&#8221; to verify it and type the command: http show status<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-4-install-viciphone-2-1-or-you-can-try-my-version-of-the-viciphone-which-i-call-cyburphone\">Step 4 &#8211; Install Viciphone 3 or you can try my version of the Viciphone which I call CyburPhone<\/h2>\n\n\n\n<p>I will provide two githubs of which you can choose which version you want to use. The first one is by Mike  from Viciphone.com of whom I have the utmost respect for his work on the Viciphone to improve it and update to sip.js-0.20. His link is:<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/vicimikec\/ViciPhone\" target=\"_blank\" rel=\"noopener\" title=\"ViciPhone v3\">https:\/\/github.com\/vicimikec\/ViciPhone<\/a><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"517\" height=\"292\" sizes=\"auto, (max-width: 517px) 100vw, 517px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/cyburdial-phone.png\" alt=\"ViciPhone\" class=\"wp-image-2291\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/cyburdial-phone.png 517w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/cyburdial-phone-300x169.png 300w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/cyburdial-phone-500x282.png 500w\" \/><figcaption class=\"wp-element-caption\">ViciPhone<\/figcaption><\/figure>\n<\/div>\n\n\n<p>To use this you need to go into your root web directory and then git cloning by running the following commands:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>cd \/srv\/www\/htdocs for Leap or cd \/var\/www\/html for CentOS, Alma or Rocky<\/li>\n\n\n\n<li>git clone https:\/\/github.com\/ccabrerar\/ViciPhone.git<\/li>\n<\/ul>\n\n\n\n<p>Or if you prefer to use my version which looks like this:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"253\" height=\"443\" sizes=\"auto, (max-width: 253px) 100vw, 253px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8.png\" alt=\"\" class=\"wp-image-2303\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8.png 253w, https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8-171x300.png 171w\" \/><figcaption class=\"wp-element-caption\">CyburPhone<\/figcaption><\/figure>\n<\/div>\n\n\n<p>You can go to my github at:<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/carpenox\/CyburPhone\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/carpenox\/CyburPhone<\/a><\/p>\n\n\n\n<p>You should already be in the web directory at this point but to use my webrtc phone clone it with this command:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>git clone https:\/\/github.com\/carpenox\/CyburPhone.git<\/li>\n<\/ul>\n\n\n\n<p>Now that you&#8217;ve downloaded the webrtc phone you&#8217;ve decided to use, you need to set the proper permissions for it, for this article I will demonstrate on my version<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>chmod -R 777 CyburPhone\/<\/li>\n\n\n\n<li>chown -R wwwrun:www CyburPhone\/ &#8211; Leap<\/li>\n\n\n\n<li>chown -R apache:apache CyburPhone &#8211; CentOS, Alma and Rocky<\/li>\n<\/ul>\n\n\n\n<p>You would do the same thing for the Viciphone by just replacing CyburPhone with ViciPhone<\/p>\n\n\n\n<p>Thats it for the phone installation, now to set what you need in the Vicidial GUI<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-4-setting-the-webphone-in-vicidial\">Step 4 &#8211; Setting the webphone in Vicidial<\/h2>\n\n\n\n<p>Go into Admin &gt; system settings and scroll down near the bottom:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-dominant-color=\"e3d3f2\" data-has-transparency=\"false\" style=\"--dominant-color: #e3d3f2;\" loading=\"lazy\" decoding=\"async\" width=\"913\" height=\"312\" sizes=\"auto, (max-width: 913px) 100vw, 913px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-6-png.webp\" alt=\"Webphone URL\" class=\"wp-image-4594 not-transparent\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-6-png.webp 913w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-6-300x103.webp 300w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-6-768x262.webp 768w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-6-600x205.webp 600w\" \/><\/figure>\n<\/div>\n\n\n<p class=\"has-text-align-center\">Set the Webphone URL to the above or if you&#8217;re using the Viciphone use https:\/\/yourdomain.com\/ViciPhone\/viciphone.php<br>or https:\/\/yourdomain.com\/CyburPhone\/cyburphone.php<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-5-setting-the-web-socket-url-on-the-server\">Step 5 &#8211; Setting the Web Socket URL on the server<\/h2>\n\n\n\n<p>Go to admin &gt; servers &gt; your server<\/p>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"aligncenter size-full is-resized\"><img data-dominant-color=\"efb3e9\" data-has-transparency=\"false\" loading=\"lazy\" decoding=\"async\" width=\"772\" height=\"497\" sizes=\"auto, (max-width: 772px) 100vw, 772px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-7-png.webp\" alt=\"WSS Server\" class=\"wp-image-4597 not-transparent\" style=\"--dominant-color: #efb3e9; width:583px;height:auto\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-7-png.webp 772w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-7-300x193.webp 300w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-7-768x494.webp 768w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-7-600x386.webp 600w\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-6-creating-the-webrtc-template\">Step 6 &#8211; Creating the webrtc template<\/h2>\n\n\n\n<p>Go to admin &gt; templates and create a new template<\/p>\n\n\n\n<p>Enter the following into the template in admin > templates > SIP_generic and change the domain to yours:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>type=friend \nhost=dynamic \ncontext=default \nhost=dynamic \ntrustrpid=yes \nsendrpid=no \nqualify=yes \nqualifyfreq=600 \ntransport=ws,wss,udp\nencryption=yes\navpf=yes\nicesupport=yes\nrtcp_mux=yes\ndirectmedia=no\ndisallow=all\nallow=ulaw,opus,vp8,h264\nnat=force_rport,comedia\ndirectmedia=no \ndtlsenable=yes\ndtlsverify=no\ndtlscertfile=\/etc\/letsencrypt\/live\/yourdomain.com\/cert.pem\ndtlsprivatekey=\/etc\/letsencrypt\/live\/yourdomain.com\/privkey.pem\ndtlssetup=actpass<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img data-dominant-color=\"f8def8\" data-has-transparency=\"false\" loading=\"lazy\" decoding=\"async\" width=\"993\" height=\"766\" sizes=\"auto, (max-width: 993px) 100vw, 993px\" src=\"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-8-png.webp\" alt=\"webrtc template\" class=\"wp-image-4598 not-transparent\" style=\"--dominant-color: #f8def8; width:704px;height:auto\" title=\"\" srcset=\"https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-8-png.webp 993w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-8-300x231.webp 300w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-8-768x592.webp 768w, https:\/\/dialer.one\/wp-content\/uploads\/2021\/07\/image-8-600x463.webp 600w\" \/><\/figure>\n<\/div>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><\/blockquote>\n\n\n\n<p>Thats all there is to it, now you are all set to use webrtc technology and do away with annoying softphone configurations and reps always complaining about their phone not registering, lol. I hope this article has helped and if you have any problems, feel free to stop by our live support channel on skype or post a comment here: <a href=\"https:\/\/join.skype.com\/ujkQ7i5lV78O\" target=\"_blank\" rel=\"noopener\">https:\/\/join.skype.com\/ujkQ7i5lV78O<\/a><\/p>\n\n\n\n<p>I hope this helps<\/p>\n\n\n\n<p>-Chris aka carpenox<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to &#8211; install a webphone\/viciphone on your Vicidial server UPDATED: Oct. 10th 2023 I&#8217;ve been having a bunch of people ask me to write up an article for installing the Viciphone which I never did before because Viciphone.com has some really great instructions already. But I will create this post with picture and alternative [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2303,"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":[96],"tags":[],"class_list":["post-2183","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vicidial"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/dialer.one\/wp-content\/uploads\/2022\/01\/image-8.png","jetpack-related-posts":[{"id":2149,"url":"https:\/\/dialer.one\/index.php\/why-doesnt-my-webphone-viciphone-work-anymore\/","url_meta":{"origin":2183,"position":0},"title":"Why doesn&#8217;t my webphone\/Viciphone work anymore?","author":"carpenox","date":"July 6, 2021","format":false,"excerpt":"Why doesn't my webphone\/Viciphone work anymore? UPDATE: October of 2023 There is a new issue since the evolution of the ViciPhone version 3 and CyburPhone version 3.2.5 that has been happening and I will go over how to solve it for everyone. The new feature in ViciDial that uses a\u2026","rel":"","context":"In &quot;Vicidial&quot;","block_context":{"text":"Vicidial","link":"https:\/\/dialer.one\/index.php\/category\/vicidial\/"},"img":{"alt_text":"webrtc installation","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/10\/cyburdial-phone.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":4653,"url":"https:\/\/dialer.one\/index.php\/how-to-set-up-load-balanced-phones-and-calling-for-vicidial\/","url_meta":{"origin":2183,"position":1},"title":"How to &#8211; Set Up Load Balanced Phones and Calling for ViciDial","author":"carpenox","date":"February 8, 2025","format":false,"excerpt":"How to - Set Up Load Balanced Phones and Calling for ViciDial Step 1: Ensure Prerequisites Before you start, make sure you have: VICIdial installed and running on multiple servers. A webphone such as Viciphone or CyburPhone A webrtc template ready to go with all the servers SSL certs as\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"bulk phone insert","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2025\/02\/image-6-png.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2025\/02\/image-6-png.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2025\/02\/image-6-png.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2025\/02\/image-6-png.webp?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":2378,"url":"https:\/\/dialer.one\/index.php\/table-of-contents\/","url_meta":{"origin":2183,"position":2},"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":4086,"url":"https:\/\/dialer.one\/index.php\/how-to-setup-a-vicidial-cluster-with-scratch-installs\/","url_meta":{"origin":2183,"position":3},"title":"How to &#8211; Setup a ViciDial Cluster with scratch installs","author":"carpenox","date":"January 27, 2024","format":false,"excerpt":"How to - Setup a ViciDial Cluster with scratch installs This article is going to go over the steps I suggest to take in order to setup a ViciDial Cluster when using scratch install methods. I do things a little different when it comes to this to prepare for worst\u2026","rel":"","context":"In &quot;CyburDial&quot;","block_context":{"text":"CyburDial","link":"https:\/\/dialer.one\/index.php\/category\/cyburdial\/"},"img":{"alt_text":"Vicidial cluster","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/12\/image-2.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/12\/image-2.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/12\/image-2.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2023\/12\/image-2.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":1913,"url":"https:\/\/dialer.one\/index.php\/how-to-install-asterisk-16-on-vicidial\/","url_meta":{"origin":2183,"position":4},"title":"How to &#8211; Install Asterisk 16 on Vicidial","author":"carpenox","date":"April 7, 2021","format":false,"excerpt":"How to - Install Asterisk 16 on Vicidial In this article, I will demonstrate Install Asterisk 16 on Vicidial aka vicibox 9. In theory it should also work for you CentOS lovers (bleh) too, but just change the zypper commands to yum. Step 1 - Remove Asterisk 13 & install\u2026","rel":"","context":"With 5 comments","block_context":{"text":"With 5 comments","link":"https:\/\/dialer.one\/index.php\/how-to-install-asterisk-16-on-vicidial\/#comments"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2021\/04\/image-4.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2394,"url":"https:\/\/dialer.one\/index.php\/how-to-setup-a-vicidial-cluster\/","url_meta":{"origin":2183,"position":5},"title":"How to &#8211; Setup a ViciDial Cluster","author":"carpenox","date":"March 12, 2022","format":false,"excerpt":"How to - Setup a ViciDial Cluster This article is going to go over the steps I suggest to take in order to setup a ViciDial Cluster. I do things a little different when it comes to this to prepare for worst case scenario that a server may have problems\u2026","rel":"","context":"In &quot;CyburDial&quot;","block_context":{"text":"CyburDial","link":"https:\/\/dialer.one\/index.php\/category\/cyburdial\/"},"img":{"alt_text":"ViciDial Cluster","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/03\/image-4.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/03\/image-4.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/03\/image-4.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/03\/image-4.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\/2183","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=2183"}],"version-history":[{"count":0,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/posts\/2183\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/media\/2303"}],"wp:attachment":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/media?parent=2183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/categories?post=2183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/tags?post=2183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}