Back to SipClickToDialExample2, or SipClickToDialExample2 Info
| At line 170 changed 1 line. |
| // to ring the second party, or the OK is from the second |
| // to ring the second pa |
| 2000 |
| rty, or the OK is from the second |
| At line 213 changed 1 line. |
| You will need to [download and install SailFin first.|https://sailfin.dev.java.net/downloads/downloads.html]. |
| Please follow the following steps to install and start the server |
| At line 217 added 4 lines. |
| # [Download and install SailFin.|https://sailfin.dev.java.net/downloads/downloads.html]. |
| # The example is distributed as a NetBeans project. You can build and deploy it directly from [NetBeans|http://www.netbeans.org/] to a [SailFin|http://sailfin.dev.java.net] container. You can also use the [SIP Application Development Module for NetBeans |http://blogs.sun.com/vkraemer/entry/sip_servlet_development_support_and] to develop new SIP Application projects. |
| # Start SailFin (SF_HOME/bin/asadmin start-domain) |
| # Start JavaDB (SF_HOME/bin/asadmin start-database) |
| At line 216 changed 1 line. |
| The example is distributed as a NetBeans project. You can build and deploy it directly from [NetBeans 5.5.1|http://www.netbeans.org/community/releases/55/1/] to a [SailFin|http://sailfin.dev.java.net] container. You will also need to download install the [SIP development plugin for NetBeans | https://glassfishplugins.dev.java.net/sip/index.html]. |
| Follow the steps below to the application |
| At line 218 removed 3 lines. |
| After installing SailFin and NetBeans, you will register the SailFin server using Server Manager in NetBeans. |
| To open the sample in NetBeans: |
| At line 222 changed 1 line. |
| # Open the project in NetBeans 5.5.1 |
| # Open the project in NetBeans |
| At line 226 removed 1 line. |
| At line 231 added 2 lines. |
| Before you deploy, create a JDBC resource called jdbc/sample. You can do that by logging into the Admin console (http://localhost:4848) and clicking on the little triangle to expand <b>Resources</b>. Click on <b>JDBC</b>. Click on <JDBC Resources</b>. You will see a list of already existing JDBC resources. If you do not see <b>jdbc/sample</b>,you can create it by clicking on <b>New</b> button. Use <b>jdbc/sample</b> for name and choose the pre-defined <b>DerbyPool</b> for the database connection pool. Click <b>OK</b>. |
| At line 281 added 2 lines. |
| Make sure, you do the web login first. If the SIP Soft Phone connects to SailFin before the web login, Registration will fail. The sample can be modified to remove this limitation, if you wish. |