Development |
Development.NewDesignStage1 HistoryShow minor edits - Show changes to markup October 10, 2014, at 03:22 PM
by
- Changed line 1 from:
Development -> 2.0 Design -> Stage 1 implementationto:
Development -> New Design -> Stage 1 implementationChanged lines 8-9 from:
The current 2.0 implementation acts as a simple RURI-based (with full DNS resolving) SIP proxy/relay. UDP and TCP protocols are supported (with multiple interfaces). The routing logic is hardcoded (for the moment) to simply do RURI based forwarding in stateless mode (no transaction or dialog support yet). to:
The current experimental implementation acts as a simple RURI-based (with full DNS resolving) SIP proxy/relay. UDP and TCP protocols are supported (with multiple interfaces). The routing logic is hardcoded (for the moment) to simply do RURI based forwarding in stateless mode (no transaction or dialog support yet). Changed lines 22-23 from:
According to the OpenSIPS 2.0 Design, the current implementation covers the OpenSIPS Core, layers L0 and L1 plus the DB support. to:
According to the OpenSIPS New Design, the current implementation covers the OpenSIPS Core, layers L0 and L1 plus the DB support. Changed lines 44-45 from:
Dependencies: compiling OpenSIPS 2.0 core requires C-Ares library (and devel package) on your machine. Both lib and devel packages are widely available on all operating systems / distros. to:
Dependencies: compiling OpenSIPS Experimental core requires C-Ares library (and devel package) on your machine. Both lib and devel packages are widely available on all operating systems / distros. Changed line 111 from:
People involved in the developement of OpenSIPS 2.0 (alphabetical order): to:
People involved in the developement of OpenSIPS Experimental (alphabetical order): May 14, 2013, at 02:03 PM
by
- Changed line 1 from:
Development -> 2.0 Design -> Stage 1 implementationto:
Development -> 2.0 Design -> Stage 1 implementationMay 09, 2013, at 11:38 AM
by
- Changed line 46 from:
If you encounter compiling/linking problems, please report to us via the devel mailing list. to:
If you encounter compiling/linking problems, please report to us via the devel mailing list. February 17, 2011, at 05:50 PM
by
- Changed lines 31-32 from:
git clone git://opensips.git.sourceforge.net/gitroot/opensips/sip-server sip_server_2 to:
git clone git://opensips.git.sourceforge.net/gitroot/opensips/sip_server sip_server_2 Changed line 34 from:
git clone ssh://bogdan_iancu@opensips.git.sourceforge.net/gitroot/opensips/opensips sip_server_2 to:
git clone ssh://SF_USERNAME@opensips.git.sourceforge.net/gitroot/opensips/sip_server sip_server_2 February 17, 2011, at 02:16 PM
by
- Added line 107:
February 17, 2011, at 02:16 PM
by
- Added lines 108-114:
CreditsPeople involved in the developement of OpenSIPS 2.0 (alphabetical order):
February 17, 2011, at 01:45 PM
by
- Changed lines 10-23 from:
From functionalities functionalities:
According to the OpenSIPS 2.0 Design, the current implementation covers the OpenSIPS Core, layers L0 and L1 plus the DB support to:
Available functionalities:
According to the OpenSIPS 2.0 Design, the current implementation covers the OpenSIPS Core, layers L0 and L1 plus the DB support. Changed lines 44-45 from:
Dependencies: compiling OpenSIPS 2.0 core requires C-Ares library (and devel package) on your machine. Bothe lib and devel pacakges are widely available on all operating systems / distros. to:
Dependencies: compiling OpenSIPS 2.0 core requires C-Ares library (and devel package) on your machine. Both lib and devel packages are widely available on all operating systems / distros. Changed line 48 from:
A sample of config file is provided in the repo, under etc/opensips.cfg . To start opensips, do: to:
A sample of config file is provided in the repository, under etc/opensips.cfg . To start opensips, do: February 17, 2011, at 01:30 PM
by
- Changed line 102 from:
"modules" sectionto:
"modules" sectionFebruary 17, 2011, at 01:29 PM
by
- Changed line 3 from:
to:
(:toc-float Table of Content:) Changed line 53 from:
configuration optionto:
Configuration optionFebruary 17, 2011, at 01:28 PM
by
- Added lines 89-106:
"net" section
"modules" section
February 17, 2011, at 01:22 PM
by
- Changed lines 24-25 from:
to:
Changed lines 48-92 from:
configuration optionto:
A sample of config file is provided in the repo, under etc/opensips.cfg . To start opensips, do: ./opensips -f etc/opensips.cfg configuration optionThe configuration file is parameter oriented (not routing script here). The parameters are grouped in sections with the format: [section1] param1 = value param2 = value [section2] paramX = value ... "core" section
"log" section
February 17, 2011, at 01:01 PM
by
- Changed line 12 from:
to:
Changed lines 17-18 from:
to:
According to the OpenSIPS 2.0 Design, the current implementation covers the OpenSIPS Core, layers L0 and L1 plus the DB support Added lines 26-45:
Code is available via GIT repository hosted on SourceForge. To get a copy of the code, do:
git clone git://opensips.git.sourceforge.net/gitroot/opensips/sip-server sip_server_2
git clone ssh://bogdan_iancu@opensips.git.sourceforge.net/gitroot/opensips/opensips sip_server_2 Once you have the sources, you can simply compile by : make all Sub-options: make protos - compile only protocol libraries (TCP and UDP) make modules - compile only core modules (only mi_fifo for the moment) make - compile only core Dependencies: compiling OpenSIPS 2.0 core requires C-Ares library (and devel package) on your machine. Bothe lib and devel pacakges are widely available on all operating systems / distros. If you encounter compiling/linking problems, please report to us via the devel mailing list. February 17, 2011, at 12:19 PM
by
- Added lines 7-17:
The current 2.0 implementation acts as a simple RURI-based (with full DNS resolving) SIP proxy/relay. UDP and TCP protocols are supported (with multiple interfaces). The routing logic is hardcoded (for the moment) to simply do RURI based forwarding in stateless mode (no transaction or dialog support yet). From functionalities functionalities:
February 16, 2011, at 07:21 PM
by
- Added lines 1-10:
Development -> 2.0 Design -> Stage 1 implementationThis page has been visited 31935 times. What is availableWhere to get codeconfiguration option |