From: horse69 Date: Thu, 15 Nov 2012 23:31:21 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@972 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=ffdfc52a049017bf4e2300ecd98b5209ca388db7;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@972 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/todo 2012_11.txt b/mini-asterisk-gui2/todo 2012_11.txt new file mode 100644 index 00000000..ec0450c0 --- /dev/null +++ b/mini-asterisk-gui2/todo 2012_11.txt @@ -0,0 +1,33 @@ +IP04 GUI2 To do notes +Ian Roberts + +************************************************************************* + +Nov 16 2012 + +Dave added new cgis to use perl instead of sed. + - sed is broken under busybox 1.4.1 + - perl is working fine. + - comment.cgi + - uncomment.cgi + - setlinekey2.cgi + +voip provider page + + Test sip + - registering successfully with another asterisk box (use host=dynamic) + - out bound calls ? + - inbound calls ? + + Test jazmin + - do we get a successful registration ? + - can we make outbound voip calls ? + - are inbound voip calls working ? + + +***************************************************************************** + + + +************************************************************************************* + diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 86a65146..c7cb994e 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -50,7 +50,10 @@ function OnSipshowReturn(doc,status) { if (doc.indexOf("Registered") != -1) { // provider is registered providerfound = 1; + // Find the provider ip add + // Get details from sip.conf + //document.getElementById('provider').value = sip or sipnat or jazmin html += tickicon; // get provider details from doc var user = "";