Skip to content

Commit

Permalink
README fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
poroh committed Jul 29, 2019
1 parent 37a8016 commit d68e72f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ What you cannot find in ersip:

You can find only pure functions that are compliant to SIP specification.

## Realworld examples
## Real world examples

Working examples:

+ Sateful SIP proxy: https://github.com/poroh/ersip_proxy
+ Hunt group service example: https://github.com/poroh/piraha
+ Stateful SIP proxy: https://github.com/poroh/ersip_proxy
+ Hunt group service (B2BUA) example: https://github.com/poroh/piraha

## Provided primitives

Expand Down Expand Up @@ -52,7 +52,7 @@ RFC supported in this SIP stack:
+ RFC 3581 An Extension to the Session Initiation Protocol (SIP) for Symmetric Response Routing (rport)
+ RFC 4475 Session Initiation Protocol (SIP) Torture Test Messages
+ RFC 5118 Session Initiation Protocol (SIP) Torture Test Messages for Internet Protocol Version 6 (IPv6)
+ RFC 4566 SDP: Session Description Protocol (patially)
+ RFC 4566 SDP: Session Description Protocol (partially)
+ RFC 3515 The Session Initiation Protocol (SIP) Refer Method (header/method only):
- 2.1 The Refer-To Header Field
+ RFC 6665 SIP-Specific Event Notification (header/method only)
Expand All @@ -61,6 +61,10 @@ RFC supported in this SIP stack:
+ RFC 3891 The Session Initiation Protocol (SIP) "Replaces" Header (header only)
- 6.1. The Replaces Header

## License

MIT

## Roadmap

+ Basic low-level parser (completed)
Expand All @@ -70,14 +74,14 @@ RFC supported in this SIP stack:
- Request passing (completed)
- Response passing (completed)
+ Transaction support (completed)
- Transaction idenification (completed)
- Transaction identification (completed)
- Non-INVITE transaction (completed)
- INVITE transaction (completed)
+ Registrar support (completed)
+ Parser limits enforcement (completed)
+ Statefull proxy support (completed)
+ Stateful proxy support (completed)
+ Common dialog support (completed)
+ SDP support (conpleted)
+ SDP support (completed)
+ Detailed documentation and tutorials
+ Authorization and proxy authorization
+ INVITE dialog support
Expand Down
6 changes: 3 additions & 3 deletions src/ersip.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, ersip,
[{description, "An OTP application"},
{vsn, "0.1.0"},
[{description, "Erlang SIP Library"},
{vsn, "1.0.0"},
{registered, []},
{mod, { ersip_app, []}},
{applications,
Expand All @@ -12,6 +12,6 @@
{modules, []},

{maintainers, []},
{licenses, ["Apache 2.0"]},
{licenses, ["MIT"]},
{links, []}
]}.

0 comments on commit d68e72f

Please sign in to comment.