├── COPYING-GPLv3.txt
├── FAQ.md
├── README.md
├── account.htm
├── admin.htm
├── assets
├── css
│ ├── bootstrap-responsive.css
│ ├── bootstrap.css
│ └── docs.css
├── ico
│ ├── apple-touch-icon-114-precomposed.png
│ ├── apple-touch-icon-144-precomposed.png
│ ├── apple-touch-icon-57-precomposed.png
│ ├── apple-touch-icon-72-precomposed.png
│ ├── favicon.ico
│ └── favicon.png
├── img
│ ├── bootstrap-docs-readme.png
│ ├── bs-docs-bootstrap-features.png
│ ├── bs-docs-masthead-pattern.png
│ ├── bs-docs-responsive-illustrations.png
│ ├── bs-docs-twitter-github.png
│ ├── glyphicons-halflings-white.png
│ ├── glyphicons-halflings.png
│ ├── grid-baseline-20px.png
│ ├── less-logo-large.png
│ └── responsive-illustrations.png
└── js
│ ├── application.js
│ ├── bootstrap-affix.js
│ ├── bootstrap-alert.js
│ ├── bootstrap-button.js
│ ├── bootstrap-carousel.js
│ ├── bootstrap-collapse.js
│ ├── bootstrap-dropdown.js
│ ├── bootstrap-modal.js
│ ├── bootstrap-popover.js
│ ├── bootstrap-scrollspy.js
│ ├── bootstrap-tab.js
│ ├── bootstrap-tooltip.js
│ ├── bootstrap-transition.js
│ ├── bootstrap-typeahead.js
│ ├── bootstrap.js
│ ├── bootstrap.min.js
│ ├── google-code-prettify
│ ├── prettify.css
│ └── prettify.js
│ ├── holder
│ └── holder.js
│ ├── html5shiv.js
│ └── jquery.js
├── c2c-api.js
├── c2c-base64.js
├── c2c-md5.js
├── contact.htm
├── doc.htm
├── docgen.sh
├── images
├── slide-01.jpg
├── slide-02.jpg
└── slide-03.jpg
├── index.html
├── release.sh
├── release
├── account.htm
├── admin.htm
├── assets
│ ├── css
│ │ ├── bootstrap-responsive.css
│ │ ├── bootstrap.css
│ │ └── docs.css
│ ├── ico
│ │ ├── apple-touch-icon-114-precomposed.png
│ │ ├── apple-touch-icon-144-precomposed.png
│ │ ├── apple-touch-icon-57-precomposed.png
│ │ ├── apple-touch-icon-72-precomposed.png
│ │ └── favicon.png
│ ├── img
│ │ ├── bootstrap-docs-readme.png
│ │ ├── bs-docs-bootstrap-features.png
│ │ ├── bs-docs-masthead-pattern.png
│ │ ├── bs-docs-responsive-illustrations.png
│ │ ├── bs-docs-twitter-github.png
│ │ ├── glyphicons-halflings-white.png
│ │ ├── glyphicons-halflings.png
│ │ ├── grid-baseline-20px.png
│ │ ├── less-logo-large.png
│ │ └── responsive-illustrations.png
│ └── js
│ │ ├── application.js
│ │ ├── bootstrap-affix.js
│ │ ├── bootstrap-alert.js
│ │ ├── bootstrap-button.js
│ │ ├── bootstrap-carousel.js
│ │ ├── bootstrap-collapse.js
│ │ ├── bootstrap-dropdown.js
│ │ ├── bootstrap-modal.js
│ │ ├── bootstrap-popover.js
│ │ ├── bootstrap-scrollspy.js
│ │ ├── bootstrap-tab.js
│ │ ├── bootstrap-tooltip.js
│ │ ├── bootstrap-transition.js
│ │ ├── bootstrap-typeahead.js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ ├── google-code-prettify
│ │ ├── prettify.css
│ │ └── prettify.js
│ │ ├── holder
│ │ └── holder.js
│ │ ├── html5shiv.js
│ │ └── jquery.js
├── c2c-api.js
├── contact.htm
├── doc.htm
├── images
│ ├── slide-01.jpg
│ ├── slide-02.jpg
│ └── slide-03.jpg
├── index.html
├── sounds
│ ├── outgoing.wav
│ └── ringbacktone.wav
└── ug.htm
├── sounds
├── outgoing.wav
└── ringbacktone.wav
├── u.htaccess
├── ug.htm
└── yuicompressor-2.4.7.jar
/FAQ.md:
--------------------------------------------------------------------------------
1 | #summary Frequently asked questions
2 |
3 |
4 |
5 | ## Where to get help? ##
6 | For any technical issue, please connect to our developer group: [https://groups.google.com/group/doubango](https://groups.google.com/group/doubango).
7 |
8 | ## How to use click2dial API in my project ##
9 | The API is a single file and could be downloaded at [http://code.google.com/p/click-2-dial/wiki/Downloads](http://code.google.com/p/click-2-dial/wiki/Downloads). To get started, please check the [programmer's guide](http://click2dial.org/docgen/index.html?svn=20) and [API](http://click2dial.org/docgen/symbols/c2c.html).
10 |
11 | ## How to get notified for new updates? ##
12 | To get notified, please subscribe to our mailing list at [http://click2dial.org/contact.htm](http://click2dial.org/contact.htm)
13 |
14 | ## Which operating systems are supported? ##
15 | Any System supporting a web browser (Chrome, firefox, Safari or IE) built with WebRTC features.
16 | We highly recommend using Google Chrome
17 |
18 | ## Is it possible to call any SIP client ##
19 | Yes
20 |
21 | ## Is it possible to call PSTN ##
22 | Yes
23 |
24 | ## How to reduce the size of the scripts before deploying ##
25 | To compress the scripts (css and javascript) you have to execute:
26 | ```
27 | ./release.sh
28 | ```
29 | the compressed files will be generated inside **release** directory.
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Source code freely provided to you by Doubango Telecom ® under GPL v3 terms.
2 |
3 |
4 | [click2dial](http://click2dial.org/) is an open source and free click-to-call service using SIP as signaling protocol and WebRTC as media stack. This service uses [Doubango VoIP framework](https://github.com/DoubangoTelecom/doubango/) and [webrtc2sip](https://github.com/DoubangoTelecom/webrtc2sip/) projects for inter-working with any SIP-legacy network or PSTN.
5 | The goal is to allow any person receiving your mails, visiting your website, reading your twitts, watching your Facebook/Google+ profile to call you on your mobile phone with a single click.
As an example, click [here](http://click2dial.org/u/ZGlvcG1hbWFkb3VAZG91YmFuZ28ub3Jn) to call me on my mobile phone.
6 |
7 | WebSite: [http://click2dial.org/](http://click2dial.org/)
8 |
--------------------------------------------------------------------------------
/admin.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
94 | 95 | | 96 |97 | 98 | | 99 |
102 | 103 | | 104 |105 | 106 | | 107 |
110 | 111 | | 112 |113 | 114 | | 115 |
119 | 120 | 121 | 122 | | 123 |