From 95b76ae4922589c8302a3ea7f454c19645038b34 Mon Sep 17 00:00:00 2001 From: Joseph Frazier Date: Sat, 14 Jun 2014 11:44:31 -0400 Subject: [PATCH] Use SIP.js master branch and specify MediaHandler at runtime --- .gitmodules | 2 +- sip.js | 2 +- www/index.html | 11 +- www/js/PhoneRTCMediaHandler.js | 283 +++++++++++++++++++++++++++++++++ 4 files changed, 295 insertions(+), 3 deletions(-) create mode 100644 www/js/PhoneRTCMediaHandler.js diff --git a/.gitmodules b/.gitmodules index eeca764..9f0c632 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "sip.js"] path = sip.js - url = https://github.com/joseph-onsip/SIP.js.git + url = https://github.com/onsip/SIP.js.git diff --git a/sip.js b/sip.js index 314e745..c21846c 160000 --- a/sip.js +++ b/sip.js @@ -1 +1 @@ -Subproject commit 314e745c28839f9aa7649f2c8533fce3a1b83cf7 +Subproject commit c21846c14645dd4214e8d4f3c7c91b6649d9932c diff --git a/www/index.html b/www/index.html index cda539a..cb1da7c 100644 --- a/www/index.html +++ b/www/index.html @@ -42,18 +42,27 @@

Apache Cordova

+