Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • webphone webphone
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Keith
  • webphonewebphone
  • Wiki
  • hermes

hermes · Changes

Page history
Update hermes authored Oct 04, 2019 by Keith's avatar Keith
Show whitespace changes
Inline Side-by-side
hermes.md
View page @ fdbc3209
...@@ -9,15 +9,14 @@ ...@@ -9,15 +9,14 @@
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
participant Webphone participant W as Webphone
participant Kamailio participant K as Kamailio
participant API participant A as API
participant Ardop participant Ar as Ardop
Webphone->>Kamailio: SIP MESSAGE W->>K: SIP MESSAGE
Kamailio->>API: API MESSAGE (HTTP POST) K->>A: API MESSAGE (HTTP POST)
API->>Ardop: WRITE FILE to Ardop folder A->>Ar: WRITE FILE to Ardop folder
Ardop->>API: READ FILE from Ardop folder Ar->>A: READ FILE from Ardop folder
API->>Kamailio: Inject SIP Message A->>K: Inject SIP Message
Kamailio->>Webphone: SIP MESSAGE K->>W: SIP MESSAGE
``` ```
\ No newline at end of file
Clone repository
  • branch notes
  • commands
  • error
  • hermes
  • Home