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
@gmazzap
gmazzap / Controller.php
Last active April 22, 2024 12:08
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;
@bigyan
bigyan / asterisk_webrtc.md
Created October 17, 2017 09:49 — forked from paneru-rajan/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