Browse Source

Update README.md

pull/2/head
Justine Tunney 6 years ago
committed by GitHub
parent
commit
cc1ac4ce5a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -26,8 +26,8 @@ refusal, and 502 Service Unavailable responses. It also supports SIP redirects
as well as changing the audio/signalling path mid-call. But most importantly, as well as changing the audio/signalling path mid-call. But most importantly,
gosip is lightweight enough that you can actually design your app to use a gosip is lightweight enough that you can actually design your app to use a
single process for each phone call (assuming your app is in the audio path.) By single process for each phone call (assuming your app is in the audio path.) By
taking this non-monolithic approach to design, you can actually build a highly
available (five nines) global telephony service with zero interruptions during
taking this non-monolithic approach to design, you can actually build a higher
availability global telephony service with zero interruptions during
software upgrades. software upgrades.
gosip parses SIP messages using the Ragel finite state machine compiler. Much gosip parses SIP messages using the Ragel finite state machine compiler. Much


Loading…
Cancel
Save