Difference between revisions of "Resip Overview"
Jump to navigation
Jump to search
m (Removed extraneous end punctuation (this list is not C++ code ;-) )) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
+ | The ReSIProcate project consists of a stack and a collection of applications. The ReSIProcate stack is currently used in several commercial products and is considered very stable. ReSIProcate is ideally suited to individuals or companies that are implementing one of the following SIP applications: | ||
− | * A basic introduction to | + | * Phones (for example, embedded) |
+ | * Softphones (any platform) | ||
+ | * Gateways | ||
+ | * Proxies | ||
+ | * B2BUAs | ||
+ | * Instant Messaging/Presence Servers or Clients | ||
+ | |||
+ | For more information: | ||
+ | * A basic introduction to ReSIProcate (some info is dated): [[media:ReSIProcate-Intro_(TMC_VoIP).ppt|Powerpoint presentation (PPT)]] / [[media:ReSIProcate-Intro_(TMC_VoIP).pdf|PDF]] | ||
* [[ReSIProcate Current Features]] | * [[ReSIProcate Current Features]] | ||
* [[Release Statistics and Contributors|Some (aging) interesting statistics]] | * [[Release Statistics and Contributors|Some (aging) interesting statistics]] | ||
Line 9: | Line 18: | ||
You can browse the mailling list archives and subscibe from the [http://list.resiprocate.org/mailman/listinfo/resiprocate-devel mailman interface page] to the list. | You can browse the mailling list archives and subscibe from the [http://list.resiprocate.org/mailman/listinfo/resiprocate-devel mailman interface page] to the list. | ||
− | == | + | == Working with ReSIProcate Code == |
− | + | * Browse the [https://svn.resiprocate.org/viewsvn code] | |
− | + | * Browse the [http://www.estacado.net/resip-dox/ code's internal documentation] | |
− | + | * Start your own working copy. [[Quick Subversion Checkout and Compilation HOWTO]] | |
− | + | * Study the example code found in rutil/test and resip/stack/test. | |
− | + | * [[Design and Implementation]] | |
− | + | * [[Using reSIProcate]] | |
− | + | * [[Extending the stack]] | |
− | + | * [[Advanced topics]] | |
− | + | * [[Planning pages]] | |
− | + | * [[Faq|FAQ]] | |
− | |||
− | * | ||
− | * | ||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | * | ||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | * | ||
− | * | ||
− | |||
− |
Latest revision as of 08:41, 17 September 2012
Introduction[edit]
The ReSIProcate project consists of a stack and a collection of applications. The ReSIProcate stack is currently used in several commercial products and is considered very stable. ReSIProcate is ideally suited to individuals or companies that are implementing one of the following SIP applications:
- Phones (for example, embedded)
- Softphones (any platform)
- Gateways
- Proxies
- B2BUAs
- Instant Messaging/Presence Servers or Clients
For more information:
- A basic introduction to ReSIProcate (some info is dated): Powerpoint presentation (PPT) / PDF
- ReSIProcate Current Features
- Some (aging) interesting statistics
Mailing List[edit]
You can browse the mailling list archives and subscibe from the mailman interface page to the list.
Working with ReSIProcate Code[edit]
- Browse the code
- Browse the code's internal documentation
- Start your own working copy. Quick Subversion Checkout and Compilation HOWTO
- Study the example code found in rutil/test and resip/stack/test.
- Design and Implementation
- Using reSIProcate
- Extending the stack
- Advanced topics
- Planning pages
- FAQ