Skip to content

Instantly share code, notes, and snippets.

@marcelog
Last active March 12, 2020 15:48
Show Gist options
  • Save marcelog/0d455ebd94491f16e385d2dfc9c354e0 to your computer and use it in GitHub Desktop.
Save marcelog/0d455ebd94491f16e385d2dfc9c354e0 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /usr/src
git clone https://github.com/DoubangoTelecom/webrtc2sip
export PREFIX=/opt/webrtc2sip
cd webrtc2sip
./autogen.sh
LDFLAGS=-ldl ./configure --prefix=$PREFIX
make
make install
cp -f ./config.xml $PREFIX/sbin/config.xml
@vishusahu
Copy link

vishusahu commented Jun 6, 2017

Hi,
I have followed all the instruction but at the last I am getting the below error while setting up the webrtc2sip.

from mp_net_transport.h:23:0,
from mp_c2c.h:23,
from mp_c2c.cc:19:
mp_object.h:23:23: fatal error: tsk_debug.h: No such file or directory
#include "tsk_debug.h"

Please suggest how to resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment