Skip to content

Instantly share code, notes, and snippets.

View dedanirungu's full-sized avatar
💭
Lead an impactful life. I’m working on Mybizna ERP & Utupress Sitebuilder.

Dedan Irungu dedanirungu

💭
Lead an impactful life. I’m working on Mybizna ERP & Utupress Sitebuilder.
  • Emshy Innovate
  • Nairobi, Kenya
View GitHub Profile
@dedanirungu
dedanirungu / asterisk_webrtc.md
Created April 27, 2023 07:43 — forked from bigyan/asterisk_webrtc.md
[Configure Asterisk with webrtc support] Setting up asterisk for webrtc #asterisk #webrtc #sipml5 #configuration

Setting up Asterisk for webrtc

To set up with sipml5 I had been through the asterisk offiial site and I do recommand you to visit it.

We need to update several config file which are located on /etc/asterisk. Those filename are listed below

  1. modules.conf
  2. extensions.conf
  3. http.conf
  4. pjsip.conf
  5. rtp.conf
@dedanirungu
dedanirungu / how-to-install-freeradius-ubuntu-22.md
Last active May 10, 2024 11:40
Freeradius Installation with Virtual Servers and Multiple Databases per Customer
@dedanirungu
dedanirungu / Controller.php
Created May 26, 2022 05:16 — forked from gmazzap/Controller.php
WordPress plugin to ease the creation of virtual pages.
<?php
namespace GM\VirtualPages;
/**
* @author Giuseppe Mazzapica <giuseppe.mazzapica@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/
class Controller implements ControllerInterface {
private $pages;